Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 313 Bytes

DEVELOPERS.md

File metadata and controls

15 lines (11 loc) · 313 Bytes

Dev notes

Project init

git init .
go mod init github.com/bcollard/porthole

KO (k8s tooling for Go devs)

k create deployment porthole -n default --image ko://github.com/bcollard/porthole/main --dry-run -o yaml > deploy/deployment-ko.yaml
# then check out the makefile targets