- Install Helm first. This of course depends on your OS. Check Helm docs for more info.
- Check predefined values in the Helm package directory of this project. Change them according to your preferences.
- Install deployments with
helm install keycloak-k8s-local keycloak-k8s-local
- Check current status with
watch -n 1 kubectl get all -n hbr-keycloak
or via Kubernetes Dashboard - Uninstall with
helm uninstall keycloak-k8s-local