.. | ||
rootfs | ||
cloudbuild.yaml | ||
Makefile | ||
rc.yaml | ||
README.md |
NGINX base image using alpine
This custom image contains:
- nginx-http-auth-digest
- ngx_http_substitutions_filter_module
- nginx-opentracing
- opentracing-cpp
- zipkin-cpp-opentracing
- dd-opentracing-cpp
- ModSecurity-nginx (only supported in x86_64)
- brotli
- geoip2
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 k8s.gcr.io/ingress-nginx/nginx:v20201226-g944d36fdb@sha256:b92a94876aa3795480b1b3076f6feea1e93b015bcf052ff517f3a6827a72b9ef
Creating a replication controller
kubectl create -f ./rc.yaml