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:
commit
0fd6cd5e8c
@ -5,9 +5,10 @@ cluster to try NATS on multiple clouds.
|
|||||||
|
|
||||||
## Google Kubernetes Engine
|
## 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
|
```sh
|
||||||
|
# Create a 3 node Kubernetes cluster. One node in each of the region's three zones.
|
||||||
gcloud container clusters create nats-k8s-cluster \
|
gcloud container clusters create nats-k8s-cluster \
|
||||||
--project $YOUR_GOOGLE_CLOUD_PROJECT \
|
--project $YOUR_GOOGLE_CLOUD_PROJECT \
|
||||||
--region us-west2 \
|
--region us-west2 \
|
||||||
@ -34,7 +35,7 @@ eksctl utils write-kubeconfig --name $YOUR_EKS_NAME --region eu-west-1
|
|||||||
|
|
||||||
## Digital Ocean
|
## 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
|
```sh
|
||||||
doctl kubernetes cluster create nats-k8s-nyc2 --count 3 --region nyc1
|
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
|
## 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
|
```sh
|
||||||
# In case not done already, register to use some services:
|
# In case not done already, register to use some services:
|
||||||
az login
|
az login
|
||||||
|
Loading…
x
Reference in New Issue
Block a user