add 'what is the difference between SRE and DevOps' to roadmap FAQ (#6431)

pull/6432/head
dsh 4 months ago committed by GitHub
parent 48a05a0fcf
commit 838d51c5d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      src/data/roadmaps/devops/faqs.astro

@ -23,5 +23,11 @@ export const faqs: FAQType[] = [
'To [become a DevOps Engineer](https://roadmap.sh/devops/how-to-become-devops-engineer), you need to have technical skills in areas such as development, automation, containerization, cloud, CI/CD pipelines etc. Some sample tools and technologies to learn may include any programming language, AWS, Ansible, Terraform, Docker, Kubernetes, Jenkins, Git, and monitoring and logging tools. Gain experience by working on DevOps projects, develop a DevOps mindset, get certified, and apply for DevOps Engineer positions by highlighting your skills and experience in your resume.',
],
},
{
question: 'What is the difference between SRE and DevOps?',
answer: [
'The difference between [DevOps Engineer vs SRE](https://roadmap.sh/devops/devops-vs-sre) lies in focus: DevOps Engineers improve software delivery and infrastructure automation, bridging development and operations, while Site Reliability Engineers (SREs) ensure system reliability and performance, applying software engineering to operations. DevOps emphasizes CI/CD and collaboration, whereas SREs prioritize monitoring, incident response, and scalability.',
],
},
];
---

Loading…
Cancel
Save