Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/architecture/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This page discusses the high level architecture of a site running NVIDIA Infra C
NICo orchestrates the lifecycle of ["Managed Hosts"](#managed-hosts) and other resources via a set of cooperating control plane services.
These control plane services have to be deployed to a Kubernetes cluster with a size of at least 3 nodes (for high availability).

![NICo Architecture Diagram](../static/nico_arch_diagram.png)
![NICo Architecture Diagram](../static/nico_arch_diagram.svg)

The Kubernetes cluster needs to have a variety of services deployed:
1. [The NICo control plane services](#carbide-control-plane-services). These services are specific to NICo, and must be deployed together in order to allow NICo to manage the lifecycle of hosts.
Expand Down
2 changes: 1 addition & 1 deletion docs/overview/what-is-nico.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ NICo's core responsibilities:

## Architecture overview

![NICo architecture diagram](../static/nico_arch_diagram.png)
![NICo architecture diagram](../static/nico_arch_diagram.svg)

NICo is deployed as a suite of microservices on a Kubernetes cluster co-located in the datacenter it manages. This suite of microservices forms the control plane, known as the **Site Controller**. The Kubernetes cluster requires a minimum of three nodes for high availability, and all NICo control plane services communicate over mTLS/gRPC.

Expand Down
Binary file removed docs/static/nico_arch_diagram.png
Binary file not shown.
1 change: 1 addition & 0 deletions docs/static/nico_arch_diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading