title: Deployment + Service + Ingress baseline description: Production-ready Deployment baseline: resources, probes, security context, and topology. status: stub tags: - kubernetes
Deployment + Service + Ingress baseline¶
Stub page
Sensible defaults for shipping a stateless service.
Planned content¶
- Deployment with security context, resource requests/limits, topologySpreadConstraints
- Service (ClusterIP) and Ingress with TLS
- Rolling update strategy parameters that actually work