kubernetes-architect

Generate Kubernetes manifests for individual services with GitOps and service mesh patterns.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/zangxin75/openclaw-skills --skill kubernetes-architect-zangxin75
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes-architect
Source: https://github.com/zangxin75/openclaw-skills/tree/main/sw-kubernetes-architect
Command: npx skills add https://github.com/zangxin75/openclaw-skills --skill kubernetes-architect-zangxin75

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the complexity of creating Kubernetes manifests by generating them one service at a time, ensuring stability and preventing common deployment crashes.

Core Features & Use Cases

  • Manifest Generation: Creates Kubernetes YAML manifests for services.
  • GitOps Integration: Supports patterns for ArgoCD and Flux.
  • Service Mesh Support: Incorporates configurations for Istio and Linkerd.
  • Cloud Provider Patterns: Adheres to best practices for EKS, AKS, and GKE.
  • Use Case: Generate a Kubernetes deployment and service manifest for a new microservice following EKS best practices and integrating with Istio.

Quick Start

Generate a Kubernetes manifest for a single service named 'user-api' using the EKS pattern.

Frequently Asked Questions about kubernetes-architect

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

FAQPage Schema
How do I generate Kubernetes manifests for a single service without causing deployment crashes?

Generate Kubernetes manifests for individual services one at a time to ensure stability and prevent common deployment crashes. This approach focuses on creating a single service manifest to maintain deployment safety.

Can I use this to create K8s manifests that follow GitOps patterns for ArgoCD and Flux?

Yes, you can generate Kubernetes manifests adhering to GitOps patterns. It supports configurations for both ArgoCD and Flux to manage your service deployments through continuous delivery.

Does this support service mesh configurations for Istio and Linkerd when generating service manifests?

Yes, it incorporates service mesh support when generating Kubernetes manifests. You can include configurations for both Istio and Linkerd within your individual service definitions.

What is the best way to create cloud-native K8s manifests for EKS, AKS, and GKE?

The best way to create cloud-native K8s manifests is by adhering to cloud-specific patterns. It supports best practices for EKS, AKS, and GKE to ensure your service manifests fit your cloud provider.

How do I start building a Kubernetes deployment and service manifest for a new microservice?

Start building a microservice manifest by specifying the service name and your target environment. It will generate the Kubernetes deployment and service YAML tailored to patterns like EKS and Istio.