Skip to content
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

request help: Support for Separate Ingress Classes for Public and Private DNS Zones in AWS EKS #2333

Open
MichaelLLC opened this issue Dec 5, 2024 · 0 comments

Comments

@MichaelLLC
Copy link

Issue description

I have deployed an AWS EKS cluster and created two DNS zones: one private and one public. I need to deploy Apache APISIX with two separate ingress classes, where each ingress controller processes rules only for its respective DNS zone.

Public Requests: Should be handled by apisix-external.
Private/Internal Requests: Should be handled by apisix-internal.
I am using ApisixRoute CRDs to define the rules, and it is crucial to separate the rules for each APISIX instance to ensure proper routing.

Environment

  • your apisix-ingress-controller version (output of apisix-ingress-controller version --long): 1.8
  • your Kubernetes cluster version (output of kubectl version): 1.29
  • if you run apisix-ingress-controller in Bare-metal environment, also show your OS version (uname -a):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant