kubernetes-cli (kubectl) Package Installation on Mac
About kubernetes-cli : Kubernetes command-line interface!
More Information: https://kubernetes.io/
Learn Kubernetes the easy way – “Kubernetes – From Zero To Hero”
Steps to Install:
- Launch Terminal by pressing
command+space
, typeterminal
and hitEnter
key. - Run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install
brew install kubernetes-cli
Done! Now you can use kubernetes cli.
Kubernetes (K8s) is an open-source system for automating deployment, scaling, and management of containerized applications.
It groups containers that make up an application into logical units for easy management and discovery.
Here a very easy video tutorial to understand the basics of kubernetes: