If you install KuberLogic for testing and studying you can skip this step (sample app is also included).
See more about docker-compose.yml limitations.
wget https://github.com/kuberlogic/kuberlogic/releases/download/latest/kuberlogic_$(uname -m)_$(uname | tr '[:upper:]' '[:lower:]') -O kuberlogic
sudo chmod +x kuberlogic
Run the following command to install KuberLogic into your Kubernetes cluster
./kuberlogic install
CLI will create a config file at ~/.config/kuberlogic/config.yaml
when the installation process is finished. Usually you do not have to modify this file manually, it is updated after each KuberLogic CLI installation/configuration run.
The command above can also be used to modify KuberLogic configuration parameters when it is already installed.
Add DNS record for KuberLogic API endpoint, so it is pointing to KuberLogic Ingress IP. Alternatively, if you are evaluating KuberLogic, you may want to use /etc/hosts file to provide the access locally.