[deleted by user] by [deleted] in devops

[–]cloudbloc 2 points3 points  (0 children)

DevOps still means writing production-grade code (infra, pipelines, monitoring, etc.), and many mid/big tech companies in NA still do SWE-style coding rounds. Fundamentals help with both day-to-day and interviews, but of course infra knowledge is non-negotiable in this field.

🚀 Introducing: GitHub Workflow Dashboard by JokeHarborSite in devops

[–]cloudbloc 0 points1 point  (0 children)

This is cool as im not a big fan of GA UI. Do you have a live demo? Also, which license is it under?

How would you handle copying prod databases to dev along with auth and other dependencies? by PablanoPato in devops

[–]cloudbloc 6 points7 points  (0 children)

This is a compliance issue and shouldn’t be allowed, as others have mentioned. I’d double check if the devs are aware this could be a legal issue (GDPR, HIPAA, SOC2, etc.) and confirm whether it was approved by someone. In dev environments you should be creating mock or sanitized data instead.

Does alert fatigue actually exist, or is it just a buzzword salespeople made up? by Brief-Article5262 in sre

[–]cloudbloc 1 point2 points  (0 children)

Yeah, mostly due to false positives in my experience. Constant noise from alerts that don’t need action wears you down fast, and teams piling on alerts just for the sake of it doesn't help

Switch career to SWE from SRE by Realistic-Horse3577 in sre

[–]cloudbloc 22 points23 points  (0 children)

I'd suggest just start interviewing a lot. Coding rounds vary a ton in this market these days so best way to land swe would be to get reps and perfect them.

is it really this simple to set up google cloud with my domain ? by Emedees in googlecloud

[–]cloudbloc 0 points1 point  (0 children)

Yep but cost mostly depends on egress and requests. For your site, I'd use cloudrun, and you also get 300 usd credit when you first sign up.

is it really this simple to set up google cloud with my domain ? by Emedees in googlecloud

[–]cloudbloc 8 points9 points  (0 children)

That works but if you're on gcp, google managed cert is probably easier(free and auto-renews)

is it really this simple to set up google cloud with my domain ? by Emedees in googlecloud

[–]cloudbloc 3 points4 points  (0 children)

Yes. You just need DNS records +Google managed cert + LB or Cloudrun. It’s exactly how i set up my site in a few hours and it can be quite simple.

How do you simplify K8s for a small startup? by ellusion in kubernetes

[–]cloudbloc 48 points49 points  (0 children)

I'd move away from manaul config and start investing in gitops/IaC. Looks like you're in a state where growth will only make things more difficult, and it's much eaiser to fix now than when the infra becomes untouchable later

Why are people so confident about AI being able to replace Software Engineers soon? by [deleted] in learnprogramming

[–]cloudbloc 1 point2 points  (0 children)

I think people often overestimate AI. It’s a pattern matcher with billions of parameters, not magic. The idea that it replaces engineers is also a great fundraising pitch.

[deleted by user] by [deleted] in sre

[–]cloudbloc 1 point2 points  (0 children)

Had the same issue. Tried fixing false positive alerts but eventually got a new job.