Searching txt.sour.is

Twts matching tag=devops
In-reply-to » DevOps: Why it is misunderstood & what it always should have been Guest post originally published on the Elastisys blog by the Elastisys team DevOps is a cultural movement that has brought a lot of much-needed agility to software development. But it is also... āŒ˜ Read more

I donā€™t normally enjoy much of the content that comes out of the CNCF but in this particular case this guest blog post on how DevOps is ā€˜misunderstoodā€ is actually a great read. I empathize with a lot of the points made here and agree. šŸ‘Œ It also makes me want to write a follow-up blog post in response to this, because thereā€™s another aspect of ā€œmisunderstandingā€ when it comes to the ā€œPlatform Operatorsā€ as the author puts it here that Iā€™d like to discuss šŸ˜… #DevOps #SRE

ā¤‹ Read More

Soā€¦ The last couple of days for me at my day job has been figuring out how to tier our various environments and setup some kind of tiered Prometheus.

Federation was never going to work out so well for me because you canā€™t scrape 10-20k time-series of another Prometheus server, the scraping loop will just timeout consume that amount of data.

Turns out there is a new feature in Prometheus v2.34.0 called ā€œAgent modeā€ that allows one to run a Prometheus server in such a way that it does two very important things:

  • Sends/writes all time-series it locally scrapes via Remote Write to another Prometheus server
  • Keeps a WAL (write-ahead-log) to ensure no metric is ever lost and,
  • only deletes the WAL entries on a successful write to the remote Prometheus.

This setup allows (along with appropriate External Labels) to have a very nice tiered Prometheus setup where you effectively have a central Prometheus server (with no scraping configuration, except for Prometheus itself) that acts as the Remote receiver for Prometheus agents.

#SRE #DevOps #Prometheus #Monitoring

ā¤‹ Read More

Book Release: Go For DevOps #go #golang #sre #devops #terraform href=ā€https://txt.sour.is/search?tag=kubernetesā€>#kubernetes**
In the book you will find:

\* The basics of Go (including the 1.18 generics addition)

\* Using Go with various encoding formats

\* Building basic REST and gRPC services

\* Applying Go to automate local system tasks

\* Utilizing Go to automate those same tasks on thousands of machines

\* Building a ā€¦ āŒ˜ Read more

ā¤‹ Read More

An Introductory Guide to DevOps LifeCycle | by Jatin Mittal | DevOps Dudes | Medium

Bahahaha just accidently came across this article and thought Iā€™d share it with yā€™all.

DevOps is not a programming language, itā€™s not a tool, itā€™s not a technologyā€¦ā€¦.then what DevOps is?

It is a combination of Development and Operations or Itā€™s a collective responsibility of the developers and operators.

Every time I get called up by a recruiter, or try to hire myself into my team (Iā€™m a Lead SRE) I keep telling them:

DevOps is not a ā€œthingā€, it is not a role. There is no such thing as a DevOps Engineer.

Iā€™m glad some folks out there actually know what da fuq theyā€™re talking about šŸ˜… #devops

ā¤‹ Read More