Azure / acs-engine

WE HAVE MOVED: Please join us at Azure/aks-engine!
https://github.com/Azure/aks-engine
MIT License
1.03k stars 560 forks source link

My pod is not able to identify the external services DNS #4376

Open brsvpr opened 3 years ago

brsvpr commented 3 years ago

I have created a load balancer service with cloud provider as aws. The classic load balancer was also created in AWS however, the service shows the external I as still pending. And my pod is not able to identify the AWS RDS database hostname. Am I missing something ? Appreciate your help please. Thank you a ton.

image

Below is my LB service apiVersion: v1 kind: Service metadata: name: cust-db-mgmt-loadbalance-service namespace: sai spec: type: LoadBalancer selector: app: cust-db-mgmt ports:

image

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution. Note that acs-engine is deprecated--see https://github.com/Azure/aks-engine instead.