kubernetes-basics

Create Kubernetes baseline manifests with readiness and liveness probes.

7|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/KentoShimizu/sw-agent-skills --skill kubernetes-basics-kentoshimizu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes-basics
Source: https://github.com/KentoShimizu/sw-agent-skills/tree/main/skills/kubernetes-basics
Command: npx skills add https://github.com/KentoShimizu/sw-agent-skills --skill kubernetes-basics-kentoshimizu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Provides a ready-to-use Kubernetes baseline that yields predictable deployments and easier validation.

Core Features & Use Cases

  • Declarative baseline manifests for Deployments, including readiness and liveness probes.
  • Guidance on service discovery, namespace boundaries, and resource ownership.
  • Verification assistance through a ready checklist and sample baseline templates for audits.

Quick Start

Apply the Kubernetes baseline manifests from assets/workload-baseline-template.yaml and verify deployment readiness using the k8s-basics-checklist.

Frequently Asked Questions about kubernetes-basics

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

FAQPage Schema
How do I configure Kubernetes readiness and liveness probes for safe deployments?

Kubernetes readiness and liveness probes are configured using declarative baseline manifests that define explicit health checks for safe rollout. This baseline includes templates for Deployments to ensure repeatable deployments and verifiable readiness.

What is a Kubernetes baseline and when do I need one?

A Kubernetes baseline is a set of declarative manifests providing namespace boundaries, resource ownership, and probe configurations. You need one to achieve predictable deployments and easier validation in software-engineering contexts.

How do I verify deployment readiness after applying Kubernetes manifests?

You verify deployment readiness by applying baseline manifests and running through a verification checklist. This confirms operational behavior and ensures your Kubernetes workloads meet the expected baseline for safe rollout.

Can I use these Kubernetes baseline templates for production audits?

Yes, the baseline provides sample templates and a verification checklist designed for audits. These assets help confirm operational behavior and ensure your Kubernetes deployments meet reproducible baseline standards.

How do I define namespace boundaries and service discovery in Kubernetes?

You define namespace boundaries and service discovery by applying the declarative baseline manifests. This guidance ensures proper resource ownership and predictable deployments within your Kubernetes environment.

What's the best way to ensure repeatable Kubernetes deployments?

The best way to ensure repeatable Kubernetes deployments is to apply a declarative baseline template. This provides explicit readiness and liveness probes, namespace boundaries, and a verification checklist to confirm operational behavior.