Deploying AES stack along with Nginx Ingress Controllers using this tutorial #131
-
Hello, I have already deployed the Nginx Ingress controller using the your published Nginx Ingress tutorial. I have installed the cert-manager and the issuer for the wildcard certificates for subdomain. I have a Helm chart that installs my deployment with the Now, I want to experiment with Ambassador Edge Stack (AES). Can I install AES along with my Nginx ingress controller? It seems like I should be able to as long as I have marked my previous deployments using Nginx Ingress with Another question I had was regarding creating a new Certificate that will use my existing domain from my Nginx ingress setup by issuing this command: Do you see any issues with the cert-manager on this for creating a new Certificate when I have already used that domain on my Nginx Ingress Wildcard certificate? I could create a new k8 cluster but I want to experiment with it on the same cluster if I could. Thanks for any input. -Sonam |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @sonamsamdupkhangsar yes it is possible to deploy Nginx Ingress Controller and Ambassador Ingress Controller at the same time but you can not use the domain to point to both ingress controllers at the same time. For certificate there will be no issue, you can request a new one and to be used by Ambassador . Please keep in mind that let's encrypt have a limitation of 5 certificate request per week, more details https://letsencrypt.org/docs/rate-limits/ For experimenting the certificate part / for testing we recomand to be used the let's encrypt staging environment https://letsencrypt.org/docs/staging-environment/ and reduce the chance of your running up against rate limits.
|
Beta Was this translation helpful? Give feedback.
Hi @sonamsamdupkhangsar yes it is possible to deploy Nginx Ingress Controller and Ambassador Ingress Controller at the same time but you can not use the domain to point to both ingress controllers at the same time.
For certificate there will be no issue, you can request a new one and to be used by Ambassador . Please keep in mind that let's encrypt have a limitation of 5 certificate request per week, more details https://letsencrypt.org/docs/rate-limits/ For experimenting the certificate part / for testing we recomand to be used the let's encrypt staging environment https://letsencrypt.org/docs/staging-environment/ and reduce the chance of your running up against rate limits.