返回 Skill 列表
extension
分类: 开发与工程无需 API Key

k8s-openapi

参考Kubernetes API。有助于理解通过Kubernetes REST API可以实现哪些功能。

person作者: jakexiaohubgithub
  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