Changes

Google Kubernetes Engine

280 bytes added, 18:49, 22 June 2019
Klaszter létrehozás
=Klaszter létrehozás=
 
 
<pre>
gcloud container clusters \
create adam1 \
--region europe-west6 \
--node-locations europe-west6-a,europe-west6-b,europe-west6-c, \
--machine-type n1-standard-1 \
--enable-autoscaling \
--num-nodes 1 \
--max-nodes 3 \
--min-nodes 1
</pre>
 
<pre>
To inspect the contents of your cluster, go to: https://console.cloud.google.com/kubernetes/workload_/gcloud/europe-west6/adam1?project=adamproject1