View on GitHub

docker-devbox

[DEV] Docker stacks to quickly setup a dev environment and test some tools.

nginx-ingress-controller

Deploy NGINX Ingress Controller.

Usage with Docker

Not implemented. See Traefik or jwilder/nginx-proxy.

Usage with Kubernetes

WARNING : A service of type LoadBalancer will be created and a public IP will be claimed. See Usage with Kind to deploy a NodePort service with local port mapping.

bash k8s-install.sh
# in whoami directory :
DEVBOX_INGRESS=nginx bash k8s-install.sh

Usage with Kind

NGINX_MODE=kind bash k8s-install.sh

Resources