From 2af84d9c81c45c82071e01fc8ba8e799bc0a14f3 Mon Sep 17 00:00:00 2001 From: slinkydeveloper Date: Wed, 12 Jul 2023 16:13:01 +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 6d1e3bce..9a57ed93 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 to deploy a Serverless container, leveraging scale to zero and L7 load balancing with ease | +| 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 |