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

chore: Remove references to kubeflow #358

Merged
merged 1 commit into from
Oct 27, 2023
Merged
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
5 changes: 3 additions & 2 deletions website/docs/blueprints/ai-ml/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ sidebar_label: Introduction

# AI/ML Platforms on EKS

Running AI/ML platforms on Kubernetes can greatly simplify and automate the deployment, scaling, and management of these complex applications. There are a number of popular tools and technologies that have emerged to support this use case, including **TensorFlow**, **PyTorch** and **KubeFlow**.
Running AI/ML platforms on Kubernetes can greatly simplify and automate the deployment, scaling, and management of these complex applications. There are a number of popular tools and technologies that have emerged to support this use case, including **TensorFlow**, **PyTorch**, **Ray**, **MLFlow**, etc.

These tools make it easy to deploy AI/ML models in a containerized environment, and provide features such as automatic scaling, rolling updates, and self-healing capabilities to ensure high availability and reliability. By leveraging the power of Kubernetes, organizations can focus on building and training their AI/ML models, rather than worrying about the underlying infrastructure.
With its robust ecosystem of tools and support for a wide range of use cases, Kubernetes is becoming an increasingly popular choice for running AI/ML platforms in production.

The following Terraform templates are available to deploy.

* [Ray on EKS](ray.md): This template deploys [RayCluster](https://docs.ray.io/en/latest/cluster/getting-started.html) on EKS.
* [Kubeflow on AWS](kubeflow.md): This template deploys the [Kubeflow on AWS](https://awslabs.github.io/kubeflow-manifests/) distribution on EKS.

* [EMR NVIDIA Spark-RAPIDS](emr-spark-rapids.md): This template deploys the EMR NVIDIA Spark-RAPIDS blueprint with NVIDIA GPU Operator.
79 changes: 0 additions & 79 deletions website/docs/blueprints/ai-ml/kubeflow.md

This file was deleted.

Loading
Loading