Writing a Kubernetes custom controller (ekspose) from scratch - Part - 1
In this chapter, we will try to write a Kubernetes custom controller (ekspose) that exposes your Kubernetes deployments automatically. When we say exposing an application, we actually mean creating a Kubernetes service and ingress resource, so that people from outside of the cluster can access the application. In this chapter, we will just be able to create service resources, but in the subsequent chapters, we are going to look into how to create ingress resources for the same.
Instructor
Have feedback about this course or lesson? We want to hear it! Send your thoughts to mentoring@infracloud.io.