Tag: Secrets
Browse all articles, tutorials, and guides about Secrets
Posts
⌘K
Kubernetes
2024-10-12|6 min read
How to Update a Kubernetes Secret Generated from a File
Learn how to update an existing Kubernetes secret when its data comes from a file, with practical kubectl commands and tips for safe secret management.
Kubernetes
2024-02-18|5 min read
How to Decode a Kubernetes Secret
Kubernetes secrets store sensitive data in base64-encoded form. Learn how to safely decode and inspect these secrets using kubectl and command-line tools.