Tag Archives: Kubernetes

Kubernetes

Kubernetes – Kubectl

By | 07/08/2024

In this post, we will see what Kubectl is and some of the most commonly used Kubectl commands.After an overview of some commands, we will see how to use it for deploying MongoDB and a Mongo-Express on Kubernetes.But first of all: what Kubeclt is?“Kubectl is a command-line interface for running commands against Kubernetes clusters.Whether we… Read More »

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 – 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 »