kubernetes-ops
kubernetes-ops copied to clipboard
Helm Troubleshooting
This is a doc on Helm troubleshooting. I instantiate Ingress Nginx in Helm through Terraform Cloud for AWS ELB.
The issue I have is when I run the command kubectl get services
once everything is setup. The output shows a kube cluster without an EXTERNAL-IP
despite having ingress-nginx
running when I verify through the kubectl get pods -A
command.
More detail is on this doc with steps and commands on how to recreate the problem. Any help would be appricated!