Fix getting-started link (#40)

This commit is contained in:
Young Bu Park 2019-10-11 10:26:50 -07:00 committed by GitHub
parent 824ffce962
commit 80a7819da1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ This tutorial will get you up and running with Dapr in a Kubernetes cluster. We'
## Step 1 - Setup Dapr on your Kubernetes Cluster
The first thing you need is an RBAC enabled Kubernetes cluster. This could be running on your machine using Minikube, or it could be a fully-fledged cluser in Azure using [AKS](https://azure.microsoft.com/en-us/services/kubernetes-service/). Once you have a cluster, follow [these steps](https://github.com/dapr/dapr#install-on-kubernetes) to deploy Dapr to it.
The first thing you need is an RBAC enabled Kubernetes cluster. This could be running on your machine using Minikube, or it could be a fully-fledged cluser in Azure using [AKS](https://azure.microsoft.com/en-us/services/kubernetes-service/). Once you have a cluster, follow [these steps](https://github.com/dapr/docs/blob/master/getting-started/environment-setup.md#installing-dapr-on-a-kubernetes-cluster) to deploy Dapr to it.
## Step 2 - Create and Configure a State Store

View File

@ -15,7 +15,7 @@ sample was used for the client. The following architecture diagram illustrates t
## Prerequisites
In order to run this sample, you'll need to have an Dapr-enabled Kubernetes cluster. Follow [these instructions](https://github.com/dapr/dapr/#install-on-kubernetes) to set this up.
In order to run this sample, you'll need to have an Dapr-enabled Kubernetes cluster. Follow [these instructions](https://github.com/dapr/docs/blob/master/getting-started/environment-setup.md#installing-dapr-on-a-kubernetes-cluster) to set this up.
## Running the Sample

View File

@ -23,12 +23,12 @@ Dapr allows us to deploy the same microservices from our local machines to the c
### Prerequisites to Run Locally
- [Dapr CLI with Dapr initialized](https://github.com/dapr/dapr#install-as-standalone)
- [Dapr CLI with Dapr initialized](https://github.com/dapr/docs/blob/master/getting-started/environment-setup.md)
- [Node.js version 8 or greater](https://nodejs.org/en/) and/or [Python 3.4 or greater](https://www.python.org/): You can run this sample with one or both microservices
### Prerequisites to Run in Kubernetes
- [Dapr enabled Kubernetes cluster](https://github.com/dapr/dapr#install-on-kubernetes)
- [Dapr enabled Kubernetes cluster](https://github.com/dapr/docs/blob/master/getting-started/environment-setup.md#installing-dapr-on-a-kubernetes-cluster)
## Run Locally