Home - mudler/ekcp GitHub Wiki
Welcome to the EKCP wiki!
EKCP is a simple API to provide Ephemeral Kubernetes cluster, suitable for CI or for Development environments. Under the hood uses Kind, but could be extended to use other backend to provision automatically Kubernetes cluster.
It also ships a simple UI built with React to visualize the clusters available in your instance which is accessible under http://<your_instance_ip>:8030/ui
after deployment.
Head over Deployment setups section of the wiki to setup EKCP in a local environment.