Install Infra on Kubernetes
Prerequisites
- Install Helm (v3+)
- Install Kubernetes (v1.14+)
Install via Helm
Install Infra via helm
:
helm repo add infrahq https://helm.infrahq.com helm repo update helm install infra infrahq/infra
Find your load balancer endpoint:
LOAD_BALANCER=$(kubectl get service infra-server -o jsonpath="{.status.loadBalancer.ingress[*]['ip', 'hostname']}")
Finally, login to finish setting up Infra:
infra login $LOAD_BALANCER
Connecting clusters
To connect Kubernetes clusters to Infra, see the Kubernetes connector guide.
Customize your install
To customize your install via helm
, see the Helm Reference