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

Update main README (we now support TLS termination).

parent cbe42f8f
......@@ -3,7 +3,8 @@
# Varnish Ingress Controller
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
Varnish. For more information, see:
......@@ -12,19 +13,16 @@ Varnish. For more information, see:
* Varnish: http://www.varnish-cache.org
The Ingress controller currently supports Kubernetes version 1.16.
The Varnish container runs version 6.3.2. See the
[source code repository](#repositories) for branches and tags that
support other versions.
The Varnish container runs version 6.3.2, and the haproxy sidecar runs
2.0.14. See the [source code repository](#repositories) for branches
and tags that support other versions.
## WORK IN PROGRESS
The Ingress controller implementation is presently in development and
is undergoing initial testing. There is currently no support for TLS
connections, but TLS support will be added.
Other features are subject to change on short notice. Testing and
feedback are nevertheless welcome, and very valuable at this early
stage.
is undergoing initial testing. Features are subject to change on short
notice. Testing and feedback are nevertheless welcome, and very
valuable at this early stage.
# 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