Skip to content

Commit f351141

Browse files
authored
Updates docs for k8s sidecar req (#484)
Signed-off-by: Daneyon Hansen <[email protected]>
1 parent 9861129 commit f351141

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site-src/guides/index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
55
## **Prerequisites**
66
- Envoy Gateway [v1.3.0](https://gateway.envoyproxy.io/docs/install/install-yaml/#install-with-yaml) or higher
77
- A cluster with:
8-
- Support for services of typs `LoadBalancer`. (This can be validated by ensuring your Envoy Gateway is up and running).
8+
- Support for services of typs `LoadBalancer`. (This can be validated by ensuring your Envoy Gateway is up and running).
99
For example, with Kind, you can follow [these steps](https://kind.sigs.k8s.io/docs/user/loadbalancer).
10+
- Support for [sidecar containers](https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/) (enabled by default since Kubernetes v1.29)
11+
to run the model server deployment.
1012

1113
## **Steps**
1214

0 commit comments

Comments
 (0)