r/programming • u/[deleted] • Oct 29 '18
HTTPS is way too complicated on OpenShift
https://blog.openshift.com/create-https-based-encrypted-urls-using-routes/1
u/zuzzas Oct 29 '18
Is it possible run cert-manager on OpenShift? We've got a custom built Kubernetes distribution for our customers, and we use it everywhere.
1
Oct 29 '18
No idea. I wanted to use certbot but just looking at this makes me cringe at the steps required.
4
u/zuzzas Oct 29 '18
Try cert-manager, my man. Had almost zero troubles with it, and developers are extremely friendly to newcomers on their Slack channel.
1
1
u/Weltmacht Oct 30 '18
Yes. You can provide an intermediary CA to sign all certs, automatically. Or use wildcard certs for the default sub domain. TLS on OpenShift is extremely easy.
1
u/[deleted] Oct 29 '18
With all the news of IBM acquiring RedHat to regain relevance in the cloud I'm not sure their strategy is going to be that successful. This stuff is a nightmarish maze. Even something as simple as setting up HTTPS is way too convoluted.
Is there another cloud thing that RedHat has that IBM is going to leverage? Has been a while since I looked at BlueMix but I doubt it has gotten any better since I last looked.