oscarhidalgosica / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

Deploy your Docker image to Kubernetes #7

Open oscarhidalgosica opened 3 months ago

oscarhidalgosica commented 3 months ago

Deploy Your Docker Image to Kubernetes As a DevOps engineer I need to deploy the Docker image of the microservice to Kubernetes So that it can be scaled and managed efficiently Details and Assumptions

Kubernetes is used for orchestration. The deployment should include proper configuration for scaling and management. Acceptance Criteria Given a Docker image of the microservice When I deploy it to Kubernetes Then the service should be accessible and scalable