8 Container Orchestration Platforms to Know
Container As a Service (CaaS) is growing very rapidly. Enterprises are adopting the containers and including container orchestration for managing containerized applications at scale. Here are...
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...
Monitoring Proxy Server Traffic and Stats : Explained
Usual Architecture: Which Metrics To Monitor and How to do that? Server Stats
SED Command : Search And Replace in file
This is 1m read blog. In this blog we will check how to replace source string with replacement string for file with SED command. Syntax:
Custom Exporter with Prometheus
Prometheus is an excellent tool for collecting the metrics. In the previous article, I have explained the different data type of Prometheus. If you missed it please view this...
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.
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...
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...
Dockerize Simple Python Flask App
Introduction : In this blog, we will concentrate on writing Dockerfile to dockerize the simple hello world python flask app. Prerequisite: