Skip to content

What is Minikube in Kubernetes?

A warm Hello to all the readers! Minikube is a command line interface tool in Kubernetes stack that creates a VM on your local system and also deploys a minimal single node Kubernetes cluster. Minikube is written in Golang. To confirm about it, we can run following command on Linux/Unix systems. This CLI tool allows Continue reading “What is Minikube in Kubernetes?”

What is Kubectl in Kubernetes?

A warm Hello to all the readers! Today I am going to write about another component of Kubernetes. I was learning what is the role of Kubectl in K8s. Kubectl is another command line interface tool just like Minikube. It is a CLI tool that interacts with Kubernetes cluster via Kubernetes API. It is used Continue reading “What is Kubectl in Kubernetes?”

Understand What is Kubernetes

A warm Hello to all the readers! I have been learning Kubernetes and would like to pen down my knowledge. Will begin to explain what exactly is Kubernetes, what’s the purpose. What is Kubernetes? Kubernetes is an open source platform to manage containers. It is a framework to run distributed systems resiliently. It performs following Continue reading “Understand What is Kubernetes”