Skip to main content

Command Palette

Search for a command to run...

Learning DevOps

Updated
1 min read
Learning DevOps
V

Hello! I'm a student passionate about becoming a Cloud and DevOps Engineer. I have a solid foundation in AWS Cloud, Linux, Docker, and Kubernetes.

Introduction

I am learning DevOps and will be documenting my journey here.

What is DevOps ?

DevOps is the culture that improves the ability to deliver applications in a fast and reliable manner.
By ensuring there is proper automation,
there is a quality that you have to maintain,
and you have to continuously test and monitor the application.

A DevOps engineer is someone who is responsible for the build, test, and deployment of an application, as well as some stages after deployment like monitoring and logging to make sure the application is working fine.

Why DevOps?

To Deliver an application (previously)

  1. Developers will write the code and keep it in Central Repository.

  2. System Administrator will create a server.

  3. and the build and release Engineer will deploy the application in Server.

  4. To deploy the App in Server there must be Application server in the Server and that will be installed by Server Admin.

  5. Tester will look for is application functional, and works as intended.

to deliver application from developers laptop to client there were different teams collaborating and all the tasks were manual the process was taking more time.
to improve this Organizations have move to the concept DevOps.

This is my first day of learning.

More from this blog

Vishal Kerketta

14 posts

Introduction to DevOps