Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loft-sh/devpod-kubebuilder-template
DevPod KubeBuilder Template
https://github.com/loft-sh/devpod-kubebuilder-template
containers devpod kubernetes remote-development
Last synced: 8 days ago
JSON representation
DevPod KubeBuilder Template
- Host: GitHub
- URL: https://github.com/loft-sh/devpod-kubebuilder-template
- Owner: loft-sh
- License: apache-2.0
- Created: 2023-07-19T15:47:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-07T13:38:34.000Z (over 1 year ago)
- Last Synced: 2023-08-07T15:06:38.524Z (over 1 year ago)
- Topics: containers, devpod, kubernetes, remote-development
- Language: Dockerfile
- Homepage:
- Size: 15.6 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevPod KubeBuilder Template
[![Open in DevPod!](https://devpod.sh/assets/open-in-devpod.svg)](https://devpod.sh/open#https://github.com/loft-sh/devpod-kubebuilder-template)
## Quickstart
Either click on the 'Open in DevPod' link above or start via `devpod up github.com/loft-sh/devpod-kubebuilder-template`. This will start a small devcontainer that has all the needed tools to start working on a custom Kubernetes controller. It will also start a small KinD cluster within the devcontainer that can be used for development.
After successfully starting the devcontainer, you can create a new KubeBuilder project:
```
kubebuilder init --domain my.domain --repo my.domain/guestbook
```Afterwards, you can follow the [KubeBuilder Quickstart](https://book.kubebuilder.io/quick-start.html#create-an-api) to create a new api.