Getting Started
All required local environment settings, installation commands and deployment instructions are performed from a MacOS based computer.
Local Environment
Prior starting the cluster configuration, set the local environment for deployments.
âšī¸
Homebrew is used to install all deployment dependencies.
ansible
Install the ansible binary:
brew install ansible ansible-lintsshpass
Install the sshpass binary:
brew tap esolitos/ipa
brew install sshpasskubernetes.core
Upgrade the kubernetes.core collection:
ansible-galaxy collection install -U kubernetes.coreNext
Dive right into the following section: