Introduction Recently Azure Kubernetes Service (AKS) Edge Essentials became general available. AKS Edge Essentials is the latest addition to the AKS portfolio which already consist of Azure Kubernetes Services and AKS hybrid cluster. The product was originally announced at Ignite 2022 as AKS light. With AKS Edge, …
Read MoreIf you install k3s with the default settings it also installs Traefik as a load balancer. Traefik also offers a dashboard which is very easy to enable. If you go on your k3s machines to the path /var/lib/rancher/k3s/server/manifests you can find their traefik.yaml. To enable the Traefik dashboard you have to add …
Read MoreIn my post about first experience with k3s I blogged about setting up my k3s based cluster on Raspberry PI's. Since that post I have added two more nodes Raspberry Pi's and also updated to the 0.3.0 version of k3s. 1pi@k3s-master-1:~ $ kubectl get nodes 2NAME STATUS ROLES AGE VERSION 3k3s-master-1 Ready master 4h11m …
Read MoreRancher has released v0.2.0.of k3s. Information of the new release is in this article. As soon as I have some time and I have added two extra nodes to the cluster, I'm going to add the cluster to my Rancher server. I have upgraded my Raspberry Pi's to v0.2.0. The process of upgrading is really simple. Just download the …
Read Morek3s: Lightweight Kubernetes Distribution first experience
Rancher introduced alsmost week ago k3s, a lightweight Kubernetes Distribution. In the YouTube video below you hear Shannon Williams and Darren Shepherd from Rancher talk about K3S, what it is, the usecases and demo of K3S. https://youtu.be/5-5t672vFi4 k3sis a fully compliant, production-grade Kubernetes distribution …
Read More