Installation
Summary
This guide will walk you through installing kubriX in different environments - from quick local demos to production-ready clusters.
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:
-
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
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:
If you’re unsure where to start, try the Kind - it’s the fastest way to get kubriX running locally.
If you run into issues during setup, please see our Troubleshooting Installation Guide for common problems and solutions.
- kind
- Cloud Provider
- Production k8s Cluster
- GitHub Codespaces
You can create a kubriX playground by starting a GitHub Codespace in your browser. With that you have your own kubriX test environment within minutes without any installations on your local machine. We are constantly adding new features to our kubriX playground with GitHub Codespaces, so stay tuned!
With this step-by-step guide kubriX with its default stack gets deployed on your local KinD cluster.
Test a demo stack on a K8s cluster on your preferred cloud provider.
Set up kubriX for productive team use.