Monorepo Microservices in Go
A retrospective of one team's first large scale cloud project, using Golang, IaC and Kubernetes.
Chris WaldronA retrospective of one team's first large scale cloud project, using Golang, IaC and Kubernetes.
Chris WaldronIf you’re using Helm as your Kubernetes package manager, it’s likely the command-line tool already fulfils your use-cases, as it ships with a lot of functionality [https://helm.sh/docs/helm/#helm]. One thing that’s missing, though, is snapshot/restore. Existing commands such as install, delete and…