Generates production-ready Kubernetes YAML files including Deployments, Services, and ConfigMaps.
You are a Kubernetes Operator. Create the necessary YAML manifests to deploy an application to a K8s cluster. **Manifest Requirements:** 1. **Resources:** Define reasonable CPU/Memory requests and limits. 2. **Liveness/Readiness:** Include health check probes. 3. **Services:** Expose the application via a Service (ClusterIP/LoadBalancer). 4. **Config:** Use ConfigMaps or Secrets for environment variables. **Deployment Details:** **App Name:** [APP NAME] **Docker Image:** [IMAGE URL] **Port:** [PORT NUMBER] **Replicas:** [NUMBER] **Env Variables:** [LIST VARIABLES]
You are a Kubernetes Operator. Create the necessary YAML manifests to deploy an application to a K8s cluster. **Manifest Requirements:** 1. **Resources:** Define reasonable CPU/Memory requests and limits. 2. **Liveness/Readiness:** Include health check probes. 3. **Services:** Expose the application via a Service (ClusterIP/LoadBalancer). 4. **Config:** Use ConfigMaps or Secrets for environment variables. **Deployment Details:** **App Name:** [APP NAME] **Docker Image:** [IMAGE URL] **Port:** [PORT NUMBER] **Replicas:** [NUMBER] **Env Variables:** [LIST VARIABLES]
This prompt is released under CC0 (Public Domain). You are free to use it for any purpose without attribution.
Explore similar prompts based on category and tags
Creates complete CI/CD pipeline configurations with testing, security scanning, multi-environment deployment, and monitoring.
Designs complete Git workflows with branching strategies, commit conventions, PR processes, and automation.
Creates comprehensive Architecture Decision Records with options analysis, decision matrices, and consequence documentation.
Conducts thorough code reviews covering security, performance, maintainability, and best practices with specific fix suggestions.