ShirishGaikwad / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

User Story Title: Deploy Docker Image to Kubernetes #8

Open ShirishGaikwad opened 1 month ago

ShirishGaikwad commented 1 month ago

As a DevOps engineer, I want to deploy the Docker image of the accounts microservice to Kubernetes, So that I can manage and scale the service efficiently.

Acceptance Criteria:

Create Kubernetes deployment and service configurations. Deploy the Docker image to a Kubernetes cluster. Verify that the service is running correctly in the Kubernetes environment. Document the deployment process and any required configurations.

ShirishGaikwad commented 1 month ago

Deployment is crucial but can be handled in a later sprint