👉 Live at https://kubespec.dev
- Tree view of all Kubernetes resources
- History changes since Kubernetes v1.12
- Examples that you can use copy and modify
- Links to official Kubernetes documentation and useful resources
- Support for popular CRDs
Contributions are welcome!
- clone the repo
- run
npm install - run
npm run dev
- add a new entry at the end of the list of projects in
src/lib/kube/projects.ts - run
npm run download -- --project-slug="<slug>"to download the defined CRD spec's for that project - create a pull request
- run either of the following
npm run downloadto update all projectsnpm run download -- --project-slug="<slug>"to update a specific project
- create a pull request
MIT
