01
Web Service Deployment
This preset deploys a single-replica web application with an HTTP port and ingress. It is the most common Kubernetes Deployment pattern: a containerized web service exposed via an ingress hostname.
Loading...
Ready-to-deploy configuration presets for Deployment. Each preset is a complete manifest you can copy, customize, and deploy.
3 presetsThis preset deploys a single-replica web application with an HTTP port and ingress. It is the most common Kubernetes Deployment pattern: a containerized web service exposed via an ingress hostname.
This preset deploys a production-grade web application with horizontal pod autoscaling, a pod disruption budget, and a zero-downtime rolling update strategy.
This preset deploys a background worker process without ingress. Use this for queue consumers, event processors, or any long-running process that does not serve HTTP traffic.