Summary

A summary of what we covered in this chapter.

We'll cover the following...

Recap

Let’s look back and see what we covered in this chapter.

  1. We created a manifest file called nginx.yaml, saying we wanted to run the nginx docker image.
  2. We sent this manifest to Kubernetes using kubectl.
  3. After we confirmed
...