File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,10 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
5
5
## ** Prerequisites**
6
6
- Envoy Gateway [ v1.3.0] ( https://gateway.envoyproxy.io/docs/install/install-yaml/#install-with-yaml ) or higher
7
7
- 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).
9
9
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.
10
12
11
13
## ** Steps**
12
14
You can’t perform that action at this time.
0 commit comments