Everything I know about Kubernetes I learned from a cluster of Raspberry Pis
1–10 of 80 posts
Re: Everything I know about Kubernetes I learned from a cluster of Raspberry Pis
#2Re: Everything I know about Kubernetes I learned from a cluster of Raspberry Pis
#3It cost me 90€ at an IBM refurbished sell. It is downstairs by the router, and it has been hosting everything for me except my email and my blog (which I want to host but I'm not sure about the reliability of my ISP's service, this morning it went down for 5h12m, without prior notice or anything).
It is amazing how much you learn from doing stuff. I'm currently on my 3rd year of univerity for CS, so I've tried the academia-style learning process, reading books on my own and doing stuff on my own. The latter is the best method by far.
Re: Everything I know about Kubernetes I learned from a cluster of Raspberry Pis
#4Re: Everything I know about Kubernetes I learned from a cluster of Raspberry Pis
#5So it's fairly cheap and easy to learn on a "real" cluster without having to build one.
Re: Everything I know about Kubernetes I learned from a cluster of Raspberry Pis
#6Each node is a Docker container, but the version of Kubernetes running inside it is vanilla Kubeadm, so it's quite representative of what "real" clusters would look like.
The great thing about it is you can spin up a cluster in < 2 mins locally to try things out, then it's a single command to delete.
Re: Everything I know about Kubernetes I learned from a cluster of Raspberry Pis
#7Re: Everything I know about Kubernetes I learned from a cluster of Raspberry Pis
#8A good method for learning how clusters work and playing with them without having to spend a lot of time re-building when you break things is kind ( https://kind.sigs.k8s.io/ ). Each node is a Docker container, but the version of Kubernetes running inside it is vanilla Kubeadm, so it's quite representative of what "real" clusters would look like. The great thing about it is you can spin up a cluster in < 2 mins local…
Re: Everything I know about Kubernetes I learned from a cluster of Raspberry Pis
#9A good method for learning how clusters work and playing with them without having to spend a lot of time re-building when you break things is kind ( https://kind.sigs.k8s.io/ ). Each node is a Docker container, but the version of Kubernetes running inside it is vanilla Kubeadm, so it's quite representative of what "real" clusters would look like. The great thing about it is you can spin up a cluster in < 2 mins local…
How does this compare to k3s? https://rancher.com/docs/k3s/latest/en/
perfectly fine running on rpi or production.