Akamai CLI Prerequisites
Summary
This document walks through the prerequisites for installing Kubefirst using Akamai with the Kubefirst CLI.
Install Assumptions
Before getting started make sure you are aware of the following:
- We assume that you already have an Akamai account and credentials.
- We assume you have a GitHub organization that is free to use for this installation.
- We are assuming you have never installed Kubefirst or Kubefirst Pro before.
- If you have previously installed Kubefirst or Kubefirst Pro you will need to remove the ~/.k1 folder, the ~/.kubefirst file, and anything related to k3d in Docker for the install to be successful.
- We’re going to use your personal account for GitHub as an admin and associate it with the bot that we use to build automation. This is faster but it also means that if you want to continue beyond just “testing it out” there are additional steps required to establish an independent bot account for the system to use. The bot is yours to run, configure, or remove and we do not store information on our servers.
Prerequisites
Before getting started with this installation there are several things you will need to have set up to successfully complete the installation.
Homebrew
The commands we provide here assume you are using Homebrew.
Kubectl
The instructions below also use kubeclt
. Run the following brew command to install.
brew install kubernetes-cli