Kubernetes Deployment

Kubernetes Deployment manifest (as JSON) with replicas, resource limits, health probes, and rolling updates.

Cloud & DevOpsKubernetesK8sdeploymentcontainers

Kubernetes Deployment manifest (as JSON) with replicas, resource limits, health probes, and rolling updates.

Loading editor...

When to use this template

A Kubernetes Deployment manages the desired state of your containerized application. This template includes replica count, resource requests/limits, liveness and readiness probes, environment variables from ConfigMaps and Secrets, and a rolling update strategy. Most teams write this as YAML, but the JSON form is equivalent and useful for programmatic generation.