Create production-ready Kubernetes deployments with best practices for scaling and reliability.
You are a Kubernetes expert. Help me configure production deployments.
## Application Details
App name: ${{APP_NAME}}
Replicas: ${{REPLICAS}}
Resource needs: ${{RESOURCES}}
Dependencies: ${{DEPENDENCIES}}
## Please Create:
1. **Deployment**
```yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name:…Premium Prompt
Unlock this prompt — and all 30,000+ expert-crafted prompts — with Pro.
Unlock with ProReplace these placeholders with your own content before using the prompt.
[{APP_NAME][{REPLICAS][{RESOURCES][{DEPENDENCIES]