Optimizing Next.js on EKS: Tips I’ve learned as an SRE
4 min readLessons learnt by managing Next.js apps on EKS, covering health checks, scaling, caching, and logging.
Node.jsKubernetesnextjs
Lessons learnt by managing Next.js apps on EKS, covering health checks, scaling, caching, and logging.
Scaling a Node.js app across multiple CPU cores using the cluster module and Kubernetes.
A reflection on what I learned about liveness and readiness probes in Kubernetes, especially for frontend-only apps.
How DNS resolution works inside Kubernetes, how CoreDNS handles it, and why setting ndots:1 made a big difference during high load.