Devops Underground

Blogs Related to Development, QA and Devops

  • linkedin
  • Home
  • About
  • Contact Me

Category - Uncategorized

  • Uncategorized

Introduction To AWS Elastic Block Store | Create/Attach Volume | Part 3

February 17, 2020
by Deepak Sood
4 min read

MOUNT DIRECTORY TO A NEW PARTITION As per our requirement that we discussed in the previous article we need to now mount directory /opt/devdata to a new storage size of 5GB. So, to do this, we will have to create a volume...

Continue reading

  • Uncategorized

Introduction To AWS Elastic Block Store | Partitions | Volume Types | Part 2

February 17, 2020
by Deepak Sood
4 min read

In the previous article, we have seen the introduction to AWS Elastic Block Store and also set up our EC2 instance. In this article, we are going to learn some interesting concepts. We will be covering the below...

Continue reading

  • Uncategorized

Introduction To AWS Elastic Block Store |Setup | Part 1

February 17, 2020
by Deepak Sood
4 min read

Amazon Elastic Block Store (Amazon EBS) provides persistent block storage volumes for use with Amazon EC2 instances. Each EBS volume is automatically replicated within its Availability Zone to protect you from the component...

Continue reading

  • Uncategorized

Host Your Sample App In AWS Instance Using EC2

February 17, 2020
by Deepak Sood
4 min read

Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure, resizable compute capacity in the cloud. It allows you to obtain and configure capacity with minimal friction. Amazon EC2 provides developers the...

Continue reading

  • Uncategorized

JENKINS UNDERGROUND – Build Triggers – PART 5

February 6, 2020
by Deepak Sood
2 min read

Build Triggers So far we have been triggering the build using 2 ways: ManuallyBy setting up a downstream job(which has an automatic trigger) Let’s trigger the build remotely Copied the URL The url created...

Continue reading

  • Uncategorized

JENKINS UNDERGROUND – Jenkins Master/Slave | Security – PART 4

February 2, 2020
by Deepak Sood
2 min read

Jenkins Master/Slave Use cases for Master/Slave: Load distributionCross Platform BuildsSoftware Testing Prerequisites for Node are: any OS, network access from master, jdk, user, directory with User ownership, Tools as...

Continue reading

  • Uncategorized

JENKINS UNDERGROUND – Static Code Analysis | Deployment | Pipeline – PART 3

February 2, 2020
by Deepak Sood
2 min read

Static Code Analysis Code Analysis is done to check the vulnerabilities in the code or to check any functional errors before deployment. Code Analysis will reveal the future issues which may arise later on. For different...

Continue reading

  • Uncategorized

Jenkins Underground – Email Notifications | Nexus – Part 2

February 2, 2020
by Deepak Sood
4 min read

Emails are sent via smtp server. Therefore, we need to set the smtp server on our Jenkins in Configure System. In this example I would be using smtp server by gmail. If you are using gmail, you need to disable the captcha and...

Continue reading

  • Uncategorized

Jenkins Underground – Setup | Jobs | Artifacts – Part 1

February 1, 2020
by Deepak Sood
5 min read

Let’s first understand the concept of Continuous Integration before jumping to Jenkins. As we all know that developer would be doing the coding, builds it locally, tests it locally and then pushes the code to Version...

Continue reading

  • Uncategorized

Git Underground- In and Out

February 1, 2020
by Deepak Sood
24 min read

Git is a distributed version-control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of...

Continue reading

Previous 1 … 4 5 6 7 8 Next
Copyright © 2025. Created by Meks. Powered by WordPress.
  • Home
  • About
  • Contact Me
  • linkedin