- Kubernetes for Serverless Applications
- Russ McKendrick
- 83字
- 2021-07-02 19:16:47
StatefulSets
This controller is new to Kubernetes and has been designed to replace PetSets. As you may have guessed by the name, pods maintain their state as part of a deployment. They are designed to have:
- Consistent unique network identifiers throughout the pod's life cycle
- Persistent storage
- Graceful deployment and scaling executed in the order you define
- User-defined and controlled automated rolling updates
So while there is a change in name, you should think of StatefulSets as pets and ReplicaSets as cattle.
推薦閱讀
- Mastering Mesos
- Mastering Hadoop 3
- ETL with Azure Cookbook
- Java實用組件集
- Visual C# 2008開發技術詳解
- 可編程序控制器應用實訓(三菱機型)
- Blender 3D Printing by Example
- 單片機C語言應用100例
- Building a BeagleBone Black Super Cluster
- Mastering Predictive Analytics with scikit:learn and TensorFlow
- Web璀璨:Silverlight應用技術完全指南
- ADuC系列ARM器件應用技術
- 計算機硬件技術基礎(第2版)
- PowerPoint 2010幻燈片制作高手速成
- 軟件測試設計