2019-07-07 15:16:14 +00:00
|
|
|
OpenResty base image using [debian-base](https://quay.io/kubernetes-ingress-controller/debian-base-amd64)
|
2017-11-12 03:34:40 +00:00
|
|
|
|
2019-06-25 10:58:27 +00:00
|
|
|
OpenResty® is a dynamic web platform based on NGINX and LuaJIT.
|
2017-11-12 03:34:40 +00:00
|
|
|
|
2019-06-25 10:58:27 +00:00
|
|
|
This custom image contains:
|
2017-11-12 03:34:40 +00:00
|
|
|
|
|
|
|
- [nginx-http-auth-digest](https://github.com/atomx/nginx-http-auth-digest)
|
|
|
|
- [ngx_http_substitutions_filter_module](https://github.com/yaoweibin/ngx_http_substitutions_filter_module)
|
|
|
|
- [nginx-opentracing](https://github.com/opentracing-contrib/nginx-opentracing)
|
|
|
|
- [opentracing-cpp](https://github.com/opentracing/opentracing-cpp)
|
|
|
|
- [zipkin-cpp-opentracing](https://github.com/rnburn/zipkin-cpp-opentracing)
|
2019-02-15 20:11:50 +00:00
|
|
|
- [dd-opentracing-cpp](https://github.com/DataDog/dd-opentracing-cpp)
|
2017-11-12 03:34:40 +00:00
|
|
|
- [ModSecurity-nginx](https://github.com/SpiderLabs/ModSecurity-nginx) (only supported in x86_64)
|
2018-10-10 12:17:01 +00:00
|
|
|
- [brotli](https://github.com/google/brotli)
|
2018-10-28 20:26:31 +00:00
|
|
|
- [geoip2](https://github.com/leev/ngx_http_geoip2_module)
|
2017-11-12 03:34:40 +00:00
|
|
|
|
|
|
|
**How to use this image:**
|
2018-03-30 11:00:43 +00:00
|
|
|
This image provides a default configuration file with no backend servers.
|
2017-11-12 03:34:40 +00:00
|
|
|
|
2018-10-10 12:17:01 +00:00
|
|
|
_Using docker_
|
2017-11-12 03:34:40 +00:00
|
|
|
|
|
|
|
```console
|
2019-06-26 22:46:56 +00:00
|
|
|
docker run -v /some/nginx.con:/etc/nginx/nginx.conf:ro quay.io/kubernetes-ingress-controller/nginx:0.90
|
2017-11-12 03:34:40 +00:00
|
|
|
```
|
|
|
|
|
2018-10-10 12:17:01 +00:00
|
|
|
_Creating a replication controller_
|
2017-11-12 03:34:40 +00:00
|
|
|
|
|
|
|
```console
|
|
|
|
kubectl create -f ./rc.yaml
|
|
|
|
```
|