Skip to content

Commit 518c80b

Browse files
sbattagirjeberhard
authored andcommitted
Moving SOA deployment samples to a different repo (#1973)
* removed -t flag for create and drop scripts * Deleted SOA deployment samples and updated README pointing to SOA external repo * rephrased soa doc reference
1 parent 3266e91 commit 518c80b

File tree

10 files changed

+17
-1499
lines changed

10 files changed

+17
-1499
lines changed
Lines changed: 17 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,27 @@
1-
# Oracle SOA on Kubernetes
1+
### Oracle SOA Suite on Kubernetes
22

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:
44

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
810

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”
1012
[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).
1113

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:
1415

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.
1617
* 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.
2122

22-
### Limitations
23+
#### Getting started
2324

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/)
3527

kubernetes/samples/scripts/create-soa-domain/domain-home-on-pv/common/create-domain-job.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)