golang boilerplate for apis in k8s
https://skaffold.dev/docs/install/
https://helm.sh/docs/intro/install/
https://kind.sigs.k8s.io/docs/user/quick-start#installation
Initialize cluster
make cluster-init
Deploy Services (Could be done through cloud code to enable easy debugging in vscode)
make debug