Docker Compose Tutorials: Collection & Example of Docker Compose Program

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Docker Tutorials: Image – Creating a docker image using scratch

You can use Docker’s reserved, minimal image, scratch, as a starting point for building containers. Using the scratch “image” signals to the build process that you want the next command in the Dockerfile to be…

Read more »

Docker Tutorials: Image – Creating Docker Image Step by Step

Setting up the prerequisites Listing images on the host If you do not have ubuntu:14.04 images, please download it using following commands. Verify the ubuntu:14.0 image by running the following…

Read more »

Docker Tutorials: Image – Dockerfile to Build a Fedora Container

The administrator may decide that building interactively is tedious and error-prone. Instead the administrator could create a Dockerfile that layers on the Apache Web server and the web site content…

Read more »

Docker Tutorials: Differences between a VM image and a Docker image?

These are some differences between a docker and a VM image which I could list out: 1. Snapshot process is faster in Docker than VMs We generally start with a…

Read more »

Docker Tutorials: Where is the Docker daemon log

It depends on your OS. Here are the few locations, with commands for few Operating Systems: Ubuntu – /var/log/upstart/docker.log Boot2Docker – /var/log/docker.log Debian GNU/Linux – /var/log/daemon.log CentOS – /var/log/daemon.log | grep docker CoreOS – journalctl…

Read more »

Docker Tutorials: How is Docker different from a virtual machine?

Through this post we are going to draw some lines of differences between VMs and LXCs. Lets first define them. VM:A virtual machine emulates a physical computing environment, but requests…

Read more »

Docker Tutorials: What is Docker?

Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Docker is a platform for developers and sysadmins to develop, ship, and run…

Read more »

Docker Tutorials: Difference between docker attach and docker exec

Attach The docker attach command allows you to attach to a running container using the container’s ID or name, either to view its ongoing output or to control it interactively….

Read more »

Docker Tutorials: docker events commands & examples

Docker Events Types? Docker containers will report the following events:attach, commit, copy, create, destroy, detach, die, exec_create, exec_detach, exec_start, export, kill, oom, pause, rename, resize, restart, start, stop, top, unpause,…

Read more »

Docker Tutorials: Docker Architecture and How it works?

Docker architecture consists of several components that work together to provide a platform for building, shipping, and running containers. These components include: In summary, Docker architecture consists of several components,…

Read more »

Docker Tutorials: Networking – Commands and Example

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Docker Machine Tutorials: Commands and Example

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Appdyanmics Demo Video Tutorials

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Elastic Demo Video – Elasticsearch – ELK

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Datadog Assignment & Project

Question of Datadog Agents Write down post on www.debug.school for the following questions… Question of Infra Monitoring Question of Log Analysis Preparation Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing…

Read more »

How to upload Package to Nexus using jenkins Pipeline

https://support.sonatype.com/hc/en-us/articles/227256688-How-do-I-configure-the-Nexus-Jenkins-Plugin Scripted Pipeline Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read more »

How to display selenium html report using jenkins pipeline?

Step 1 – Install seleniumhtmlreport https://plugins.jenkins.io/seleniumhtmlreport/ Step 2 – Use following code Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share…

Read more »

MySQL Commands & Query Cheatsheet Example

List All Users in a MySQL Database Server Are you looking for the MySQL SHOW USERS command? Unfortunately, MySQL does not have the SHOW USERS command like SHOW DATABASES, SHOW…

Read more »

Datadog Tutorials: Datadog Agent integration with mysql databases?

How to setup Datadog Agent integration with mysql to collect many metrics from MySQL databases? The Datadog Agent can collect many metrics from MySQL databases, including (but not limited to):…

Read more »

AWS Assignment

Part – 1: General AWS Assignment: Computing AWS Lab & Exercise: VPC – Virtual Private Cloud Assignment AWS Cloudformation Lab and Assignment AWS Storage Write an answer for debug.school for…

Read more »

Jenkins Tutorials: Scripted Pipeline jenkinsfile example

Pipeline: Basic Steps catchError: Catch error and set build result to failure deleteDir: Recursively delete the current directory from the workspace dir: Change current directory echo: Print Message error: Error…

Read more »

Master in Software Engineering Curriculum

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Time Series Database Introduction

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Time Series Databases and InfluxDB

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Service Mesh Dummies

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Maven Tutorials: Maven Lifecycle, Phases & Goal

What is Lifecycle? A life cycle is a series of stages a living thing goes through during its life. All plants and animals go through life cycles. It is helpful…

Read more »

System Design Tutorials: Choose Azure Compute Services

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

XL Release Tutorials: Pattern and deliveries in XL Release

Patterns Patterns in XL Release is like a template but for Delivery. What is Deliveries? Deliveries are flows of stages that a set of tracked items must go through. These…

Read more »

Shell Scripting Tutorials: Conditional statatement using if

Conditional Statements: There are total 5 conditional statements which can be used in bash programming if statementif-else statementif..elif..else..fi statement (Else If ladder)if..then..else..if..then..fi..fi..(Nested if)switch statement Here are some useful examples of…

Read more »