Commit 1d875b56 authored by Geoff Simmons's avatar Geoff Simmons

Update main README (we now support TLS termination).

parent cbe42f8f
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
# Varnish Ingress Controller # Varnish Ingress Controller
This is an implementation of a [Kubernetes Ingress controller](https://kubernetes.io/docs/concepts/services-networking/ingress/) This is an implementation of a [Kubernetes Ingress controller](https://kubernetes.io/docs/concepts/services-networking/ingress/)
based on [Varnish](http://www.varnish-cache.org). based on [Varnish](http://www.varnish-cache.org), with
[haproxy](http://www.haproxy.org/) for TLS termination.
The present documentation presupposes familiarity with both Kubernetes and The present documentation presupposes familiarity with both Kubernetes and
Varnish. For more information, see: Varnish. For more information, see:
...@@ -12,19 +13,16 @@ Varnish. For more information, see: ...@@ -12,19 +13,16 @@ Varnish. For more information, see:
* Varnish: http://www.varnish-cache.org * Varnish: http://www.varnish-cache.org
The Ingress controller currently supports Kubernetes version 1.16. The Ingress controller currently supports Kubernetes version 1.16.
The Varnish container runs version 6.3.2. See the The Varnish container runs version 6.3.2, and the haproxy sidecar runs
[source code repository](#repositories) for branches and tags that 2.0.14. See the [source code repository](#repositories) for branches
support other versions. and tags that support other versions.
## WORK IN PROGRESS ## WORK IN PROGRESS
The Ingress controller implementation is presently in development and The Ingress controller implementation is presently in development and
is undergoing initial testing. There is currently no support for TLS is undergoing initial testing. Features are subject to change on short
connections, but TLS support will be added. notice. Testing and feedback are nevertheless welcome, and very
valuable at this early stage.
Other features are subject to change on short notice. Testing and
feedback are nevertheless welcome, and very valuable at this early
stage.
# Installation # Installation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment