Deploy app using Kubernetes

Job ID: 36725055

Budget: ₹600 – ₹1,500 INR

This is simple task :
The task:

The aim of the task is to get the image container running in [Minikube] with the `ingress` addon enabled, `minikube addons enable ingress`.

The solution to this task should not require any external resources outside of Minikube (and optionally Helm).
The aims:

● All resources should be created in a one namespace.
● Write the Kubernetes specs to create a minimum of a namespace, deployment, service, and ingress. Along with anything else you feel should be included/required in ensure HA.
● Provide documentation or a script that will deploy your resources to Minikube and confirm successful deployment.


The verifications:

● Application can be deployed by invoking a single command.
● All pods are running and stable.
● Application is accessible from the host machine via URL.
Related categories: Docker Kubernetes