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.
- 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
Ask