In this chapter, we will further explore our kubernetes cluster by deploying a stock nginx application as well as the mynginx image we built; this will introduce us to the various capabilities of kubernetes and get us familiar with them.
Running a Pod – Public nginx
The act of launching a container in a kubernetes cluster is simple; we have to tell kubernetes which image to launch, what the name of the deployment should be along with any additional parameters that will expose ...