Dev ops docker and kubernets

Job ID: 33568379

Budget: ₹750 – ₹1,250 INR

We would like this application to be dockerized and finally
wrapped as a Helm chart for Kubernetes
a. Create a Dockerfile for the application
b. Build, Tag, and Push it your private docker hub account
c. Create an official helm chart that includes Deployment and
Service for our application
d. Deploy our application in Kubernetes using kind and helm
(Personal laptop required only)

We would like for you to write an automation script (preferably using
Bash or Python) that performs the following:
a. Runs unit-tests (make sure they are passing)
b. Build the application as a docker image
c. Deploy the application as Helm chart on Local K8S (like ‘Kind’)
d. Wait for the pod to be in a Ready state
e. Execute an API Request toward the Kubernetes service and
check the returned status code


Share with the your final solution on your personal Github,
make sure to include the following:
• Dockerfile
• URL of the Docker image
• Helm chart
• Automation script
Related categories: Python Docker Bash Scripting Kubernetes DevOps