Explore >> Select a destination


You are here

www.codeandunicorns.com
| | managing.blue
2.0 parsecs away

Travel
| | [ Yes, headlamp is a better choice for this ] Sometimes when you are working with microk8s, you may want to run the Kubernetes dashboard. We first enable it with microk8s enable dashboard. We assume that we have microk8s enable rbac and microk8s enable metrics-server already. The dashboard pod runs in the kube-system namespace. To...
| | hayl.in
3.1 parsecs away

Travel
| | [AI summary] This blog post details the process of using GitHub Actions to deploy and manage Kubernetes deployments, including service account setup, token generation, kubeconfig configuration, and hitless deployment strategies.
| | haylinmoore.com
2.9 parsecs away

Travel
| | [AI summary] The article explains how to use GitHub Actions to deploy and manage Kubernetes deployments, including setting up service accounts, creating kubeconfig files, and implementing hitless deployments.
| | haseebmajid.dev
23.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.