# Why getting 404 on EKS

**URL:** https://forums.suse.com/t/why-getting-404-on-eks/20541
**Category:** General
**Created:** [June 15, 2021, 6:12pm UTC](https://forums.suse.com/t/why-getting-404-on-eks/20541 "2021-06-15T18:12:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Juan\_Jimenez](https://sea2.discourse-cdn.com/flex022/user_avatar/forums.suse.com/juan_jimenez/32/6686_2.png) [@Juan\_Jimenez](https://forums.suse.com/u/Juan_Jimenez)
#### Post date: [June 15, 2021, 6:12pm UTC](https://forums.suse.com/t/why-getting-404-on-eks/20541/1 "2021-06-15T18:12:00Z")

</div>

I have followed all the instructions to install rancher on an AWS EKS cluster as given here.

[Installing Rancher on Amazon EKS](https://rancher.com/docs/rancher/v2.5/en/installation/install-rancher-on-k8s/amazon-eks/)

I installed my TLS certificate, everything completed as expected, but when I try connect to the external ip provided by this command:

```auto
kubectl get service ingress-nginx-controller --namespace=ingress-nginx

```

…all I get is 404 not found. Everything seems to be running properly but the Rancher server does not respond. Any clues?
