diff --git a/README.md b/README.md index b70d69a71..d6e705ac1 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ as 2nd factor. * User-defined access control per subdomain and resource. * Support of [basic authentication] for endpoints protected by single factor. * High-availability using a highly-available distributed database and KV store. +* Compatible with Kubernetes ingress-nginx controller out of the box. ## Deployment @@ -66,6 +67,12 @@ own the configuration file from [config.template.yml] at the root of the repo. where **/path/to/data/dir** is the directory where all user data will be stored. +### With Kubernetes + + + +Please refer to the following [README](./example/kube/README.md). + ## Getting started The provided example is docker-based so that you can deploy and test it very diff --git a/images/kube-logo.png b/images/kube-logo.png new file mode 100644 index 000000000..05fc5e1d2 Binary files /dev/null and b/images/kube-logo.png differ