October 2023

Exploring Static Pods

Static pods are pods which are not managed by the Kubernetes control plane. Normally, the kubelet running on each node in a cluster watches the kube-api for instructions to launch or delete pods. However, in the case of static pods, the kubelet can manage pods by watching for manifests added to a directory or a […]

Exploring Static Pods Read More »

Getting Started with External Secrets Operator

Why External Secrets Operator Whenever we talk about secrets in Kubernetes, we typically mean sensitive data that should be shared with applications. These are things like API keys, database credentials, certificates, tokens, etc. Kubernetes has a native Secret Object that can expose secrets to pods, however, there are some drawbacks with the built-in approach: To

Getting Started with External Secrets Operator Read More »

Scroll to Top