07 Deploy first K8S app

To configure the deployment to work for you, perform the following steps.

kubectl apply -f deployment.yml -n studentx
kubectl get all -n studentx
NAME                                   READY   STATUS    RESTARTS   AGE
student0-deployment-7f7b4bc5df-bnlq8   1/1     Running   0          16s
kubectl delete -f deployment.yml -n studentx