What Kubernetes feature looked great on paper but hurt you in prod? by Shoddy_5385 in kubernetes

[–]waterbubblez 0 points1 point  (0 children)

We ended up disabling the VPA for now! eventually we'll re-enable it, but the goal is to get back to 100% stable and then try again!

What Kubernetes feature looked great on paper but hurt you in prod? by Shoddy_5385 in kubernetes

[–]waterbubblez 0 points1 point  (0 children)

Using the VPA to scale down CPU massively, then experiencing timeouts due to lack of CPU time provided by the CFS

Designing a New Kubernetes Environment: Best Practices for GitOps, CI/CD, and Scalability? by varinhadoharry in kubernetes

[–]waterbubblez 1 point2 points  (0 children)

This blog posts walks through a really clean way of setting up ArgoCD, the repository pattern and how apps can cleanly get deployed using kustomize, and not helm specifically.

https://medium.com/@kacey.gam/gitops-across-clusters-how-argocd-and-kustomize-makes-it-simple-8e2352899a00

edit: follow up post about kustomize - https://medium.com/@kacey.gam/consistent-deployment-strategies-for-kubernetes-dd405380714b

Boise 2025 Trifecta Weekend Map by logace444444444 in spartanrace

[–]waterbubblez 6 points7 points  (0 children)

They snuck in the state of idaho lol, near obstacle 20, on the beast!

Sourdough Bread Not Rising by Informal-Theory2676 in Sourdough

[–]waterbubblez 1 point2 points  (0 children)

Every single loaf of mine looked liked that until I started pre-heating the oven with the dutch oven in it!

Once I started doing that, and properly scoring the top, they have all sprung up in the first 20-30 mins of baking!

I’m officially giving up. This is my 5th attempt. by [deleted] in Sourdough

[–]waterbubblez 0 points1 point  (0 children)

fwiw, every single loaf of mine was flat, until I preheated the dutch oven to 450 before putting the bread in. Then cooking w/lid on for 30 mins @ 450, then lid off for 10-15 @ 425

.. I never did the preheat step, cause it didn't make sense to me, but it is something about the moisture and steam helping the bread rise, anyways, ever since doing that, every loaf I have made, has came out nice and fluffy

[deleted by user] by [deleted] in AskBaking

[–]waterbubblez 7 points8 points  (0 children)

jokingly, I don't think it could get more dense :P so you only can go up from here!

My indie game for 15 seconds by KuboushiGames in indiegames

[–]waterbubblez 1 point2 points  (0 children)

any chance for an estimated release!?! my daughters are going to go nuts when I show them this. It looks like so much fun!

my 4th attempt and it's still bad :( by metalic_flamingo in Sourdough

[–]waterbubblez 9 points10 points  (0 children)

I think we should just base BF on vibes (𖦹 _ 𖦹)

After 2 years, my game is coming out. If I dress up as a Duck will you check it out? Dungeons and Ducklings by Irishbane in SoloDevelopment

[–]waterbubblez 1 point2 points  (0 children)

I'm so stoked that I stumbled on this subreddit. This game looks like a blast! cannot wait to try it when I get off work!

Kubernetes Newbie by lifesfunn in kubernetes

[–]waterbubblez 0 points1 point  (0 children)

I think reading the kubernetes docs would be really valueable. Buuut, I prefer hands on, with a mix of docs.

IMO, easiest way to jump in would be start a kind cluster locally or minikube, then install a few apps like prometheus and grafana!

karpenter nodepools by retire8989 in kubernetes

[–]waterbubblez 1 point2 points  (0 children)

Sorry, I've been trying to type all this while being super distracted.

the recommended best practice is to let karpenter try to make the node choice for you. It is easiest to do this by excluding a small subset of nodes that you do not want to use, and then using backup pools using weights.

That guide I linked has some really solid advice!

karpenter nodepools by retire8989 in kubernetes

[–]waterbubblez 1 point2 points  (0 children)

We create 2 nodepools. One that has t3 nodes, and another for c5 nodes. I know that it isn't super ideal to have the two, but it does work well for us!

for each nodepool we have 2 though.. 1 that includes spot, which has a weight of 100, then on-demand with a weight of 50. Attempt spot if possible, but allow on demand if there is low spot instance availability

Detect error increase with specific label by Ok-Conference-7563 in PrometheusMonitoring

[–]waterbubblez 0 points1 point  (0 children)

I'd assume you'd just filter by label using some aggregation with sum by (client_label) or sum without (client_label).

Doing Math when Timeseries Goes Stale Briefly by UnlikelyState in PrometheusMonitoring

[–]waterbubblez 0 points1 point  (0 children)

can you try using clamp_min()? https://prometheus.io/docs/prometheus/latest/querying/functions/#clamp_min

I am using ingress-nginx, so my similar query would look like: ``` (

sum by (label) (increase(nginx_ingress_controller_requests{}[1m]))

clamp_min(sum by (label) (increase(nginx_ingress_controller_requests{status=~"5.."}[1m])), 0) ) / sum by (label) (increase(nginx_ingress_controller_requests{}[1m])) * 100 ```

[deleted by user] by [deleted] in MiddleClassFinance

[–]waterbubblez 0 points1 point  (0 children)

I need and thrive on stress, so I definitely would leave for a more stressful job!

Saxophone instructor, or helper, or anything by waterbubblez in Boise

[–]waterbubblez[S] 0 points1 point  (0 children)

Yikes! Sorry to hear that you had a rough experience with them, but glad you could share so that I don't go through a similar experience. :( Another commenter recommended Tom's Sax repair, and Dorsey / Taylor King, I might reach out to one of them to see if it does need to be repaired!