Google GKE kasutamine

Allikas: Imre kasutab arvutit
Mine navigeerimisribaleMine otsikasti

Sissejuhatus

TODO

Misc

imre_oolberg@cloudshell:~ (imre-kubernetes-1)$ gcloud container clusters create-auto hello-cluster \
    --location=us-central1
Note: The Kubelet readonly port (10255) is now deprecated. Please update your workloads to use the recommended alternatives. See https://cloud.google.com/kubernetes-engine/docs/how-to/disable-kubelet-readonly-port for ways to check usage and for migration instructions.
Creating cluster hello-cluster in us-central1... Cluster is being health-checked (master is healthy)...working...                                                                         
Creating cluster hello-cluster in us-central1... Cluster is being health-checked (master is healthy)...done.                                                                              
Created [https://container.googleapis.com/v1/projects/imre-kubernetes-1/zones/us-central1/clusters/hello-cluster].
To inspect the contents of your cluster, go to: https://console.cloud.google.com/kubernetes/workload_/gcloud/us-central1/hello-cluster?project=imre-kubernetes-1
kubeconfig entry generated for hello-cluster.

NAME: hello-cluster
LOCATION: us-central1
MASTER_VERSION: 1.29.6-gke.1326000
MASTER_IP: 34.31.155.8
MACHINE_TYPE: e2-small
NODE_VERSION: 1.29.6-gke.1326000
NUM_NODES: 3

Kasulikud lisamaterjalid

  • TODO