Can CertManager Work with a NodePort Ingress Service?

0
7
Asked By TechWhiz89 On

I'm trying to set up HTTPS for my app hosted on a VPS, but I can only use the ingress-nginx-controller service configured as NodePort. Since I don't have a LoadBalancer on my VPS, NodePort seems to be the only option right now. However, I've heard that CertManager typically needs port 443 to function properly. Is there a way I can keep using NodePort while still making CertManager work for HTTPS?

2 Answers

Answered By CloudGuru32 On

Absolutely! You can use CertManager with a NodePort service. What's going wrong for you? Are you seeing any specific errors related to port 443?

Answered By DevNinja73 On

It sounds like you might be trying to get Let's Encrypt certificates. Instead of using the http01 challenge, have you considered the dns01 challenge? It's pretty powerful and often leads to a cleaner setup!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.