Hi, I have installed Airbyte on AWS EKS cluster, I...
# ask-community-for-troubleshooting
b
Hi, I have installed Airbyte on AWS EKS cluster, I’m trying to access the api endpoints from the application. I had attached the alb to the webapp-svc. When trying to access the api, i’m getting
Error 404
, but the same is working fine when trying using localhost, I did port-forwarding using
kubectl port-forward
. any help to fix this issue is appreciated.
n
Hi @Boopaathy r s, I am still learning all the ins and outs of AWS EKS myself, but this looks like the doc you need: https://aws.amazon.com/premiumsupport/knowledge-center/eks-access-kubernetes-services/ It looks like you need to deploy an NGINX ingress controller to allow access to the AWS EKS cluster. Let me know if this helps!
b
Hi @Nataly Merezhuk (Airbyte), thanks for the answer, Yes I installed the ingress controller, but still I couldn’t access the airbyte api.
u
Hi! Thanks for your patience - our small team is still catching up with messages due to Hacktoberfest. Were you able to make any progress here?