kubernetes

kubernetes

Kubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging

9星標
2分支
更新於 1/29/2026
SKILL.md
readonlyread-only
name
kubernetes
description

"Kubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging"

version
1.0.0

Kubernetes

Quick Start (kubectl)

kubectl describe pod/<pod> -n <ns>
kubectl get events -n <ns> --sort-by=.lastTimestamp | tail -n 30
kubectl logs pod/<pod> -n <ns> --previous --tail=200

Production Minimums

  • Health: readinessProbe and startupProbe for safe rollouts
  • Resources: set requests/limits to prevent noisy-neighbor failures
  • Security: run as non-root and grant least privilege

Load Next (References)

  • references/core-objects.md — choose the right workload/controller and service type
  • references/rollouts-and-probes.md — probes, rollouts, graceful shutdown, rollback
  • references/debugging-runbook.md — common failure modes and a fast triage flow
  • references/security-hardening.md — pod security, RBAC, network policy, supply chain

You Might Also Like

Related Skills

verify

verify

243K

Use when you want to validate changes before committing, or when you need to check all React contribution requirements.

facebook avatarfacebook
獲取
test

test

243K

Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.

facebook avatarfacebook
獲取

Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.

facebook avatarfacebook
獲取

Use when adding new error messages to React, or seeing "unknown error code" warnings.

facebook avatarfacebook
獲取
flow

flow

243K

Use when you need to run Flow type checking, or when seeing Flow type errors in React code.

facebook avatarfacebook
獲取
flags

flags

243K

Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.

facebook avatarfacebook
獲取