Skip to main content

Installation

Summary

This guide will walk you through installing kubriX in different environments - from quick local demos to production-ready clusters.

tip

Whether you’re exploring kubriX for the first time or deploying for team use, you’ll find the right path here.

kubriX is modular by design, so you can start small and scale as your needs grow.


Prerequisites

Before installing kubriX, make sure you have:

  • Kubernetes: v1.26+ (tested on KinD, K3s, EKS, AKS, GKE, and on-prem)

  • Command-line tools:

    • kubectl – Kubernetes CLI
    • docker – Container runtime (for local installs only)
    • kind - create a Kubernetes in Docker (for local installs only)
  • Cluster resources:

    • Minimum: 4 CPU cores, 16 GB RAM, 20 GB storage
    • Recommended for production: 8+ CPU cores, 20 GB+ RAM
  • Network connectivity to pull container images and helm charts from public repositories

INFO

completely air-gapped day-1 installations are not supported yet, but you can customize kubriX on day-2 to support air-gapped environments.


Choose Your Installation Path

There are different possibilities to install kubriX:

tip

If you’re unsure where to start, try the Kind - it’s the fastest way to get kubriX running locally.

Troubleshooting Installation

If you run into issues during setup, please see our Troubleshooting Installation Guide for common problems and solutions.

With this step-by-step guide kubriX with its default stack gets deployed on your local KinD cluster.

Kind