Traefik is awesome. It can use both file-based certificates and Kubernetes TLS Secret objects as SSL store. Even it is possible to use SSL...
While working in a restricted on-prem network, popular package managers like Composer or NPM may not properly work. Thanks to the proxy filtering...
Kubernetes Secret to AWS Secret Manager AWS SecretManager requires the secrets to be in decoded format. However, Kubernetes Secrets are encoded in...
External Secrets Operator (ESO) does exactly what the name suggests. It can sync Secrets from remote providers like HashiCorp Vault, AWS SecretManager...
Assuming that you are using self-managed Kubernetes cluster, you must be taking etcd backup as your cluster recovery strategy. The following command...
ConfigMap works great when you need to mount several files inside a container virtually. Imagine you have a ConfigMap (like the following) with...