Summary
Explore the foundational concepts of Kubernetes by deploying an nginx application using a manifest file and kubectl commands. Understand how Kubernetes manages desired states by continuously reconciling actual states to match your configurations, setting the stage for more complex deployments.
We'll cover the following...
We'll cover the following...
Recap
Let’s look back and see what we covered in this chapter.
- We created a manifest file called
nginx.yaml, saying we wanted to run thenginxdocker image. - We sent this manifest to Kubernetes using
kubectl. - After we confirmed