Kubernetes-nginx

Run Kubernetes on Docker Desktop

Installation

  kubectl apply -f nginx-deployment.yaml
  kubectl apply -f nginx-service.yaml

Command get pod

  kubectl get pod