Skip to content

Commit c5b416f

Browse files
authored
A few minor tidy ups. (#5)
Signed-off-by: Simon Waight <simon.waight@microsoft.com>
1 parent 6fd5669 commit c5b416f

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,21 @@ This repository features various labs, tutorials, and other learning materials t
44
explore KubeFleet's capabilities and how to integrate KubeFleet with other cloud-native projects in different
55
use cases.
66

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.
108

119
## Current projects
1210

1311
* [Multi-cluster LLM Inference with KAITO](/multi-cluster-ai-with-kaito)
1412

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
1614
or tuning workload in a Kubernetes cluster, to simplify multi-cluster multi-model inference tasks.
1715

1816
Specifically, the tutorial uses:
1917

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.
2422

2523
## Contributing
2624

@@ -32,8 +30,7 @@ If you have any questions or concerns about the KubeFleet cookbook, any of its h
3230
please raise a [GitHub issue](https://github.com/kubefleet-dev/cookbook/issues). You may also want to
3331
[join the discussions](https://github.com/kubefleet-dev/cookbook/discussions).
3432

33+
---
34+
3535
Copyright The KubeFleet Authors. The Linux Foundation® (TLF) has registered trademarks and uses trademarks.
3636
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.
39-

0 commit comments

Comments
 (0)