20 lines
475 B
Markdown
20 lines
475 B
Markdown
|
# Tools
|
||
|
|
||
|
## Essentials
|
||
|
|
||
|
- Current Go version (see `go.mod`)
|
||
|
- Any Docker daemon[^1]
|
||
|
- kubectl (v1.30.0+.)
|
||
|
- Access to a Kubernetes v1.30.+ cluster[^2]
|
||
|
|
||
|
[^1]: Docker Desktop, Orbstack, Podman, ...
|
||
|
[^2]: kind, Orbstack, Docker Desktop, Rancher Desktop, k3s, microk8s, ...
|
||
|
|
||
|
## Recommended
|
||
|
|
||
|
- [husky](https://github.com/go-courier/husky)
|
||
|
- [tilt](https://tilt.dev/)
|
||
|
- [ctlptl](https://github.com/tilt-dev/ctlptl)
|
||
|
- [goreleaser](https://goreleaser.com/)
|
||
|
- [ko](https://ko.build/)
|