Skip to content

Deploys a simple python app (using flask) on k8s. This app returns a random word from a list.

License

Notifications You must be signed in to change notification settings

gfnord/random-codname

Repository files navigation

random-codname

build the docker image

docker build . -t random-codname

tag and push image to docker registry

docker tag random-codname gfnord/random-codname:latest
docker push gfnord/random-codname:latest

deployment on k8s

kubectl apply -f k8s-deploy-random-codname.yaml

About

Deploys a simple python app (using flask) on k8s. This app returns a random word from a list.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published