Skip to Content
Kubernetes即学即用(第二版)
book

Kubernetes即学即用(第二版)

by Brendan Burns, Joe Beda, Kelsey Hightower
June 2021
Intermediate to advanced
300 pages
5h 4m
Chinese
China Electric Power Press Ltd.
Content preview from Kubernetes即学即用(第二版)
40
3
如果遇到麻烦,则可以参考
Google
云平台文档中有关创建
GKE
集群的完整
说明(地址:
https://cloud.google.com/kubernetes-engine/docs/how-to/creating-
a-cluster
)。
3.1.2
使用
Azure Kubernetes
服务安装
Kubernetes
微软的
Azure
提供了托管的
Kubernetes
即服务,它是
Azure
容器服务的一部分。
最简单的使用
Azure
容器服务的方法是使用
Azure
官网自带的
Azure Cloud
Shell
。你可以通过单击右上方工具栏中的
shell
图标来激活
shell
shell
已经安装并配置好了
az
工具,你可以直接利用它在
Azure
环境中工作。
另外,你也可以在本地计算机上安装
az
命令行程序(请参考:
https://github.
com/Azure/azure-cli
)。
shell
启动完毕并正常工作后,可以运行:
$
az group create --name=kuar --location=westus
在资源组创建完毕后,可以使用以下方法创建集群:
$
az aks create --resource-group=kuar --name=kuar-cluster
这个过程需要几分钟。在集群创建完毕后,你可以通过以下方式获取集群的
凭据:
$
az aks get-credentials --resource-group=kuar --name=kuar-cluster
如果尚未安装 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

PyTorch深度学习

PyTorch深度学习

Posts & Telecom Press, Vishnu Subramanian
Python数据分析

Python数据分析

Posts & Telecom Press, Ivan Idris
Python贝叶斯分析(第2版)

Python贝叶斯分析(第2版)

Posts & Telecom Press, Osvaldo Martin
Python高级编程(第2版)

Python高级编程(第2版)

Posts & Telecom Press, Michał Jaworski, Tarek Ziadé

Publisher Resources

ISBN: 9787519856762