Skip to content

Very simple hello world python Flask application.

Notifications You must be signed in to change notification settings

fatmongoose/hello-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hello-python

Very simple hello world python Flask application.

docker

  1. docker build -f docker/Dockerfile -t hello-python:latest .
  2. docker image ls
  3. docker run -p 5001:5000 hello-python

kubernetes

  1. cd kubernetes
  2. kubectl apply -f deployment.yaml

About

Very simple hello world python Flask application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.3%
  • Dockerfile 45.7%