Lesson 1
|
1:01:02
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
Vivek Singh
Vivek is a software developer who started his professional career in 2015 with Java and related technologies. Initially, he spent his time writing Java-based enterprise-level web applications and running serverless workloads of Kubernetes. But nowadays he is more focused on application-centric data management for all your cloud-native applications.
Have feedback about this course or lesson? We want to hear it! Send your thoughts to mentoring@infracloud.io.