Ansible - Raspberry Pi Kubernetes Cluster ...
everythingshouldbevirtual.com › automationApr 05, 2018 · Ansible - Raspberry Pi Kubernetes Cluster April 5, 2018 less than 1 minute read Recently I started working on a little project which involved building a Kubernetes cluster using Raspberry Pi’s. I published this project on GitHub under ansible-rpi-k8s-cluster for anyone who may be interested in this. Basically the foundation of this project ...
How to set up Kubernetes cluster with Raspberry Pi
www.entechlog.com › blog › generalSep 25, 2021 · ansible-playbook reset.yml -i inventory/raspberry-pi/hosts.ini Install Kubernetes dashboard Deploy the dashboard from official source. Make sure to update the version number to the one you need kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.3.1/aio/deploy/recommended.yaml Verify the pod status kubectl get pods -A