Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(mkdocs): add index.md and make use of relative paths #58

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
11 changes: 11 additions & 0 deletions docs/en/docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Overview

`nos` is the open-source module for running AI workloads on Kubernetes in an optimized way, increasing GPU utilization, cutting down infrastructure costs and improving workloads performance.

Currently, the available features are:

* [Dynamic GPU partitioning](dynamic-gpu-partitioning/overview.md): allow to schedule Pods requesting fractions of GPU. GPU partitioning is performed automatically in real-time based on the Pods pending and running in the cluster, so that Pods can request only the resources that are strictly necessary and GPUs are always fully utilized.

* [Elastic Resource Quota management](elastic-resource-quota/overview.md): increase the number of Pods running on the cluster by allowing namespaces to borrow quotas of reserved resources from other namespaces as long as they are not using them.

![](img/gpu-utilization.png)
4 changes: 2 additions & 2 deletions docs/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ markdown_extensions:

theme:
name: material
logo: /assets/nebuly_logo.png
favicon: /assets/favicon.png
logo: ./assets/nebuly_logo.png
favicon: ./assets/favicon.png
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
Expand Down