Quick Start

The Quick Start guide provides a simple tutorial to help you get the operator up and running quickly. Use this Quick Start guide to create a WebLogic Server deployment in a Kubernetes cluster with the WebLogic Kubernetes Operator. Please note that this walk-through is for demonstration purposes only, not for use in production. These instructions assume that you are already familiar with Kubernetes. If you need more detailed instructions, please refer to the User guide.

All Kubernetes distributions and managed services have small differences. In particular, the way that persistent storage and load balancers are managed varies significantly.
You may need to adjust the instructions in this guide to suit your particular flavor of Kubernetes.

For this exercise, you’ll need a Kubernetes cluster. If you need help setting one up, check out our cheat sheet. This guide assumes a single node cluster.

The operator uses Helm to create and deploy the necessary resources and then run the operator in a Kubernetes cluster. For Helm installation and usage information, see Prepare for installation.

NOTE: You should clone the operator repository to your local machine so that you have access to the various sample files mentioned throughout this guide:

$ git clone --branch v3.4.7
 https://github.com/oracle/weblogic-kubernetes-operator