|
1 | 1 | # User Guide
|
2 | 2 |
|
3 |
| -**TOOO** put intro here |
| 3 | +This document provides detailed information that is targeted at the user of the Oracle WebLogic |
| 4 | +Server Kubernetes Operator. It provides instructions on how to install the operator in your |
| 5 | +Kubernetes cluster and how to use it to manage WebLogic domains. |
| 6 | + |
| 7 | +If you are looking for information about how the operator is designed, implemented, built, etc., then |
| 8 | +you should refer to the [Developer guide](developer.md). |
4 | 9 |
|
5 | 10 | ## Table of contents
|
6 | 11 |
|
7 |
| -**TODO** this is not the final TOC - we will restructure/reorganize for usability.... |
| 12 | +The information in this guide is organized in the order that you would most likely need to use it. If you |
| 13 | +want to set up an operator and use it to create and manage WebLogic domains, you should |
| 14 | +follow this guide from top to bottom, and the necessary information will be |
| 15 | +presented in the correct order. |
8 | 16 |
|
9 | 17 | * [Important terms](#important-terms)
|
10 | 18 | * [Getting started](#getting-started)
|
11 | 19 | * [Prerequisites](#prerequisites)
|
12 |
| -* [Preparing your Kubernetes environment](prepare-k8s.md) |
| 20 | +* [Preparing your Kubernetes environment to run the operator](prepare-k8s.md) |
13 | 21 | * [Set up your Kubernetes cluster](prepare-k8s.md#set-up-your-kubernetes-cluster)
|
14 | 22 | * [Set up load balancers](load-balancing.md)
|
15 | 23 | * [Configuring Kibana and Elasticsearch](prepare-k8s.md#configuring-kibana-and-elasticsearch)
|
16 |
| -* [Create and manage the operator](install.md) |
17 |
| - * [Starting the operator](install.md#starting-the-operator) |
18 |
| - * [Modifying the operator](install.md#modifying-the-operator) |
19 |
| - * [Shutting down the operator](install.md#shutting-down-the-operator) |
| 24 | +* [Install and manage the operator](install.md) |
| 25 | + * [Using the Helm charts](helm-charts.md) is the *preferred* method |
| 26 | + * [Manual installation](manual-installation.md) is also possible |
20 | 27 | * [Creating or obtaining WebLogic Docker images](weblogic-docker-images.md)
|
21 | 28 | * [Obtaining standard images from the Docker store](weblogic-docker-images.md#obtaining-standard-images-from-the-docker-store)
|
22 | 29 | * [Creating a custom images with patches applied](weblogic-docker-images.md#creating-a-custom-images-with-patches-applied)
|
|
0 commit comments