On 2 nodes in the Hetzner cloud, I want to create a cluster trying out kubespray. kubespray is ansible based…Under the hood: kubeadm kubespray does not create VMs, so I try it out on 2 cloud servers (using hetzner provider). See a discussion of the tools kubespray, kubeadm, kops here Modifying the example from https://github.com/kubernetes-sigs/kubespray/blob/master/docs/setting-up-your-first-cluster.md […]
IT Lotsen, Praxis
Seit kurzem bin ich im Team der IT Lotsen der Samtgemeinde Bersenbrück. Die Idee: ehrenamtlich Mitmenschen – älter oder auch nicht – zu helfen, mit Handy, PC oder Tablet besser klar zu kommen. Für uns Lotsen interessant: welche Themen sind gefragt ? Hier findet ihr eine Sammlung von interessanten Fragen und Antworten, auf die ich […]
Ber-lin, Ber-senbrück
Umgezogen ! Der Eisvogel ist vom Wohnzimmer aus sichtbar. Neuer Fokus: IT-Lotse für Senioren. App Entwicklung für Android und iphone…
Providerumzug
harung.de wird umziehen, webgo ist der neue provider. Update 5/2024: sehr zufrieden mit webgo.
k8s hetzner cloud

A complete kubernetes cluster on hetzner cloud. Using Ubuntu, containerd, kubeadm, a floating IP and a load balancer. 3 nodes. Monthly costs: around 50 EUR. The goal: adapt setup script and use ONE one call to get a functioning cluster. Lets look at all the necessary steps before introducing the script. See https://community.hetzner.com/tutorials/install-kubernetes-cluster First, install […]
Seabird k8s management
I like to check out something different from k9s…my so far favorite k8s UI. Seabird is a relatively new client – a UI to manage kubernetes. Can I compile and run on my Mac Os ? As we will see, since this is alpha software, the problem is more about C and go and cgo […]
Paths to k8s
Interested in kubernetes, but missing a playground ? Here is an overview of (tested) ways to get there First, we may rent servers in the cloud and go for one of many ubuntu ways to install a kubernetes cluster. But I prefer something on my Mac: But, this fails on my Mac… disk full (all […]
git hub cli MacOs
Why git hub cli ? Uhm. Because I like a command line and can do automation with it. We need a token… Create token when signed in into github. Go to https://github.com/settings/tokens Now working: The token has been exported in GH_TOKEN, in my ~/.bash_profile startup file – respected as ‚login‘. Instead of UI clicking, you […]
ansible galaxy Mac Pro
What is it ? Ansible Galaxy is a platform and online community hub for finding, sharing, and managing Ansible roles. chatGPT Now working:
Github actions & runners
In case you didn’t know, github has a service that allows CI/CD Pipelines with actions and runners. Here are the key concepts:
The hype about KI software is hitting amelio.de. Especially after hearing reports that using chatGPT via API may allow more than using it via openai.com Website, I wanted to check it out programmatically. Meaning, I have to get an API key first. You need You set up your personal payment plan at https://platform.openai.com/account/billing/overview. Billing is […]