Get Kubefirst

Prerequisites: Have Homebrew installed, and Docker.
1. Copy the following command lines:
click to copy:
brew install kubefirst/tools/kubefirst

export GITHUB_TOKEN=xxxxxxxxxxxxxxxxxx

kubefirst k3d create
[copied to clipboard]
2. Then: Get Started
Prerequisites: Have Homebrew installed, and Docker.
1. Copy the following command lines:
click to copy:
brew install kubefirst/tools/kubefirst

export GITLAB_TOKEN=xxxxxxxxxxxxxxxxxx

kubefirst k3d create \
  --git-provider gitlab \
  --alerts-email yourdistro@yourcompany.com \
  --gitlab-group your-gitlab-group \
  --cluster-name kubefirst
[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 GITHUB_TOKEN=xxxxxxxxxxxxxxxxxx

kubefirst aws create \
  --alerts-email yourdistro@yourcompany.com \
  --domain-name yourcompany.com \
  --github-org your-github-org \
  --cluster-name kubefirst
[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 GITLAB_TOKEN=xxxxxxxxxxxxxxxxxx

kubefirst aws create \
  --git-provider gitlab \
  --alerts-email yourdistro@yourcompany.com \
  --domain-name yourcompany.com \
  --gitlab-group your-gitlab-group \
  --cluster-name kubefirst
[copied to clipboard]
2. Then: Get Started
Prerequisites: Have Homebrew installed + have a Civo account with a DNS 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 CIVO_TOKEN=xxxxxxxxxxxxxxxxxx
export GITHUB_TOKEN=xxxxxxxxxxxxxxxxxx

kubefirst civo create\
  --alerts-email yourdistro@yourcompany.com \
  --domain-name yourcompany.com \
  --github-org your-github-org \
  --cluster-name kubefirst
[copied to clipboard]
2. Then: Get Started
Prerequisites: Have Homebrew installed + have a Civo account with a DNS 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 CIVO_TOKEN=xxxxxxxxxxxxxxxxxx
export GITLAB_TOKEN=xxxxxxxxxxxxxxxxxx

kubefirst civo create \
  --git-provider gitlab \
  --alerts-email yourdistro@yourcompany.com \
  --domain-name yourcompany.com \
  --gitlab-group your-gitlab-group \
  --cluster-name kubefirst
[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.