Category

kubernetes

4 posts in this category.

kubernetes· 9 min read

Using Envoy Gateway

A Gateway API implementation built on Envoy Proxy: how the pieces fit, what the policy CRDs are for, and where you still end up reaching for raw Envoy config.

kubernetes· 10 min read

Annotation translation: NGINX Ingress to Envoy Gateway

A working map from ingress-nginx annotations to Gateway API resources and Envoy Gateway policies. Including the ones that have no equivalent and need a decision instead.

kubernetes· 8 min read

Switching from Ingress to Gateway API in Kubernetes

Gateway API is not a new spelling of Ingress. What actually changed, why the role split matters more than the syntax, and a migration path that does not need a cutover weekend.

kubernetes· 11 min read

High availability for Kubernetes deployments: the practices that matter

PDBs, topology spread, HPA, probes and graceful shutdown, which of them actually prevent downtime, and the misconfigurations that quietly cancel each other out.