Skip to content

girish-cheedala/hello-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flask app deployed on Kubernetes locally

Commands to run Kubernetes:

 cd hello-python/app
 sudo docker build -t hello-python .
 sudo docker run --name myapp2 -p 5000:5000 hello-python:latest
 sudo usermod -aG docker $USER && newgrp docker
 minikube start
 kubectl apply -f deployment.yaml
 kubectl get pods
 minikube service list

About

Very simple hello world python Flask application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 54.1%
  • Dockerfile 45.9%