Install kubectl on Ubuntu using the apt package manager
A quick guide to help you install the kubectl command on Ubuntu Linux - the official k8s CLI - using the apt package manager to interact with your Kubernetes cluster.
Increase Partitions for a Kafka Topic
Apache Kafka is a popular distributed...
Ubuntu 23.10 Support Ends July 11 – See the Steps to Upgrade
Ubuntu 23.10 support ends on July 11, which means it’s time to upgrade your system to continue receiving important security updates and new features.
The difference between kubectl apply and kubectl create
Understand the differences between kubectl apply and kubectl create in Kubernetes and when to use each for managing k8s resources.
How to Drain a Node in Kubernetes
How to drain a node in Kubernetes and take it offline for maintenance, upgrades or for decommissioning. Easy step-by-step guide.
Describe Kafka Consumer Groups – Command and Steps
Describing Kafka consumers lets you gain valuable insights into the group's state and identify lags or issues.
Understanding and Managing Failed Partitions in Kafka
When Kafka detects any issue with the replication process, it marks the partition as Failed. Let's see how to detect them and take action.
How to delete evicted pods in Kuberenetes
Evicted pods can still consume resources like PVCs, disk space on etcd, IP addresses & ConfigMaps. Let's learn how to delete evicted pods.
10 Essential Kubernetes Interview Questions – Dec 2023
Introduction The job market for Kubernetes...