Blog
How to create and use Kubernetes Secrets?
Our applications often need to deal with sensitive information such as credentials or private keys. In a Kubernetes-based system, we can handle such sensitive information using Secrets. In this post, I will explain how you can create a new Kubernetes Secret and use it in an application pod. 1 – Read more…