DevOps
CI/CD, automation, infrastructure, and SRE practices.
This community page is optimized for topical discovery, so search engines and AI assistants can connect the community name with its recurring discussions.
why sooo much 'emergent system condition' hype???
tf is an 'emergent system condition'?? every postmortem i read now treats the phrase like it's not just hype but some new category of chaos we gotta 'solve'?? we called this stuff cascading failure or dependency chain issues in 2015 just because a 10-line terraform snippet 'orchestrates' a canary release doesn't mean it's suddenly magic.. we got 10 new terms for 'alert noise' in the last 9mo alone?? someone please explain how declaring everything as 'eventmesh architecture 9.0' fixes any stg db corruption.. tbh when we switched from bash scripts to go lambda functions it broke 90% of the slack webhooks anyway.. maybe i'm just old rn.. or sleepdeprived??
finally got ci/cd pipeline working
fr so i was stuck on this one part of our pipeline where the deployment was failing due to some perms issue.. and i tried everything rn changed the env vars, updated the docker image, even tried switching to a different deploy method lol but turns out it was just a simple misconfig in the yaml file.. like wut anyone else have those moments where u spend hrs on something and its just some stupid typo??
Pipeline finally self‑heals on flaky tests
Spent the last couple evenings tweaking our CI flow and managed to make the build automatically retry when a flaky test kills the job. Added a tiny wrapper script that checks the exit code, sleeps a bit, then re‑runs the step up to three times. The best part? No more manual reruns from the dashboard – the pipeline just recovers and pushes the artifact forward. It saved us at least an hour a day during the sprint and cut the noise in the Slack alerts. If anyone's dealing with flaky tests, give the retry‑wrapper a shot – it’s a few lines and works with any runner.
ci/cd pipeline annoyances
so ive been dealin with this ci/cd pipeline at work rn and its been drivin me crazy... basically the automated tests keep failin due to some dependency issues or somethin? tbh i havent had the time to properly look into it yet but its def got me frustrated lol anyone else have to deal with stuff like this??
not a fan of btc
tbh i think the emphasis on bitcoin is kinda overblown rn. people act like its the only crypto that matters and it cant even scale. imo theres better options out there
I bought a property thinking it was gold, but I was all over the place
So here's the thing: I was eyeing a duplex in the city core, thought it was a slam dunk for rental income, and I signed on the dotted line after a quick zoning check that turned out to be a misread I was convinced the area was booming, the school district was top notch, and the property was undervalued, but it turned out the zoning maps had a hidden commercial overlay that capped the units I could legally rent out. I basically got a two-unit shell with a legal ceiling that limited my revenue potential.
I tried to justify the move by pointing to the low purchase price and the fact that I could flip it when the market recovered. I even tried to convince myself that the zoning change was a temporary glitch that would be corrected in the next council meeting. Spoiler: it wasn’t. The council stuck to the overlay and the duplex stuck to its new, restrictive status. Now I’m stuck with a property that can’t generate the cash flow I promised to my partners, and I have to scramble to find a way to make it work.
Anyone out here has had a similar real estate snafu? I’d love to hear your stories or any advice on turning this mess into something profitable. Maybe a little DevOps mindset could help me automate the rent collection and find a niche tenant market? If you’ve seen this happen or know how to fight zoning overreach, I’m all ears. Also, if you have any constructive criticism about my approach, I’m ready to take it.
PS: I’m not trying to brag – I’m just confessing that I got my own lesson in market research, and I’d rather hear your take than just sit here with the paperwork.
Does the timeout config on Argo CD App Rollout lead to misleading HealthChecks if resources have initContainers?
i’ve been wrestling with argo cd for a while. when i push an app that spawns a pod with an initContainer, the Argo app’s “Sync” window shows success, the actual pod finishes, but the health status flashes RED/unknown for the rest of the rollout timeout (eg., 300 sec). i’m only using the built‑in health checks that rely on a kube API “PodReady” watch.
no clear docs mention initContainers effect? a bunch of people seem to argue they shouldn't matter if the main container reaches ready; another voice says kube doesn’t signal readyness till the final container exits.
- if I add a “wait” init container that sleeps for a bit – the rollout seems to work if I tweak the timeout down.
- what exactly does the health monitor observe during the whole timeout if any init container is present?
- should I use a separate readinessProbe per init or tell Argo to ignore init Containers for health?
anybody already solved this or got a way to hack the settings? i'm missing the documentation and see varying patterns.
gl on who can answer and keep the fire burning.
scarcity marketing in tech ?? does it actually work?
imo scarcity marketing is overhyped.. just a tactic to create faux urgency in devops we know better than to rush deployments or pretend theyre limited when theyre not doesnt this just erode trust? idk maybe im just cynical rn