gke-getting-started:GKE基础

时间:2021-04-05 21:28:50
【文件属性】:
文件名称:gke-getting-started:GKE基础
文件大小:12KB
文件格式:ZIP
更新时间:2021-04-05 21:28:50
GKE入门 GKE基础 描述 创建集群 可用群集的类型包括: zonal (单区域或多区域)和regional 。 区域集群 单区域集群 多区域集群 区域集群 私有集群 Windows丛集 单区域集群 单区域集群具有在一个运行的单个控制平面。 $ gcloud container clusters create shinyay-cluster \ --zone us-central1-c 多区域集群 多区域群集具有在单个区域中运行的控制平面的单个副本,并且具有在多个区域中运行的节点。 $ gcloud container clusters create shinyay-cluster \ --zone us-central1-c \ --node-locations us-central1-a,us-central1-b,us-central1-c 区域集群
【文件预览】:
gke-getting-started-main
----README-WindowsCluster.md(2KB)
----ingress-for-gke()
--------container-native-loadbalancing()
----deploying-workloads()
--------windows-app()
----README.md(14KB)
----README-Cluster-SharedVPC.md(1KB)
----exposing-with-services()
--------cluster-ip()
--------nodeport()
--------loadbalancer()

网友评论