How to deploy a Go and React app on Kubernetes separalty with (silly) drawings

Intro Welcome. This is a longer post about how to deploy a Go backend with a React frontend on Kubernetes as separate entities. Instead of the usual compiled together single binary Go application, we are going to separate the two. Why? Because usually a R… Read more

Similar

React + TDD =

We’ll do this by creating an app from scratch and trying to write tests first. A quick disclaimer of what I will not do in this post: Write the next test, rinse, repeat. Without evangelizing why TDD… (more…)

Read more »