Abejide Ayodele bio photo

Abejide Ayodele

Software Engineer

Email Twitter LinkedIn Github Stackoverflow

Recent Posts

Static Checking Go

I like Golang for being a very opinionated language, variables declared and not used will result in code not compiling, same with unused imports etc. To give...

Demystifying Kube Proxy (Cluster IPs)

Cluster IPs (sometimes referred to as service IPs) are usually described with the term "magic", in this post I will attempt to remove the magical veil on Clu...

Weave vs Calico

Making a choice on a CNI (Container Network Interface, necessary for pod to pod communication) to use in production is not always easy and replacing a CNI af...