WebLogic Kubernetes Operatorのインストール
WebLogic Kubernetes Operatorは、Kubernetes環境でのOracle SOA Suiteドメインのデプロイメントをサポートします。
このドキュメントのステップに従って、オペレータをインストールします。
オプションで、これらのステップに従って、オペレータのログの内容をElasticsearchに送信できます。WebLogic Kubernetes Operatorをインストールする次のコマンド例では、opns
はネームスペースで、op-sa
はオペレータ用に作成されたサービス・アカウントです:
kubectl create namespace opns
kubectl create serviceaccount -n opns op-sa
helm repo add weblogic-operator https://oracle.github.io/weblogic-kubernetes-operator/charts --force-update
helm install weblogic-kubernetes-operator weblogic-operator/weblogic-operator --version 4.2.9 --namespace opns --set serviceAccount=op-sa --set "javaLoggingLevel=FINE" --wait
このHelmリリースでは、ラベルweblogic-operator=enabled
を持つすべてのKubernetesネームスペースでOracle SOA Suiteドメインを管理するデフォルトの動作でオペレータをデプロイします。