Using CertManager with NodePort Services: Is It Possible?

0
3
Asked By TechieTraveler42 On

I'm setting up my application on a VPS with HTTPS, and it's currently using the ingress-nginx-controller service configured as a NodePort. Unfortunately, I don't have a LoadBalancer available on my VPS, so NodePort seems to be my only option. However, I'm concerned because it looks like CertManager needs access to port 443, which isn't feasible with NodePort. Can anyone share if it's possible to utilize CertManager while still using NodePort?

1 Answer

Answered By CodeGuru99 On

Yes, you can definitely use CertManager with a NodePort service! What issues are you running into regarding port 443?

WebDevMaster -

Everything seems to work fine on the surface; my site is up and running, but I have to bypass security warnings to access it, which isn’t ideal. I followed a guide where they used a LoadBalancer, so I'm guessing that's where the problem lies.

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.