k8s-openapi
Reference the Kubernetes API. Useful for understanding what is possible via the Kubernetes REST API.
$ インストール
git clone https://github.com/jinnovation/kele.el /tmp/kele.el && cp -r /tmp/kele.el/.claude/skills/k8s-openapi ~/.claude/skills/kele-el// tip: Run this command in your terminal to install the skill
SKILL.md
name: k8s-openapi description: Reference the Kubernetes API. Useful for understanding what is possible via the Kubernetes REST API.
- Start a test cluster with:
make test-cluster-create. ONLY USE THIS SKILL ON THIS TEST CLUSTER. - Use the new context only through
--contextand--kubeconfigon eachkubectlcommand. Do not alter the config viakubectl config. - Start a proxy server with
kubectl proxy - Discover available endpoints by querying
/openapi/v3 - Use the discovered endpoints to find out what you need to
- When you have found your answer:
- Stop the proxy process; and
- Shut down the test cluster with
make test-cluster-stop
Repository

jinnovation
Author
jinnovation/kele.el/.claude/skills/k8s-openapi
97
Stars
5
Forks
Updated3d ago
Added5d ago