Deploy a Kubernetes Nginx Pod

# 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.

|
60 : 00

Click the virtual machine below to start practicing