Ingress Controllers | Kubernetes
Depending on the ingress controller of the kuberenetes setup, set the kind: Ingress
ingressClassName: <ingressclass> (we have used nginx in the configuration)
optionally, set spec.rules.host: <dns/hostname> (graebert.local here)
Set env variables in kind: Deployment
NGINX_X_FORWARDED_HOST (keep same as the spec.rules.host in kind: Ingress)
LICENSING_ACCOUNT (your graebert licensing account emailId)
LICENSING_PASSWORD (password for the licensing account)Set Number of deployment units: replicas (2 in config)
Once the Ingress Controller is deployed, deploy the configuration
kubectl apply -f kudo.yaml