A production-grade Node.js HTTP server with Redis, deployed on Kubernetes.
A production-grade Node.js HTTP server that returns a persistent request counter backed by Redis, deployed on Kubernetes.
k3d cluster create claude-warmup --wait
kubectl create secret generic redis-credentials \
--from-literal=redis-password=$(openssl rand -base64 24)
kubectl apply -f k8s/
kubectl port-forward svc/claude-warmup 8080:80
curl http://localhost:8080