Deployment

Deployment Presets

Ready-to-deploy configuration presets for Deployment. Each preset is a complete manifest you can copy, customize, and deploy.

3 presets
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.

02

Production Web Service with HPA

This preset deploys a production-grade web application with horizontal pod autoscaling, a pod disruption budget, and a zero-downtime rolling update strategy.

03

Background Worker Deployment

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.