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
Have feedback about this course or lesson? We want to hear it! Send your thoughts to mentoring@infracloud.io.