An operator is an application-specific controller that extends Kubernetes to create, configure, and manage instances of complex applications. The Oracle WebLogic Server Kubernetes Operator follows the standard Kubernetes operator pattern, and simplifies the management and operation of WebLogic domains and deployments.
You can have one or more operators in your Kubernetes cluster that manage one or more WebLogic domains each. We provide a Helm chart to manage the installation and configuration of the operator. Detailed instructions are available here.
kubectl version
).docker images | grep flannel
) or OpenShift SDN on OpenShift 4.3 systems.docker version
) or CRI-O 1.14.7 (check with crictl version | grep RuntimeVersion
).helm version --client --short
).container-registry.oracle.com/middleware/weblogic:12.2.1.3
,
has all the necessary patches applied.docker run container-registry.oracle.com/middleware/weblogic:12.2.1.3 sh -c
'source $ORACLE_HOME/wlserver/server/bin/setWLSEnv.sh > /dev/null 2>&1 && java weblogic.version'
.docker run container-registry.oracle.com/middleware/weblogic:12.2.1.3 sh -c
'$ORACLE_HOME/OPatch/opatch lspatches'
.cluster-admin
role to install the operator.Kubernetes 1.16 introduced changes to some Kubernetes APIs that are used by the operator. At this time, the operator will not work on Kubernetes 1.16.0+. When we have made the necessary code changes, we will update this page to confirm support of 1.16.
The Oracle Global Pricing and Licensing site provides details about licensing practices and policies. WebLogic Server and the operator are supported on “Authorized Cloud Environments” as defined in this Oracle licensing policy and this list of eligible products.
The official document that defines the supported configurations is here.
In accordance with these policies, the operator and WebLogic Server are supported on Oracle Cloud Infrastructure using Oracle Container Engine for Kubernetes, or in a cluster running Oracle Linux Container Services for use with Kubernetes on OCI Compute, and on “authorized cloud environments”.
Oracle Linux Cloud Native Environment is a fully integrated suite for the development and management of cloud-native applications. Based on the Open Container Initiative (OCI) and Cloud Native Computing Foundation (CNCF) standards, Oracle Linux Cloud Native Environment delivers a simplified framework for installations, updates, upgrades, and configuration of key features for orchestrating microservices.
WebLogic Server and the WebLogic Kubernetes operator are certified and supported on Oracle Linux Cloud Native Environment.
Operator 2.0.1+ is certified for use on OpenShift Container Platform 3.11.43+, with Kubernetes 1.11.5+. OpenShift 4 certification is currently in progress.
When using the operator in OpenShift, the anyuid
security context constraint is required to ensure that WebLogic containers run with a UNIX UID that has the correct permissions on the domain filesystem.
For more information, see OpenShift in the Security section.
There are a number of development-focused distributions of Kubernetes, like kind, Minikube, Minishift and so on. Often these run Kubernetes in a virtual machine on your development machine. We have found that these distributions present some extra challenges in areas like:
As such, we do not recommend using these distributions to run the operator and/or WebLogic, and we do not provide support for WebLogic or the operator running in these distributions.
We have found that Docker for Desktop does not seem to suffer the same limitations, and we do support that as a development/test option.
You can find the operator image in Docker Hub.