Posts

Showing posts with the label Linux

Terrform launch aws_instance with existing security group

 Terraform launch aws_instance with existing security group

How to purposely fail your Jenkins job

 How to purposely "failed" your Jenkins job ?

Install Terraform in Amazon Linux 2

How To Install Terraform on Amazon Linux 2? 

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...