I am trying to figure out how I best install SSL on my k8s cluster hosted on Jelastic. I found some nice hints here on how to get cert-manager working on a k8s cluster in general (irrespective of the host provider).
My concern is now that I am not 100% sure whether or not I need letsencrypt or if I could go with the default SSL installation. Looking at the bottom (last paragraph) of this README, I see that I must be able to install it on my cluster. From the Jelastic dashboard, it's not obvious at all that I can do so. The addons icon appears on the Workers and Storage nodes. And through that icon, in both cases, I see no letsencrypt addon.
What's the best practice here? How do I get that up and running? First, the nginx ingress controller installed by default does not meet our security requirements. Second, any subdomain we add to this Jelastic environment does not get provided with the necessary ssl certificates by default. How do I get around this?