Kubernetes
Run K8S like ninja
I’ve just seen a talk on YouTube where running self managed Kubernetes cluster was described as ninja technique. I strongly disagree with this and actually want to disapprove it in this article. Running self managed K8S can also be inexpensive if you use a provider such as Hetzner Cloud.
As a prerequisite to complete the following step, you need to install Go first. Now let’s install hcloud command line utility :
export PATH=~/go/bin:/usr/local/go/bin:$PATH
go get -u github.com/hetznercloud/cli/cmd/hcloud
In order to be able to connect to your Hetzner Cloud account using hcloud command, you will need to get your API key on their web console and export it: