This operator provides an API for centralizing data for viti stack infrastructure.
- Golang SDK
go run cmd/vitistack-operator/main.go
- Open VS Code with the Golang extension installed
- Press
F5 - Set some breakpoints
- Build binary with
CGO_ENABLED=0 go build -o dist/vitistack-operator -ldflags '-w -extldflags "-static"' cmd/vitistack-operator/main.go - Build the oci image:
docker build .