Want to visit the halls of Trade Republic? Then use this great chance to listen to some great minds speaking about interesting Prometheus, grab some food and connect to like-minded people!
Looking forward to joining the meetup, where I gathered my very first public speaking experiences again!
10.03.2025 09:32
π 5
π 1
π¬ 0
π 0
Today some ad for myself: If youβre looking for a seasoned SRE / DevOps person on a part-time freelance basis and/or know someone who might, I would appreciate if you can send them my way :)
Iβm currently open for smth outside of FinTech, contact details and infos on request.
Re-Post appreciated β€οΈ
02.12.2024 20:30
π 3
π 1
π¬ 0
π 0
Until this morning I uses `kubectl get pods -A | grep -v Running` to find all pods that are not running.
It's missing the pods that are `Running` but not all containers are ready. I found this gem below.
kubectl get pod -A | grep -v Completed | grep -Pv '\s+([1-9]+[\d]*)\/\1\s+'
28.11.2024 10:15
π 6
π 1
π¬ 2
π 0
Sounds like we should share cheat sheets againπ€ 5 years of βwhy is this not a flagβ hacks π
28.11.2024 12:09
π 1
π 0
π¬ 0
π 0