|
1 |
| -# Oracle SOA on Kubernetes |
| 1 | +### Oracle SOA Suite on Kubernetes |
2 | 2 |
|
3 |
| -The WebLogic Kubernetes operator supports deployment of SOA Suite components such as Oracle Service-Oriented Architecture (SOA), Oracle Service Bus (OSB), and Oracle Enterprise Scheduler (ESS). |
| 3 | +The Oracle WebLogic Server Kubernetes Operator (the “operator”) supports deployment of Oracle SOA Suite components such as Oracle Service-Oriented Architecture (SOA), Oracle Service Bus (OSB), and Oracle Enterprise Scheduler (ESS). Currently the operator supports these domain types: |
4 | 4 |
|
5 |
| -Oracle SOA Suite is currently supported for non-production use only in Docker and Kubernetes. The information provided |
6 |
| -in this document is a *preview* for early adopters who wish to experiment with Oracle SOA Suite in Kubernetes before |
7 |
| -it is supported for production use. |
| 5 | +* `soa`: Deploys a SOA domain |
| 6 | +* `osb`: Deploys an OSB domain |
| 7 | +* `soaess`: Deploys a SOA domain with ESS |
| 8 | +* `soaosb`: Deploys a domain with SOA and OSB |
| 9 | +* `soaessosb`: Deploys a domain with SOA, OSB, and ESS |
8 | 10 |
|
9 |
| -In this release, SOA Suite domains are supported using the “domain on a persistent volume” |
| 11 | +In this release, Oracle SOA Suite domains are supported using the “domain on a persistent volume” |
10 | 12 | [model](https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/choosing-a-model/) only, where the domain home is located in a persistent volume (PV).
|
11 | 13 |
|
12 |
| -The operator has several key features to assist you with deploying and managing SOA domains in a Kubernetes |
13 |
| -environment. You can: |
| 14 | +The operator has several key features to assist you with deploying and managing Oracle SOA Suite domains in a Kubernetes environment. You can: |
14 | 15 |
|
15 |
| -* Create SOA instances in a Kubernetes persistent volume. This persistent volume can reside in an NFS file system or other Kubernetes volume types. |
| 16 | +* Create Oracle SOA Suite instances in a Kubernetes persistent volume (PV). This PV can reside in an NFS file system or other Kubernetes volume types. |
16 | 17 | * Start servers based on declarative startup parameters and desired states.
|
17 |
| -* Expose the SOA Services and Composites for external access. |
18 |
| -* Scale SOA domains by starting and stopping Managed Servers on demand, or by integrating with a REST API to initiate scaling based on WLDF, Prometheus, Grafana, or other rules. |
19 |
| -* Publish operator and WebLogic Server logs into Elasticsearch and interact with them in Kibana. |
20 |
| -* Monitor the SOA instance using Prometheus and Grafana. |
| 18 | +* Expose the Oracle SOA Suite services and composites for external access. |
| 19 | +* Scale Oracle SOA Suite domains by starting and stopping Managed Servers on demand, or by integrating with a REST API to initiate scaling based on WLDF, Prometheus, Grafana, or other rules. |
| 20 | +* Publish operator and WebLogic Server logs to Elasticsearch and interact with them in Kibana. |
| 21 | +* Monitor the Oracle SOA Suite instance using Prometheus and Grafana. |
21 | 22 |
|
22 |
| -### Limitations |
| 23 | +#### Getting started |
23 | 24 |
|
24 |
| -Refer to the [User guide](https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-fmw-domains/soa-suite/#limitations) for limitations in this release. |
25 |
| - |
26 |
| -### Getting started |
27 |
| - |
28 |
| -For detailed information about deploying Oracle SOA Suite domains, see the [User guide](https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-fmw-domains/soa-suite/). |
29 |
| - |
30 |
| -### Additional Resources |
31 |
| - |
32 |
| -* [Using JDeveloper to Deploy Composites](https://blogs.oracle.com/integration/deploying-soa-composites-from-oracle-jdeveloper-to-oracle-soa-in-weblogic-kubernetes-operator-environment) |
33 |
| -* [Expose T3 protocol for Managed Servers in SOA Domain](https://blogs.oracle.com/integration/expose-t3-protocol-for-managed-servers-in-soa-domain-on-kubernetes) |
34 |
| -* [Persisting SOA Adapters Customizations](https://blogs.oracle.com/integration/persisting-soa-adapters-customizations) |
| 25 | +Refer the following documentation link for detailed information about deploying Oracle SOA Suite domains on Kubernetes. |
| 26 | +[Documentation](https://oracle.github.io/fmw-kubernetes/soa-domains/) |
35 | 27 |
|
0 commit comments