Get Kubefirst

Prerequisite: Have Homebrew installed.
1. Copy the following command lines:
click to copy:
brew install kubefirst/tools/kubefirst
kubefirst local
[copied to clipboard]
2. Then: Get Started
Prerequisites: Have Homebrew installed + have an AWS account with a new hosted zone in route53 that’s been configured to receive traffic in your domain registrar.
1. Copy the following command lines:
click to copy:
brew install kubefirst/tools/kubefirst

export KUBEFIRST_GITHUB_AUTH_TOKEN=your-new-token

kubefirst init \
--admin-email yourname@yourcompany.com \
--cloud aws \
--hosted-zone-name yourdomain.com \
--region us-east-1 \
--profile default \
--github-user your-bot-users-github-username \
--github-owner your-github-organization-name
[copied to clipboard]
kubefirst cluster install
[copied to clipboard]
2. Then: Get Started
Prerequisites: Have Homebrew installed + have an AWS account with a new hosted zone in route53 that’s been configured to receive traffic in your domain registrar.
1. Copy the following command lines:
click to copy:
brew install kubefirst/tools/kubefirst

kubefirst init \
--admin-email yourname@yourcompany.com \
--cloud aws \
--hosted-zone-name yourdomain.com \
--region us-east-1 \
--profile default \
--git-provider gitlab
[copied to clipboard]
kubefirst cluster install
[copied to clipboard]
2. Then: Get Started
Copy the following command lines:
click to copy:
brew upgrade kubefirst
[copied to clipboard]
If you don’t want to use Homebrew on macOS, or are using another operating system, please follow the instructions in the documentation.