https://github.com/kokoiruby/kubebuilder
https://book.kubebuilder.io/
https://github.com/kokoiruby/kubebuilder
Last synced: over 1 year ago
JSON representation
https://book.kubebuilder.io/
- Host: GitHub
- URL: https://github.com/kokoiruby/kubebuilder
- Owner: KokoiRuby
- Created: 2024-08-24T07:34:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T13:57:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T10:06:39.085Z (over 1 year ago)
- Language: Go
- Size: 361 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [Kubebuilder](https://book.kubebuilder.io/)
**Kubebuilder** is a framework for building [Kubernetes APIs](https://kubernetes.io/docs/concepts/overview/kubernetes-api/) using [custom resource definitions](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) (CRDs). It provides tools and libraries to simplify the process of creating, building, and managing Kubernetes controllers and custom resources.
Note: This is an **archive** for Kubebuilder book.
### Content
- [Introduction](https://github.com/KokoiRuby/kubebuilder/blob/main/00_intro/00_intro.md)
- [Quick Start](https://github.com/KokoiRuby/kubebuilder/blob/main/00_quick_start/00_quick_start.md)
- [Getting Started](https://github.com/KokoiRuby/kubebuilder/blob/main/00_getting_started/00_getting_started.md)
- 1. Tutorial: [Building CronJob](https://github.com/KokoiRuby/kubebuilder/blob/main/01_build_cronjob/01_build_cronjob.md)
- 2. Tutorial: [Multi-Version API](https://github.com/KokoiRuby/kubebuilder/blob/main/02_multi_version/02_multi_version.md)
- [Reference](https://github.com/KokoiRuby/kubebuilder/tree/main/05_reference)
- [Plugins](https://github.com/KokoiRuby/kubebuilder/tree/main/06_plugins)