Is Kubernetes Secrets…. A Secret?

To know how one can get access to Kubernetes secrets In the previous blog, we saw how etcd works with Kubernetes and how to access etcd. Now we will be learning how etcd stores secrets and can one can access those secrets or not? As we know containerized applications running in Kubernetes almost always need some […]

Vault In Kubernetes With Sidecar Injection

To know how to inject secrets into the kubernetes pods via vault agent sidecar injector Keeping Kubernetes secret a secret (secure) is one of the challenges an organization faces as these secrets are only encoded and not encrypted by default at REST. These secrets are stored in ETCD, a key/values store with all the Kubernetes configurations. Creating a Kubernetes secret […]