Easy steps to install kustomize package on Mac
Package Information:
Application Name – kustomize
What is kustomize – Not Available for kustomize
Use of kustomize – Template-free customization of Kubernetes YAML manifests
URL – https://github.com/kubernetes-sigs/kustomize
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 kustomize using brew
brew install kustomize
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
kustomize is ready to use now!