Signed-off-by: Siyu Wang <FillZpp.pub@gmail.com>  | 
			||
|---|---|---|
| .github | ||
| api/v1alpha1 | ||
| config | ||
| docs/images | ||
| hack | ||
| pkg | ||
| test | ||
| .dockerignore | ||
| .gitignore | ||
| .golangci.yml | ||
| Dockerfile | ||
| LICENSE | ||
| Makefile | ||
| OWNERS | ||
| PROJECT | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
		
			
				
				README.md
			
		
		
			
			
				
				
			
		
	
	Rollouts
Introduction
Kruise Rollouts is a Bypass component which provides advanced deployment capabilities such as canary, traffic routing, and progressive delivery features, for a series of Kubernetes workloads, such as Deployment and CloneSet.
Why Kruise Rollouts?
- 
Functionality:
- Support multi-batch delivery for Deployment/CloneSet.
 - Support Nginx/ALB/Istio traffic routing control during rollout.
 
 - 
Flexibility:
- Support scaling up/down to workloads during rollout.
 - Can be applied to newly-created or existing workload objects directly;
 - Can be ridden out of at any time when you needn't it without consideration of unavailable workloads and traffic problems.
 - Can cooperate with other native/third-part Kubernetes controllers/operators, such as HPA and WorkloadSpread.
 
 - 
Non-Invasion:
- Does not invade native workload controllers.
 - Does not replace user-defined workload and traffic configurations.
 
 - 
Extensibility:
- Easily extend to other traffic routing types, or workload types via plugin codes.
 
 - 
Easy-integration:
- Easily integrate with classic or GitOps-style Kubernetes-based PaaS.
 
 
Documents
Coming soon ...
Community
Active communication channels:
- Slack: OpenKruise channel (English)
 - DingTalk:Search GroupID 
23330762(Chinese) - WeChat: Search User 
openkruiseand let the robot invite you (Chinese) - Bi-weekly Community Meeting (APAC, Chinese):
- Thursday 19:00 GMT+8 (Asia/Shanghai), Calendar
 - Meeting Link(zoom)
 - Notes and agenda
 
 - Bi-weekly Community Meeting (English): TODO
 
Acknowledge
- Part of the codes of this project is powered by KubeVela Community.
 - This project will be maintained and improved by both the communities of OpenKruise and KubeVela.
 
License
Kruise rollouts is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.
