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: documentation/site/content/_index.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
### WebLogic Kubernetes Operator
2
1
3
2
The WebLogic Kubernetes Operator (the “operator”) supports running your WebLogic Server and Fusion Middleware Infrastructure domains on Kubernetes, an industry standard, cloud neutral deployment platform. It lets you encapsulate your entire WebLogic Server installation and layered applications into a portable set of cloud neutral images and simple resource description files. You can run them on any on-premises or public cloud that supports Kubernetes where you've deployed the operator.
4
3
@@ -10,9 +9,9 @@ You can:
10
9
* Deploy an operator that manages all WebLogic domains in all namespaces in a Kubernetes cluster, or that only manages domains in a specific subset of the namespaces, or that manages only domains that are located in the same namespace as the operator. At most, a namespace can be managed by one operator.
11
10
* Supply WebLogic domain configuration using:
12
11
*_Model in Image_: Includes [WebLogic Deploy Tooling](https://github.com/oracle/weblogic-deploy-tooling) models and archives in a container image.
13
-
***NOTE**: Model in Image without auxiliary images (the WDT model and installation files are included in the same image with the WebLogic Server installation) is deprecated in WebLogic Kubernetes Operator version 4.0.7. Oracle recommends that you use Model in Image _with_[auxiliary images]({{< relref "/managing-domains/model-in-image/auxiliary-images.md" >}}).
12
+
***NOTE**: Model in Image without auxiliary images (the WDT model and installation files are included in the same image with the WebLogic Server installation) is deprecated in WebLogic Kubernetes Operator version 4.0.7. Oracle recommends that you use Model in Image _with_[auxiliary images]({{% relref "/managing-domains/model-in-image/auxiliary-images.md" %}}).
14
13
*_Domain in Image_: Includes a WebLogic domain home in a container image.
15
-
***NOTE**: The Domain in Image [domain home source type]({{< relref "/managing-domains/choosing-a-model/_index.md" >}}) is deprecated in WebLogic Kubernetes Operator version 4.0. Oracle recommends that you choose either Domain on PV or Model in Image, depending on your needs.
14
+
***NOTE**: The Domain in Image [domain home source type]({{% relref "/managing-domains/choosing-a-model/_index.md" %}}) is deprecated in WebLogic Kubernetes Operator version 4.0. Oracle recommends that you choose either Domain on PV or Model in Image, depending on your needs.
16
15
*_Domain on PV_: Locates WebLogic domain homes in a Kubernetes PersistentVolume (PV). This PV can reside in an NFS file system or other Kubernetes volume types.
17
16
* Configure deployment of WebLogic domains as Kubernetes resources (using Kubernetes custom resource definitions).
18
17
* Override certain aspects of the WebLogic domain configuration; for example, use a different database password for different deployments.
@@ -24,7 +23,7 @@ You can:
24
23
* Publish operator and WebLogic Server logs into Elasticsearch and interact with them in Kibana.
25
24
26
25
{{% notice tip %}}
27
-
The fastest way to experience the operator is to follow the [Quick Start guide]({{< relref "/quickstart/_index.md" >}}), or you can peruse our [documentation]({{< relref "/introduction/_index.md" >}}), read our [blogs](https://blogs.oracle.com/weblogicserver/how-to-weblogic-server-on-kubernetes), or try out the [samples]({{< relref "/samples/_index.md" >}}).
26
+
The fastest way to experience the operator is to follow the [Quick Start guide]({{% relref "/quickstart/_index.md" %}}), or you can peruse our [documentation]({{% relref "/introduction/_index.md" %}}), read our [blogs](https://blogs.oracle.com/weblogicserver/how-to-weblogic-server-on-kubernetes), or try out the [samples]({{% relref "/samples/_index.md" %}}).
28
27
Also, you can step through the [Tutorial](https://github.com/oracle/weblogic-kubernetes-operator/blob/{{< latestMinorVersion >}}/kubernetes/hands-on-lab/README.md)
29
28
using the operator to deploy and run a WebLogic domain container-packaged web application on an Oracle Container Engine for Kubernetes (OKE) cluster.
30
29
{{% /notice %}}
@@ -33,13 +32,13 @@ using the operator to deploy and run a WebLogic domain container-packaged web ap
33
32
#### Current production release
34
33
35
34
This is the [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases).
36
-
See the [operator prerequisites]({{< relref "/introduction/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/introduction/platforms/environments.md" >}}).
35
+
See the [operator prerequisites]({{% relref "/introduction/prerequisites/introduction.md" %}}) and [supported environments]({{% relref "/introduction/platforms/environments.md" %}}).
37
36
38
37
***
39
38
40
39
#### Recent changes and known issues
41
40
42
-
See the [Release Notes](https://github.com/oracle/weblogic-kubernetes-operator/releases) for recent changes to the operator and [Known Limitations]({{< relref "/known-limitations/_index.md" >}}) for the current set of known issues.
41
+
See the [Release Notes](https://github.com/oracle/weblogic-kubernetes-operator/releases) for recent changes to the operator and [Known Limitations]({{% relref "/known-limitations/_index.md" %}}) for the current set of known issues.
43
42
44
43
#### Operator earlier versions
45
44
@@ -59,7 +58,7 @@ maintained for one release after a replacement is available.
59
58
60
59
#### Getting help
61
60
62
-
See [Get help]({{< relref "/introduction/get-help.md" >}}).
61
+
See [Get help]({{% relref "/introduction/get-help.md" %}}).
0 commit comments