Day-01 #90DaysOfDevOps

Day-01 #90DaysOfDevOps

Understanding what is DevOps:-

  1. Let's understand the DevOps concepts what exactly is this and why/how is it useful and demanding in the current market As Earliest the SDLC (Software Development Life Cycle) followed the Waterfall methodology which is time-consuming before deploying the code developer testing the code with the tester in pre-prod, UAT etc after all the testing code deployed into production which is not working on the client machine then again need to do the whole process which is again time-consuming.

    To overcome this issue DevOps came into the picture where Dev(developer)+ Ops(Operations) teams working together with multi skills and share the daily work details on daily stand-up/scrum calls so the issue will be solved within the same time instead of facing the issues after deployment. if we follow this methodology it will lessen the chances of errors/mistakes. using DevOps methodology organizations can increase the delivery of applications and services at a faster pace and improve product quality more than the traditional way.

    What are Automation, Scaling, and Infrastructure:-

    1. Automation:- this is a process where we can automate the manual task and process in development and delivery. In this process, we can include tasks i.g. building, operation manual tasks and deployment of code. automation tools can perform these task automatically which reduce the time and efforts of developer and operation teams.

    2. Scaling:- to meet the user-raised issues/demand we can follow the scaling process where we can increase the capacity of software systems here we can include the number of servers to be increased and resources to handle the work of applications.

    3. Infrastructure:- this is the idea of managing infrastructure with the help of automation and configuration tools. The infrastructure where we have to include the storage, Database servers, networking and resources that are required. this is a process where we can automate the manual task and process in development and delivery. In this process, we can include tasks i.g. building, operation manual tasks and deployment of code. automation tools can perform these task automatically which reduce the time and efforts of developer and operation teams.

      Why DevOps is Important:-

      DevOps helps the organization to achieve the below goals:-

      1)Timely Delivery:-

      DevOps is important because it delivers the product on time in the correct manner and with chances of less error as all the teams work together. as it improved the procedures, automation, and release planning.

      2)Work As One Team:-

      Under DevOps culture, many teams work together which helps to organization as well as individual goals. Which emphasizes ownership and accountability. developer and operation work together share responsibilities and combine their workflows.

      3)Reliability:-

      All the process development, deployment and other process become reliable and have less chance of error. The practice of monitoring helps performance in real-time.