Open RaoufYallese opened 8 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
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 DevOps engineer I need to deploy the Docker image of the customer accounts microservice to Kubernetes So that the microservice can be efficiently managed in a container orchestration environment.