this post was submitted on 08 Mar 2024
20 points (91.7% liked)

Asklemmy

43340 readers
2067 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 6 months ago

I managed finally to set up several VMs and connect them into kubernetes cluster so I can learn that tech properly. I come from one or two layers below, I've been Linux admin who touched Ansible and did some open stack ocherstration but never had opportunity to go higher due to the project specific issues. So here I am, in theory a senior, learning popular tech which is required from juniors. Humbling experience, and NGL after 30 it's getting harder, but it's still fun.

For details if anyone is interested I made six vms, one serves haproxy, two are worker VM, three are controller. They are connected into network, and I run kubespray to create cluster from that. All localhost which is nice. I make small readme on it to later format and put ^^ I had issues with set up like WSL having python3.8 and kubespray refusing to find pip deps, which I figure more people might encounter if they experiment. And as admin, for me it was always the greatest hussle to setup the toolset, all later steps are a breeze compared.

Kubernetes seems cool :3