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?