Implement GitOps continuous delivery for Kubernetes using declarative, pull-based deployment models where Git serves as the single source of truth for infrastructure and application configuration.
Trigger keywords: "deploy to Kubernetes", "ArgoCD setup", "Flux bootstrap", "GitOps pipeline", "environment promotion", "multi-cluster deployment", "automated reconciliation"
All system configuration stored in Git repositories. No manual kubectl apply or cluster modifications. Declarative manifests (YAML) for all Kubernetes resources, environment-specific overlays, infrastructure configuration, and application deployments.
تنفيذ التسليم المستمر لـ GitOps لـ Kubernetes باستخدام ArgoCD أو Flux. يُستخدم لعمليات النشر التلقائية مع Git كمصدر واحد للحقيقة، والتسليم القائم على السحب، واكتشاف الانجراف، وإدارة المجموعات المتعددة، والطرح التدريجي. المصدر: ancoleman/ai-design-components.