kubernetes

Plan, deploy, and operate Kubernetes clusters and workloads with kubectl.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/NumberOne-AI/machina-meta --skill kubernetes-numberone-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes
Source: https://github.com/NumberOne-AI/machina-meta/tree/main/.claude/skills/kubernetes
Command: npx skills add https://github.com/NumberOne-AI/machina-meta --skill kubernetes-numberone-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Kubernetes provides a scalable, declarative platform to orchestrate containers across clusters, eliminating manual deployment friction.

Core Features & Use Cases

  • Declarative deployments with YAML manifests and rollout management
  • Automated scaling, self-healing, and multi-node orchestration
  • Networking, storage, RBAC, and cluster administration for production workloads
  • Use case: Manage a microservices application across a cluster with rolling updates and rollback capabilities

Quick Start

Start by applying a simple Deployment manifest with kubectl, observe pods come up, and scale the deployment as needed.

Frequently Asked Questions about kubernetes

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

FAQPage Schema
How do I deploy and scale Kubernetes workloads using kubectl manifests?

Kubernetes deployments use YAML manifests applied via kubectl to declaratively manage container orchestration. You define desired pod states, observe rollout status, and scale replicas dynamically, enabling automated self-healing and rolling updates for multi-node cluster workloads.

What is the best way to manage multi-node Kubernetes cluster networking and storage?

Multi-node Kubernetes clusters require configuring networking policies and storage classes to ensure pod communication and persistent data. This skill provides references for production cluster administration, covering declarative manifests for networking, storage, RBAC, and multi-node workload orchestration.

Do I need to understand RBAC before setting up Kubernetes clusters?

Yes, understanding Kubernetes RBAC is required for secure cluster administration. This skill covers RBAC configurations alongside deployments and services, ensuring you can securely manage role permissions and operate multi-node production clusters effectively.

Can I use Kubernetes for single-node demos and production microservices?

Kubernetes supports both single-node demos and multi-node production microservices. You can apply a simple Deployment manifest to observe pod behavior, then scale to multi-node orchestration with rolling updates and rollback capabilities for production workloads.

Why use declarative YAML manifests for Kubernetes deployments instead of manual processes?

Declarative YAML manifests eliminate manual deployment friction by allowing Kubernetes to automatically reconcile cluster states. This provides scalable orchestration, self-healing capabilities, and rolling update management for consistent workload operations across environments.

Does this Kubernetes skill cover rollback capabilities for rolling updates?

Yes, this Kubernetes skill covers rollback capabilities for rolling updates. It provides practical guidance on using kubectl workflows to manage microservices deployments, apply declarative manifests, and execute rollbacks when update issues occur in production clusters.