Skip to content

Kuid PreRequisites#

kubectl#

First install kubectl if not already installed

Auto completions for kubectl (optional)#

source <(kubectl completion bash)
alias k=kubectl
complete -o default -F __start_kubectl k
source <(kubectl completion zsh)
alias k=kubectl
complete -F _start_kubectl k

Install Kubernetes (optional)#

To install kuid on a kubernetes cluster we first need to install a kubernetes cluster. Other than the minimum version being v1.291, Kuid has no special requirements on the k8s cluster, so any k8s flavor should work, bearing in mind the minimum version1

First install kind using kind

In this example we install a kind cluster with name kuid.

kind create cluster --name kuid

  1. A minimum kubernetes version of v1.29 is required to support API Priority and Fairness