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#
Delete the
deployment/mysite-pod.yaml
file from your repository.Replace it with
deployment/mysite-deployment.yaml
Set the initial number of replicas to 2.
Turn In#
Turn in a link to your repository on GitHub.