MaiZure / devops-capstone-project

The final project for DevOps
Apache License 2.0
0 stars 0 forks source link

Deploy your Docker image to Kubernetes #7

Closed MaiZure closed 4 months ago

MaiZure commented 4 months ago

Title: Deploy your Docker image to Kubernetes

As a service provider I need my service to run on Kubernetes So that I can easily scale and manage the service

Assumptions

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

MaiZure commented 4 months ago

Title: Deploy your Docker image to Kubernetes

As a service provider I need my service to run on Kubernetes So that I can easily scale and manage the service

Assumptions

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