Single node setup - mudler/ekcp GitHub Wiki
Prerequisites:
- Docker
- Docker compose
Clone the git repository and run the default docker-compose file:
$> git clone https://github.com/mudler/ekcp
$> cd ekcp
$> vim docker-compose.yml # Edit DOMAIN (pick one, reccomend to xip.io or nip.io) and KUBEHOST (your external IP)
$> docker-compose up -d
Adapt the DOMAIN
environment variable (optionally). Mind to edit the KUBEHOST
environment variable to point to your external ip reachable over lan.
Once the docker-compose command finished to run. Point your web browser to http://<external_ip>:8030/ui
to reach the UI.