- Kubernetes for Serverless Applications
- Russ McKendrick
- 227字
- 2021-07-02 19:16:41
Cattle
Cattle are more representative of the instance types you should be running in public clouds such as Amazon Web Services (AWS) or Microsoft Azure, where you have auto scaling enabled.
- You have so many cattle in your herd you don't name them; instead they are given numbers and tagged so you can track them. In your instance cluster, you can also have too many to name so, like cattle, you give them numbers and tag them. For example, an instance could be called ip123067099123.domain.com and tagged as app-server.
- When a member of your herd gets sick, you shoot it, and if your herd requires it you replace it. In much the same way, if an instance in your cluster starts to have issues it is automatically terminated and replaced with a replica.
- You do not expect the cattle in your herd to live as long as a pet typically would, likewise you do not expect your instances to have an uptime measured in years.
- Your herd lives in a field and you watch it from afar, much like you don't monitor inpidual instances within your cluster; instead, you monitor the overall health of your cluster. If your cluster requires additional resources, you launch more instances and when you no longer require a resource, the instances are automatically terminated, returning you to your desired state.
推薦閱讀
- Practical Data Analysis
- 腦動(dòng)力:C語言函數(shù)速查效率手冊
- Python Artificial Intelligence Projects for Beginners
- 教父母學(xué)會(huì)上網(wǎng)
- 輕松學(xué)Java
- UTM(統(tǒng)一威脅管理)技術(shù)概論
- 愛犯錯(cuò)的智能體
- 網(wǎng)絡(luò)布線與小型局域網(wǎng)搭建
- Mastering Ansible(Second Edition)
- 3ds Max造型表現(xiàn)藝術(shù)
- 計(jì)算智能算法及其生產(chǎn)調(diào)度應(yīng)用
- Java組件設(shè)計(jì)
- 穿越計(jì)算機(jī)的迷霧
- PyTorch深度學(xué)習(xí)
- Hands-On Generative Adversarial Networks with Keras