kubewharf / kubeadmiral

Multi-Cluster Kubernetes Orchestration
Apache License 2.0
658 stars 89 forks source link

Are we equipped to support Helm's deployment mode effectively? #288

Open weijiany opened 7 months ago

weijiany commented 7 months ago

Context

Presently, our services are uniformly deployed via Helm across two separate Kubernetes clusters catering to distinct business requirements. However, this approach has led to a proliferation of redundant code, specifically concerning the deployment of services into different clusters.

Therefore, I'd like to pose a question: Are we equipped to support Helm's deployment mode effectively? 😉