Container Orchestration
Deploy containerized applications with Kubernetes including cluster setup, deployment manifests, service discovery, and auto-scaling.
Complexity: Complex | Duration: 30m+ | Category: Devops
Tags: infrastructure kubernetes containers orchestration
Workflow Diagram
Steps
Step 1: Cluster provisioning
Agent: devops
engineer - Provision GKE/EKS/AKS cluster
Step 2: Namespace creation
Agent: devops
engineer - Create namespaces for environments
Step 3: Deployment manifest
Agent: backend
architect - Create Kubernetes Deployment YAML
Step 4: Service creation
Agent: backend
architect - Create Service for internal/external access
Step 5: ConfigMap/Secret
Agent: devops
engineer - Store configuration and secrets
Step 6: Ingress setup
Agent: devops
engineer - Configure Ingress for external traffic
Step 7: Auto
Agent: scaling
devops-engineer - Configure HPA based on CPU/memory
Step 8: Monitoring
Agent: devops
engineer - Deploy Prometheus, Grafana for monitoring
Usage
To execute this workflow:
/workflow devops/container-orchestration.workflow
Related Workflows
See other workflows in this category for related automation patterns.