Overview
Kube Starter Kit is designed to be forked and customized for your organization. This page walks you through the initial repository setup: forking, cloning, and installing development tools.Fork and Clone
1
Create your fork
Fork the repository to your GitHub organization:
- Navigate to the Kube Starter Kit repository
- Click Fork and select your organization as the owner
- Keep the repository name or rename it to match your conventions
2
Clone your fork locally
3
Install mise
The repository uses mise to manage tool versions. Install it first:Then activate mise in your shell (add to your See the mise installation docs for alternative installation methods.
.bashrc or .zshrc for persistence):4
Install development tools
With mise installed, install the project’s tool dependencies:This installs Terramate, Terraform, kubectl, Helm, and other tools at the versions specified in
mise.toml.