Documentation Index
Fetch the complete documentation index at: https://kubestarterkit.com/llms.txt
Use this file to discover all available pages before exploring further.
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
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
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):