Christian
banner
precompiled.bsky.social
Christian
@precompiled.bsky.social
Staff SRE @TradeRepublic and Part-time Freelancer

Married to the greatest person, Coffee lover, Traveling enthusiast and free-time runner & weight lifter.

DE/EN, He/Him
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!
March 10, 2025 at 9:32 AM
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 ❤️
December 2, 2024 at 8:30 PM
Reposted by Christian
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+'
November 28, 2024 at 10:15 AM
Hello world! Just today learned about the starter packs, and directly stumbled over github.com/stevendborre... ... Great work there!
GitHub - stevendborrelli/bluesky-tech-starter-packs: A list of tech-related Bluesky starter packs
A list of tech-related Bluesky starter packs. Contribute to stevendborrelli/bluesky-tech-starter-packs development by creating an account on GitHub.
github.com
November 23, 2024 at 7:38 PM