Building a TODO API in Golang with Kubernetes

Alex Ellis
Level Up Coding
Published in
13 min readMar 26, 2020

--

This is post is aimed at newcomers to Kubernetes who want to work through a practical example of how to write a Go API for managing your todo list and then how to deploy it to Kubernetes.

Last updated in 2022

Every developer loves a good TODO list, right? How would we get anything done otherwise.

Every developer loves a good TODO app, right?

--

--