Overview of the Kubernetes Multicluster Plugin
masterThe Kubernetes Multicluster plugin allows you to deploy applications across multiple Kubernetes clusters using a single pipeline definition. It manages sync state, traffic routing, and rollbacks across all target clusters simultaneously.
Note: This plugin is currently in alpha status.
It supports two primary sync modes:
- Quick sync: Applies manifests to all target clusters immediately. This occurs if no pipeline is specified in the application configuration or if the sync is triggered manually with the quick sync option.
- Pipeline sync: Enables progressive deployment across clusters using stages like canary rollouts, traffic routing, and baseline comparisons.