Skip to content

Commit 4814916

Browse files
rosemarymaranorjeberhard
authored andcommitted
Correct Ingress documentation
1 parent 5ba58cb commit 4814916

File tree

2 files changed

+10
-5
lines changed
  • docs-source/content

2 files changed

+10
-5
lines changed

docs-source/content/samples/simple/ingress/_index.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,20 @@
22
title: "Ingress"
33
date: 2019-02-23T17:32:31-05:00
44
weight: 5
5-
description: "Load balancer sample scripts."
5+
description: "Ingress controllers and load balancer sample scripts."
66
---
77

88

9-
The Oracle WebLogic Server Kubernetes Operator supports three load balancers: Traefik, Voyager, and Apache. We provide samples that demonstrate how to install and configure each one. The samples are located in following folders:
9+
The Oracle WebLogic Server Kubernetes Operator supports NGINX, Traefik, Voyager, and Apache. We provide samples that demonstrate how to install and configure each one.
1010

11-
* [Traefik](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/kubernetes/samples/charts/traefik/README.md)
12-
_Traefik is recommended for development and test environments only. For production environments, we recommend Apache or Voyager ingress controllers, or the load balancer provided by your cloud provider._
11+
{{% notice note %}}
12+
For production environments, we recommend NGINX, Voyager, Traefik (2.2.1 or later) ingress controllers, Apache, or the load balancer provided by your cloud provider.
13+
{{% /notice %}}
1314

15+
16+
The samples are located in following folders:
17+
18+
* [Traefik](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/kubernetes/samples/charts/traefik/README.md)
1419
* [Voyager](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/kubernetes/samples/charts/voyager/README.md)
1520
* Apache-samples/[custom-sample](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/kubernetes/samples/charts/apache-samples/custom-sample/README.md)
1621
* Apache-samples/[default-sample](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/kubernetes/samples/charts/apache-samples/default-sample/README.md)

docs-source/content/userguide/managing-domains/ingress/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Information about how to install and configure these to load balance WebLogic cl
7070
- [Voyager guide](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/kubernetes/samples/charts/voyager/README.md)
7171

7272
{{% notice note %}}
73-
For production environments, we recommend Traefik (2.2.1 or later), Apache, NGINX, or Voyager ingress controllers, or the load balancer provided by your cloud provider.
73+
For production environments, we recommend NGINX, Voyager, Traefik (2.2.1 or later) ingress controllers, Apache, or the load balancer provided by your cloud provider.
7474
{{% /notice %}}
7575

7676
Samples are also provided for these two ingress controllers, showing how to manage multiple WebLogic clusters as the backends, using different routing rules, host-routing and path-routing; and TLS termination:

0 commit comments

Comments
 (0)