Skip to main content

Concepts

This section explains the fundamental concepts of Bunker and the principles that guide our architecture.

Why this section?

Understanding the underlying concepts allows you to:

  • Make better architectural decisions
  • Anticipate system behavior
  • Debug more effectively

Platform Architecture

Main Components

User Interface

Backend

Guiding Principles

1. Digital Sovereignty

Your data stays in Europe, under European jurisdiction. We don't use any American cloud service for storing or processing your data.

2. Transparency

Our infrastructure is based on open source technologies. You can audit the code and understand exactly how your data is processed.

3. Simplicity

A clear interface and a consistent API. No unnecessary complexity, no vendor lock-in.

4. Performance

Infrastructure optimized for low latency from Europe.

Technologies Used

LayerTechnology
APIgRPC + Protocol Buffers
BackendRust
DatabasePostgreSQL
FrontendReact + TypeScript
VirtualizationProxmox VE (KVM)
StorageCeph
AuthenticationOpenID Connect

Next Steps

Start with the Console to understand the user interface, then explore the Control Plane to understand the API.