Introduction In the realm of service management and reliability engineering, three acronyms often take center stage: SLAs, SLOs, and SLIs. Understanding these terms and their interplay is crucial for organizations striving to deliver reliable and high-performing services. This blog post…
The complete flow of scheduling a POD in Kubernetes – short note
Demystifying Kubernetes Pod Scheduling: A Comprehensive Flow Introduction Embarking on a journey into Kubernetes pod scheduling is not merely about grasping the surface concepts but delving into the intricate internals that make the orchestration magic happen. In this article, we…
Fetch Kubernetes node details for quick analysis of your worker nodes
What we are discussing in this blog? Though seemingly minor, leveraging the kubectl CLI can be a game-changer for troubleshooting or comprehending worker configurations on AWS without the need to log into the console. This powerful tool allows you to…
What is a Linux container?
Introduction to Linux Containerization Containerization, at its core, is a technology that empowers the isolation of processes, allowing applications and services to run independently from one another. It involves executing your applications within isolated environments known as containers, each originating…
Advantages of Prometheus monitoring tool
This is the second post on Prometheus and I will try to list out the Advantages of Prometheus over other monitoring tools. In the previous article, we discussed about different methodologies using in modern world and a quick introduction to…
Kubernetes CNI, short explanations
We are familiar about the Kubernetes (k8s) orchestration tool. Kubernetes is one of the most popular orchestration tool that currently use to deploy containerised workloads. K8s clusters can scale from single node to thousands os nodes. Wide verities of Kubernetes…
Monitoring Kubernetes cluster using Prometheus and Grafana
Prometheus is really trending. It is the second largest project in CNCF. It’s much familiar because of its wide use cases and the simplicity in operations. We have one sub category for the Prometheus, if you guys are interested please…