You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/quickstart.md
+42-11Lines changed: 42 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,34 @@
1
1
# Quick start guide
2
2
3
3
Use this quick start guide to create a WebLogic deployment in a Kubernetes cluster with the Oracle WebLogic Kubernetes Operator. Please note that this walk-through is for demonstration purposes only, not for use in production.
4
+
These instructions assume you are already familiar with Kubernetes. If you need more detailed instructions, please
5
+
refer to the [User guide](user-guide.md).
4
6
5
-
## Prerequisite
7
+
## Prerequisites
6
8
For this exercise, you’ll need a Kubernetes cluster. If you need help setting one up, check out our [cheat sheet](k8s_setup.md).
7
9
8
10
## 1. Get these images and put them into your local registry.
9
11
10
-
a. Pull the operator image:
12
+
a. If you don't already have one, obtain a Docker Store account, log on to the Docker Store
13
+
and accept the license agreement for the [WebLogic Server image](https://hub.docker.com/_/oracle-weblogic-server-12c).
14
+
15
+
b. Log in to the Docker Store from your docker client:
d. Then patch the WebLogic image according to these [instructions](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-patch-wls-for-k8s).
31
+
f. Then patch the WebLogic image according to these [instructions](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-patch-wls-for-k8s).
23
32
24
33
## 2. Create a Traefik (Ingress-based) load balancer.
25
34
@@ -46,7 +55,28 @@ b. Create a service account for the operator in the operator's namespace:
@@ -103,15 +133,15 @@ a. Create a new image with a domain home by running the [`create-domain`](../kub
103
133
* Creating Kubernetes secrets `username` and `password` using the [`create-weblogic-credentials`](../kubernetes/samples/scripts/create-weblogic-domain-credentials/create-weblogic-credentials.sh) script:
104
134
```
105
135
$ cd ../kubernetes/samples/scripts/create-weblogic-domain-credentials
0 commit comments