fab7/LAB-devops-capstone-project

Deploy your Docker image to Kubernetes

Opened this issue · 0 comments

fab7 commented

As a Service Provider
I need to deploy and run the service on a Kubernetes cluster
So that I can easily scale and manage the service

Assumptions

  • Kubernetes manifests will be created in yaml format
  • These manifests could be useful to create a CD pipeline
  • The actual deployment will be to OpenShift

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