Example deployment on minikube
368
This repository contains a very simple http server in python packaged as a Docker container.
The container is deployed to a local minikube for educational purposed.
This version uses nginx as ingress controller. For an alternative with traefik, see this branch.
minikube addons enable ingress.kubectl apply -f deployment.yaml.kubectl apply -f service.yaml.kubectl apply -f ingress.yaml.Content type
Image
Digest
Size
29.8 MB
Last updated
about 7 years ago
docker pull erikwegner/hellominikube