Getting Started

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-lint

sshpass

Install the sshpass binary:

brew tap esolitos/ipa
brew install sshpass

kubernetes.core

Upgrade the kubernetes.core collection:

ansible-galaxy collection install -U kubernetes.core

Next

Dive right into the following section: