google cloud kubernetes, nodejs, ssl
Posted by AbbreviationsNo1418@reddit | learnprogramming | View on Reddit | 1 comments
I inherited a nodejs app, currently it is running yon a virtual machine on production, it has cert and key files locally
I am trying to set up a staging environment first, on google cloud’s kubernetes, and later migrate prod too
I tried to cherry pick elements, but they did not match up, so setting up ssl on gke uses cert manager, but in node i have https creqteServer, which takes local filenames
also there is google cloud’s dns, but it is not working on kubernetes, the one for kubernetes is not public
currently I have a running service on http, I have deployment, service, ingress
from here, how could I add a preferably free dns, and ssl? what are the steps? links are welcome too
thanks a lot
1 Comments
AutoModerator@reddit