Skip to content

Commit 83f0855

Browse files
rosemarymaranorjeberhard
authored andcommitted
add Traefik notice (#1374)
1 parent 11cf1e2 commit 83f0855

File tree

2 files changed

+6
-0
lines changed
  • docs-source/content

2 files changed

+6
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description: "Load balancer sample scripts."
99
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:
1010

1111
* [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._
13+
1214
* [voyager](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/kubernetes/samples/charts/voyager/README.md)
1315
* apache-samples/[custom-sample](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/kubernetes/samples/charts/apache-samples/custom-sample/README.md)
1416
* 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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ Information about how to install and configure these to load balance WebLogic cl
7070
- [Traefik guide](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/kubernetes/samples/charts/traefik/README.md)
7171
- [Voyager guide](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/kubernetes/samples/charts/voyager/README.md)
7272

73+
{{% notice note %}}
74+
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.
75+
{{% /notice %}}
76+
7377
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:
7478

7579
- [Traefik samples](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/kubernetes/samples/charts/traefik/samples)

0 commit comments

Comments
 (0)