kubernetes

Enforce production-ready Kubernetes configurations for container orchestration deployments.

17|1|Updated Jun 8, 2025
One-click install
npx skills add https://github.com/williamzujkowski/standards --skill kubernetes-williamzujkowski
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes
Source: https://github.com/williamzujkowski/standards/tree/main/skills/cloud-native/kubernetes
Command: npx skills add https://github.com/williamzujkowski/standards --skill kubernetes-williamzujkowski

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Kubernetes standards provide declarative configuration patterns, RBAC, network policies, and observability practices for cloud-native apps.

Core Features & Use Cases

  • Deployments & Resources: Best-practice manifest patterns for deployments, services, and config.
  • Security & Monitoring: RBAC, PSP/PSP-like controls, network policies, and metrics exposure.
  • Observability: Prometheus-compatible metrics and health checks.

Quick Start

Deploy a simple app with a Deployment and Service, including resource requests/limits and health probes.

Frequently Asked Questions about kubernetes

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

FAQPage Schema
How do I enforce production-ready Kubernetes configurations for container deployments?

Production-ready Kubernetes configurations require resource requests and limits, health probes (liveness, readiness, startup), security contexts, RBAC policies, and NetworkPolicies. This Skill applies declarative patterns across deployments, services, ConfigMaps, and Secrets to enforce these standards consistently across development, staging, and production environments.

What's the best way to implement RBAC and network policies in Kubernetes?

RBAC and network policies control access and traffic flow in Kubernetes clusters. This Skill provides production-grade patterns for defining role-based access controls and NetworkPolicies that restrict communication between pods and services, ensuring security across your cloud-native applications.

How do I configure Kubernetes deployments with health checks and resource limits?

Kubernetes deployments need liveness, readiness, and startup probes for reliability, plus resource requests and limits to prevent scheduling issues. This Skill includes best-practice manifest patterns that combine these configurations with proper security contexts and monitoring setup for production stability.

Can I use Kubernetes ConfigMaps and Secrets with Prometheus monitoring?

Yes. This Skill covers ConfigMaps and Secrets usage alongside Prometheus-compatible metrics exposure, enabling you to manage application configuration and secrets while collecting observability data from your deployments in production scenarios.

What Kubernetes patterns support rolling updates and observability?

Rolling updates and observability require coordinated deployment strategies, health checks, and metrics collection. This Skill provides patterns that combine service definitions, rolling update configurations, and Prometheus-compatible metric exposure for reliable, observable cloud-native applications.