当前位置:网站首页>Kubernetes-1.24.x feature
Kubernetes-1.24.x feature
2022-07-29 03:17:00 【Shift to containerization】
Auto roll out and rollback
Kubernetes Changes will be made to the application or its configuration step by step , At the same time, monitor the health of the application , To make sure it doesn't kill all instances at the same time . If something goes wrong ,Kubernetes Changes will be rolled back for you . Take advantage of the growing ecosystem of deployment solutions .
Service discovery and load balancing
There is no need to modify the application to use unfamiliar service discovery mechanisms .Kubernetes by Pods Provide their own IP The address and a set of Pods Single DNS name , And load balancing between them .
Storage choreography
Automatically mount the storage system of your choice , Whether from local storage 、 Public cloud providers ( Such as GCP or AWS), Or network storage system ( Such as NFS、iSCSI、Gluster、Ceph、Cinder or Flocker).
Ciphertext / Confidentiality and configuration management
Deploy and update secrets and application configuration , Without having to rebuild the image , There is no need to expose secrets in the stack configuration .
Automatic scaling
Automatically scale the container according to its resource requirements and other constraints , Without sacrificing availability . Mix workloads and optimal workloads , To improve utilization and save more resources .
Batch execution
In addition to services ,Kubernetes You can also manage batch processing and CI The workload , if necessary , You can also replace failed containers .
IPv4 / IPv6 Two channels
by Pods and Services Distribute IPv4 and IPv6 Address
Horizontal expansion
Use a simple command 、 One UI, Or according to CPU Usage automatically scales applications up and down
High fault tolerance
Restart the failed container , Replace and reschedule containers when nodes die , Kill containers that do not respond to user-defined health checks , And they will not be announced to clients until they are ready for service
Scalability of design
Without changing the upstream source code Kubernetes Add new features to the cluster
边栏推荐
- Ten thousand words detailed Google play online application standard package format AAB
- Wechat's crazy use of glide - life cycle learning
- mysql的timestamp存在的时区问题怎么解决
- 反脆弱·从不确定性中获益---管理?
- 增量实时灾备笔记
- How to solve the time zone problem in MySQL timestamp
- Plato Farm在Elephant Swap上铸造的ePLATO是什么?为何具备高溢价?
- MYCAT read / write separation configuration
- 年内首个“三连跌” 95号汽油回归“8元时代“
- Implement Lmax disruptor queue from scratch (VI) analysis of the principle of disruptor solving pseudo sharing and consumers' elegant stopping
猜你喜欢

Hangao database best practice configuration tool Hg_ BP log collection content

Redis之sentinel哨兵集群怎么部署

基于单片机烟雾温湿度甲醛监测设计

数字图像处理 第10章——图像分割

Verilog:阻塞赋值和非阻塞赋值

What is eplato cast by Plato farm on elephant swap? Why is there a high premium?

Calculation of array serial number of force deduction questions (daily question 7/28)

微信为之疯狂的Glide使用——之生命周期学习

简历竟然敢写精通并发编程,那你说说AQS为什么要用双向链表?

C语言基础知识点汇总
随机推荐
MYSQL入门与进阶(十一)
Hangao database best practice configuration tool Hg_ BP log collection content
Summary of SAP localized content in China
【FreeSwitch开发实践】media bug获取通话语音流
单例模式(饿汉式 懒汉式)
LeetCode 1331 数组序号转换[Map] HERODING的LeetCode之路
Algorithm --- paint the house (kotlin)
Summarize the knowledge points of the ten JVM modules. If you don't believe it, you still don't understand it
Multi table (Association) query of SQL query data
Let's talk about the summary of single merchant function modules
Introduction and advanced level of MySQL (11)
Flask的创建的流程day05-06之创建项目
Production deployment zabbix5.0 notes
Verilog: blocking assignment and non blocking assignment
Singleton mode (hungry and lazy)
The Federal Reserve raised interest rates again, Powell "let go of doves" at 75 basis points, and US stocks reveled
一种简单通用的获取函数栈空间大小的方法
MySQL operation database data error: fatal error encoded during command execution
Redis configuration cache expiration listening event trigger
Digital image processing Chapter 10 - image segmentation