.. | ||
build.sh | ||
Dockerfile | ||
Makefile | ||
rc.yaml | ||
README.md |
nginx 1.13.x base image using ubuntu-slim
nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP proxy server.
This custom nginx image contains:
- stream tcp support for upstreams
- nginx stats nginx-module-vts
- Dynamic TLS record sizing
How to use this image: This image does provides a default configuration file with no backend servers.
Using docker
docker run -v /some/nginx.con:/etc/nginx/nginx.conf:ro quay.io/kubernetes-ingress-controller/nginx-slim:0.28
Creating a replication controller
kubectl create -f ./rc.yaml