{"id":30846235,"url":"https://github.com/kusionstack/rollout","last_synced_at":"2026-03-14T19:18:42.194Z","repository":{"id":219899944,"uuid":"670604887","full_name":"KusionStack/rollout","owner":"KusionStack","description":"Multi-Cluster application progressive delivery controller","archived":false,"fork":false,"pushed_at":"2025-09-01T12:27:29.000Z","size":2003,"stargazers_count":17,"open_issues_count":4,"forks_count":6,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-09-01T14:32:58.810Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KusionStack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"Contributing.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":"Governance.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":"MAINTAINERS.md","copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-25T12:27:43.000Z","updated_at":"2025-08-26T04:10:17.000Z","dependencies_parsed_at":"2024-02-05T09:46:16.179Z","dependency_job_id":"6697c1fb-9f86-4e04-86b8-61c7440eb0f9","html_url":"https://github.com/KusionStack/rollout","commit_stats":null,"previous_names":["kusionstack/rollout"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/KusionStack/rollout","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KusionStack%2Frollout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KusionStack%2Frollout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KusionStack%2Frollout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KusionStack%2Frollout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KusionStack","download_url":"https://codeload.github.com/KusionStack/rollout/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KusionStack%2Frollout/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273978867,"owners_count":25201413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-07T00:06:03.687Z","updated_at":"2026-03-14T19:18:42.142Z","avatar_url":"https://github.com/KusionStack.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KusionStack Rollout\n\n## Overview\n\nKusionStack Rollout is a progressive delivery controller that automates the release process for applications running on Kubernetes **Clusterset**.\nIt provides several delivery strategies such as Canary release, Blue/Green mirroring, A/B testing to reduce the risk of introducing a new version in production. It can also integrates with GatewayAPI, leveraging its traffic shaping ablibities to gradually shift traffic to the new version.  \n\n\u003e The terminology **clusterset** is defined in [KEP-1645: Multi-Cluster Services API](https://github.com/kubernetes/enhancements/tree/master/keps/sig-multicluster/1645-multi-cluster-services-api). \n\u003e \n\u003e clusterset - A placeholder name for a group of clusters with a high degree of mutual trust and shared ownership that share services amongst themselves. Membership in a clusterset is symmetric and transitive. The set of member clusters are mutually aware, and agree about their collective association. Within a clusterset, namespace sameness applies and all namespaces with a given name are considered to be the same namespace. Implementations of this API are responsible for defining and tracking membership in a clusterset. The specific mechanism is out of scope of this proposal.\n\n![overview](docs/image/overview.jpg)\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FKusionStack%2Frollout.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FKusionStack%2Frollout?ref=badge_shield)\n\n## Key Features\n\n- Supports progressive delivery for **Applications with multiple components cross Multi Clusters**.\n- Supports various kinds of workload, such as StatefulSet, CollaSet.\n- Supports several delivery strategies, such as Canary release, Multi Batch, Blue/Green mirroring, A/B testing.\n- Supports fine-grained traffic shifting with [GatewayAPI](https://gateway-api.sigs.k8s.io)\n- Extends rollout progress with webhook\n\n## Quick Start\n\nSee [Getting Started Guide](docs/en/quick_start.md) to walk through creating and then updating the rollout in local kind cluster.\n\nPlease refer to [official website](https://www.kusionstack.io/docs/) for more information.\n\n## Contributing\n\nPlease refer to [Contributing](CONTRIBUTING.md)\n\n## Code of Conduct\n\nPlease refer to [Code of Conduct](CODE_OF_CONDUCT.md) for more details.\n\n## Contact us\n- Twitter: [KusionStack](https://twitter.com/KusionStack)\n- Slack: [Kusionstack](https://join.slack.com/t/kusionstack/shared_invite/zt-19lqcc3a9-_kTNwagaT5qwBE~my5Lnxg)\n- DingTalk (Chinese): 42753001\n- Wechat Group (Chinese)\n\n  \u003cimg src=\"docs/image/wx_spark.jpg\" width=\"200\" height=\"200\"/\u003e\n\n## License\n\nThis project follows [Apache-2.0 License](LICENSE).\n\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FKusionStack%2Frollout.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FKusionStack%2Frollout?ref=badge_large)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkusionstack%2Frollout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkusionstack%2Frollout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkusionstack%2Frollout/lists"}