Explore >> Select a destination


You are here

www.gocd.org
| | shibumi.dev
0.8 parsecs away

Travel
| | How to create a Kubernetes Cluster with Kubermatic's KubeOne on Hetzner Cloud
| | www.alicegg.tech
0.6 parsecs away

Travel
| | In a previous post, I explained how to manage a Kubernetes cluster with FluxCD.This showed a way to implement a GitOps workflow, which means using a Git repo...
| | nickcharlton.net
0.9 parsecs away

Travel
| | Ive been playing around with Kubernetes a bunch recently, especially with Google Kubernetes Engine (GKE). Google Cloud, and especially, their managed Kubernetes solution works really well. The best tool for configuring this sort of thing is Terraform, but the few examples I came across had lots of extra complexity which I felt distracted from what really needed to be there. This starts with a very basic implementation to bring up a cluster, through to some useful configuration for nodes which you can bui...
| | haseebmajid.dev
3.0 parsecs away

Travel
| In this post, we will go over how we can deploy K3S on our PI cluster we have set up. Which is running NixOS, and we can also pass secrets using sops nix based on the previous parts of this series. Some of you maybe wondering what is K3S, it is a Kubernetes distribution which is tiny i.e. the binary is only 50 MB. It also has fewer dependencies. Make it perfect our PI cluster and home lab and IoT apps. I am still going to work out how to manage the Kubernetes cluster itself, perhaps I will use Pulumi you could also terraform if you wanted a reproducible PI cluster.