1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Merge pull request #38 from nats-io/k8s

add text and link to az, fix wording
This commit is contained in:
Ginger Collison 2020-01-23 13:21:42 -06:00 committed by GitHub
commit 0fd6cd5e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,9 +5,10 @@ cluster to try NATS on multiple clouds.
## Google Kubernetes Engine
Using [gcloud](https://cloud.google.com/sdk/gcloud/) to create a 3 node Kubernetes cluster:
Use [gcloud](https://cloud.google.com/sdk/gcloud/) to create a 3 node Kubernetes cluster:
```sh
# Create a 3 node Kubernetes cluster. One node in each of the region's three zones.
gcloud container clusters create nats-k8s-cluster \
--project $YOUR_GOOGLE_CLOUD_PROJECT \
--region us-west2 \
@ -34,7 +35,7 @@ eksctl utils write-kubeconfig --name $YOUR_EKS_NAME --region eu-west-1
## Digital Ocean
You can use [doctl](https://github.com/digitalocean/doctl) tool to create a cluster as follows:
You can use [doctl](https://github.com/digitalocean/doctl) to create a cluster as follows:
```sh
doctl kubernetes cluster create nats-k8s-nyc2 --count 3 --region nyc1
@ -42,6 +43,8 @@ doctl kubernetes cluster create nats-k8s-nyc2 --count 3 --region nyc1
## Azure Kubernetes Service
Using [az](https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest) you can create a cluster like this:
```sh
# In case not done already, register to use some services:
az login