Enhanced Rollouts features for application automation.
Go to file
Ai Ranthem 00aae123eb
Feature: copy annotations and labels from the stable service to the canary service (#301)
* copy annotations and labels from the stable service to the canary service

Signed-off-by: AiRanthem <zhongtianyun.zty@alibaba-inc.com>

* optimize code

Signed-off-by: AiRanthem <zhongtianyun.zty@alibaba-inc.com>

---------

Signed-off-by: AiRanthem <zhongtianyun.zty@alibaba-inc.com>
2025-08-08 16:17:08 +08:00
.github
.license
api
config
docs
hack
lua_configuration
pkg Feature: copy annotations and labels from the stable service to the canary service (#301) 2025-08-08 16:17:08 +08:00
scripts
test Feature: copy annotations and labels from the stable service to the canary service (#301) 2025-08-08 16:17:08 +08:00
.dockerignore
.gitignore
.golangci.yml
.lift.toml
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
Dockerfile_multiarch
LICENSE
Makefile
OWNERS
PROJECT
README.md
go.mod
go.sum
main.go
rollouts.rollouts.kruise.io-rollouts-demo.yaml

README.md

Rollouts

License

Introduction

Kruise Rollouts is a Bypass component that offers Advanced Progressive Delivery Features. Its support for canary, multi-batch, and A/B testing delivery modes can be helpful in achieving smooth and controlled rollouts of changes to your application, while its compatibility with Gateway API and various Ingress implementations makes it easier to integrate with your existing infrastructure. Overall, Kruise Rollouts is a valuable tool for Kubernetes users looking to optimize their deployment processes!

Why Kruise Rollouts?

  • Functionality

    • Supports canary and multi-batch delivery for various workloads, such as Deployment, CloneSet, and StatefulSet.
    • Supports Fine-grained traffic orchestration of application with Kubernetes Ingress and Gateway API.
  • Flexibility:

    • Handles both incremental and existing workloads with ease.
    • Be compatible with workload-referencing components like HPA, allowing for easy deployment and management of workloads.
    • Supports plug-and-play and hot-swapping, with immediate effect upon application, and the flexibility to be easily deleted at any stage, including during the rollout process.
  • Extensibility:

    • Extend to other workloads and traffic types easily with pluggable lua scripts.

Quick Start

Contributing

You are warmly welcome to hack on Kruise Rollout. We have prepared a detailed guide CONTRIBUTING.md.

Community

Active communication channels:

  • Slack: OpenKruise channel (English)
  • DingTalkSearch GroupID 23330762 (Chinese)
  • WeChat: Search User openkruise and let the robot invite you (Chinese)
  • Bi-weekly Community Meeting (APAC, Chinese):
  • Bi-weekly Community Meeting (English): TODO

Acknowledge

  • The global idea is from both OpenKruise and KubeVela communities, and the basic code of rollout is inherited from the KubeVela Rollout.
  • This project is maintained by both contributors from OpenKruise and KubeVela.

License

Kruise Rollout is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.