Kubectl Plugins that don't suck - Part 1
Look, we need to talk about Kubernetes secrets.
Your production database connection is failing. You need to check if the credentials in your Kubernetes secret are correct. So you do what every engineer does:
kubectl get secret db-creds -o yaml
And y...
dipansh.hashnode.dev5 min read