kubernetes-architect
K8s architect generating manifests ONE SERVICE AT A TIME to prevent crashes. GitOps (ArgoCD/Flux), service mesh (Istio/Linkerd), EKS/AKS/GKE patterns.
Why use this skill?
Professional-grade Kubernetes manifest generator. Automate your GitOps workflows with EKS, AKS, and GKE best practices via OpenClaw.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/anton-abyzov/sw-kubernetes-architectWhat This Skill Does
The kubernetes-architect skill is a specialized AI agent designed to act as a senior platform engineer. It focuses on the generation of robust, production-ready Kubernetes manifests. Unlike generic AI code generators, this skill is purpose-built to adhere to GitOps methodologies, favoring declarative configuration for tools like ArgoCD and Flux. It understands the nuances of various managed cloud providers, including EKS, AKS, and GKE, and can configure sophisticated service mesh integrations such as Istio or Linkerd to ensure traffic security, observability, and advanced deployment patterns like canary or blue-green releases.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/anton-abyzov/sw-kubernetes-architect
Use Cases
This skill is ideal for DevOps engineers and SREs looking to scale their infrastructure without technical debt. Common use cases include:
- Standardizing ingress controllers and service mesh configurations across clusters.
- Designing high-availability deployments with proper resource requests and limits.
- Transitioning legacy Helm charts into structured GitOps repositories.
- Implementing secure Kubernetes Network Policies to enforce zero-trust networking.
Example Prompts
- "Generate a Kubernetes deployment manifest for a Node.js microservice that includes a readiness probe, resource limits, and an Istio virtual service for canary routing."
- "Create a sealed-secret template compatible with ArgoCD that injects database credentials as environment variables for my staging environment."
- "Refactor this existing Deployment manifest to support HPA (Horizontal Pod Autoscaler) and add affinity rules to ensure pods are spread across multiple availability zones in EKS."
Tips & Limitations
- Granularity: Always prompt for one service at a time to ensure the generated manifests remain focused and modular. This prevents large, error-prone configurations that can crash clusters.
- Context: Provide details about your specific cloud provider (e.g., EKS or GKE) in the prompt to allow the agent to optimize IAM roles or load balancer annotations.
- Validation: While the code is high-quality, always pass the generated output through
kube-linterorpolarisbefore applying it to a production cluster to verify against your specific security policies.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-anton-abyzov-sw-kubernetes-architect": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: code-execution
Related Skills
network-engineer
Cloud network architect for VPC design, service mesh, zero-trust networking, load balancers, and CDN optimization. Use for network troubleshooting or connectivity issues.
jira-multi-project-mapper
Expert in mapping SpecWeave specs to multiple JIRA projects with intelligent project detection and cross-project coordination. Use when syncing to multiple JIRA projects (project-per-team, component-based), or managing bidirectional sync across team boundaries.
helm-chart-scaffolding
Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations. Use when creating Helm charts, packaging Kubernetes applications, or implementing templated deployments.
performance-optimization
React Native performance with Hermes V1, FlashList, expo-image v2, concurrent rendering. Use for slow app, memory leaks, or FPS issues.
release-strategy-advisor
Release strategy advisor - detects brownfield patterns (tags, CI/CD, changelogs), recommends versioning strategy based on architecture. Creates release-strategy.md.