Kubernetes-based container number flexible adjustment implementation method and device
Patent Information
- Authority / Receiving Office
- CN Β· China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- ZHENGZHOU YUNHAI INFORMATION TECH CO LTD
- Publication Date
- 2018-11-06
- Estimated Expiration
- Not applicable Β· inactive patent
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The present invention relates to the technical field of cloud computing, in particular to a method and device for implementing elastic scaling based on the number of kubernetes containers. Background technique
[0002] Kubernetes is a container-based cluster management system. It mainly includes components such as Service, ReplicationController, and Pod. It is built on containers such as Docker. It provides functions such as application deployment, maintenance, and expansion mechanisms. Using Kubernetes can easily manage containers running across machines. application. Deployment is the core management process of kubernetes. It is responsible for managing the entire life cycle of POD (another name for containers in the kubernetes system). The number of PODs can be customized in the definition script of deployment. Through the automatic detection mechanism, the number of PODs in the kubernetes system is consistent. maintained at a defined quantity. Wh...