kubectl exec
command to access the affected container within the pod: kubectl exec -it <pod-name> -c <container-name> -- /bin/bash
ls -l /path/to/sensitive/files
kubectl delete
command: kubectl delete pod <pod-name> -n <namespace>
kubectl apply
command.