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:

  1. Launch Terminal by pressing command+space, type terminal and hit Enter key.
  2. Run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. 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: