Microk8s vs k3s raspberry pi reddit. Am I disappointed, NO.
Microk8s vs k3s raspberry pi reddit Kubernetes discussion, news, support, and link sharing. Using virtual environments such as VMWare or VirtualBox, k3s also allows you to run a simple, secure, and well-optimized Kubernetes environment in your local development machine. For example, in a raspberry py, you wouldn't run k3s on top of docker, you simply run k3s directly. If you want a bit more control, you can disable some k3s components and bring your own. Love mine. K3s runs on any Linux distribution without any additional external dependencies or tools. I want to build a cluster that has SSD storage and active cooling for all nodes. These are the services manifests: Having used both I prefer k3s. 10. I still believe docker(-compose) is easier to get started and lighter on resources. Use it on a VM as a small, cheap, reliable k8s for CI/CD. Full k8s allows things like scaling and the ability to add additional nodes. K3s is especially made with less of the features that K8s has, that you wouldn't use anyway running a bare-metal setup. It would be nice to let k3s swap out the instances to a working pi rather than leaving users stranded. Raspberry pi’s are pretty easy and cheap to setup. The other problem would be if one of your dedicated Pi's failed. These are net-booted and are running K3s in HA mode. 26 What are the differences between K3s and MicroK8s? There are several important differences between K3s and MicroK8s, including the following: System compatibility. In recent years, Reddit’s array of chats also have been a free teaching aid for companies like Google, OpenAI and Microsoft. K3s seemed like a good fit at first, but my efforts to set it up in high-availability mode were not successful. With k3s, the user experience doesn't change just because one edge case was triggered. txt, etc. K3s works on any Linux distribution, but Reddit has long been a hot spot for conversation on the internet. Counter-intuitive for sure. I started working on a new company recently and they use k8s for everything, so I think it's a good way to get familiar and learn. Discussion, troubleshooting and everything related to the Raspberry Pi 4 and 400. Prod: managed cloud kubernetes preferable but where that is unsuitable either k3s or terraform+kubeadm. Posted by u/[Deleted Account] - 77 votes and 46 comments I was trying to decide between MicroK8s and K3s, but I think I have landed on using K3s. I am currently using k3s, after having some networking problems with k3d. I installed k3s on everything and deployed a test application which worked. I think the point is that the binary size is 40MB and it works even on devices with few resources such as Raspberry Pi. A couple of downsides to note: you are limited to flannel cni (no network policy support), single master node by default (etcd setup is absent but can be made possible), traefik installed by default (personally I am old-fashioned and I prefer nginx), and finally upgrading it can be quite disruptive. While you can use a full blown etcd cluster Dqlite is much smaller which fits better into small edge-machines. If you need a bare metal prod deployment - go with . My single piece of hardware runs Proxmox, and my k3s node is a VM running Debian. I have a raspberry pi 4 (4gb) that I want to cluster w/ an old laptop (and eventually 2 other old laptops, I figured I would start w/ 1 then go from there). I run bone-stock k3s (some people replace some default components) using Traefik for ingress and added cert-manager for Let's Encrypt certs. Longhorn isn't a default for K3s, is just a storage provider for any K8s distro. I use k3sup to set up K3s with its embedded etcd mode (3x "servers") and the rest are workers. . Hi all, first post in this community! Spent the last weekend trying to setup an HA Kubernetes cluster on three of my Pi Zero 2 Ws. K3s: The Good and The Bad. May 5, 2021 · General Information k3s — Lightweight Kubernetes. But you can have a small K8S cluster at one site. Jul 20, 2023 · With k3s, you can run Kubernetes on lightweight hardware, including environments like old laptops, virtual machines, or even Raspberry Pi. I evaluated three configurations for my 4-node Raspberry Pi 4b cluster using Ubuntu 19. Kernel modules. The Pi Dramble is 4 node and all-in costs between $300-450 (depending on what kind of parts you choose, and whether you use PoE to power it): https://www. As soon as you have a high resource churn you’ll feel the delays. But that’s not HA or fault tolerant. Step 2: Discover the k3s Automated Update Controller. Let’s take a look at Microk8s vs k3s and discover the main differences between these two options, focusing on various aspects like memory usage, high availability, and k3s and microk8s compatibility. AFAIK, the solutions that run the cluster inside docker containers (kind, k3s edit: k3d) are only ment for short lived ephemeral clusters, whereas at least k3s (I don't know microk8s that well) is explicitly built for small scale productions usage. 255 ip range. It does give you easy management with options you can just enable for dns and rbac for example but even though istio and knative are pre-packed, enabling them simply wouldn’t work and took me some serious finicking to get done. Edit: I think there is no obvious reason to why one must avoid using Microk8s in production. 168. pidramble. Der erste Teil unserer kleinen Serie über Kubernetes-Cluster aus mehreren Raspberry Pis beschäftigte sich in der letzten Ausgabe mit dem Aufsetzen des Clusters mit Canonicals leichtgewichtiger Kubernetes-Distribution MicroK8s (sprich: Microkates). It runs a openmediavault, wireguard VPN, pihole, and my self-made "home assistant" program (written mostly in python with a VueJS frontend that can control plug sockets and pi zero based security cameras in my house as well as some Hey there! I’ve been using one raspberry pi for a while with a docker-compose setup and it was a great experience: everything is stored in a git repo and easy to set up. MicroK8s is a low-ops, minimal production Kubernetes, for devs, cloud, clusters, workstations, Edge and I have a cluster of two raspberry pi, they are wortking with microk8s, one is master and the other is worker. They also have some interesting HA patterns because every node is in the control plane, which is cool but really only useful for particular use cases. MicroK8s can run efficiently on your Proxmox setup using VMs or even on Raspberry Pi devices, providing a flexible and powerful environment to master Kubernetes. Installs with one command, add nodes to your cluster with one command, high availability automatically enabled after you have at least 3 nodes, and dozens of built in add-ons to quickly install new services. Main benefits of microk8s would be integration with Ubuntu. kooknboo/myimage:latest) and the cluster will schedule it across nodes and the local container runtime on each node will pull the proper image So I took the recommendation from when I last posted about microk8s and switched to K3s. Hello everybody, I ended up getting two Raspberry Pi 4 4GB for Christmas and wanted to turn them into a homelab for things like WordPress, PiHole, etc. For starters microk8s HighAvailability setup is a custom solution based on dqlite, not etcd. I'm now looking at a fairly bigger setup that will start with a single node (bare metal) and slowly grow to other nodes (all bare metal), and was wondering if anyone had experiences with K3S/MicroK8s they could share. Using whatever computer and components available, such as the raspberry pi or Banana Pi, create a magic mirror to thrill your friends and family. Did you ever try kubeadm on the raspberry pi? I used microk8s for like a month and then switched to kubeadm on my workstation. K3s: K3s is a lightweight Kubernetes distribution that is specifically designed to run on resource-constrained devices like the Raspberry Pi. So far I’ve tried k3s with the cloud provider disabled, but it still used around 0. It has allowed me to focus on transforming the company where I work into Cloud Native without losing myself in the nitty-gritty of Kubernetes itself. Based on personal experience, I have only worked with Cloud managed K8S clusters (AKS, EKS) for over an year. 1. I ultimately ended up going with Ubuntu for IoT + Docker + Kubernetes for my Raspberry Pi cluster rather than using either microk8s or k3s since both distributions ended up with challenges. (edit: I've been a bonehead and misunderstood waht you said) From what I've heard, k3s is lighter than microk8s. Hi I recently bought a server rack mount for 4 Raspberry Pi 4B as I want to try out and learn kubernetes. If you switch k3s to etcd, the actual “lightweight”ness largely evaporates. Currently running fresh Ubuntu 22. It's a great device, moved the majority of my containers to it. Sep 1, 2023 · After pulling the plug on MicroK8s, I explored other distributions-k3s and RKE2, to be precise. Perfect to run on a Raspberry Pi or a local server. Both look great, both are in active development and are constantly getting more updates. Want to update to a newer k3s release? Gitops change. The big difference is that K3S made the choices for you and put it in a single binary. For Ubuntu 21. 总结. Powered by a worldwide community of tinkerers and DIY enthusiasts. Like minikube, microk8s is limited to a single-node Kubernetes cluster, with the added limitation of only running on Linux and only on Linux where snap is installed. But we're a little more advanced than that. (A big win for anyone who wants to use an ExFAT formatted external drive with Raspberry Pi!) A few months back, Raspberry Pi engineers released a 64-bit kernel for beta testing. Despite claims to the contrary, I found k3s and Microk8s to be more resource intensive than full k8s. I cannot really recommend one over the other at the moment. I could never scale a single microk8s to the meet the number of deploys we have running in prod and dev. RESOLVED below, original issue: Hello all, I'm usually on r/homelab , but someone recommended me to your group. It runs great on Raspberry Pis and installs really fast. For kubernetes on it, just run k3s on it. Please… i want to build a high availability cluster of atleast 3 masters & 3 nodes using either k0s, k3s, k8s. K3s' design has nothing help with edge or RPi scenarios as its advertisement and there's no any outstanding effort regarding to resource footprint optimization. I have a couple of dev clusters running this by-product of rancher/rke. Plenty of 'HowTos' out there for getting the hardware together, racking etc. Proton Pass is a free and open-source password manager from the scientists behind Proton Mail, the world's largest encrypted email service. What is Microk8s? In this episode, I discussed the merits of different Kubernetes distributions, and ultimately decided to run K3s on the 7-node Raspberry Pi Compute Module cluster (built with the Turing Pi, thanks to Turing Machines for letting me use their prototype board for this video!). I use portainer as the manager because its easy right? Anyway, I can deploy an like gitea via the LB. One of the big things that makes k3s lightweight is the choice to use SQLite instead of etcd as a backend. For testing in dev/SQA and release to production we use full k8s. k0s vs k3s vs microk8s – Detailed Comparison Table To address disk performance issues often present on Raspberry Pi see the troubleshooting section. As I’m adding more services, I now need to add extra raspberries (at least one) which makes this simple hosting into an orchestration challenge. Raspberry pi doesn't use the amd64 architecture. Mine has been running non-stop for 3 months. I have a Pi cluster using Flux2 and a gitops repo for all of my helmrelease files. I am trying to connect a phpmyadmin pod to a mysql pod but it seems that I have a problem with DNS. Raspberry pi k3s cluster to speed up home "server"? I am currently running a Pi 4B connected to a HDD enclosure. I have tried microk8s and minikube, but they were either unstable or not working at all on my Raspberry Pi. 04 or Kali Linux on 4 inch touch display blue and black screen when turned on OVD is easy to install and manage. Full k8s. Right, but a lot of folks will argue that you need to run something like k3s in order to “fit” Kubernetes onto a device like the Pi because of resource constraints. It's incredibly reliable with an SSD. Oct 29, 2022 · It works really well on small devices like the Raspberry Pi, all the way up to larger servers like the AWS a1. There's tons of articles in here… I've been running a k3s cluster at home for over two years now and there's very little maintanence of the control plane required (though my control plane runs on a single raspberry pi 4 using the k3s etcd shim, so the database is stored locally in sqlite). So, if you want a fault tolerant HA control plane, you want to configure k3s to use an external sql backend or…etcd. Don't need to be HA or anything like that, but not sure if this would work. Kubernetes gibt es auch in Spielarten, die das einfache Aufsetzen als Cluster mit einem Knoten auf heimischer Hardware unterstützen. I don't see a compelling reason to move to k3s from k0s, or to k0s from k3s. Found various articles over the past couple years about how to set up K3S on raspberry pi in a cluster Despite my best efforts in using the articles. I need to install a Kubernetes cluster on both (GPU is not initially required but is nice to have from the start). The subreddit for all things related to Modded Minecraft for Minecraft Java Edition --- This subreddit was originally created for discussion around the FTB launcher and its modpacks but has since grown to encompass all aspects of modding the Java edition of Minecraft. legacy, alpha, and cloud-provider-specific features), replacing docker with Jan 23, 2024 · Two distributions that stand out are Microk8s and k3s. Pass brings a higher level of security with battle-tested end-to-end encryption of all data and metadata, plus hide-my-email alias support. At the beginning of this year, I liked Ubuntu's microk8s a lot, it was easy to setup and worked flawlessly with everything (such as traefik); I liked also k3s UX and concepts but I remember that at the end I couldn't get anything to work properly with k3s. Why? Dunno. And lastly if anyone can answer with experience, is it normal for a Raspberry Pi Cluster (3 slaves 1 master all Raspberry Pi 3B+ 4GB RAM 2 cores) to take around ~5-15 minutes to run a command (any MicroK8s command or KubeCTL) and has around a 45%ish failure rate for commands (timing out or random errors) Why do you say "k3s is not for production"? From the site: K3s is a highly available, certified Kubernetes distribution designed for production workloads in unattended, resource-constrained, remote locations or inside IoT appliances I'd happily run it in production (there are also commercial managed k3s clusters out there). Preferably one that has a list of all the parts required. A community to discuss anything related to Raspberry Pi Cluster builds. and using manual or Ansible for setting up. Just the kernel, not userspace. It also contains the YAML for the automated update controller and the CRDs for controlling the k3s version itself. hey guys, i've been thinking of building a raspberry pi (5) cluster for my homelab and was wondering if there are any tutorials you recommend. Also, microk8s is only distributed as a snap, so that's a point of consideration if you're against snaps. Installed metallb and configured it with 192. Am I disappointed, NO. 6K subscribers in the picluster community. It is easy to install and requires minimal configuration. I still use my RPis on K8s cluster, but only as backup nodes for certain things. 1. Yes, it is possible to cluster the raspberry py, I remember one demo in which one guy at rancher labs create a hybrid cluster using k3s nodes running on Linux VMs and physical raspberry py. Yeah they build it for arm64 but it's not really set up for low disk or memory footprint; it's a datacenter optimized distro. Also runs Vagrant+VirtualBox great if you want to go VMs instead (or in addition to containers). 4xlarge 32GiB server. I am able to set up the pies with the raspbian lite, log in, set up k3s master and separate worker nodes, set the token, the cmdline. com — see the Wiki for comprehensive instructions. Or if you have one extra whatever computer you can use one of the aforementioned stacks as they run (can run) on a single computer. If you create a multi-arch image (drop dead simple with docker buildx), then you can have one deployment manifest that references a generic image tag (eg. Is a cluster like this useful for anything in real life? Why even do it? If you'd like to know, then checkout my recording from KubeCon: The Past, Present, and Future of Kubernetes on Raspberry Pi Posted by u/[Deleted Account] - 497 votes and 50 comments For my dev usecase, i always go for k3s on my host machine since its just pure kubernetes without the cloud provider support (which you can add yourself in production). Microk8s vs k3s: What is the difference? Microk8s is a low-ops production Kubernetes. 5GB of resident memory. If you want to learn normal day-to-day operations, and more "using the cluster" instead of "managing/fixing the cluster", stick with your k3s install. It is also the best production grade Kubernetes for appliances. It is optimized to run on ARM64 and ARMv7 based platforms as well as Raspberry Pi. I still can't get it working. I can't comment on k0s or k3s, but microk8s ships out of the box with Ubuntu, uses containerd instead of Docker, and ships with an ingress add-on. Jun 20, 2023 · Similarly, you can install MicroK8s on Ubuntu-based computers with the following command. For a detailed step-by-step guide, check out my article on creating a local multi-node K8s cluster with MicroK8s and Multipass: Creating a Local Multi-Node K8s Cluster with MicroK8s Raspberry Pi 4 (4GB) - 3 I am lost in the woods on what kind of Kubernetes setup I should and can do to optimally utilize all my available hardware MicroK8s K3s Rancher KOPS Kubespray Right now I have 4 Ubuntu instances on Proxmox on the Intel NUC and unused Raspberry PIs RPi4 Cluster // K3S (or K8S) vs Docker Swarm? Raiding a few other projects I no longer use and I have about 5x RPi4s and Im thinking of (finally) putting together a cluster. About 57 million people visit the site every day to chat about topics as varied as makeup, video games and pointers for power washing driveways. 04LTS on amd64. Available for free at home-assistant. 1 (arm64) for IoT: microk8s k3s + HA embedded DB I was thinking to have a SSD only for the OS and run K3s agent, and have only 1 Raspberry PI with a external SSD mounted (additional to the SD for the OS). My goals are to setup some Wordpress sites, vpn server, maybe some scripts, etc. It is marketed by Rancher as a lightweight Kubernetes offering suitable for edge environments, IoT devices, CI pipelines, and even ARM devices, like Raspberry Pi's. It seems to be lightweight than docker. It is a very enterprise level problem. If you want even more control over certain components, that you don't get with k3s, use kubeadm. sudo snap install microk8s --classic --channel=1. Not sure what it means by "add-on" but you can have K3s deploy any helm that you want when you install it and when it boots, it comes with a helm operator that does that and more. Some people might go and run some random shell script off the Internet to install K3s. The ARM processor on the Raspberry Pi can switch between 32-bit and 64-bit mode, which allows 32-bit userspace to run on a 64-bit kernel. Incredible how many people are trying to dissuade you from choosing a Pi. I use it for Rook-Ceph at the moment. k3s is developed by Rancher Labs, as Rancher says it is good for small devices such as IoT. UPDATE K3S is legit. io. I know k8s needs master and worker, so I'd need to setup more servers. which one to choose for a newbie webapp in nodejs, postgresql. I think manually managed kubernetes vs Microk8s is like Tensorflow vs PyTorch (this is not a direct comparison, because tensorflow and PyTorch have different internals). The target would be 200MB or lower. So went ahead and installed K3s without the service lb but kept traefik. Its low-touch UX automates or simplifies operations such as deployment, clustering, and enabling of auxiliary services required for a production-grade K8s environment. It's either armhf for Raspi 3 and earlier, or arm64 for Raspi 4. K3s achieves its lightweight goal by stripping a bunch of features out of the Kubernetes binaries (e. In a way, K3S bundles way more things than a standard vanilla kubeadm install, such as ingress and CNI. I bought a Pi 4 8gb just a few weeks before the Pi 5 was announced. This makes it a very versatile tool that can be used in a GeeekPi Raspberry Pi Cluster Case You can buy on amazon for good price, and for power i use the: Anker power port c 5 ports 60w + one pack of 10 usb to usb c 15 cm I have four raspberry pis 4 4gb in a k3s cluster Home Assistant is open source home automation that puts local control and privacy first. A gen-8 i3 NUC is totally silent. Was put off microk8s since the site insists on snap for installation. Unveiling the Kubernetes Distros Side by Side: K0s, K3s, microk8s, and Minikube ⚔️ I took this self-imposed challenge to compare the installation process of these distros, and I'm excited to share the results with you. You would need to modify the Service specifications if you move the workload to another Node. These Pi's are really not powerful enough to run the Control Plane components, so I've ended up setting them up as worker nodes and running a single master node on a VM on my Mac. 04上,sudo snap install microk8s --classic可安装功能完备的单节点Kubernetes集群。 I chose k3s because it's legit upstream k8s, with some enterprise storage stuff removed. Do all nodes need to be the same arch though? Nope. (no problem) As far as I know microk8s is standalone and only needs 1 node. Great overview of current options from the article About 1 year ago, I had to select one of them to make disposable kubernetes-lab, for practicing testing and start from scratch easily, and preferably consuming low resources. By default, K3s uses dqlite for single-node setups and switches to etcd for high-availability setups. It is much much smaller and more efficient, and in general appears to be more stable. Installing K3s on the Turing Pi. And finally, it's how I learned to build Kubernetes from source, since K8s no longer supports arm6, so I had to manually build kubeadm, kubelet, the pause container, and the kube-proxy container. An intro to MicroK8s; K8s at the edge: easy as “Pi” Embedded Kubernetes for secure IoT Edge; MicroK8s on IBM Z — minimal footprint meets zero downtime; Self-healing Kubernetes at the edge: MicroK8s, Raspberry Pis and Portainer; Simplifying Kubernetes across the Clouds: MicroK8s on NVIDIA Tech Stack Nov 22, 2024 · Hi, I will shortly start a project concept based on a hybrid system using Jetson Orin and Raspberry Pi’s. Some names I’ve heard being mentioned around are Minikube, microk8s and k0s. 我已经完全明白k3s和MicroK8s是两个完全不同的概念。 115K subscribers in the kubernetes community. Hi, I've been using single node K3S setup in production (very small web apps) for a while now, and all working great. Microk8s also has serious downsides. 10+ it is necessary to install extra kernel modules: sudo apt install linux-modules-extra-raspi Then restart MicroK8s: sudo microk8s stop; sudo microk8s start Installation. Don't. So k3s is only a "binary size reduced version" of k8s and it played a nice trick with CNCF since its conformance test set is weak. kubeadm: kubeadm is a tool provided by Kubernetes that can be used to create a cluster on a single Raspberry Pi. May 21, 2020 · In our case, I'm sticking with K3s. FWIW, I moved almost all my pi stuff to containers on the NUC under docker-compose very Oct 29, 2024 · 除了最新版本的Ubuntu外,snap 还可以部署在各种平台上,包括Linux Mint、Raspberry Pi OS和Arch Linux。 由于Microk8s基于snap,因此可以通过单个命令轻松部署。比如在Ubuntu 18. 3 Raspberry Pi's, or 3 "proper" servers which themselves connect to 100 data collectors (which use MQTT since it's simpler to implement and a ESP8266 can do that). Yes, it is 8 Raspberry Pi's. I see threads here about K3s and MicroK8s… can I have any advice on what K8s solution to use considering the previous info? (Basically heterogeneous hardware [I’d like Step 1: Discover k3s. g. Now I have a 12 node cluster consisting of Pi Zeroes, Pi 2's , a Pi 3, several Pi 4's, and various singleboard x86_64 computers. Key Features: -Deliver Windows and Linux apps and desktops -Use any device - macOS, Windows, Linux, iOS/Android, Chromebook, Raspberry Pi, or any HTML5 Web browser. Members Online Raspberry Pi Zero 2 W Homelab: k3s. Now I want to host some small private projects (like node server and db) and was looking for a simple managing software. What the blog post is pointing out is that bog standard upstream Kubernoodles fits on a Pi too. I have it running various other things as well, but CEPH turned out to be a real hog Aug 26, 2021 · MicroK8s is great for offline development, prototyping, and testing. While I have gotten K8s running on a pi, they are very underpowered. and was wondering whether I should start off with Kubernetes or Docker, because my goal is to make the two pis work together to handle the services I plan to run. Use k3s for Raspberry Pis. Taking mod applications. And there’s no way to scale it either unlike etcd. It doesnt need docker like kind or k3d and it doesnt add magic like minikube/microk8s to facilitate ease of provisioning a cluster. It integrates with today's leading enterprise standards, including any directory service, storage or hypervisor. Would probably still use minikube for single node work though. 112K subscribers in the kubernetes community. Plus, k3s is a certified Kubernetes distribution, so you’ll still be working with a version of Kubernetes that adheres to standards set by the Cloud Native Computing Foundation. Does MicroK8s or k3s or minikube run on the ARM Macs? Asking cause I don’t really know. It just felt less cluttered and all addons worked when installed by hand. Reply mrflippant • I can't really decide which option to chose, full k8s, microk8s or k3s. I have a k8s cluster with x86 and arm nodes. 关于k3s,更准确的说法是它使用的是containerd,而不是内置了Docker。从MicroK8s的行为来看,它看起来是在运行Docker。 我计划进一步调查了解使用两种嵌入式Docker命令可以做些什么(例如构建等)。 4. The NUC also is screamingly fast compared to any combination of pi4. So let's go the K3s website and work on getting it set up. K3s has a similar issue - the built-in etcd support is purely experimental. Hard to speak of “full” distribution vs K3S. This means it can take only a few seconds to get a fully working Kubernetes cluster up and running after starting off with a few barebones VPS running Ubuntu by means of apt install microk8s . I decided to switch my compose setup to k3s on my pi server. Most people just like to stick to practices they are already accustomed to. Develop IoT apps for k8s and deploy them to MicroK8s on your Linux boxes. Members Online Raspberry Pi4 8Gb not booting Ubuntu Desktop 21. What made you switch and how is k0s any better? MicroK8s is the easiest way to consume Kubernetes as it abstracts away much of the complexity of managing the lifecycle of clusters. Also K3s CRI by default is containerd/runc and can also use docker and cri-o. Aug 14, 2023 · Explore a comparison of microk8s vs k3s, two lightweight Kubernetes distributions - installation, performance, deployment scenarios, and more May 31, 2021 · From the perspective of ease of use, pick k3d if you prefer docker, otherwise use k0s. There are two IPs that are configured in the Service specifications: (1) of the Raspberry Pi/Kubernetes Node which is set as the ExternalPs and (2) of the PiHole container/Pod which is the ClusterIP. I know you mentioned k3s but I definitely recommend Ubuntu + microk8s. Those deploys happen via our CI/CD system. Installation is then via the snap as usual: Agreed, when testing microk8s and k3s, microk8s had the least amount of issues and have been running like a dream for the last month! PS, for a workstation, not edge device, and on Fedora 31 Reply reply But I finally just dove in installing microk8s on some Pi’s and Rock64’s and once I got my first pods up and running realized its just another layer on top of containers to manage them. 0-192. I use Microk8s to develop in VS Code for local testing. Definitely not as master nodes. If you already have something running you may not benefit too much from a switch. uhkk kyatnz gvml rar wpoy htxi fqgj jyjycprm idpi mcqwjxe vhspv ygoz ehurxj ryoxsp xkxgoc