Golang

Manipulating Istio and other Custom Kubernetes Resources in Golang

More than 7 years old

In this article I’ll demonstrate how to use Golang to manipulate Kubernetes Custom Resources, with Istio as an example. No knowledge of Istio is …
Read more

Patching Kubernetes Resources in Golang

More than 7 years old

Recently I needed to be able to quickly adjust the number of replicas in a Kubernetes Replication Controller. The original solution I’d seen …
Read more

Is it worth persevering with Golang?

More than 9 years old

I recently decided to try out the Go Programming Language, by building a little project called google-it which let’s me run a google search from …
Read more