Skip to content

Commit

Permalink
Prepare reference architecture
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Jan 14, 2025
1 parent 502f647 commit 73b3a88
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
sidebar_label: Cluster design
sidebar_label: Reference architecture
sidebar_position: 30
---

# Cluster design
# Reference architecture

:::info

Expand All @@ -13,12 +13,24 @@ and have been published under the Apache Licence 2.0.

:::

## Compute architecture
## Manager architecture

## Control architecture

## Control plane architecture
## Compute architecture

## Storage architecture

## Network architecture

## Routing architecture

## Firewall architecture

## Loadbalancer architecture

## Logging architecture

## Monitoring architecture

## Identity architecture
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
sidebar_label: Hardware Bill of Materials
sidebar_label: Bill of Materials
sidebar_position: 50
---

# Hardware Bill of Materials
# Bill of Materials

:::info

Expand Down
36 changes: 21 additions & 15 deletions docs/guides/concept-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,30 @@ sidebar_position: 10
* [Monitoring Plane](./layers#monitoring-plane)
* [Network Plane](./layers#network-plane)

## Cluster design

* [Compute architecture](./design#compute-architecture)
* [Storage architecture](./design#storage-architecture)
* [Network architecture](./design#network-architecture)
* [Identity architecture](./design#identity-architecture)
* [Control plane architecture](./design#control-plane-architecture)
## Reference architecture

* [Manager architecture](./architecture#manager-architexture)
* [Control architecture](./architecture#control-architecture)
* [Compute architecture](./architecture#compute-architecture)
* [Storage architecture](./architecture#storage-architecture)
* [Network architecture](./architecture#network-architecture)
* [Routing architecture](./architecture#routing-architecture)
* [Firewall architecture](./architecture#firewall-architecture)
* [Loadbalancer architecture](./architecture#loadbalancer-architecture)
* [Logging architecture](./architecture#logging-architecture)
* [Monitoring architecture](./architecture#monitoring-architecture)
* [Identity architecture](./architecture#identity-architecture)

## Use cases

* [Hyper-converged infrastructure (HCI)](./use-cases#hyper-converged-infrastructure-hci)

## Hardware Bill of Materials
## Bill of Materials

* [Control nodes](./hardware-bom#control-nodes)
* [Compute nodes](./hardware-bom#compute-nodes)
* [Storage nodes](./hardware-bom#storage-nodes)
* [Network nodes](./hardware-bom#network-nodes)
* [Manager nodes](./hardware-bom#manager-nodes)
* [Switches](./hardware-bom#switches)
* [Network interface cards](./hardware-bom#network-interface-cards)
* [Control nodes](./bom#control-nodes)
* [Compute nodes](./bom#compute-nodes)
* [Storage nodes](./bom#storage-nodes)
* [Network nodes](./bom#network-nodes)
* [Manager nodes](./bom#manager-nodes)
* [Switches](./bom#switches)
* [Network interface cards](./bom#network-interface-cards)

0 comments on commit 73b3a88

Please sign in to comment.