You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project helped me finally get a working Kubernetes cluster, to start learning Kubernetes. Thank you for that.
I am trying to learn this, both for my own benefit, but also because we might soon start to consider some form of Kubernetes at work, so having a testing setup at home would be a benefit.
One improvement, for how I wanted to use this, though was that I did not want to run the control directly from my machine, but wanted either to run it in a separate vm, or even better, in a container...
So I set out to build exactly that, a Control Container for a K3S Cluster, that is easy to work with, easy to set up, and most of all, portable.
An essential step in learning, for me, is to write things down. To this end, I set up a Hugo Web site, where I post the blog posts I write in my learning process, and as a nicer way of presenting things, than my github repository.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi.
This project helped me finally get a working Kubernetes cluster, to start learning Kubernetes. Thank you for that.
I am trying to learn this, both for my own benefit, but also because we might soon start to consider some form of Kubernetes at work, so having a testing setup at home would be a benefit.
One improvement, for how I wanted to use this, though was that I did not want to run the control directly from my machine, but wanted either to run it in a separate vm, or even better, in a container...
So I set out to build exactly that, a Control Container for a K3S Cluster, that is easy to work with, easy to set up, and most of all, portable.
An essential step in learning, for me, is to write things down. To this end, I set up a Hugo Web site, where I post the blog posts I write in my learning process, and as a nicer way of presenting things, than my github repository.
If this caught your interest, the blog post is here: https://dragonflight.dk/posts/kubernetes-k3s-ha-cluster-pi/
And my git repo for this project, is here: https://github.com/dwedia/K3S-HA-Cluster.
I have tried to make sure that you get full credit for your work in my post.
Beta Was this translation helpful? Give feedback.
All reactions