We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9577cc commit 815de45Copy full SHA for 815de45
site-src/guides/index.md
@@ -13,13 +13,15 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
13
14
## **Prerequisites**
15
16
-A cluster with:
+* A cluster with:
17
+
18
- Support for services of type `LoadBalancer`. For kind clusters, follow [this guide](https://kind.sigs.k8s.io/docs/user/loadbalancer)
19
to get services of type LoadBalancer working.
20
21
- Support for [sidecar containers](https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/) (enabled by default since Kubernetes v1.29)
22
to run the model server deployment.
23
-Tooling:
24
+* Tooling:
25
- [Helm](https://helm.sh/docs/intro/install/) installed
26
27
## **Steps**
0 commit comments