Skip to content

Install burrito with static manifests

Requirements

  • Installed kubectl command-line tool.
  • Have a kubeconfig file (default location is ~/.kube/config).

Install burrito

Info

This will install a mono-tenant version of burrito. See the Helm installation method for a multi-tenant-architecture.

kubectl create namespace burrito
kubectl apply -n burrito -f https://raw.githubusercontent.com/padok-team/burrito/main/manifests/install.yaml

This will create a new namespace, burrito, where burrito services will live.

Warning

The installation manifests include ClusterRoleBinding resources that reference burrito namespace. If you are installing burrito into a different namespace then make sure to update the namespace reference.