承认 发表于 2025-3-28 17:46:44
Book 2021entire curricula of the two Kubernetes certifications (for application developers and administrators)..The initial chapters guide you through deployment of a Kubernetes cluster on virtual machines and explore the different components of the control plane. Next, you will work with the kubectl command性学院 发表于 2025-3-28 21:36:35
http://reply.papertrans.cn/55/5409/540806/540806_42.pngInelasticity 发表于 2025-3-29 02:20:37
Upgrading the Cluster, to the next minor release or to any other next patch release of the same minor release. For example, when your cluster is using the version 1.18.6, you could upgrade to 1.18.p where p >= 7 and to 1.19.x (whatever the value of x), but not to 1.20.x.吊胃口 发表于 2025-3-29 06:10:42
Creating a Cluster with kubeadm,In this chapter, you will deploy a Kubernetes cluster on virtual machines (VMs) in Google Cloud.Liberate 发表于 2025-3-29 08:19:23
Control Plane Components,The Kubernetes control plane is composed ofHippocampus 发表于 2025-3-29 12:57:25
Accessing the Cluster,In the previous chapters, you have installed . on the Kubernetes hosts and used it from these hosts. The usual way of using the . command is to install it on your development machine.袋鼠 发表于 2025-3-29 18:24:37
Kubernetes Resources,Kubernetes works in a declarative way: you create . with the help of the Kubernetes API, these objects are stored in the etcd store, and controllers work to ensure that what you declared in these objects is correctly deployed in your infrastructure.jettison 发表于 2025-3-29 23:32:13
The Workloads,The Pod is the masterpiece of the Kubernetes cluster architecture.凹槽 发表于 2025-3-30 02:56:12
Configuring Applications,An application can be configured in different ways:得罪 发表于 2025-3-30 07:53:38
http://reply.papertrans.cn/55/5409/540806/540806_50.png