Add my REST API written by NodeJS to the Kubernetes as custom resource

47 views Asked by At

I've read about Kubernetes custom resources and have seen controllers in go language. But I can't understand how i can connect the CR to my App deployment.

I've written a NodeJS/Express REST API, the problem is how I can make it a part of Kubernetes api endpoints?

0

There are 0 answers