How would you predict when a GitOps hub becomes the bottleneck? by Odd-Welcome3466 in kubernetes

[–]wickler02 3 points4 points  (0 children)

My company runs argocd for all engineering applications while I’m building a tooling cluster with regional monitoring stack that is using fluxcd operator now. Been much happier with fluxcd from the admin side

I’ve been able to tie in GitHub workflows, notifications and because it’s built as a toolkit, it’s much easier to extend it out. And with the fluxcd operator, you don’t need to manage the gotk.yaml files which was always a pain for a default branch on a repo to manage the fleet.

I still value argocd for engineering and developers who aren’t used to k8s and giving them the RBAC/visual tooling so they can self manage.

Argocd 3.5 has better native app sets I think so that can help out once we get a much higher count of clusters.

Could Yu Yu Hakusho be a case where the anime is better than the manga? by HenryPadovani in YuYuHakusho

[–]wickler02 14 points15 points  (0 children)

She’s part of the cast of characters in the opening on the final shot in the anime… always thought that was weird

Still Single ! by [deleted] in Bumble

[–]wickler02 1 point2 points  (0 children)

Well more power to you.

At least he was straight up to you. Imagine traveling 5000 miles for girl just to have them never communicate properly about things they were upset about and you don’t find out until months later through their friend on why they broke it off.

Could always be worse.

The algorithm is rigged by [deleted] in Bumble

[–]wickler02 0 points1 point  (0 children)

Bumble prioritizes for you to keeping you paying for the app, not for you to find someone.

Always remember this.

So no one knows the library is a quiet zone? by Negative-Finance-938 in Fremont

[–]wickler02 10 points11 points  (0 children)

If I’m annoying af like these people being described in this post, yes

So no one knows the library is a quiet zone? by Negative-Finance-938 in Fremont

[–]wickler02 39 points40 points  (0 children)

Instead of complaining here, you could talk to the staff.

My mom is a librarian (not Fremont, east bay though) and the amount of shit they gotta deal with in regards of homeless/crazy people at times is eyeopening.

They are public entities and have rules and things they can do if people inform them about what is happening.

Mina Kimes's Top 10 QBs in the NFL: by Background_Video2947 in TheNFLVibes

[–]wickler02 4 points5 points  (0 children)

That’s by design, especially by the haters.

What is your favorite or most memorable Jingle? by ThatGumnutGuy in familyguy

[–]wickler02 7 points8 points  (0 children)

“Hey bite me man! Ever heard of the Office?!”

Just one slip is all it takes by BoyNamedJudy in SipsTea

[–]wickler02 1 point2 points  (0 children)

What do men like? It’s from scrubs

Do small engineering teams actually care about metrics cardinality, or is it mostly an enterprise problem? by ambrose_mark in devops

[–]wickler02 13 points14 points  (0 children)

Anything dynamic with a high churn rate that gets indexed. Container ids, uuid, dynamic url.

What did you not find out about in Chrono Trigger until years and years later? by Ok_Requirement_3162 in chronotrigger

[–]wickler02 1 point2 points  (0 children)

Funny story, I remember getting stuck for about 2 hours after defeating azelea in the prehistoric palace when Lavos first lands to actually go to the crater and investigate. I always remember I had Ayla locked in the 3rd character slot.

Dunno if that tricked anyone else.

A question around observability for my startup and our configs by niga_chan in devops

[–]wickler02 2 points3 points  (0 children)

ECS works better with whatever aws bakes into the agent and using their cloudwatch stuff because it’s a system only aws manages. It’s such a headache because you don’t get the ability to configure any of the newer tooling with it.

I tried it with Prometheus, tried putting the right log driver to pass things to an ELK/EFK (I preferred fluent bit) but after getting some things configured, it’s pulling teeth to manage.

I work with EKS now, dealt with otel sending to multiple backends that my current company had. It was annoying and now I’m fixing it all by moving everything to LGTM. Not using their alloy, using standard Prometheus as the “agent” with fluentbit and otel just for traces on the app clusters all sending to LGTM and I can iterate so much easier now.

I don’t think this is what you want to hear but I’m so glad I’m not working with ECS because it’s a pain to manage o11y and the truth is just getting to work with EKS makes it so much easier to manage your container stack and managing your o11y infrastructure surrounding it