issues
search
rupradha123
/
devops-capstone-project
Apache License 2.0
0
stars
1
forks
source link
Deploy your Docker image to Kubernetes
#9
Open
rupradha123
opened
1 year ago
rupradha123
commented
1 year ago
As a developer,
I need to deploy the customer accounts microservice to Kubernetes
So that it can be deployed to a production environment.
Details and Assumptions
The customer accounts microservice has been containerized using Docker.
A Kubernetes cluster is available for deployment.
Acceptance Criteria
Given the Docker image for the customer accounts microservice,
When I deploy the microservice to Kubernetes,
Then the microservice should be running in the Kubernetes cluster.
rupradha123
commented
1 year ago
Acceptance Criteria
Given the Kubernetes manifests have been created
When I use the oc command to apply the manifests
Then the service should be deployed and run in Kubernetes
As a developer,
Details and Assumptions
Acceptance Criteria