Skip to content

Dockerized calculator app using flask along with manifests to deploy on Kubernetes and Nginx ingress controller to expose as a web service.

Notifications You must be signed in to change notification settings

ShivamSherkar23/test-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-calculator

Step 1 create cluster

Step 2 install nginx controller using helm chart

helm repo add ingress-nginx
helm install nginx ingress-nginx/ingress-nginx

Step 3 apply files from the manifests

kubectl apply -f /manifests

Step 4 access the application on the ingress url

Dockerfile is given for the refrence.

Docker image can be pulled automatically as mentioned in the manifest.

About

Dockerized calculator app using flask along with manifests to deploy on Kubernetes and Nginx ingress controller to expose as a web service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published