DEV Community

Discussion on: How to deploy an API to a Kubernetes Cluster with a Github Actions CI/CD Workflow

Collapse
 
jpcorry profile image
John Corry

Now that you deployed your project, you need to add an ingress to Kubernetes, NGINX for example, then set up a let's encrypt ssl certificate using cert-manager, so that your API is securely exposed online.

A follow up article that shares step-by-step for these would be nice!

Collapse
 
othpwn profile image
Othmane Sabih

Sure thing, I’ll try to write one soon.