Set up the Code Repository to Deploy Oracle SOA Suite Domains

Oracle SOA Suite domain deployment on Kubernetes leverages the WebLogic Kubernetes Operator infrastructure.

To deploy an Oracle SOA Suite domain, you must set up the deployment scripts.
  1. Create a working directory to set up the source code:
    $ mkdir $HOME/soa_14.1.2
    $ cd $HOME/soa_14.1.2
  2. Download the WebLogic Kubernetes Operator source code and Oracle SOA Suite Kubernetes deployment scripts from the SOA repository. Required artifacts are available at OracleSOASuite/kubernetes.
    $ git clone https://github.com/oracle/fmw-kubernetes.git
    $ export WORKDIR=$HOME/soa_14.1.2/fmw-kubernetes/OracleSOASuite/kubernetes