当前位置:网站首页>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
边栏推荐
- Engineering boy: under 20 years old, ordinary but not mediocre
- What if MySQL forgets the password
- 复现20字符短域名绕过以及xss相关知识点
- Verilog's time system tasks - $time, $stime, $realtime
- 单例模式(饿汉式 懒汉式)
- What is eplato cast by Plato farm on elephant swap? Why is there a high premium?
- Division and description of military technical documents
- MySQL large table joint query optimization, large transaction optimization, avoiding transaction timeout, lock wait timeout and lock table
- 【机器人学习】机械臂抓手matlab运动学与admas动力学分析
- 【C】 Array
猜你喜欢

STC单片机驱动1.8‘TFT SPI屏幕演示示例(含资料包)

MYCAT read / write separation configuration

How dare you write a resume that is proficient in concurrent programming? Why do you use a two-way linked list in AQS?

Does domestic ERP have a chance to beat sap?
![[freeswitch development practice] media bug obtains call voice flow](/img/14/9a359403606c312b30733d4a015fa5.png)
[freeswitch development practice] media bug obtains call voice flow

Chapter 2 VRP command line

makefile详解

逐步分析类的拆分之案例——五彩斑斓的小球碰撞

VASP calculation task error: M_ divide:can not subdivide 8 nodes by 6

2022-07-28 第四小组 修身课 学习笔记(every day)
随机推荐
GJB常见混淆概念
Algorithm --- paint the house (kotlin)
Makefile details
shell脚本总结
微信为之疯狂的Glide使用——之生命周期学习
C traps and defects Chapter 3 semantic "traps" 3.3 array declaration as parameters
My approval function of conference OA project
Alibaba Sentinel - 工作流程及原理解析
【FreeSwitch开发实践】media bug获取通话语音流
[NPM error] - NPM err code eresolve and NPM err eresolve could not resolve problems
4000 多字学懂弄通 js 中 this 指向问题,顺便手写实现 call、apply 和 bind
STC单片机驱动1.8‘TFT SPI屏幕演示示例(含资料包)
MySQL忘记密码怎么办
Codeworks 5 questions per day (average 1500) - day 25
STC MCU drive 1.8 'TFT SPI screen demonstration example (including data package)
Tp5.0 applet users do not need to log in and directly obtain the user's mobile number.
Minesweeping simple version
Flask creation process day05-06 creation project
C and pointer Chapter 3 semantic "trap" 3.5 null pointer is not a string
Linux下安装MySQL8.0的详细步骤