There are three steps to get up-and-running with Funktion. First, we need to install the command line. This is where the bulk of the commands that deploy and manage our Funktion deployments will be entered. Once the command-line client is installed we can launch our single-node Kubernetes cluster using Minikube, before then using the Funktion CLI to bootstrap our environment.
Installing and configuring Funktion
The command-line client
Like a lot of the frameworks we are covering, Funktion is written in Go. This means that there are standalone executables for our three platforms.
However, at the time of writing, there is no installer available using either Homebrew on macOS or Chocolatey on Windows 10 Professional, meaning...