CATEGORY

Kubernetes Tutorial

Install Kubernetes on Ubuntu 24.10 [Step-by-Step]

In this tutorial we will share step by step instructions to install Kubernetes on Ubuntu 24.10 using containerd container runtime and Calico CNI. We will be

By admin · 10 min read · Kubernetes Tutorial

How to perform kubernetes health check using probes

Kubernetes performs three layer of health checks using probes. You can use readiness, liveness or startup probes with tcpget, exec and httpget methods.

By admin · 15 min read · Kubernetes Tutorial