In this section, you’ll deploy 5 replicas of a Pod, via a Kubernetes Deployment. After that, you will manually delete a Pod and see Kubernetes self-heal.
You’ll use the deploy.yml manifest in the root of the usercode directory. As seen in the following snippet, it defines 5 Pod replicas running the application you containerized in one of the previous chapters. The YAML shown is annotated to help you understand it.