Access K8 Cluster on EKS

Viewed 21

I am trying to learn to deploy a k8 cluster to eks and access the website through eks and I am receiving a [failed to call webhook error] in my travis-ci log files as well as a [no endpoints available for service "ingress-nginx-controller admission"]. The deployment runs successfully and the pods get launched to the eks cluster, I just cannot figure out how to access the url to the app. I attached some images that I thought might be important for my error.

CoreDNSError

Travis-CI Logs

UnavailableLoadBalancerError

1 Answers

which website do you want to access? What is your web server, and how do you deploy it?

Chances are, that you are missing a loadbalancer to make the web server available.

Related