You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,21 @@ This repository features various labs, tutorials, and other learning materials t
4
4
explore KubeFleet's capabilities and how to integrate KubeFleet with other cloud-native projects in different
5
5
use cases.
6
6
7
-
KubeFleet is a sandbox project of the [Cloud Native Computing Foundation (CNCF)](https://cncf.io/) that
8
-
helps developers manage multiple Kubernetes clusters with ease. See also the
9
-
[KubeFleet repository](https://github.com/kubefleet-dev/kubefleet) for more information.
7
+
KubeFleet is a sandbox project of the [Cloud Native Computing Foundation (CNCF)](https://cncf.io/) that helps developers manage multiple Kubernetes clusters with ease. See the [KubeFleet repository](https://github.com/kubefleet-dev/kubefleet) for more information.
10
8
11
9
## Current projects
12
10
13
11
*[Multi-cluster LLM Inference with KAITO](/multi-cluster-ai-with-kaito)
14
12
15
-
This tutorial showcases how to use KubeFleet with KAITO, a CNCF project that automates the AI/ML model inference
13
+
This tutorial showcases how to use KubeFleet with [KAITO](https://kaito-project.github.io/kaito/docs/), a CNCF project that automates the AI/ML model inference
16
14
or tuning workload in a Kubernetes cluster, to simplify multi-cluster multi-model inference tasks.
17
15
18
16
Specifically, the tutorial uses:
19
17
20
-
* KAITO, for running LLM based inference workloads in Kubernetes clusters;
21
-
* Istio, for connecting clusters in a multi-cluster service mesh;
22
-
* Kubernetes Gateway API with Inference Extension, for enabling self-hosted LLM query traffic;
23
-
* KubeFleet, for managing KAITO, Istio, and Kubernetes Gateway API resources across clusters.
18
+
* KAITO, for running LLM based inference workloads in Kubernetes clusters;
19
+
* Istio, for connecting clusters in a multi-cluster service mesh;
20
+
* Kubernetes Gateway API with Inference Extension, for enabling self-hosted LLM query traffic;
21
+
* KubeFleet, for managing KAITO, Istio, and Kubernetes Gateway API resources across clusters.
24
22
25
23
## Contributing
26
24
@@ -32,8 +30,7 @@ If you have any questions or concerns about the KubeFleet cookbook, any of its h
32
30
please raise a [GitHub issue](https://github.com/kubefleet-dev/cookbook/issues). You may also want to
33
31
[join the discussions](https://github.com/kubefleet-dev/cookbook/discussions).
34
32
33
+
---
34
+
35
35
Copyright The KubeFleet Authors. The Linux Foundation® (TLF) has registered trademarks and uses trademarks.
36
36
For a list of TLF trademarks, see [Trademark Usage](https://www.linuxfoundation.org/trademark-usage/).
37
-
=======
38
-
A collection of various demos, tutorials, and labs for using the KubeFleet project.
0 commit comments