TF assignment for day1 by Aniruddha Laha

Assignment – 1 List of Components of Terraform and explain each components with 1 image Ans : Terraform has two important components: Terraform Core and Terraform Plugins.Terraform Core oversees the reading and interpolation of resource plan executions, resource graphs, state management features and configuration files. Terraform Plugins are responsible for defining resources for specific services. This includes authenticating infrastructure providers and initializing the libraries used to make API calls. Specific to Azure AzureRM: Manage stable Azure resources and functionality such

Read more

Terraform assignment for 4 July 2022- Akhil

1.Harshiorp configuration Language – This is the terraform language in which the code to created or updated 2. Terraform – Make all the code in the single code and with the help of providers it update or create or destroy the API of target environment (AWS,AZURE,GCP,K8S etc) 3. Providers – Its kind of plugin which help the Terraform do the communication with many cloud providers API

Read more

Post test answers (nayakar)

What is SRE? – 3-4 LinesAns. SRE are engineers who work on system monitoring, reliability, design, toil reduction, incident management, deployment and automation in infrastructure task. SRE also work closes with Developers in achieving their tasks. Their focus mostly lies within the client SLOs and automation tools and principles in engineering disciplines in serving those SLOs. 5 Action items to perform to transform from Ops to SREAns. – Collect data which are causing toil reduction and breaching SLAs.– Analyze the

Read more

Q = What is SRE? A = SRE is a software approach to deal with operations, application monitoring, monitoring reliability. SRE main goal is to keep application reliable. SRE works closely with Developers to build reliable softwares. Q = Action items to perform to transform from Ops to SRE A = Work with development teams to build efficient softwares Identify daily tasks Find how it can be automated Write down an automation Q = Top10 SRE tools to be implemented

Read more

Final Assignment – Nikhil

What is SRE? – 3-4 Lines Site Reliability Engineer, takes care of the platform/site reliability and stability. Bridges the gap between development and operations. Manages risk. Leverages automation to reduce toil. Engineering approach to operations. 5 Action items to perform to transform from Ops to SRE. Work closely with product/development team. Break down the silos between product and ops. Automate as much as possible to reduce the toil. Incorporate engineering approach to operations. Being proactive rather than reactive. Set sli’s,

Read more

Final post test – answer – oshien

What is SRE? – 3-4 LinesA – SRE are those who have major focus on monitoring the system stability,tracking the issue/bugs through various tools and fixing them.Creating new systems and automating the development procedures along with other teams.SRE mainly try to build a system with least downtime possible. 5 Action items to perform to transform from Ops to SREA – Work with development teams to build systems/processesAutomate development processDrive SLO from the system observabilityEnhance monitoring to better maintain systemsEstablish processes

Read more

Final Assignment – Shashank

What is SRE? – 3-4 LinesA site reliability engineer (SRE) creates a bridge between development and IT operations by taking on the tasks typically done by operations. Instead, such tasks are given to these types of engineers who use automation tools to solve problems by creating scalable and reliable software systems. 5 Action items to perform to transform from Ops to SREContinuous integration and continuous deliveryMonitoring Incident responseAlerts  Top 10 SRE tools to be implementedMonitoring: such tools include DataDog and GrafanaIncident management/on-call: such as PagerDuty Project

Read more

Day1 – SRE Test – answer – Manish

Write a POST with following contents on BEStdevOpsSchool.com Define SRE in your own Words- 2 Lines To solve the repetitive Operation task by do automation. 2. Define 3-4 bullets points on migrating process of Ops to SRE? First check the SLA for particular task then calculate the frequency of task. After that define the SLO for the task with consideration of SLA. Start working on the task and finish and measure the SLI for success factor. 3. 3 Charactertics to

Read more

day-1-assignment2-nikhil

1. Define SRE in your own Words- 2 Lines Site Reliability Engineer, takes care of the platform/site reliability. Bridges the gap between development and operations. Engineering approach to operations. 2. Define 3-4 bullets points on migrating process of Ops to SRE? Work closely with product/development team. Automate as much as possible to reduce the toil. Incorporate engineering approach to operations. 3. 3 Characteristics to identify Toil in SRE The task is said to be toil if it is: Manual Repetitive

Read more

About SRE – nayakar

Define SRE in your own Words- 2 LinesAns. SRE is an approach to reduce manual work by toil reduction, automate the task which are repetitive. Also involved in managing monitoring stack, incident management and defining SLA/SLOs for applications. Define 3-4 bullet points on migrating process of Ops to SRE?Ans. Understanding and list down the tasks which can be automated Grouping and calculating manual efforts put by members in a month Classifying the time saved and cost factors(if any) involved in

Read more

Assignment2

Define SRE in your own Words- SRE is a software approach to take care of operations and application reliability Define 3-4 bullets points on migrating process of Ops to SRE? Identify daily tasks Work on approaches to solve it Write an automation for it 3 Charactertics to identify Toil in SRE automatable, heavy load, reptitive 1 line explanation of SLI – SLO and SLA SLA – service level agreement SLO – service level objectives SLI – service level indicatorsSLI –

Read more

Day1 – Post test – answer – oshien

Define SRE in your own Words- 2 LinesA – SRE are the ones who involve themselves in every possible aspect of product/service development. They not only do the operations to maintain the stability of the system but work on engineering as well to improve the system performance. Define 3-4 bullets points on migrating process of Ops to SRE?A – Invove in development along with operationsSetup engineer tasks for the operationsTry to reduce toil.Try automation to enable faster development 3 Charactertics

Read more

Day1-Assignment2

Define SRE in your own Words- 2 LinesSRE integrates itself in different phases of a process lifecycle (i.e. Planning, Design, Develop, Implement, Support)Its major funcationality is to automate work, achieve agreed SLAs and manage incidents and post-morterms. Define 3-4 bullets points on migrating process of Ops to SRE?Identify repititive workPlan ToilAutomate the work 3 Charactertics to identify Toil in SREIncreased ProductivityUnwanted Meetings\Discussions 1 line explanation of SLI – SLO and SLASLI – It gives you the metric of your services

Read more

Day 1 – Assignment 2 – Shashank

Write a POST with following contents on BEStdevOpsSchool.com Define SRE in your own Words- 2 LinesAnswer : Is mainly concern about the uptime and reliability of the prod system and mostly works and develop software and automation around it. Define 3-4 bullets points on migrating process of Ops to SRE?Answer : Automate repetitive taskImplement toolingThink as a software developer while solving problem statements. 3 Character tics to identify Toil in SREAnswer :Repetitive manual work.Alerts which comes and go automatically with

Read more

POST answers day 1 – sahil

1. Define SRE in your own Words- 2 Lines Answer:SRE is the team that engages with engineering from design phase till deployment, Owning things like monitoring, alerts, slo sli sla’s and ensuring reliability of production. 2. Define 3-4 bullets points on migrating process of Ops to SRE? Involve from design phase only Automate for toil reduction Code for product stability rather than products Own Engineering tasks 3. 3 Charactertics to identify Toil in SRE Is the task it repetitive Is

Read more

SRE Answers – pretest by Sahil

Q1 – What are the differences between SRE and DevOps? Answer: DevOps is responsible for ensuring the gap between development and production is bridged by writing and deploying code, ensuring seamless transitions from lower to higher environments, and deal with product code stability security and scalability. SRE on the other hand covers more non functional requirements, like is the deployment monitored, do we have alerts in place, are all the protocols being followed while moving the code, and handles any

Read more

Pre-Test(Praveen)

Q1 – What are the differences between SRE and DevOps?SREs role is to understand and learn the environment\business logic for addressing bottlenecks.DevOps role is to take up the challenges\issues brought up by the management like SRE and implement them. Q2 – What SRE team is responsible for?To make sure that there is no impact to the business by reducing the downtime as much as possible. Q3 – What is an error budget?It defines how much errors can we afford for

Read more

SRE Pre-Assessment

Q1 – What are the differences between SRE and DevOps? Ans: Devops is like an interface and SRE implements DevOps Q2 – What SRE team is responsible for? Ans: Monitoring, Automation of Operations. Q3 – What is an error budget? Ans: The amount of errors/downtime that is acceptable. Q4 – What are MTTF (mean time to failure) and MTTR (mean time to repair)? What these metrics help us to evaluate? Ans: MTTF is mean of times between the failure occurrences.MTTR

Read more

Pre-test Solved (Shashank)

Q1 – What are the differences between SRE and DevOps?Answer – DevOps – Development and operation work which is mainly involved in both the phases to reduce time of the over all SDLC.SRE – Is mainly concern about the uptime and relibility of the prod system and mostly works and develop software and automation around it. Q2 – What SRE team is responsible for?Answer : To manage the Uptime of the production systems. Q3 – What is an error budget?Answer

Read more
1 26 27 28 29 30 332