-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After ingress crosses ns proxy svc, the listening list of ALB is empty. #3978
Comments
The company purchased the 1.31 version of k8s eks directly from AWS, and I think it may be that aws-loadbalance-controller lacks support for ExternalName type services |
@ColeSu-n We dont support ExternalName type svc yet. Also we dont support the cross namespace svc. Will you be able to use ClusterIP/NodePort type of svc meanwhile? |
@shraddhabang OK, thanks for your answer. I want to know why ExternalName svc is not supported? Because I found that nginx-ingress-controller and ingress-controller of other cloud vendors do not seem to support ExternalName svc either. |
Putting an This is just my basic understanding of reading: |
Please re-open if you have other questions |
I created ingress and an ExternalName svc in the A namespace. This svc pointed to an svc under the B namespace. Then I saw that the listening target of alb was empty.
This will result in accessing the domain name in ingress get
503 Service Temporarily Unavailable
Target group in ALB listening rule
![image](https://private-user-images.githubusercontent.com/102467084/394676021-ac757097-5871-4202-bfe3-99661e1a3361.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDg3MDYsIm5iZiI6MTczOTM0ODQwNiwicGF0aCI6Ii8xMDI0NjcwODQvMzk0Njc2MDIxLWFjNzU3MDk3LTU4NzEtNDIwMi1iZmUzLTk5NjYxZTFhMzM2MS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQwODIwMDZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04YTc3NThmODY3MzQ2NzIxNjY2MzAwMDYwYTMyZmM3NDQzYTEzMDQwNTdkZWY3MjIyYjQ4YzU5MWYyYzYyNjBkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Hn3EVbYePFlL0JKbYFhNwkIiwuzGraP8nwYALLywm3M)
k describe ing -n cms
The text was updated successfully, but these errors were encountered: