#90 Days of DevOps

Sharmabhagya
1 min readAug 9, 2023

--

Day 01 with Shubham Londhe

What is DevOps?
DevOps is a methodology which Involves practices to bridge the gap of Dev and ops team by using Open source automation build tools.
formal defination : “DevOps is the union of people, process, and products to enable continuous delivery of value to our end users.”

  • What is Automation, Scaling, Infrastructure ?
    > Automation
    is the use of technology to perform tasks with reduced human assistance. Automation helps you accelerate processes and scale environments, as well as build continuous integration, continuous delivery, and continuous deployment (CI/CD) workflows.
    > Scaling means the system can expand automatically during a high workload and shrink back when the needs are reduced to normal. A successfully scaled DevOps promotes mutual collaboration among teams, reduced bottlenecks in deliveries, faster feedback cycles, and resilient product updates.
    >
    Infrastructure as Code (IaC) is the managing and provisioning of infrastructure through code instead of through manual processes.
  • Why DevOps is Important ?

The main goal of DEVOPS is to shorten cycle time. Start with the release pipeline. How long does it take to deploy a change of one line of code or configuration.

--

--