# Introduction In this challenge, you will be tasked with deploying a Kubernetes pod running the latest Nginx web server. Your goal is to ensure the pod is up and running and accessible through a service. You will need to create a Kubernetes YAML file to deploy the pod and a service of type NodePort to expose the Nginx pod.
Click the virtual machine below to start practicing