Posts

Showing posts from January, 2021

Roadmap for DevOps Engineer - Level 2

Image
DevOps is truly boom right now and the vast majority of IT companies  and its associates I know are striving to turn into a DevOps specialist and undertaking themselves as DevOps champions in their association.😎 Today I will explain the next level recourses which will help you to become a DevOps Engineer in this year 2021.I am not only helping you how to become DevOps Engineer but also from where to start and when to start. πŸ˜ƒ ✋Before starting this blog I would request to read my previous blog Roadmap for πŸ™€ DevOps Engineer - Level 1 . In previous blog I have explained this on very basic level. My another blogπŸ™€  System admin to DevOps Engineer level 1 is also helpful for you.   In this article I will explain on basis of below important points which you must follow and learn essential skills requires to become DevOps Engineer in 2021 .πŸ’₯ πŸ’₯ Knowledge of Operating System.πŸ’₯ πŸ’₯ Basic Concepts of Application Development.πŸ’₯ πŸ’₯ Continuous Integration and Continuou...

DevOps : Install Jenkins on Amazon Linux 2 Server step by step.

Image
If you have gone through my last article πŸ’₯πŸ™€ Roadmap To DevOps  πŸ’₯πŸ’₯, Here is the first step from where we can start. πŸ˜‹ Install Jenkins On Amazon Linux 2 πŸ‘”I have select the Jenkins as a automation tool to take first step toward DevOps Engineer. I have given the Step by step Installation of Jenkins Installation In this article. In OS I have select the Amazon Linux 2 which is flavour CentOS. You have already guess that Cloud platform is AWS.   πŸ‘‰Step-1: Launch one EC2 instance from AWS console. Open port 8080 in the security group as it is default port of Jenkins. πŸ’₯ πŸ‘‰ Step-2: Update repositories of the instance using the below command: πŸ’₯ sudo yum update -y πŸ‘‰ Step-3: Install java packages. πŸ’₯ sudo yum install java-1.8.0 Note : Remove the oldest version of java if any. πŸ‘‰ Step-4: Add the Jenkins repo: πŸ’₯ sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo πŸ‘‰ Step-5: Import the key file: πŸ’₯ sudo rpm --import https://pkg.jenkins.io/redhat/...

System Administrator to DevOps Engineer Roadmap - Level 1

Image
I am saying roadmap to my article.🚩 Because, If you are a System administrator OR a Cloud administrator , Then this article gives you a proper direction to became a DevOps Engineer in 2021. πŸ’₯ System Admin to DevOps Engineer Now, We need to understand πŸ‘‰ what skills required for this transition πŸ‘ˆ. Followings πŸ‘‡πŸ‘‡are some points which will increase your capabilities to perform as a DevOps Engineer role.πŸ‘‡πŸ˜Ž πŸ‘‰ Coding OR scripting skills πŸ’₯ We all knows the System Admins are not the developers but we should have one of below language to start your carrier as a DevOps Engineer . It will help to automate manual processes such as infra deployment OR application deployments. πŸ’£Python | Shell Script | Ruby | Power Shell πŸ’£ There are many languages which are use to automate the processes such as GO,C,C++,Rust, etc. I recommend, As you belongs to system administration part you need to have knowledge of Linux shell script to manage Linux servers and PowerShell to manage Windows Servers. This i...

Roadmap for Devops Engineer - Level 1

Image
How to become A DevOps Engineer?πŸ™† What are the exact steps to become A DevOps ?πŸ’ If you are also having same questions , Then fear not!!..πŸ˜„ This article will definitely help you in such conditions. Roadmap For DevOps Engineer In this article, I have include Who can become a DevOps?πŸ“Œ  and What knowledge you should have?πŸ“Œ . This will help you to choose correct way from where you are standing now. DevOps is not a tool which automates your Operations , DevOps is philosophy ,The way of thinking how you can automate your operations. Who can become a DevOps Engineer ?πŸ’₯ First , The Developer who is working on his code and also interested in doing some operational tasks. Second , The System Operation guy who can automates his task by using any programming language.   So , Now you can say that we can implement DevOps in our Environment.  If you are A Developer in your field then all you have to understand the concept of CI-CD. You can stick with your programming language...