Installation Guide for kubectl, oc, git, helm and ansible on MacOS

Install kubectl

  1. Install with Homebrew:
brew install kubectl git openshift-cli ansible

Verify

  1. Verify the installation:
git --version
  1. Verify the installation:
oc version
  1. Verify the installation:
kubectl version
  1. Verify the installation:
ansible --version
  1. Verify the installation:
helm --version
  1. Verify the installation:
keytool