Volume shared across pods
Volume shared across pods
kubectl apply -f two-container-pod.yamlkubectl get pod mc1 --output=yamlkubectl exec mc1 -c 1st -- /bin/cat /usr/share/nginx/html/index.htmlkubectl exec mc1 -c 2nd -- /bin/cat /html/index.htmlClear Everything in the current namespace
kubectl delete all --all -n defaultLast updated