Demo project for Apache Ignite running in Kubernetes
snap install microk8s --classic
microk8s start
microk8s enable registry observability
helm repo add headlamp https://headlamp-k8s.github.io/headlamp/
helm install my-headlamp headlamp/headlamp --namespace headlamp --create-namespace
./gradlew build jib
helm dependency update helm/ignite-k8s-demo
helm install <release-name> helm/ignite-k8s-demo/ -n <namespace> --create-namespace
helm list -n <namespace>
helm uninstall <release-name> -n <namespace>