Arthur-sauvage / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

Deploy your Docker image to Kubernetes #7

Open Arthur-sauvage opened 4 months ago

Arthur-sauvage commented 4 months ago

As a DevOps engineer I need to deploy my Docker image to Kubernetes So that I can manage and scale the deployment efficiently

Details and Assumptions Kubernetes is set up and ready for deployment. The Docker image is compatible with Kubernetes deployments.

Acceptance Criteria : Given a Docker image of my microservice When I deploy the image to Kubernetes Then the deployment should be successful and the service accessible