Easy steps to install kubectx package on Mac
Package Information:
Application Name – kubectx
What is kubectx – Not Available for kubectx
Use of kubectx – Tool that can switch between kubectl contexts easily and create aliases
URL – https://github.com/ahmetb/kubectx
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install kubectx using brew
brew install kubectx
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
kubectx is ready to use now!