Full Stack Developer Looking to Transition into DevOps – Need Guidance!
Hey everyone,
I’m a MERN stack developer with 2 years of experience, but I’ve been finding it incredibly difficult to get clients due to the highly saturated market. Because of this, I’m considering a move into DevOps, but I’m unsure where to start.
I already have a solid understanding of computer networking concepts and related topics, but when it comes to AWS, I feel overwhelmed by the number of services and certification options available.
🔹 What should be my first step in AWS?
🔹 Which AWS certification is best for beginners in DevOps?
🔹 What skills should I focus on to become a strong DevOps engineer?
I’d really appreciate advice from those who’ve transitioned into DevOps or are already working in the field. Any guidance, resources, or learning paths you recommend would be super helpful!
Thanks in advance! 🙌
https://redd.it/1ifzc8r
@r_devops
Hey everyone,
I’m a MERN stack developer with 2 years of experience, but I’ve been finding it incredibly difficult to get clients due to the highly saturated market. Because of this, I’m considering a move into DevOps, but I’m unsure where to start.
I already have a solid understanding of computer networking concepts and related topics, but when it comes to AWS, I feel overwhelmed by the number of services and certification options available.
🔹 What should be my first step in AWS?
🔹 Which AWS certification is best for beginners in DevOps?
🔹 What skills should I focus on to become a strong DevOps engineer?
I’d really appreciate advice from those who’ve transitioned into DevOps or are already working in the field. Any guidance, resources, or learning paths you recommend would be super helpful!
Thanks in advance! 🙌
https://redd.it/1ifzc8r
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
We made an open source testing agent for UI, API, Visual, Accessibility and Security testing
End-to-end software test automation has traditionally struggled to keep up with development cycles. Every time the engineering team updates the UI or platforms like Salesforce or SAP release new updates, maintaining test automation frameworks becomes a bottleneck, slowing down delivery. On top of that, most test automation tools are expensive and difficult to maintain.
That’s why we built an open-source AI-powered testing agent—to make end-to-end test automation faster, smarter, and accessible for teams of all sizes.
High level flow:
Write natural language tests -> Agent runs the test -> Results, screenshots, network logs, and other traces output to the user.
Installation:
pip install testzeus-hercules
Sample test case for visual testing:
Feature: This feature displays the image validation capabilities of the agent Scenario Outline: Check if the Github button is present in the hero section Given a user is on the URL as https://testzeus.com And the user waits for 3 seconds for the page to load When the user visually looks for a black colored Github button Then the visual validation should be successful
Architecture:
We use AG2 as the base plate for running a multi agentic structure. Tools like Playwright or AXE are used in a REACT pattern for browser automation or accessibility analysis respectively.
Capabilities:
The agent can take natural language english tests for UI, API, Accessibility, Security, Mobile and Visual testing. And run them autonomously, so that user does not have to write any code or maintain frameworks.
Comparison:
Hercules is a simple open source agent for end to end testing, for people who want to achieve insprint automation.
1. There are multiple testing tools (Tricentis, Functionize, Katalon etc) but not so many agents
2. There are a few testing agents (KaneAI) but its not open source.
3. There are agents, but not built specifically for test automation.
On that last note, we have hardened meta prompts to focus on accuracy of the results.
If you like it, give us a star here: https://github.com/test-zeus-ai/testzeus-hercules/
https://redd.it/1ig0lfk
@r_devops
End-to-end software test automation has traditionally struggled to keep up with development cycles. Every time the engineering team updates the UI or platforms like Salesforce or SAP release new updates, maintaining test automation frameworks becomes a bottleneck, slowing down delivery. On top of that, most test automation tools are expensive and difficult to maintain.
That’s why we built an open-source AI-powered testing agent—to make end-to-end test automation faster, smarter, and accessible for teams of all sizes.
High level flow:
Write natural language tests -> Agent runs the test -> Results, screenshots, network logs, and other traces output to the user.
Installation:
pip install testzeus-hercules
Sample test case for visual testing:
Feature: This feature displays the image validation capabilities of the agent Scenario Outline: Check if the Github button is present in the hero section Given a user is on the URL as https://testzeus.com And the user waits for 3 seconds for the page to load When the user visually looks for a black colored Github button Then the visual validation should be successful
Architecture:
We use AG2 as the base plate for running a multi agentic structure. Tools like Playwright or AXE are used in a REACT pattern for browser automation or accessibility analysis respectively.
Capabilities:
The agent can take natural language english tests for UI, API, Accessibility, Security, Mobile and Visual testing. And run them autonomously, so that user does not have to write any code or maintain frameworks.
Comparison:
Hercules is a simple open source agent for end to end testing, for people who want to achieve insprint automation.
1. There are multiple testing tools (Tricentis, Functionize, Katalon etc) but not so many agents
2. There are a few testing agents (KaneAI) but its not open source.
3. There are agents, but not built specifically for test automation.
On that last note, we have hardened meta prompts to focus on accuracy of the results.
If you like it, give us a star here: https://github.com/test-zeus-ai/testzeus-hercules/
https://redd.it/1ig0lfk
@r_devops
Testzeus
Achieve effortless test automation with zero coding, zero maintenance, and the autonomous power of the world's first testing agent for Salesforce.
I'm a software engineer, should I take a DevOps job?
I'm a software engineer at a consultancy that requires DevOps as well. I'm thinking about taking a job that is out and out DevOps. I enjoy DevOps/platform work but what makes me slightly unsure is do I want to do it full time and give up writing software. Are there and software engineers that made the switch to DevOps? If so, do you have any regrets or is it all positive?
https://redd.it/1ig1ccx
@r_devops
I'm a software engineer at a consultancy that requires DevOps as well. I'm thinking about taking a job that is out and out DevOps. I enjoy DevOps/platform work but what makes me slightly unsure is do I want to do it full time and give up writing software. Are there and software engineers that made the switch to DevOps? If so, do you have any regrets or is it all positive?
https://redd.it/1ig1ccx
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Advice to a dev trying to move to an "Entry" DevOps role (Projects & skills to showcase)
Hi, I'm currently a Fullstack developer for around 1 year and 7 months, recently found myself enjoying the Devops and Cloud side of things much more, spending most of my free time daily dedicated to learning about it, taking notes and building practical projects with what I've learnt.
I recently passed my Azure AZ-104 certification which was tough but gave me a good overview of the main services in Azure.
I have knowledge in .NET, JavaScript (Vue / React), Node.js, GH Actions, ArgoCD, Docker, Kubernetes, Helm, Prometheus, Grafana, Terraform, MS Azure, Ansible, Linux, Bash
I am always improving my skills in these by building out projects, using KodeKloud for courses on DevOps, and reading up documentation and blogs about various tools.
I built a basic microservice-based application that I wanted to implement the DevOps process into. The goal was to cover key DevOps practices like containerization, CICD, Cloud services, automation, security, monitoring, and IaC.
# Tech Stack & Tools
* **Infrastructure:** Azure (Private AKS Cluster, ACR, App Gateway for ingress, Private Endpoints, VNet Peering, VM for a self hosted GH Actions runner)
* **CI/CD & GitOps:** GitHub Actions (cloud & self-hosted runner) and ArgoCD to follow a GitOps approach
* **Automation & IaC:** Terraform to provision the entire cloud infrastructure
* **Security and Service Mesh:** Istio (mTLS for pod-pod communication, Traffic splitting using Virtual services), Trivy (docker image vulnerability scans), Kube-bench (Scan cluster components), kubesec (Scan static K8s manifest files).
* **RBAC and IAM**: Used least privileged IAM roles in Azure, Managed identities to avoid handling credentials.
* **Monitoring & Alerting:** Prometheus Operator with CRDs like PrometheusRules, AlertManager, Basic dashboards with Grafana, Sent notifications for specific metrics to Slack based on PrometheusRules.
* **Networking:** Private AKS Cluster to restrict public access to API Server, Private DNS and linking various VNets to the DNS Zone, Kubernetes Network Policies to restrict Ingress and Egress traffic between Pods.
* **Scripting**: Created Bash scripts to automate things like running scans using Trivy, Installing various Helm charts like CertManager, Prometheus, ArgoCD.
* **Other:** Used Helm and templating for my manifest files, StatefulSets for my DB with an AzureDisk StorageClass to persist data,
#
I definitely learnt a lot by doing this, constantly adding to it when I learnt new things, and I'll continue to add on to it to build my practical knowledge.
The issue now is that I would like to know if this is sufficient for me to start applying for Entry level roles in the field, I know it's not really suited towards juniors but I am willing to upskill myself and improve everyday if given a chance to experience how everything works in a real-world environment.
I feel like you can only do so much on your own, and most of the knowledge will come from applying the skills in a real-world environment and learning from experienced people.
I do not really have an opportunity in my current role as we're a small company, and it's very rare that we make changes to existing infrastructure.
I also wanted to know if it's also possible to find a remote role internationally since there are very little to no roles for someone trying to land their first role locally where I'm from.
I really am trying so many things, contacting people directly on LinkedIn, applying to roles I'm not qualified for since most DevOps roles here want 3+ years of experience. I do still enjoy development, but not to the point where I find myself after hours learning and implementing different technologies like I do with DevOps.
Thanks
https://redd.it/1ig0ziu
@r_devops
Hi, I'm currently a Fullstack developer for around 1 year and 7 months, recently found myself enjoying the Devops and Cloud side of things much more, spending most of my free time daily dedicated to learning about it, taking notes and building practical projects with what I've learnt.
I recently passed my Azure AZ-104 certification which was tough but gave me a good overview of the main services in Azure.
I have knowledge in .NET, JavaScript (Vue / React), Node.js, GH Actions, ArgoCD, Docker, Kubernetes, Helm, Prometheus, Grafana, Terraform, MS Azure, Ansible, Linux, Bash
I am always improving my skills in these by building out projects, using KodeKloud for courses on DevOps, and reading up documentation and blogs about various tools.
I built a basic microservice-based application that I wanted to implement the DevOps process into. The goal was to cover key DevOps practices like containerization, CICD, Cloud services, automation, security, monitoring, and IaC.
# Tech Stack & Tools
* **Infrastructure:** Azure (Private AKS Cluster, ACR, App Gateway for ingress, Private Endpoints, VNet Peering, VM for a self hosted GH Actions runner)
* **CI/CD & GitOps:** GitHub Actions (cloud & self-hosted runner) and ArgoCD to follow a GitOps approach
* **Automation & IaC:** Terraform to provision the entire cloud infrastructure
* **Security and Service Mesh:** Istio (mTLS for pod-pod communication, Traffic splitting using Virtual services), Trivy (docker image vulnerability scans), Kube-bench (Scan cluster components), kubesec (Scan static K8s manifest files).
* **RBAC and IAM**: Used least privileged IAM roles in Azure, Managed identities to avoid handling credentials.
* **Monitoring & Alerting:** Prometheus Operator with CRDs like PrometheusRules, AlertManager, Basic dashboards with Grafana, Sent notifications for specific metrics to Slack based on PrometheusRules.
* **Networking:** Private AKS Cluster to restrict public access to API Server, Private DNS and linking various VNets to the DNS Zone, Kubernetes Network Policies to restrict Ingress and Egress traffic between Pods.
* **Scripting**: Created Bash scripts to automate things like running scans using Trivy, Installing various Helm charts like CertManager, Prometheus, ArgoCD.
* **Other:** Used Helm and templating for my manifest files, StatefulSets for my DB with an AzureDisk StorageClass to persist data,
#
I definitely learnt a lot by doing this, constantly adding to it when I learnt new things, and I'll continue to add on to it to build my practical knowledge.
The issue now is that I would like to know if this is sufficient for me to start applying for Entry level roles in the field, I know it's not really suited towards juniors but I am willing to upskill myself and improve everyday if given a chance to experience how everything works in a real-world environment.
I feel like you can only do so much on your own, and most of the knowledge will come from applying the skills in a real-world environment and learning from experienced people.
I do not really have an opportunity in my current role as we're a small company, and it's very rare that we make changes to existing infrastructure.
I also wanted to know if it's also possible to find a remote role internationally since there are very little to no roles for someone trying to land their first role locally where I'm from.
I really am trying so many things, contacting people directly on LinkedIn, applying to roles I'm not qualified for since most DevOps roles here want 3+ years of experience. I do still enjoy development, but not to the point where I find myself after hours learning and implementing different technologies like I do with DevOps.
Thanks
https://redd.it/1ig0ziu
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
How do you track assets across multiple cloud providers?
We have VM instances running on multiple cloud providers, and in some cases multiple accounts on said providers. How do you typically keep track of all of this in an automated way?
I'd love to aggregate the data somehow
https://redd.it/1ig2o4w
@r_devops
We have VM instances running on multiple cloud providers, and in some cases multiple accounts on said providers. How do you typically keep track of all of this in an automated way?
I'd love to aggregate the data somehow
https://redd.it/1ig2o4w
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
what build & run-teams exactly means?
I have some issues fully understanding "build & run-teams".
\- Does it require CI/CD approach? Does it simply mean whoever writes the code is also responsible for deploying it?!
In the following scenario:
ci/cd is not 100% followed (the ci part mostly), but there is a pipeline with automatic tests and build. There will be a merge request reviewed by one person, then the person who wrote the test can merge wich will trigger testing, build and deploy it automatically. Is this considered 'you build it, you run it?
https://redd.it/1ig638y
@r_devops
I have some issues fully understanding "build & run-teams".
\- Does it require CI/CD approach? Does it simply mean whoever writes the code is also responsible for deploying it?!
In the following scenario:
ci/cd is not 100% followed (the ci part mostly), but there is a pipeline with automatic tests and build. There will be a merge request reviewed by one person, then the person who wrote the test can merge wich will trigger testing, build and deploy it automatically. Is this considered 'you build it, you run it?
https://redd.it/1ig638y
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Tips to get hired in this job market, how to standout and how to outshine in interviews?
Hello fellow craftsmen, I am trying to get my foot in the door in current job market.
As I have worked at single role as a cloud support engineer for my entire career of 4 years the mere idea of interview is quite dreadful for me, I have AWS SAA and CKA certs and I am willing to invest more time on my learning but I want tips to make sure I am follow correct technique so my profile outshines as an applicant and I excel at interviews.
Thankyou all already learnt a lot from you guys ❤️
https://redd.it/1ig2rtz
@r_devops
Hello fellow craftsmen, I am trying to get my foot in the door in current job market.
As I have worked at single role as a cloud support engineer for my entire career of 4 years the mere idea of interview is quite dreadful for me, I have AWS SAA and CKA certs and I am willing to invest more time on my learning but I want tips to make sure I am follow correct technique so my profile outshines as an applicant and I excel at interviews.
Thankyou all already learnt a lot from you guys ❤️
https://redd.it/1ig2rtz
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
AWS RDS update
Currently, I am working on a project where I have to update Aurora serverless v1 a to Aurora serverless V2 instance but when I am trying to do so there is a step where I have to convert Arora serverless to a provisioned instance. but in the new console they have deprecated the option to convert it into directly a provision instanced. Basically capacity type option is not available via console anymore. So what do I have to do to convert it to provisioned type? Do I have to create the cluster manually and then migrate the data to it and then move on with the further steps? Or is there any other way that i might now be knowing about?
https://redd.it/1ifzfoo
@r_devops
Currently, I am working on a project where I have to update Aurora serverless v1 a to Aurora serverless V2 instance but when I am trying to do so there is a step where I have to convert Arora serverless to a provisioned instance. but in the new console they have deprecated the option to convert it into directly a provision instanced. Basically capacity type option is not available via console anymore. So what do I have to do to convert it to provisioned type? Do I have to create the cluster manually and then migrate the data to it and then move on with the further steps? Or is there any other way that i might now be knowing about?
https://redd.it/1ifzfoo
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
What can be future opportunities for devops?
I have worked as a DevOps/SRE engineer for about 4 years now however I am wondering what the career progression could be like. I would prefer to be an individual contributor. I would like to write some more code aside from terraform, bash scripts, helm, managing k8s clusters etc. I am interested in gaining more experience in architectural decisions. I am wondering how i can head into that direction. Do I need to switch positions? In summary I would like to code more, do some GoLang or Rust and get more involved in building systems and not just managing clusters/infrastructure.
https://redd.it/1igfqq5
@r_devops
I have worked as a DevOps/SRE engineer for about 4 years now however I am wondering what the career progression could be like. I would prefer to be an individual contributor. I would like to write some more code aside from terraform, bash scripts, helm, managing k8s clusters etc. I am interested in gaining more experience in architectural decisions. I am wondering how i can head into that direction. Do I need to switch positions? In summary I would like to code more, do some GoLang or Rust and get more involved in building systems and not just managing clusters/infrastructure.
https://redd.it/1igfqq5
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Manager blaming me for increased gcp costs
So just to get it straight this Ahole was handling most of the things for gcp by himself and never really handed me over the whole thing until he decided to go on a holiday. Before going didn't really communicate properly about the details, Inhad to work extra 3 hours with clients to get things up. After he came back didn't take any updates , and now when the bill is here he's blaming me . He told me to set budget capa for the staging and production environment but didn't even specify what was the dev environment as there were plenty of apps with the same name. And due to my bad luck there's a sudden increase in cost in this month itself due to some Api usage.
Am I the asshole here ??? Because if he's saying that we're taking care of DevOps , at least provide me with proper documentation about what you've already set. Or be clear with your words. To add to this my company doesn't work with GCP, and I've barely had any work to do with it.
https://redd.it/1igi74q
@r_devops
So just to get it straight this Ahole was handling most of the things for gcp by himself and never really handed me over the whole thing until he decided to go on a holiday. Before going didn't really communicate properly about the details, Inhad to work extra 3 hours with clients to get things up. After he came back didn't take any updates , and now when the bill is here he's blaming me . He told me to set budget capa for the staging and production environment but didn't even specify what was the dev environment as there were plenty of apps with the same name. And due to my bad luck there's a sudden increase in cost in this month itself due to some Api usage.
Am I the asshole here ??? Because if he's saying that we're taking care of DevOps , at least provide me with proper documentation about what you've already set. Or be clear with your words. To add to this my company doesn't work with GCP, and I've barely had any work to do with it.
https://redd.it/1igi74q
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Doing my first DevOps certification
Hi everyone, just wanted to know your opinion on doing my first DevOps certification -
CKA
FYI,
I am currently working on an entry-level DevOps role, I do have significant experience in shell and currently I am working on the DevOps stack - Linux basic knowledge of commands (sufficient for DevOps purposes) , Terraform (basic resource provisioning and fundamentals), some kubectl commands ( k9s is awesome), ran some monitoring queries in Grafana, Jenkins (running some build stages in pipeline jobs)..
I do have a lot of supportive senior teammates constantly sharing their experience and letting me learn by doing.
I just wanna know like am I missing anything or should I do some other certifications first, or in general what's your experience with this certification, how you prepared etc.
https://redd.it/1igiaqp
@r_devops
Hi everyone, just wanted to know your opinion on doing my first DevOps certification -
CKA
FYI,
I am currently working on an entry-level DevOps role, I do have significant experience in shell and currently I am working on the DevOps stack - Linux basic knowledge of commands (sufficient for DevOps purposes) , Terraform (basic resource provisioning and fundamentals), some kubectl commands ( k9s is awesome), ran some monitoring queries in Grafana, Jenkins (running some build stages in pipeline jobs)..
I do have a lot of supportive senior teammates constantly sharing their experience and letting me learn by doing.
I just wanna know like am I missing anything or should I do some other certifications first, or in general what's your experience with this certification, how you prepared etc.
https://redd.it/1igiaqp
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Resources for deeply learning ELK stack ?
I want to setup spring boot logs centralization using ELK. This must be an easy task, but my dumb brain even after spending 20 hrs on this, can't figure out. Thus, I was wondering if anyone could provide some books to deeply learn ELK. PS: Do I need to know spring boot if I want to configure from the ground up?(I mean I will get the code from github but do I need to write spring boot myself). If so, please guide me towards resources to learn spring boot(youtube, udemy, books etc)
https://redd.it/1igjdmx
@r_devops
I want to setup spring boot logs centralization using ELK. This must be an easy task, but my dumb brain even after spending 20 hrs on this, can't figure out. Thus, I was wondering if anyone could provide some books to deeply learn ELK. PS: Do I need to know spring boot if I want to configure from the ground up?(I mean I will get the code from github but do I need to write spring boot myself). If so, please guide me towards resources to learn spring boot(youtube, udemy, books etc)
https://redd.it/1igjdmx
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Upgrading Aurora serverless v1 to Aurora serverless v2
I am currently working to upgrade an Aurora serverless v1 instance to Aurora serverless v2 in aws rds. but the instructions int he documentation are so unclear. event he standard options for instances classes seems to be depricated fromt he console. can anyone helo me as to how should i go about it?
https://redd.it/1iginfy
@r_devops
I am currently working to upgrade an Aurora serverless v1 instance to Aurora serverless v2 in aws rds. but the instructions int he documentation are so unclear. event he standard options for instances classes seems to be depricated fromt he console. can anyone helo me as to how should i go about it?
https://redd.it/1iginfy
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
How to easily manage and distribute our C/C++/Python/FPGA bricks internally without falling back to USB sticks? (Already have a local Gitlab instance on a Synology NAS)
Hello,
I work in a lab whose core business is not deployment.
I've set up a local Gitlab instancz on a Synology NAS. We deploy our code on it.
However, there are some CPP, C, Python and FPGA IPs bricks that we use a lot.
So I'm wondering how to manage them.
For example, I've developed a Python lib but deployed it on the Gitlab. I'd like to manage it as a module, so I've created a wheel of this lib and installed it with pip. But to do this I have to download and install it manually.
I'd like something simpler because I know my colleagues and if it gets too complicated they'll skip it and go back to usb sticks.
So how do I go about it? Install a local pip server? What about IPs? Ditto for cpp/c, compiled lib... They've taken over Gitlab, and I'm already super happy, but is clea good for libs and the like?
Synology is quite complicated I don't really like it I'd rather have a nuc or something like that to manage it but I need arguments to defend my project if you think it's necessary.
Thanks.
https://redd.it/1igmbbl
@r_devops
Hello,
I work in a lab whose core business is not deployment.
I've set up a local Gitlab instancz on a Synology NAS. We deploy our code on it.
However, there are some CPP, C, Python and FPGA IPs bricks that we use a lot.
So I'm wondering how to manage them.
For example, I've developed a Python lib but deployed it on the Gitlab. I'd like to manage it as a module, so I've created a wheel of this lib and installed it with pip. But to do this I have to download and install it manually.
I'd like something simpler because I know my colleagues and if it gets too complicated they'll skip it and go back to usb sticks.
So how do I go about it? Install a local pip server? What about IPs? Ditto for cpp/c, compiled lib... They've taken over Gitlab, and I'm already super happy, but is clea good for libs and the like?
Synology is quite complicated I don't really like it I'd rather have a nuc or something like that to manage it but I need arguments to defend my project if you think it's necessary.
Thanks.
https://redd.it/1igmbbl
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Looking for Cloud-Based GST Filing, E-Way Bill and E-Invoice Software (Source Code)
Hi all,
I'm looking for an India-based, cloud-based software (built with React preferred) that includes the following features:
* GST Filing
* E-Way Bill Generation
* E-Invoice Creation
If you have a source code like this, please DM me with a demo and your pricing.
Thanks!
https://redd.it/1igne5h
@r_devops
Hi all,
I'm looking for an India-based, cloud-based software (built with React preferred) that includes the following features:
* GST Filing
* E-Way Bill Generation
* E-Invoice Creation
If you have a source code like this, please DM me with a demo and your pricing.
Thanks!
https://redd.it/1igne5h
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Run PR checks in github when PR is EDITED?
What is the best way to execute pull request checks in github for existing pull request when PR description is updated (no new commit has been made to PR)
https://redd.it/1ign3u4
@r_devops
What is the best way to execute pull request checks in github for existing pull request when PR description is updated (no new commit has been made to PR)
https://redd.it/1ign3u4
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
What's your contracting rate?
I was approached to do some part-time contracting work on the side (high-level stuff like architecture) but I'm not sure what hourly rate to start the conversation at. I have about 4 years of experience in DevOps plus 3 years of software development before that. What's your rate?
https://redd.it/1igp4x8
@r_devops
I was approached to do some part-time contracting work on the side (high-level stuff like architecture) but I'm not sure what hourly rate to start the conversation at. I have about 4 years of experience in DevOps plus 3 years of software development before that. What's your rate?
https://redd.it/1igp4x8
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Tired of boring Terraform outputs? Say “I am the danger” to dull pipelines with the Walter White Terraform provider
I was tired of my boring pipelines only telling me what resources I had deployed, so here's a way to inject some Heisenberg wisdom and keep things interesting:
Repo: https://github.com/The-Infra-Company/terraform-provider-breakingbad
https://redd.it/1igq08u
@r_devops
I was tired of my boring pipelines only telling me what resources I had deployed, so here's a way to inject some Heisenberg wisdom and keep things interesting:
Repo: https://github.com/The-Infra-Company/terraform-provider-breakingbad
https://redd.it/1igq08u
@r_devops
GitHub
GitHub - The-Infra-Company/terraform-provider-breakingbad: Spice up your Terraform and OpenTofu pipelines with quotes from Breaking…
Spice up your Terraform and OpenTofu pipelines with quotes from Breaking Bad - The-Infra-Company/terraform-provider-breakingbad
Funny/cute phrases I can tell the guy I’ve started dating
Hi everyone! I’ve recently started dating this guy, Devops engineer. He’s the sweetest and has a great sense of humour. He’s tried his best to explain to me what he does but I’m a bit useless with anything tech related (I work in education).
I was wondering if anyone knew of any funny/cute technical phrases I could tell him from time to time so that he would be caught off guard?
I’m looking for ways to tell him that I like him but with devops language basically :)
I know that may be a weird question but I would appreciate any help you can give me and thank you in advance!
https://redd.it/1igqnf8
@r_devops
Hi everyone! I’ve recently started dating this guy, Devops engineer. He’s the sweetest and has a great sense of humour. He’s tried his best to explain to me what he does but I’m a bit useless with anything tech related (I work in education).
I was wondering if anyone knew of any funny/cute technical phrases I could tell him from time to time so that he would be caught off guard?
I’m looking for ways to tell him that I like him but with devops language basically :)
I know that may be a weird question but I would appreciate any help you can give me and thank you in advance!
https://redd.it/1igqnf8
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
Discussion: what are must-read books for DevOps engineer?
Hi guys,
I am looking into switching into devops field from fulltime web dev. And I m curios what are the most important and up-to-date books someone like me can read? Even if they're not directly connected to, but would be helpful in future.
Share you thoughts! Thanks!
https://redd.it/1igte2s
@r_devops
Hi guys,
I am looking into switching into devops field from fulltime web dev. And I m curios what are the most important and up-to-date books someone like me can read? Even if they're not directly connected to, but would be helpful in future.
Share you thoughts! Thanks!
https://redd.it/1igte2s
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community
How do you handle log noise and event overload in high-volume environments?
Hey everyone, I’m curious about how you manage log overload in fast-growing infrastructures. Between low-priority warnings, duplicate events, and false positives, it can be tough to separate the noise from what actually matters.
Do you use filtering, deduplication, or automation to keep things manageable? What strategies or tools have helped you cut down log bloat while still catching critical alerts?
https://redd.it/1igt4p3
@r_devops
Hey everyone, I’m curious about how you manage log overload in fast-growing infrastructures. Between low-priority warnings, duplicate events, and false positives, it can be tough to separate the noise from what actually matters.
Do you use filtering, deduplication, or automation to keep things manageable? What strategies or tools have helped you cut down log bloat while still catching critical alerts?
https://redd.it/1igt4p3
@r_devops
Reddit
From the devops community on Reddit
Explore this post and more from the devops community