Tag Archives: Kubernetes

Kubernetes

Kubernetes – Minikube

By | 24/07/2024

In this post, we will see what Minikube is and how to install it.Minikube is an open-source tool that allows us to run Kubernetes clusters locally. It provides a simple and streamlined way to set up a local Kubernetes environment without needing to manage multiple machines or complex configurations. Minikube essentially creates a single-node Kubernetes… Read More: Kubernetes – Minikube »

Kubernetes – Overview

By | 10/07/2024

In this post, we will see a brief overview of Kubernetes highlight the key components.Kubernetes, often referred to as K8s, is an open-source platform that orchestrates the deployment, scaling, and management of containerized applications. Born out of Google’s experience with running containers in production, Kubernetes has quickly become the gold standard for container orchestration, supported… Read More: Kubernetes – Overview »