Make a Deployment#

Note

This is an optional milestone. One of the optional milestones is needed to get an A.

You should never make a Pod by itself. All of your workloads should be created using a Deployment or other related resource. To achieve this milestone you will convert the pod definition you’ve had so far into a deployment.

Requirements#

  1. Delete the deployment/mysite-pod.yaml file from your repository.

  2. Replace it with deployment/mysite-deployment.yaml

  3. Set the initial number of replicas to 2.

Turn In#

Turn in a link to your repository on GitHub.