What problem does it solve? Designing production Kubernetes platforms involves complex decisions across cluster topology, GitOps tooling, security policies, service mesh, and cost optimization, and mistakes lead to fragile or expensive infrastructure. ## Core Features & Use Cases - Platform Architecture Design: Plan cluster topology, networking, multi-tenancy, and security boundaries across EKS, AKS, GKE, OpenShift, and self-managed clusters. - GitOps & Progressive Delivery: Implement ArgoCD, Flux, Argo Rollouts, and Flagger workflows following OpenGitOps principles with canary and blue/green strategies. - Security & Observability: Configure Pod Security Standards, OPA/Gatekeeper policies, service mesh, and Prometheus/Grafana/OpenTelemetry monitoring stacks. - Use Case: A platform team needs a multi-cluster Kubernetes setup with GitOps for a financial services company; the skill guides cluster design, ArgoCD repository structure, RBAC isolation, and disaster recovery planning. ## Quick Start Ask the assistant to design a multi-cluster Kubernetes platform with GitOps-based progressive delivery for your workloads.