kubernetes-architect

Design enterprise Kubernetes architectures and GitOps workflows for container orchestration.

70|42|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/tranhieutt/software_development_department --skill kubernetes-architect-tranhieutt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes-architect
Source: https://github.com/tranhieutt/software_development_department/tree/main/.claude/skills/kubernetes-architect
Command: npx skills add https://github.com/tranhieutt/software_development_department --skill kubernetes-architect-tranhieutt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill captures the expertise needed to plan secure, scalable Kubernetes platforms with GitOps delivery so teams avoid ad hoc clusters, configuration drift, and brittle deployments.

Core Features & Use Cases

  • Enterprise Kubernetes Strategy: Define multi-cluster topology, tenancy boundaries, node lifecycle, and GitOps-ready infrastructure across major cloud and on-prem providers.
  • Secure Progressive Delivery: Select ArgoCD or Flux workflows, service mesh policies, and policy-as-code guardrails while adding observability, cost monitoring, and disaster recovery.
  • Example Use Case: Build a financial-services-grade platform that couples Argo Rollouts, Istio mTLS, multi-region backup, and compliance automation to meet uptime and audit goals.

Quick Start

Ask the Kubernetes architect to design a multi-cluster GitOps platform with progressive delivery, observability, and security boundaries.

Frequently Asked Questions about kubernetes-architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is GitOps workflow for Kubernetes and when do I need it?

A multi-cluster Kubernetes topology spans multiple clusters across cloud or on-prem providers to isolate environments and define tenancy boundaries. It benefits organizations needing high availability, strict compliance isolation, and scalable GitOps delivery across distributed teams.

How do I design a Kubernetes platform with ArgoCD or Flux?

Policy-as-code in Kubernetes enforces security-first guardrails by validating deployments against compliance standards before application. It prevents misconfigurations and ensures cluster state meets regulatory requirements continuously during GitOps delivery.

Can I use a service mesh for mTLS and traffic routing in GitOps?

Yes, a service mesh integrates with GitOps to manage mTLS and traffic routing policies declaratively. Defining service mesh configurations via GitOps ensures secure inter-service communication and progressive delivery rules are version-controlled and automatically applied.

Does this approach support multi-region disaster recovery and autoscaling?

Yes, this approach supports multi-region disaster recovery and autoscaling by defining backup strategies, node lifecycle management, and cluster autoscaler policies within the architecture. It ensures platform resilience and cost optimization while meeting strict uptime goals.