Skip to content

Commit f982625

Browse files
committed
Synchronize documentation
1 parent 0702219 commit f982625

File tree

24 files changed

+618
-56
lines changed

24 files changed

+618
-56
lines changed

documentation/3.3/content/samples/azure-kubernetes-service/_index.md

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ description: "Sample for using the operator to set up a WLS cluster on the Azure
88

99
### Contents
1010

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
16-
- [Troubleshooting]({{< relref "/samples/azure-kubernetes-service/troubleshooting.md" >}})
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
16+
- [Troubleshooting]({{< relref "/samples/azure-kubernetes-service/troubleshooting.md" >}})
1717

1818

1919
### Introduction
@@ -22,32 +22,30 @@ This sample demonstrates how to use the [WebLogic Kubernetes Operator]({{< relre
2222

2323
#### Azure Kubernetes Service cluster
2424

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.
25+
{{< readfile file="/samples/azure-kubernetes-service/includes/aks-value-prop.txt" >}}
2626

27-
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.
3227

3328
#### Domain home source types
3429

3530
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" >}}).
3631

3732
- [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:
3833

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.
4237

4338
- [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:
4439

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 %}}
4846

4947
### References
5048

5149
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
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
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

Comments
 (0)