From 08bf4dcbe55ea0811f004ddaeb8926bd78682aa7 Mon Sep 17 00:00:00 2001 From: mark dittmer Date: Thu, 17 Aug 2023 09:37:45 -0700 Subject: [PATCH] Update README.md --- multi-cluster-nginx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi-cluster-nginx/README.md b/multi-cluster-nginx/README.md index ed49266..ba4bdf0 100644 --- a/multi-cluster-nginx/README.md +++ b/multi-cluster-nginx/README.md @@ -1,6 +1,6 @@ ## OpenShift Ingress in a Multi-Cluster World with NGINX + BIG-IP -This document demonstrates how **NGINX Ingress Controller** can help scale, secure, and provide visibility into OpenShift in a **multi-cluster world**. The YouTube demo demonstrates OpenShift Multi-Cluster using F5 BIG-IP and Container Ingress Services (CIS) and . This document focuses on **standalone deployment** using **ClusterIP**. CIS is only deployed in OpenShift 4.11 cluster as shown in the diagram. However CIS can also be deployed in multi-cluster using **active/standby** or **active/active**. This will be covered in another demo +This document demonstrates how **NGINX Ingress Controller** can help scale, secure, and provide visibility into OpenShift in a **multi-cluster world**. The YouTube demo demonstrates OpenShift Multi-Cluster using F5 BIG-IP and Container Ingress Services (CIS) and NGINX IC. This document focuses on **standalone deployment** using **ClusterIP**. CIS is only deployed in OpenShift 4.11 cluster as shown in the diagram. However CIS can also be deployed in multi-cluster using **active/standby** or **active/active**. This will be covered in another demo ![architecture](https://github.com/mdditt2000/openshift-4-11/blob/main/multi-cluster-nginx/diagram/2023-08-16_11-51-42.png)