Fixing the UX for one-time tasks on Kubernetes
I wanted to run a container for a customer only once, but the UX just wasn't simple enough. So I created a new OSS utility with Go and the Kubernetes...
I wanted to run a container for a customer only once, but the UX just wasn't simple enough. So I created a new OSS utility with Go and the Kubernetes...
Unit tests form a key part of modern software testing, however we tend to neglect end to end tests for various reasons. Through a case-study, I'll sh...
Today I've published my first eBook on Go called "Everyday Golang". I wanted to share the news with you, what to expect and a bit about the story beh...
There are several ways to test changes in OpenFaaS with Kubernetes. I wanted to outline an approach that I find useful, so that new and potential con...
About 18 months ago I started a project which developed directly against containerd. This presented a problem which I'd not really encountered before...
In this post I'll explore how I was able to introduce the idea of interfaces to OpenFaaS to allow the project to adapt with the changing container la...
We're having a renaissance of CLIs - every programming language from Node.js to Go to less fashionable ones like .NET all have CLIs and developers lo...
In this post I want to show you how to build a Serverless function in Go with our new Golang template created by the OpenFaaS community. <blockquote...
In this blog post I'm going to show you how to inject variables into your Golang executable at build-time. This is most useful for tagging your binar...
The Go project is planning on releasing binary builds of Golang for 64-bit ARM servers (ARMv8) from Go 1.9 and onwards - but they need our help to te...