Local Cluster Deployment of Kubernetes: A Hands-On Project
Prerequisite Installation
Docker
Minikube
After Installing, run
kubectl get nodes
kubectl dashboard
Understanding Minikube
Minikube is an open-source tool designed to help you run Kubernetes locally on your computer. Kubernetes is a powerful ...
sundaram2023.hashnode.dev2 min read