- Kubernetes for Developers
- Joseph Heck
- 130字
- 2021-08-27 19:04:13
Controllers
Kubernetes is built with the notion that you tell it what you want, and it knows how to do it. When you interact with Kubernetes, you are asserting you want one or more resources to be in a certain state, with specific versions, and so forth. Controllers are where the brains exist for tracking those resources and attempting to run your software as you described. These descriptions can include how many copies of a container image are running, updating the software version running within a Pod, and handling the case of a Node failure where you unexpectedly lose part of your cluster.
There are a variety of controllers used within Kubernetes, and they are mostly hidden behind two key resources that we will dig into further: Deployments and ReplicaSets.
- Mastering VMware vSphere 6.5
- 反饋系統:多學科視角(原書第2版)
- 計算機圖形圖像處理:Photoshop CS3
- 21天學通C++
- 精通特征工程
- 運動控制器與交流伺服系統的調試和應用
- 具比例時滯遞歸神經網絡的穩定性及其仿真與應用
- Implementing AWS:Design,Build,and Manage your Infrastructure
- 工業機器人維護與保養
- Hands-On Reactive Programming with Reactor
- SMS 2003部署與操作深入指南
- Artificial Intelligence By Example
- Linux Shell Scripting Cookbook(Third Edition)
- FreeCAD [How-to]
- Learning iOS 8 for Enterprise