Skip to content

add NGINX for production ICs #1878

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The service, `serviceName` and `servicePort`, of a WebLogic cluster will be used
object and the load balancer will route traffic to the WebLogic Servers within the cluster based on the rules.

{{% notice note %}}
Most common ingress controllers, for example Traefik, Voyager, and nginx,
Most common ingress controllers, for example Traefik, Voyager, and NGINX,
understand that there are zero or more actual pods behind the service, and they actually
build their backend list and route requests to those backends directly, not through the service. This means that
requests are properly balanced across the pods, according to the load balancing algorithm
Expand Down Expand Up @@ -70,7 +70,7 @@ Information about how to install and configure these to load balance WebLogic cl
- [Voyager guide](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/kubernetes/samples/charts/voyager/README.md)

{{% notice note %}}
For production environments, we recommend Traefik (2.2.1 or later), Apache or Voyager ingress controllers, or the load balancer provided by your cloud provider.
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.
{{% /notice %}}

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:
Expand Down