Kubernetes - kubectl Essential Commands
What will be the output of this command if the pod
db-pod has a container named mysql running and you execute: kubectl exec db-pod -c mysql -- ls /var/lib/mysql?