Skip to content

Commit

Permalink
Initial commit for Intel Gaudi Base Operator (#311)
Browse files Browse the repository at this point in the history
* Initial commit for Intel Gaudi Base Operator
Signed-off-by: Rui Zang <[email protected]>
  • Loading branch information
rzang-intel authored Aug 20, 2024
1 parent a1d6d70 commit c2a13d1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ NOTE: Please make sure you configure the appropriate container runtime based on

4. [Install Intel Gaudi device plugin for Kubernetes](https://docs.habana.ai/en/latest/Orchestration/Gaudi_Kubernetes/Device_Plugin_for_Kubernetes.html).

Alternatively, Intel provides a base operator to manage the Gaudi software stack. Please refer to [this file](kubernetes-addons/Intel-Gaudi-Base-Operator/README.md) for details.

## Usages

### Use GenAI Microservices Connector (GMC) to deploy and adjust GenAIExamples
Expand Down
9 changes: 9 additions & 0 deletions kubernetes-addons/Intel-Gaudi-Base-Operator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Intel® Gaudi® Base Operator for Kubernetes

Instead of installing Intel Gaudi software stack (drivers, container runtime, device plugin and etc.) manually, Intel Habana provides the [Intel® Gaudi® Base Operator for Kubernetes](https://docs.habana.ai/en/latest/Orchestration/Gaudi_Kubernetes/Intel_Gaudi_Base_Operator_for_Kubernetes.html) to ease the task.

Intel® Gaudi® Base Operator for Kubernetes automates the management of all necessary Intel Gaudi software components on a Kubernetes cluster. These include drivers, Kubernetes device plugin, container runtime, feature discovery, and monitoring tools.

[Here](https://docs.habana.ai/en/latest/Support_Matrix/Support_Matrix.html#support-matrix) is the support matrix for Kubernetes versions.

For more detailded information and steps to proceed, please refer to the [Intel® Gaudi® Base Operator for Kubernetes](https://docs.habana.ai/en/latest/Orchestration/Gaudi_Kubernetes/Intel_Gaudi_Base_Operator_for_Kubernetes.html) manual page.

0 comments on commit c2a13d1

Please sign in to comment.