From 8e936edc016c6c292f26404d9f87b2b1292d1467 Mon Sep 17 00:00:00 2001 From: Yury Tsarev Date: Thu, 11 Jun 2020 15:37:31 +0200 Subject: [PATCH] Document currently tested configuration (#140) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 9213eedcfd..3e43936f85 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,17 @@ A Global Service Load Balancing solution with a focus on having cloud native qua Please see the extended documentation [here](/docs/index.md) +## Production Readiness + +k8gb is very well tested with the following environment options + +| Type | Implementation | +|---------------------------------|----------------------------------------------------| +| Kubernetes Version | >= 1.14 (with install workaround) >= 1.15 (Stable) | +| Ingress Controller | Nginx | +| EdgeDNS | Infoblox | +| Number of k8gb enabled clusters | 2 | + ## Installation and Configuration ### Installation with Helm3