Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update docs
  • Loading branch information
deliahu committed Jun 16, 2021
commit c5ebb86cb91a4d1ede288df15777b595291fbabe
4 changes: 4 additions & 0 deletions docs/workloads/async/containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Your API pod can contain multiple containers, only one of which can be listening

The `/mnt` directory is mounted to each container's filesystem, and is shared across all containers.

## Resource requests

Each container in the pod requests its own amount of CPU, memory, GPU, and Inferentia resources. In addition, Cortex's dequeuer sidecar container (which is automatically added to the pod) requests 100m CPU and 100Mi memory.

## Observability

See docs for [logging](../../clusters/observability/logging.md), [metrics](../../clusters/observability/metrics.md), and [alerting](../../clusters/observability/metrics.md).
Expand Down
4 changes: 4 additions & 0 deletions docs/workloads/batch/containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Your API pod can contain multiple containers, only one of which can be listening

The `/mnt` directory is mounted to each container's filesystem, and is shared across all containers.

## Resource requests

Each container in the pod requests its own amount of CPU, memory, GPU, and Inferentia resources. In addition, Cortex's dequeuer sidecar container (which is automatically added to the pod) requests 100m CPU and 100Mi memory.

## Observability

See docs for [logging](../../clusters/observability/logging.md), [metrics](../../clusters/observability/metrics.md), and [alerting](../../clusters/observability/metrics.md).
Expand Down
4 changes: 4 additions & 0 deletions docs/workloads/realtime/containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Your API pod can contain multiple containers, only one of which can be listening

The `/mnt` directory is mounted to each container's file system, and is shared across all containers.

## Resource requests

Each container in the pod requests its own amount of CPU, memory, GPU, and Inferentia resources. In addition, Cortex's proxy sidecar container (which is automatically added to the pod) requests 100m CPU and 100Mi memory.

## Observability

See docs for [logging](../../clusters/observability/logging.md), [metrics](../../clusters/observability/metrics.md), and [alerting](../../clusters/observability/metrics.md).
Expand Down