Getting Started with Kubernetes: Deploying a k8s Cluster using Minikube

create local k8s cluster using minikube

Have you heard about Kubernetes and how it can help with container orchestration? It’s an amazing platform, but setting up a Kubernetes cluster can be a daunting task, especially if you’re new to it. Luckily, there are tools available that make it much easier to deploy a local Kubernetes cluster, and Minikube is one of the most popular. In this article, I’ll guide you through the steps to deploy a local Kubernetes cluster using Minikube.

Are Kubernetes and Docker the same?

are k8s and docker same

Kubernetes and Docker are two popular technologies that are often mentioned in the same breath when it comes to containerization and container orchestration. However, despite their close association, Kubernetes and Docker are not the same thing. Understanding the differences between the two is key to making informed decisions about your technology stack and approach to containerization.

How to install Docker in Ubuntu 20.04?

How to install Docker in Ubuntu 20.04?

Docker is a popular containerization platform that allows you to package and deploy applications in a lightweight and portable manner. In this blog, we’ll walk through the process of installing Docker on Ubuntu 20.04.