kubectl
is Kubernetes command line tool. It allows you to run commands against Kubernetes cluster. kubectl
is gateway to you cluster, allowing you to inspect, create, delete, and manipulate your resources in other ways.
How to Install Minikube
Minikube lets you run Kuberntes locally. It gives you single node cluster inside a virtual machine on your desktop or laptop. This guide will teach you how to install Minikube on Linux machine (Ubuntu).
[Read More]