Kubernetes: Install (apply) YAML configuration file



kubectl apply -f pod.yaml
kubectl get pods
kubectl logs demo
kubectl delete -f pod.yaml