Tuesday, September 14, 2021

Install kubectl on Mac OS | How to install kubectl in MAC OS

Kubernetes uses a command line utility called kubectl for communicating with the cluster API server. It is tool for controlling Kubernetes clusters.  

Kubectl is installable on a variety of Linux platforms, macOS and Windows.

How to install Kubectl in MAC OS

Kubectl can be installed in Mac OS by using Homebrew:

Run the update first and install

brew update && brew install kubectl 
or 
brew install kubernetes-cli

To check the version of Kubernetes CLI

kubectl version --client

=

No comments:

Post a Comment

DevOps & DevSecOps Prerequisites | Get Ready for AI-Enabled DevSecOps Hands-On Labs

  🚀 Get Ready for Your DevSecOps Hands-On Labs Welcome, DevOps Champ! Before starting the hands-on labs in the AI-Enabled DevSecOps Mastery...