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 Kubernetes cluster. The efficiency of applications deployed in a cluster can be further augmented with an event-streaming platform such as Apache Kafka. This in-depth tutorial shows you how to configure a Kafka server on […]

Read more

How to Install a Kubernetes Cluster on CentOS 8

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 – This machine generally acts as the control plane and runs the cluster database and the API server (which the kubectl CLI communicates with). Our 3-node Kubernetes Cluster will look something like this: Installation of Kubernetes […]

Read more

Kubernetes (K8s) Overview

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 put, Kubernetes, or K8s, is a container orchestration system. In other words, when you use K8s, a container based application can be deployed, scaled, and managed automatically. The objective of Kubernetes container […]

Read more