Jenkins Tutorials: Installing Jenkins on Tomcat

We are going to discuss Installing Jenkins today. We will be focusing on installing it on Tomcat server as a servlet, and tomcat will act as a container for Jenkins….

Read more »

Jenkins Tutorials: Install Jenkins as Docker Container

In the Previous Post we Learned How to install Jenkins as Servlet on Tomcat server. In this post we will try even simple and easy way to run Jenkins on…

Read more »

Jenkins Tutorial: Install Jenkins on Ubuntu

In this tutorial we are going to install Jenkins on Ubuntu operating system. Ubuntu is another debian based operating system – open sourced and highly loved by developer community. Step…

Read more »

AWS Tutorials: EFS Demo – Working with EFS with EC2 instance

Before demo lets first discuss why another storage solution when we already have S3 i.e Simple Storage Service and EBS i.e Elastic Block Store. What EFS i.e Elastic File System…

Read more »

Minikube – Addons

Hi All, This is part 4 of Minikube Series on DevOpsSchool.com. Minikube is feature loaded which gives us liberty to test many of the scenarios, without giving much attention to…

Read more »

Minikube Exposing Kubernetes workload from EC2 Instance.

Part 1 – Step by step guide on MINIKUBE installation on EC2 instance can be found here, Folks in this tutorial we will try to learn how to expose a…

Read more »

Minikube Tutorials: Minikube Installation On EC2

Kubernets’s is a demanding technology and needs lots of hands on and through practise to master it. Luckily we have tools to bootstrap single node cluster on kubernete’s where we…

Read more »

Jenkins Error: Running two Java Versions – Jenkins Problem in Mac OS

Hi Everyone – Today we are going to discuss about how to have two version of Java Development Kit running in MAC OS and how to switch between them. This…

Read more »

AWS – Elastic Container Service (ECS) – Ecosystem

AWS ECS system helps us to capitalise on Docker functionalities. Lets talk about a normal work flow of a docker based application. Developing feature/code – devs will work here on…

Read more »

AWS Virtual Private Cloud (VPC) – Demo

Hi Folks ! , In this tutorial we will be creating our own custom VPC.This VPC will have : Public and Private Subnets Route Table configuration for both subnets NACLS…

Read more »

AWS Virtual Private Cloud (VPC) – Anatomy

Hi ! Folks today we will be touching one of core and important concept in AWS infrastructure named Virtual Private Cloud.VPC is the tech which helped in wide spread AWS…

Read more »

ASG – Auto Scaling Group, Scaling Processes Explained

AWS Auto scaling group (ASG) comes into the picture when we want to have a declarative control and fault tolerant over the infrastructure. By declarative It meant describing how many…

Read more »

EC2 – EBS Volume Demo:

In this tutorial we are going to Explore and setup extra volume to EC2 instance Step 1 – Login to AWS console, launch EC2 launch wizard page. Step 2 –…

Read more »