til
Small things I learned, mostly so I don’t forget them. A few sentences each.
- TIL: the ingress-nginx 404 page is just another Service
- TIL: matchPolicy: Equivalent means your webhook still runs on versions you never listed
- TIL: why containers need a real init process
- TIL: Kubernetes doesn't restart pods when a Secret changes — sometimes it doesn't even need to
- TIL: Argo CD's dry-run can fail before your manifests even get a chance
- TIL: a Service doesn't know what a Deployment is
- TIL: making CRD lists behave like maps under server-side apply