Skip to content

Commit

Permalink
Update docs/deployment-operations/deployment.md
Browse files Browse the repository at this point in the history
Co-authored-by: Giselle van Dongen <[email protected]>
  • Loading branch information
slinkydeveloper and gvdongen authored Jul 12, 2023
1 parent 0c86f4c commit d017cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment-operations/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ L7 load balancing is not needed when there is only one pod, so it's acceptable t

### Knative

Knative is a good match to deploy service endpoints, as it automatically configures an L7 load balancer and autoscales to zero endpoints for which there are no in-flight invocations. There is no special requirements to deploy a service endpoint container with Knative:
Restate supports Knative services. Knative allows scaling to zero when there are no in-flight invocations and automatically configures an L7 load balancer. There are no special requirements to deploy a service endpoint container with Knative:

```shell
$ kn service create service-name --port h2c:8080 --image path.to/yourrepo:yourtag
Expand Down

0 comments on commit d017cdc

Please sign in to comment.