You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ Please refer to [Scaling a WebLogic cluster](site/scaling.md) for more informati
156
156
157
157
Please refer to [Shutting down a domain](site/shutdown-domain.md) for information about how to shut down a domain running in Kubernetes.
158
158
159
-
##Load balancing with an Ingress Controller or a Web Server
159
+
##Load balancing with an Ingress Controller or a Web Server
160
160
161
161
You can choose a load balancer provider for your WebLogic domains running in a Kubernetes cluster. Please refer to Load balancing with Voyager Ingress Controller (link TBD), [Load balancing with Traefik Ingress Controller](site/traefik.md), and [Load balancing with Apache Web Server](site/apache.md) for information about the current capabilities and setup instructions for each of the supported load balancers.
1. Download and build the Docker image for the Apache Web Server with 12.2.1.3.0 Oracle WebLogic Server Proxy Plugin. See the instructions in [Apache Web Server with Oracle WebLogic Server Proxy Plugin on Docker] (https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-webtier-apache).
13
11
14
12
2. tag your Docker image to `store/oracle/apache:12.2.1.3` using `docker tag` command.
15
13
@@ -19,7 +17,7 @@ docker tag 12213-apache:latest store/oracle/apache:12.2.1.
19
17
20
18
```
21
19
22
-
More information about the Apache plugin can be found at: [https://docs.oracle.com/middleware/1213/webtier/develop-plugin/apache.htm#PLGWL395)
20
+
More information about the Apache plugin can be found at: [Apache Web Server with Oracle WebLogic Server Proxy Plugin on Docker] (https://docs.oracle.com/middleware/1213/webtier/develop-plugin/apache.htm#PLGWL395).
23
21
24
22
Once you have access to the Docker image of the Apache Web Server, you can go ahead follow the instructions below to setup and start Kubernetes artifacts for Apache Web Server.
The user can then access an application from utsidie of the Kubernetes cluster via `http://<host>:30305/weblogic/<application-url>,` and the admin can then access the admin console via `http://<host>:30305/console`.
65
+
The user can then access an application from utsidie of the Kubernetes cluster via `http://<host>:30305/weblogic/<application-url>,` and the admin can access the admin console via `http://<host>:30305/console`.
68
66
69
67
The generated Kubernetes yaml files look like the following given the domainUID "domain1".
70
68
@@ -356,20 +354,6 @@ Here are examples of the Kubernetes artifacts created by the WebLogic Operator:
356
354
357
355
```
358
356
359
-
360
-
AMESPACE NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
@@ -459,7 +443,7 @@ The generated yaml files will look similar except that the lines that start with
459
443
If your WebLogic domain is not created by the WebLogic Operator, you need to manually create and start all Kubernetes' artifacts for Apache Web Server.
460
444
461
445
462
-
1. Create your own custom_mod_wl_apache.conf file, and put it in a local dir, say `<apache-conf-dir>`. See the instructions in [https://docs.oracle.com/middleware/1213/webtier/develop-plugin/apache.htm#PLGWL395).
446
+
1. Create your own custom_mod_wl_apache.conf file, and put it in a local dir, say `<apache-conf-dir>`. See the instructions in [Apache Web Server with Oracle WebLogic Server Proxy Plugin on Docker](https://docs.oracle.com/middleware/1213/webtier/develop-plugin/apache.htm#PLGWL395).
463
447
464
448
2. Create the Apache deployment yaml file. See the example above. Note that you need to use the **volumes** and **volumeMounts** to mount `<apache-config-dir>` in to `/config` directory inside the pod that runs Apache web tier. Note that the Apache Web Server needs to be in the same Kubernetes namespace as the WebLogic domains that it needs to access.
0 commit comments