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/3.3/content/samples/azure-kubernetes-service/_index.md
+18-20Lines changed: 18 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ description: "Sample for using the operator to set up a WLS cluster on the Azure
8
8
9
9
### Contents
10
10
11
-
-[Introduction](#introduction)
12
-
-[Azure Kubernetes Service cluster](#azure-kubernetes-service-cluster)
13
-
-[Domain home source types](#domain-home-source-types)
14
-
-[Domain in PV]({{< relref "/samples/azure-kubernetes-service/domain-on-pv.md" >}}): Running the WebLogic cluster on AKS with domain home on PV
15
-
-[Model in Image]({{< relref "/samples/azure-kubernetes-service/model-in-image.md" >}}): Running the WebLogic cluster on AKS with domain model in image
-[Azure Kubernetes Service cluster](#azure-kubernetes-service-cluster)
13
+
-[Domain home source types](#domain-home-source-types)
14
+
-[Domain in PV]({{< relref "/samples/azure-kubernetes-service/domain-on-pv.md" >}}): Running the WebLogic cluster on AKS with domain home on PV
15
+
-[Model in Image]({{< relref "/samples/azure-kubernetes-service/model-in-image.md" >}}): Running the WebLogic cluster on AKS with domain model in image
@@ -22,32 +22,30 @@ This sample demonstrates how to use the [WebLogic Kubernetes Operator]({{< relre
22
22
23
23
#### Azure Kubernetes Service cluster
24
24
25
-
Azure Kubernetes Service makes it simple to deploy a managed Kubernetes cluster in Azure. AKS reduces the complexity and operational overhead of managing Kubernetes by offloading much of that responsibility to Azure. As a hosted Kubernetes service, Azure handles critical tasks like health monitoring and maintenance for you. The Kubernetes masters are managed by Azure. You only manage and maintain the agent nodes. As a managed Kubernetes service, AKS is free - you only pay for the agent nodes within your clusters, not for the masters.
To learn more, see the [What is Azure Kubernetes Service?](https://docs.microsoft.com/en-us/azure/aks/intro-kubernetes).
28
-
29
-
See [Supported platforms]({{< relref "userguide/platforms/environments.md" >}})
30
-
for general operator prerequisites
31
-
and operator support limitations that are specific to AKS.
32
27
33
28
#### Domain home source types
34
29
35
30
This sample demonstrates running the WebLogic cluster on AKS using two domain home types. The instructions for each are self-contained and independent. This section lists the domain home source types recommended for use with AKS, along with some benefits of each. For complete details on domain home source types, see [Choose a domain home source type]({{< relref "/userguide/managing-domains/choosing-a-model/_index.md" >}}).
36
31
37
32
-[Model in Image]({{< relref "/samples/azure-kubernetes-service/model-in-image.md" >}}): running the WebLogic cluster on AKS with domain home in image offers the following benefits:
38
33
39
-
- Reuse image to create different domains with different `domainUID` and different configurations.
40
-
- Mutate the domain home configuration with additional model files supplied in a `ConfigMap`. Many such changes do not need to restart the entire domain for the change to take effect.
41
-
- The model file syntax is far simpler and less error prone than the configuration override syntax, and, unlike configuration overrides, allows you to directly add data sources and JMS modules.
34
+
- Reuse image to create different domains with different `domainUID` and different configurations.
35
+
- Mutate the domain home configuration with additional model files supplied in a `ConfigMap`. Many such changes do not need to restart the entire domain for the change to take effect.
36
+
- The model file syntax is far simpler and less error prone than the configuration override syntax, and, unlike configuration overrides, allows you to directly add data sources and JMS modules.
42
37
43
38
-[Domain in PV]({{< relref "/samples/azure-kubernetes-service/domain-on-pv.md" >}}): running the WebLogic cluster on AKS with domain home in PV offers the following benefits:
44
39
45
-
- Use standard Oracle-provided images with patches installed.
46
-
- No Docker environment required. You are able to run your business quickly without building knowledge of Docker.
47
-
- Mutate the live domain configuration with Administration Console from a browser or WLST.
40
+
- Use standard Oracle-provided images with patches installed.
41
+
- No Docker environment required. You are able to run your business quickly without building knowledge of Docker.
42
+
- Mutate the live domain configuration with Administration Console from a browser or WLST.
43
+
44
+
{{% notice tip %}} Stop and Start an Azure Kubernetes Service (AKS) cluster using Azure CLI, as described [in the azure docs](https://docs.microsoft.com/en-us/azure/aks/start-stop-cluster). This allows you to optimize costs during your AKS cluster's idle time. Don't pay for running development clusters unless they are actively being used. You can pick up objects and cluster state right where you were left off.
45
+
{{% /notice %}}
48
46
49
47
### References
50
48
51
49
For references to the relevant user documentation, see:
52
-
-[Choose a domain home source type]({{< relref "/userguide/managing-domains/choosing-a-model/_index.md" >}}) user documentation
53
-
-[Model in Image]({{< relref "/userguide/managing-domains/model-in-image/_index.md" >}}) user documentation
50
+
-[Choose a domain home source type]({{< relref "/userguide/managing-domains/choosing-a-model/_index.md" >}}) user documentation
51
+
-[Model in Image]({{< relref "/userguide/managing-domains/model-in-image/_index.md" >}}) user documentation
Azure Kubernetes Service makes it simple to deploy a managed Kubernetes cluster in Azure. AKS reduces the complexity and operational overhead of managing Kubernetes by offloading much of that responsibility to Azure. As a hosted Kubernetes service, Azure handles critical tasks like health monitoring and maintenance for you. The Kubernetes masters are managed by Azure. You manage and maintain only the agent nodes. As a managed Kubernetes service, AKS is free - you pay for only the agent nodes within your clusters, not for the masters.
2
+
3
+
To learn more, see [What is Azure Kubernetes Service?](https://docs.microsoft.com/en-us/azure/aks/intro-kubernetes)
0 commit comments