Deploying a Go web API on Kubernetes, part 2: The Kubernetes part

Iede Snoek
June 25, 2023 0 Comment

Introduction In the first part of this two-part series we built a small web api, backed by a postgres database. Now the time has come to deploy this to a […]

Deploying a Go web API on Kubernetes, part 1: The API part

Iede Snoek
0 Comment

Introduction After having done some experiments with the Go programming, I really started to like the language, and decided a bold experiment: build a small web API, backed by a […]