Hello guys, could anyone help with the AWS Kuberne...
# all-things-deployment
q
Hello guys, could anyone help with the AWS Kubernetes deployment issue (I am a newbie of EKS). Follow the guide I launched datahub in EKS, and expose using AWS load balancer, it's working fine. However, yesterday I had accidently deleted the AWS load balancer (the GMS one) from the AWS Console, how can I re-create those ? Now I can't access to my GMS endpoint... 😢 I have tried to reinstall the alb-controller, and reset the ingress, but it seems not work, the removed ALB didn't come back....
problem solved by manually remove the service:
kubectl delete service datahub-datahub-gms
It has taken me a whole day to fix this issue..... 😭
e
Oh no, I’m sorry to hear that @quaint-window-7517! I’m glad you were able to resolve it though