Deploy a simple web server based on NGINX in our Kubernetes cluster
Apply some changes to the deployment:
Change the current state by deleting the Pod and verify that the ReplicaSet creates a new one
Change the desired state by scaling the web server to three Pods and verify that the ReplicaSet fills the gap by starting up two new Pods
Route external traffic to the web server using a Service with a node port