As a DevOps engineer
I need to deploy the service to Kubernetes
So that it scales in production
Details and Assumptions
- Uses
kubectl apply with YAML
- Deployed using Docker image
Acceptance Criteria
Given Kubernetes cluster access
When YAML files are applied
Then the service is live on Kubernetes
As a DevOps engineer
I need to deploy the service to Kubernetes
So that it scales in production
Details and Assumptions
kubectl applywith YAMLAcceptance Criteria