How to install kubernetes with kubeadm on ubuntu
Kubernetes is a container orchestration system that manages containers at scale. It was initially developed by Google based on its experience running containers in production. Read More
Kubernetes is a container orchestration system that manages containers at scale. It was initially developed by Google based on its experience running containers in production. Read More
In this tutorial, I will show you how to install Python 3.7.0 on Mac. Python 3.7.0 is the newest major release of the Python language, and Read More
In this tutorial, I will show you how to Dockerize Node js app. Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine. Docker Read More
Install teamcity agent on ubuntu 18.04 In this, we will learn how to install teamcity agent on Ubuntu. There are two ways to install agents Read More
How to Dockerize Bash Script In this tutorial, I will show you how to Dockerize Bash Script. Dockerizing an app is the easiest way to Read More
How to Dockerize go web app In this tutorial I will show you how to dockerize go web app. Go (often referred to as golang) is a programming language created Read More
Shell script to create swap file on linux A Simple Shell script to create swap on linux. Most of the times on server we need Read More
Capistrano Rollback In this tutorial we will see how we can rollback Capistrano deployment or Capistrano Rollback. Capistrano is a framework for building automated deployment Read More
Create EC2 instance with Ansible In this tutorial I will show you simple Ansible playbook to create EC2 instance with Ansible. Ansible is a radically Read More
Notification on slack after completion of Ansible In this post I will show you how to configure slack notification from Ansible. There is a time Read More