# K8S Openapi

> Reference the Kubernetes API. Useful for understanding what is possible via the Kubernetes REST API. Use when this capability is needed.

- Skill: `tomevault-io/k8s-openapi` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/k8s-openapi`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/k8s-openapi/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/k8s-openapi

---


1. Start a test cluster with: `make test-cluster-create`. ONLY USE THIS SKILL ON THIS TEST CLUSTER.
2. Use the new context only through `--context` and `--kubeconfig` on each `kubectl` command. Do not
   alter the config via `kubectl config`.
3. Start a proxy server with `kubectl proxy`
4. Discover available endpoints by querying `/openapi/v3`
5. Use the discovered endpoints to find out what you need to
6. When you have found your answer:
    - Stop the proxy process; and
    - Shut down the test cluster with `make test-cluster-stop`

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/jinnovation) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

