kubernetes

Manage Kubernetes manifests and deployment strategies with kubectl, kustomize, and helm.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/JNZader-Vault/project-starter-framework --skill kubernetes-jnzader-vault
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes
Source: https://github.com/JNZader-Vault/project-starter-framework/tree/main/.ai-config/skills/infrastructure/kubernetes
Command: npx skills add https://github.com/JNZader-Vault/project-starter-framework --skill kubernetes-jnzader-vault

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the creation, management, and deployment of applications within Kubernetes environments, addressing the complexities of container orchestration.

Core Features & Use Cases

  • Manifest Generation: Provides templates for core Kubernetes resources like Deployments, Services, and Ingress.
  • Configuration Management: Demonstrates patterns for ConfigMaps, Secrets, and external secret integration.
  • Deployment Strategies: Illustrates Rolling Updates, Horizontal Pod Autoscaling, and Network Policies.
  • Use Case: Quickly generate and apply production-ready Kubernetes manifests for a new microservice, ensuring it's deployed with proper scaling, security, and networking configurations.

Quick Start

Apply the production Kubernetes configuration using kustomize by running kubectl apply -k k8s/overlays/production.

Frequently Asked Questions about kubernetes

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

FAQPage Schema
How do I generate production-ready Kubernetes manifests for a new microservice?

Generate production-ready Kubernetes manifests by defining core resources like Deployments, Services, and Ingress. This Skill provides templates that ensure your microservice is deployed with proper scaling, security, and networking configurations.

What's the best way to manage Kubernetes configuration using ConfigMaps and Secrets?

Manage Kubernetes configuration by utilizing patterns for ConfigMaps, Secrets, and external secret integration. This approach simplifies separating configuration data from container images for declarative infrastructure management.

How do I configure Horizontal Pod Autoscaling and Rolling Updates in Kubernetes?

Configure Horizontal Pod Autoscaling and Rolling Updates by applying specific deployment strategies illustrated in this Skill. These patterns ensure your application scales automatically and updates without downtime.

Can I use kustomize and helm with kubectl for declarative infrastructure management?

Yes, you can use kustomize and helm alongside kubectl for declarative infrastructure management. Apply production configurations seamlessly by running commands like `kubectl apply -k k8s/overlays/production`.

How do I secure application deployments with Kubernetes Network Policies?

Secure application deployments by implementing Kubernetes Network Policies to control traffic flow between pods. This Skill demonstrates deployment strategies that include networking configurations to protect your services.

What is Kubernetes container orchestration and when do I need it?

Kubernetes container orchestration automates the deployment, scaling, and management of containerized applications. You need it to simplify complex container environments and ensure reliable application availability.