AWS EKS – Part 16 – Enable Secrets Encryption at Rest with AWS KMS Service
Encryption At Rest, EAR, is a term referred to as encrypting data when they are stored on disk. In Kubernetes,...
Kubernetes Hacks and Tricks – #2 Optional ConfigMaps and Secrets in Pods
In some applications, the application configurations are set by default in the codebase (hard-coded). If you want to override them,...
Kubernetes Hacks and Tricks – #1 Immutable ConfigMaps and Secrets
Sometimes you want to create configs/secrets for your applications, and you want to make sure when configs/secrets got created, nobody...