当前位置: 首页 > 软件库 > 数据库相关 > >

school-of-sre

授权协议 View license
开发语言 Java
所属分类 数据库相关
软件类型 开源软件
地区 不详
投 递 者 李耀
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

School of SRE

Site Reliability Engineers (SREs) sits at the intersection of software engineering and systems engineering. While there are potentially infinite permutations and combinations of how infrastructure and software components can be put together to achieve an objective, focusing on foundational skills allows SREs to work with complex systems and software, regardless of whether these systems are proprietary, 3rd party, open systems, run on cloud/on-prem infrastructure, etc. Particularly important is to gain a deep understanding of how these areas of systems and infrastructure relate to each other and interact with each other. The combination of software and systems engineering skills is rare and is generally built over time with exposure to a wide variety of infrastructure, systems, and software.

SREs bring in engineering practices to keep the site up. Each distributed system is an agglomeration of many components. SREs validate business requirements, convert them to SLAs for each of the components that constitute the distributed system, monitor and measure adherence to SLAs, re-architect or scale out to mitigate or avoid SLA breaches, add these learnings as feedback to new systems or projects and thereby reduce operational toil. Hence SREs play a vital role right from the day 0 design of the system.

In early 2019, we started visiting campuses across India to recruit the best and brightest minds to make sure LinkedIn, and all the services that make up its complex technology stack are always available for everyone. This critical function at LinkedIn falls under the purview of the Site Engineering team and Site Reliability Engineers (SREs) who are Software Engineers, specialized in reliability.

As we continued on this journey we started getting a lot of questions from these campuses on what exactly the site reliability engineering role entails? And, how could someone learn the skills and the disciplines involved to become a successful site reliability 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 onboard new graduate engineers to the Site Engineering team.

There are very few resources out there guiding someone on the basic skill sets one has to acquire as a beginner SRE. Because of the lack of these resources, we felt that individuals have a tough time getting into open positions in the industry. We created the School Of SRE as a starting point for anyone wanting to build their career as an 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 these topics can play an important role in day to day job responsibilities of an SRE. Currently we are covering the following topics under the School Of SRE:

We believe continuous learning will help in acquiring deeper knowledge and competencies in order to expand your skill sets, every module has added references that could be a guide for further learning. Our hope is that by going through these modules we should be able to 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 into the SRE role. We had multiple rounds of successful onboarding experiences with new employees and the course helped them be productive in a very short period of time. This motivated us to open source the content for helping other organizations in onboarding new engineers into the role and provide guidance for aspiring individuals to get into the role. We realize that the initial content we created is just a starting point and we hope that the community can help in the journey of refining and expanding the content. Check out the contributing guide to get started.

 相关资料
  • kids 是学校信息化管理系统。 功能简介: 学校信息化管理系统,架起学校和学生家长之间互动的桥梁。包括PC端和手机端应用。支持多学校管理。 学校管理员可以通过PC端管理学生信息、教师信息、考试科目管理以及考试期次管理。也可以添加校车信息。 班主任或班级教师可以上传学生图片。可以在线编辑考试成绩(自动实时计算总分以及排名)。也可以发布公告。 学生家长可以通过PC端或手机端App查看孩子的班级信息,

  • of

    of / just 函数签名: of(...values, scheduler: Scheduler): Observable 按顺序发出任意数量的值。 示例 示例 1: 发出数字序列 ( StackBlitz | jsBin | jsFiddle ) // RxJS v6+ import { of } from 'rxjs'; // 依次发出提供的任意数量的值 const source = of

  • 创建单个基本类型't'的新向量,其中't'是以下之一:int:long:float:double:byte:short:char或:boolean。 生成的向量通常符合向量的接口,但在内部存储未装箱的值。 语法 (Syntax) 以下是语法。 (vector-of t setofelements) Parameters - 't'是向量元素应该是的类型。 'Setofelements'是向量中包

  • of-admin 基于JFinal 框架开发,整合 spring + shiro + ehcache + freemarker 等框架,目标做更简单、方便、快速、管理平台、不涉及业务。目前版本v1.0 已经发布系统设置相关功能、微信管理、等相关功能。 项目演示 演示地址:https://ofsoft.cn/of-admin 账户:admin 密码:123456 请不要删除里面数据。 文档地址:ht

  • JS for of 循环是 ECMAScript6 中新添加的一个循环方式,与 for in 循环类似,也是普通 for 循环的一种变体。使用 for of 循环可以轻松的遍历数组或者其它可遍历的对象,例如字符串、对象等。 JS for of 循环的语法格式如下: for (variable of iterable) {     // 要执行的代码 } 其中,variable 为一个变量,每次循环

  • 当我更新我的dotNet MVC项目使用微软的v1.0.6时。CodeDom . providers . dotnet compiler platform I出现部署问题,因为roslyn目录不再位于部署的bin目录下。 我在我的项目中有Microsoft. Net的v2.3.1。编译器,除了通过VS2015的管理Nuget包功能更新Microsoft. CodeDom.提供商. DotNetCo