mirror of https://github.com/dapr/docs.git
updates per Mukundan
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
4983bca0fa
commit
cdcee356bc
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
type: docs
|
type: docs
|
||||||
title: "Setup an Azure Kubernetes Service (AKS) cluster"
|
title: "Set up an Azure Kubernetes Service (AKS) cluster"
|
||||||
linkTitle: "Azure Kubernetes Service (AKS)"
|
linkTitle: "Azure Kubernetes Service (AKS)"
|
||||||
weight: 2000
|
weight: 2000
|
||||||
description: >
|
description: >
|
||||||
How to setup Dapr on an Azure Kubernetes Cluster
|
Learn how to set up an Azure Kubernetes Cluster
|
||||||
---
|
---
|
||||||
|
|
||||||
This guide walks you through installing an Azure Kubernetes Service (AKS) cluster. If you need more information, refer to [Quickstart: Deploy an AKS cluster using the Azure CLI](https://docs.microsoft.com/azure/aks/kubernetes-walkthrough)
|
This guide walks you through installing an Azure Kubernetes Service (AKS) cluster. If you need more information, refer to [Quickstart: Deploy an AKS cluster using the Azure CLI](https://docs.microsoft.com/azure/aks/kubernetes-walkthrough)
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
type: docs
|
type: docs
|
||||||
title: "Setup a Google Kubernetes Engine (GKE) cluster"
|
title: "Set up a Google Kubernetes Engine (GKE) cluster"
|
||||||
linkTitle: "Google Kubernetes Engine (GKE)"
|
linkTitle: "Google Kubernetes Engine (GKE)"
|
||||||
weight: 3000
|
weight: 3000
|
||||||
description: "Setup a Google Kubernetes Engine cluster"
|
description: "Set up a Google Kubernetes Engine cluster"
|
||||||
---
|
---
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
|
@ -4,7 +4,7 @@ title: "Set up a KiND cluster"
|
||||||
linkTitle: "KiND"
|
linkTitle: "KiND"
|
||||||
weight: 1100
|
weight: 1100
|
||||||
description: >
|
description: >
|
||||||
How to set up Dapr on a KiND cluster
|
How to set up a KiND cluster
|
||||||
---
|
---
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
type: docs
|
type: docs
|
||||||
title: "Setup an Minikube cluster"
|
title: "Set up a Minikube cluster"
|
||||||
linkTitle: "Minikube"
|
linkTitle: "Minikube"
|
||||||
weight: 1000
|
weight: 1000
|
||||||
description: >
|
description: >
|
||||||
How to setup Dapr on a Minikube cluster
|
How to setup a Minikube cluster
|
||||||
---
|
---
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
|
@ -19,7 +19,7 @@ Both the Dapr CLI and the Dapr Helm chart automatically deploy with affinity for
|
||||||
{{% codetab %}}
|
{{% codetab %}}
|
||||||
## Install with Dapr CLI
|
## Install with Dapr CLI
|
||||||
|
|
||||||
You can install Dapr to a Kubernetes cluster using the [Dapr CLI]({{< ref install-dapr-cli.md >}}).
|
You can install Dapr on a Kubernetes cluster using the [Dapr CLI]({{< ref install-dapr-cli.md >}}).
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue