Secrets
kubectl apply -f secrets.yamlkubectl describe secret testsecretkubectl apply -f secretsdeploy.yamlkubectl get deployments.appskubectl get pods -o widekubectl exec <<podname>> -c <container-name> -- envAdditional Commands
kubectl describe secretsClear Everything in the current namespace
kubectl delete all --all -n defaultLast updated