High Availability Framework to adopt for Failure and Disaster Recovery
It is an expert opinion about Business Continuity Planning for IT applications concerning HA (High Availability Framework). This post is sponsored by Kuberneteslab. Kuberneteslab helps startups to manage the horizontal...
Cloud native security tools you should know
Containers are new deployment units for production environments. The adoption of containers is rapidly growing into enterprises. Container security is one of the common concerns. As we heard recent...
Deleting a Network drivers in Kubernetes
In
a Kubernetes cluster network add-ons has to be installed/deployed so that the
hosts/pods in a cluster can communicate with each other. This
doc shall talk about deleting a...
Using Rsyslog to ship the logs over TCP on CentOS
Rsyslog is the one open source tool for log processing. It offers high performance and security. Rsyslog consists following features, Multi-threadingTCP, SSL, TLS, RELPMySQL, PostgreSQL,...
Drain the Kubernetes Node | Explained
Maintenance or abnormal node requires the graceful termination of the pods running on the node. Graceful termination is the operation where pods on the node will...
Creating HA Postgres Setup on CentOS with streaming replication
In this blog we will create the master-slave setup of the postgres using the streaming replication. All below steps are tested with the centos.
Understanding the Kubernetes Pod
A pod is the deployment unit for the Kubernetes. A pod is also having the life cycle just like the process in Linux. Pods are mortal i.e. pods can...
Understand docker run command in 1 minute
This blog post is part of the 1-minute read. If you are the beginner of the docker and just started installing the docker on Linux or Mac. You...
Modern Monitoring with Legacy Systems
There are a lot of tools in the market which can do sufficient monitoring and alert for your application and infrastructure. The growth of containerized platforms helped to have...