Still in the game: My 2020 Year in Review

I'm still in the game, so join me as I explore the highlights of a second year of independent business and creating Open Source software. I'll share my top blog posts by views, top interviews, books that have influenced me and a little about each project I maintain. At the end of the post I'll talk about what 2021 has in store.

I had a lot of help this year, so I want to thank all my company's customers, my GitHub Sponsors, and everyone who contributed or helped to share.

Most popular blog posts of 2020

Over the past year, I've focused on developing the OpenFaaS and inlets brands, and I've also experimented with Medium's Partner Program. These are the four blogs where you would have seen me:

It's been encouraging to see my posts trending on Hacker News, Reddit and Twitter, along with being included in newsletters like KubeWeekly and cron.weekly.

Here are the most popular blog posts from the year ranked by views:

From openfaas/inlets:

I now have hundreds of blog posts going back several years, so it's difficult to read too much into the numbers, as it depends on how much traffic the site gets and where it has trended. A post on Hacker News could get 15k views overnight, and another more impactful post could get a steady stream of 3k per day from organic searches.

This year I've mainly focused on use-cases, and on capturing the imagination. In 2021, you'll see more of the same along with more guest posts on the blogs.

Best interviews / features

As part of GitHub's readme program, I was invited to write a feature-length piece on independent business and Open Source development

I hope this gives you a deeper perspective on what it's like to be on the hook for a large OSS project.

Craig Box from Google reached out to me and asked me: "Why aren't you working for a FAANG company for 350K USD / year"?

Before I knew it, Craig had sketched out a brief history of my career in a Google Doc, and we were recording a podcast with his co-host

Learn how a developer at a payroll company became a Docker Captain, caused a stir with a prototype, and quit his job to create an independent software business.

Influential reads

I've read a number of books this year that have had an influence on me. I can't say that I finished them all, but I did get something from each that has helped me with my journey.

  • Don't just roll the dice - a short guide to software pricing by Neil Davidson - this book taught me about the "pricing curve" - and how once a price rises above 0USD (think open source), you lose part of your potential market. There is a sweet spot on the curve. It also taught me about "price anchoring" - where a similar product becomes the way people expect your offering to be priced.

  • Before The Exit: Thought Experiments For Entrepreneurs by Dan Andrews - this book showed me that a product or project gives a platform and outlet, that once taken away can leave a void. It also challenged the idea that selling a business is the only successful outcome. And that receiving a windfall of cash, isn't necessarily as fulfilling as we would hope.

  • The Irresistible Consultant's Guide to Winning Clients by David A. Fields - the main learning in this book is that success is found not in selling what you think you are able to, but in finding what pain a customer might have, and offering a solution that could help. Likewise, they need to sense urgency and enough pain to buy the solution. It also has to be simple enough to make sense to them.

A good example of this would be Tailwind UI - a series of HTML and CSS snippets built by a designer and marketed to developers. Most backend developers are hopeless at making things look nice on a webpage.

  • The Visual MBA by Jason Barron - having spent so much of my life giving all of the value I was creating away for free, this book helped me understand a framework for testing business ideas and iterating on them.

Ultimately, from a business and sustainability perspective, Open Source software fails its creators and only benefits its users.

  • Start with Why by Simon Sinek - the premise of this book was enough for me to stop and question things. When you're responsible for picking what you're working on, then asking Why? becomes even more important. Why did I start OpenFaaS? Why am I still working on it?

Having a why and challenging it over time could save us all a lot of wasted time.

A common theme in all of these books was that customers buy ways to reduce and remove pain. It needn't be a 10x improvement, but it should be an obvious solution, and they need to have a sense urgency about fixing the problem.

I would also say that I've become more aware of "Indie Hackers" - these are solo developers who come up with what's usually a very trivial idea, but execute on it hard. One example that caught my attention was a service that just makes banner images for blog posts. That was it. That was the product. From the outside, it looks like a simple idea that is easily copied, but by pressing in, he is now earning 8k USD per month from a platform, which I imagine costs very little to run.

When I compare this to my journey with OpenFaaS, and consider that its recurring revenue on GitHub Sponsors is only around 500 USD / mo, from one end-user company, it makes me question the ideology of Open Source Software.

Project highlights

inlets - Cloud Native tunnels

inlets was created to make tunnels something we could self-host, to get away from the limitations of SaaS products, and to integrate deeply with VMs, containers and Kubernetes.

This year I launched a landing page and blog for inlets PRO. To begin with it was just a few pieces of Tailwind UI tied together that showed pricing and features. It was a starting-point, but then over time it's evolved and now even has its own blog with guest posts.

Highlights for inlets:

  • inlets blog launched - the first post was about my inlets presentation on "Advanced cloud patterns" at cert-manager's community day. Since then I've seen several guest posts and an uptick in visits to the domain because of SEO and social sharing.

  • Business customers - inlets PRO has seen lots of customer interest over the year, and had its first business customers. I've got used to qualifying leads, following-up on free trials and more used to rejection.

  • inletsctl/inlets-operator providers - both gained new cloud providers like Hetzner, Azure and Vultr. I couldn't have done this without the support of the community

  • inlets OSS + PRO syntax - both were quite different and are now almost identical to help with adoption and to make it more intuitive for new users

  • Personal customers - some customers feel the price is fair, others expect it to be free. This is just the pricing curve doing its thing.

Most personal customers are choosing inlets PRO to enable their local development, self-hosting needs or to get Ingress into their homelabs.

It only takes a few seconds to create a tunnel server with inletsctl, but next year, if there's enough interest then I may look into building a managed inlets service.

OpenFaaS - Serverless Functions Made Simple

My top highlights:

For OpenFaaS my highlight would be faasd. faasd was initially an experiment to see if containerd would make a good back-end for functions instead of Kubernetes. By removing the support for clusters which have natural latency through their event-drive nature, things like cold-starts got so rapid, that they stopped existing. The cost to run OpenFaaS dropped from "a Kubernetes cluster" to a 3 EUR / mo VPS.

We're still only scratching the surface of what faasd will mean for the community.

You end up with something that costs less than cloud functions, and has a much better developer experience, with the ability to "scale-up" into Kubernetes in the future.

See it in action in this community blog post: Tracking Stripe Payments with Slack and faasd

arkade - portable Kubernetes marketplace

arkade now has 40 apps that you can install with one command, and dozens of CLIs that you can install much quicker than using brew or apt-get. This year I've seen around half a dozen projects copy the approach arkade uses to fetch binaries, so I think we're on to something there.

Its real value comes in compounding - when you need several CLIs or Apps for a tutorial or cluster, the speed-up in getting something deployed is huge.

Want self-hosted OpenFaaS, with a public IP and TLS certificate, but running on your laptop, with KinD?

# Get your CLIs
arkade get kind
arkade get kubectl
arkade get faas-cli

# Create that cluster
kind create cluster

# Deploy inlets-operator to get a public IP for your IngressController
arkade install inlets-operator \
  --token-file $HOME/digitalocean-token \
  --region lon1 \
  --license-from $HOME/license.txt

# Install a HTTP and TLS stack
arkade install ingress-nginx
arkade install cert-manager

# Install OpenFaaS and generate an ingress record
arkade install openfaas
arkade install openfaas-ingress \
  --email web@example.com \
  --domain reg.example.com

You'd then have a TLS cert for OpenFaaS gateway running on your laptop at https://reg.example.com

The same can be done with other combinations Apps and CLIs too.

arkade also gained its first Sponsored App for Venafi

k3sup ("ketchup") - bootstrap K3s over SSH

k3sup gained support for K3s' new HA mode using etcd and was used in several of my newest tutorials:

If you've not seen it yet, it looks a bit like this:

Through the k3sup install command you can create a cluster with an initial server, then use the k3sup join command and the server's IP to join in your nodes.

For example, provision two hosts, then install k3s to one as a server, and join the second to it. You'll be able to merge the resulting configuration to your local Kubernetes config file too.

k3sup install --host k3sup-server1.ec2.example \
 --merge \
 --path $HOME/.kube/config \
 --context k3s-ec2

k3sup join --server-host k3sup-server1.ec2.example \
 --host k3sup-agent1.ec2.example

Then make use of your new cluster:

kubectl config set-context k3s-ec2
kubectl get nodes

I continue to see lots of tutorials appearing for the project, and launched a range of SWAG which was popular with the community.

You can still buy a t-shirt, mug or hoodie and support the project.

2021 outlook

I had a lot of help this year, so I want to thank all my company's customers, my GitHub Sponsors, and everyone who contributed or helped to share.

Many of you will be aware of the challenges of developing and maintaining Open Source Software for free, without any form of compensation or value capture. Popularity, contributions and traction are all encouraging, but compound the problem.

I still don't know the solution to making OpenFaaS sustainable in the long-term, but it's clear that giving everything away for free makes for an extremely difficult path to walk.

For that reason I want to thank my GitHub Sponsors who have taken the hardest step of reaching into their pockets. Through your weekly Insiders' Updates, you've got a personal view into the peaks and troughs of my year.

The Treasure Trove Portal

I also created The Treasure Trove for you, where you can go back in time and see over 18 month's worth of updates, tips and private downloads. Did you know that it's built as a Go function, deployed to a faasd instance on a Raspberry Pi 3, linked to the Internet through inlets?

Over the past year I've helped several companies reach and engage developers through engineering as marketing, writing, social media and my expansive network of maintainers and influencers. I want to thank Equinix Metal, Dialog exe AS, The LinuxFoundation, Sysdig, Venafi, Rancher, Civo and others who worked with my company this year. We are just getting started here.

I don't know what 2021 will hold for us all, but I am ready for the challenge and still in the game.

How you can help

Has my work helped you in some way? Have I inspired you on some level? Did you ever think: If Alex can do it, then maybe I can too? Maybe you needed to get some help at work, and when you Googled Kubernetes, Golang, or Docker, my name kept coming up. Maybe you use multi-stage Docker builds, did you know I wrote that tutorial you used?

You can support my continued Open Source and community activities in one of these ways:

  • Join my Insiders' program via GitHub sponsor - you'll get weekly emails and updates from me, but more than that - enable me to invest more of my time in Open Source
  • Buy my new eBook - Serverless For Everyone Else - a great starting point - especially if you've ever said Serverless isn't for me
  • If you use OpenFaaS, k3sup, arkade or inlets at work - whether for testing, pre-production or with customers then Sponsor the OpenFaaS account

If you're building your own thing, and know how important developer-experience and community are, then check out OpenFaaS Ltd consulting services and reach out to the company. We have helped brands big and small to drive up engagement and expand their reach.

Did you know that I write tutorials about Kubernetes and Docker and build cloud native applications for a living? I now offer my time to companies to help them understand how to fit together a Cloud Native architecture. We have a lot to talk about, you can start today with a one-off call -

Connect with me

Here I am with my wife Erin wearing our OpenFaaS hoodies

Every professional can benefit from a coach, someone to help you find the answers, to suggest ideas and to keep you accountable. Book a 1:1 session with me via Zoom.

Alex Ellis

Read more posts by this author.

Subscribe to Alex Ellis' Blog

Subscribe to keep in touch. By providing your email, you agree to receive marketing emails from OpenFaaS Ltd

or subscribe via RSS with your favourite RSS reader

Learn Go with my new eBook

eBook cover

"Everyday Go" is the fast way to learn tools, techniques and patterns from real tools used in production based upon my experience of building and running OpenFaaS at scale.

Buy a copy on Gumroad