Add intro to School of SRE

This commit is contained in:
Kalyanasundaram Somasundaram 2020-11-11 13:35:17 +05:30
parent f078658625
commit 7f91761241
2 changed files with 24 additions and 6 deletions

View File

@ -1 +1,19 @@
Hello, World!!!
# School of SRE
Early 2019, we started visiting campuses to recruit the brightest minds to ensure LinkedIn and all the services that it is composed of is always available for everyone. This function at Linkedin falls in the purview of the Site Reliability Engineering team and Site Reliability Engineers ( SRE ) who are Software Engineers who specialize in reliability. SREs apply the principles of computer science and engineering to the design and development of computer systems: generally, large distributed ones. As we continued on this journey we started getting a lot of questions from these campuses on what exactly site engineering roll entails? and, how could someone learn the skills and the disciplines involved to become a successful site engineer? Fast forward a few months, and a few of these campus students had joined LinkedIn either as Interns or as full time engineers to become a part of the Site Engineering team, we also had a few lateral hires who joined our organization who were not from a traditional SRE background. That's when a few of us got together and started to think about how we can on board new new graduate engineers to the site engineering team.
There is a vast amount of resources scattered throughout the web on what are the roles and responsibilities of an SREs, how to monitor site health, handling incidents, maintain SLO/SLI etc. But there are very few resources out there guiding someone on what all basic skill sets one has to acquire as a beginner. Because of the lack of these resources we felt that individuals are having a tough time getting into open positions in the industry. We created School Of SRE as a starting point for anyone wanting to build their career in the role of SRE. In this course we are focusing on building strong foundational skills. The course is structured in a way to provide more real life examples and how learning each of the topics can play a bigger role in your day to day SRE life. Currently we are covering the following topics under the School Of SRE:
- Linux basics
- Git and python
- Linux networking
- Introduction to security concepts
- Relational databases (MySQL)
- NoSQL concepts
- Introduction to BigData
- Network/Web Security
- System Design
We believe continuous learning will help in acquiring deeper knowledge and competencies in order to expand your skill sets, every module has added reference which could be a guide for further learning. Our hope is that by going through these modules we should be able build the essential skills required for a Site Reliability Engineer.
At linkedin we are using this curriculum for onboarding our non-traditional hires and new college grads to the SRE role. We had multiple rounds of successful onboarding experience with the new members and helped them to be productive in a very short period of time. This motivated us to opensource these contents for helping other organisations onboarding new engineers to the role and individuals to get into the role. We realise that the initial content we created is just a starting point and our hope is that the community can help in the journey refining and extending the contents.

View File

@ -7,33 +7,33 @@ nav:
- Working With Branches: git/branches.md
- Github and Hooks: git/github-hooks.md
- Linux Networking:
- Intro: linux_networking/intro.md
- Introduction: linux_networking/intro.md
- DNS: linux_networking/dns.md
- UDP: linux_networking/udp.md
- HTTP: linux_networking/http.md
- TCP: linux_networking/tcp.md
- Routing and Conclusion: linux_networking/ipr.md
- Python and Web:
- Intro: python_web/intro.md
- Introduction: python_web/intro.md
- Some Python Concepts: python_web/python-concepts.md
- Python, Web and Flask: python_web/python-web-flask.md
- The URL Shortening App: python_web/url-shorten-app.md
- SRE Aspects of The App and Conclusion: python_web/sre-conclusion.md
- Systems Design:
- Intro: systems_design/intro.md
- Introduction: systems_design/intro.md
- Scalability: systems_design/scalability.md
- Availability: systems_design/availability.md
- Fault Tolerance: systems_design/fault-tolerance.md
- Conclusion: systems_design/conclusion.md
- Big Data:
- Intro: big_data/intro.md
- Introduction: big_data/intro.md
- Overview of Big Data: big_data/overview.md
- Usage of Big Data techniques: big_data/usage.md
- Evolution of Hadoop: big_data/evolution.md
- Architecture of Hadoop: big_data/architecture.md
- Tasks and conclusion: big_data/tasks.md
- Security:
- Inro: security/intro.md
- Introduction: security/intro.md
- Fundamentals of Security: security/fundamentals.md
- Network Securuty: security/network_security.md
- Threat, Attacks & Defences: security/threats_attacks_defences.md