ChatGPTDevOps

Kubernetes Deployment Config

@promptallFeb 5, 2026 4300
Create Kubernetes manifests for deploying [APPLICATION].

App type: [WEB/API/WORKER]
Replicas: [NUMBER]
Resources: [CPU/MEMORY LIMITS]
Environment: [STAGING/PRODUCTION]

Include:
- Deployment with rolling update strategy
- Service (ClusterIP/LoadBalancer)
- ConfigMap and Secrets
- HorizontalPodAutoscaler
- Liveness and readiness probes
- Resource requests and limits
- PodDisruptionBudget
- Ingress with TLS (nginx)

Namespace and RBAC best practices included.

Comments

to leave a comment.

No comments yet. Be the first to comment!