Get the latest tech news
My First Kubernetes: k3s 'cluster' on 3 Orange Pi Zero 3's
Raymii.orgQuis custodiet ipsos custodes? Home | About | All pages | Cluster Status | RSS Feed My First Kubernetes: k3s 'cluster' on 3 Orange Pi Zero 3's, including the dashboard, hello-node and failover Published: 28-06-2024 22:30 | Author: Remy van Elst | Text only version of this article Table of Contents I've been working as an embedded C++ developer for over 5 years now so my sysadmin / devops skills are becoming a bit rusty. The odd bit of Ansible here and there but no new stuff.
I run the Orange Pi Boards without a Micro SD Card, they boot up via PXE with an NFS root file system, so I cannot use overlayfs2. You also need it on your (linux) desktop to gain access to the kubernetes dashboard later on (it forwards a port to an internal service, localhost only). Lets skip this imperative part and jump right into the good stuff (declarative, files you can put in source control).
Or read this on Hacker News