Well done for making it this far. If you have followed along with the examples in this chapter, you should be well on your way to learning how to use Kubernetes to manage your own applications. You should be able to do the following:
- Use Minikube to set up a single node Kubernetes cluster on your workstation
- Build a simple application container using Docker
- Run a pod on your Minikube cluster
- Declare a Kubernetes configuration using a Manifest file, so you can reproduce your setup
- Set up a service so you can access your application