The K8s Multi-Cluster Gateway provides a centralized, secure REST API to interact with remote Kubernetes clusters. It abstracts the complexity of `kubectl` and `helm` CLI commands, offering a streamlined interface for infrastructure management, RBAC enforcement, and application deployment.
Interact with core K8s resources (Pods, Deployments, Nodes) across dynamically connected worker clusters through a unified entrypoint.
Full lifecycle management of Helm charts including dry-run simulations, package uploads, linting, and rollback capabilities.
All operations are securely bound to dynamic service accounts, enforcing strict Kubernetes RBAC policies at the gateway layer.