It all went fine until this height, then it was released from the bed and moved around

It all went fine until this height, then it was released from the bed and moved around

What could be the reason? It all went fine until half of the model. Then it suddenly became loose.

u/rosaLux161 — 6 hours ago

Was ist das für eine Schabe auf der Terrasse?

Habe online verglichen und es schaut aus wie einen Braunbandschabe? Und sollte ich mir Sorgen machen? Es waren zwei an der gleichen Stelle, eine konnte ich erwischen.

u/rosaLux161 — 6 days ago

How do you handle complex config directories in k8s? ConfigMaps feel wrong for this

Im migrating my homelab from Docker Compose + Ansible to k3s with Flux and I keep running into one thing I cant figure out properly.

With Docker Compose mounting a config folder is just one line:

volumes:

  • ./grafana/provisioning:/etc/grafana/provisioning

And that provisioning folder has a whole structure with subdirectories:

provisioning/ ├── dashboards/ │ ├── dashboard-provider.yml │ ├── node-exporter.json │ ├── cluster-overview.json │ └── ... (20+ files) ├── datasources/ │ └── prometheus.yml ├── alerting/ │ ├── slack.yml │ └── rules.yml

With Ansible all of this was in git as templates, got deployed to the host, container mounts the directory. Everything was IaC and it felt clean.

Now in Kubernetes I see a few options but non of them feel right:

  1. ConfigMap: works for a couple files but stuffing 25 dashboard jsons into a ConfigMap? And you cant really do subdirectories either
  2. PVC: data survives but its basically a black box somewhere on the node filesystem. Thats not IaC

Whats the actual approach people use? Is "just use ConfigMaps and deal with it" really the answer or am I missing somthing?

reddit.com
u/rosaLux161 — 11 days ago
▲ 5 r/bosnia

Which Bosnian TV channel is showing the game?

I like to see the game with Bosnia commentators. Which TV station is showing this? Google is not helping me.

reddit.com
u/rosaLux161 — 23 days ago