How To Set Up And Run Kafka On Kubernetes
What is Apache Kafka? Kafka is a messaging system that collects and processes extensive amounts of data in real-time, making it a vital integrating component for applications running in a…
A Drink of Technology for the Thirsty Mind
What is Apache Kafka? Kafka is a messaging system that collects and processes extensive amounts of data in real-time, making it a vital integrating component for applications running in a…
duf is one of the fancy Linux disk monitoring utilities written in Golang. It is released under MIT license and It supports Linux, macOS, BSD, and even Windows too. Some…
Logical Architecture Our installation is designed to have the Master-Node controlling the Worker Nodes. At the end of this installation, our logical architecture will look something like this. Master Node…
What is Docker? Before we begin, let’s describe what Docker is. Docker is a set of virtualization tools that allows us to create, test, and deploy containerized applications quickly and…
In order to Connect to O365 (EXO v2) using modern authentication you will need to install and import the EXO v2 module. ***PowerShell needs to have TLS 1.2 enabled in…
Given the importance of Kubernetes in today’s environment, we wanted to give you a “one stop shop” where you can learn any information you may need. What is Kubernetes? Simply…
What is Docker — Introduction to Docker Container TL;DR Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage…
Azure Load Balancer vs Application Gateway in Azure Azure Load Balancer works with traffic at Layer 4, while Application Gateway works with Layer 7 traffic, and specifically with HTTP (including…
Difference between Amazon RDS and Amazon EC2 Relational Databases in AWS TL;DR: Amazon RDS enables you to run a fully featured relational database while offloading database administration. Whereas, for more…
Introduction to AWS VPC Peering TL;DR A VPC Peering connection is a networking connection between two VPCs that enables you to route traffic between them privately (using private IPv4 or…