Lesson 2
|
23:18
Run your client-go application as a pod in cluster
In one of the previous chapters, we looked into how we can use the client-go library to write an application that talks to the Kubernetes API server to do certain things. The application that we wrote simply tried to list and pods and deployments from the default namespace. But that application was running on the host machine and not inside the Kubernetes cluster. In this chapter, we will look into the way using which we can deploy the same application inside the Kubernetes cluster.
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.