1.6 KiB
1.6 KiB
nginx 1.15.x base image using debian-base
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
- Dynamic TLS record sizing
- ngx_devel_kit
- set-misc-nginx-module
- headers-more-nginx-module
- nginx-sticky-module-ng
- nginx-http-auth-digest
- ngx_http_substitutions_filter_module
- nginx-opentracing
- opentracing-cpp
- zipkin-cpp-opentracing
- ModSecurity-nginx (only supported in x86_64)
- brotli (not supported in s390x)
How to use this image: This image 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:0.55
Creating a replication controller
kubectl create -f ./rc.yaml