From 94cb683fc3f6a11a60646bfcbaef65282fcfc7ff Mon Sep 17 00:00:00 2001 From: slinkydeveloper Date: Wed, 12 Jul 2023 16:13:20 +0200 Subject: [PATCH] update --- docs/deployment-operations/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment-operations/deployment.md b/docs/deployment-operations/deployment.md index 9a57ed93..b9578bf2 100644 --- a/docs/deployment-operations/deployment.md +++ b/docs/deployment-operations/deployment.md @@ -129,7 +129,7 @@ Otherwise, some recommended approaches are detailed below: | Infrastructure | Approach | |-----------------|-----------------------------------------------------------------------------------------------------------------------------------| -| Knative | Use knative for autoscaling, scale to zero and the integrated L7 load balancing | +| Knative | Use Knative for autoscaling, scale to zero and the integrated L7 load balancing | | Istio / LinkerD | Ensure sidecar is injected into Restate pod and all service pods | | Cilium | Ensure Cilium is installed with `loadBalancer.l7.backend=envoy`, and annotate service pods with `service.cilium.io/lb-l7=enabled` | | Minikube | For local development it's likely not worth worrying about; see below |