Skip to content

Commit

Permalink
Document binary artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Jan 2, 2024
1 parent 9e5bb9b commit 66d3a4b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/restate/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ description: "Deploy Restate on Kubernetes with this guide."
---

# Deployment
Restate is currently a single binary that contains everything you need. You can obtain the binary from the

Check notice on line 7 in docs/restate/deployment.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/restate/deployment.md#L7

[write-good.E-Prime] Try to avoid using 'is'.
Raw output
{"message": "[write-good.E-Prime] Try to avoid using 'is'.", "location": {"path": "docs/restate/deployment.md", "range": {"start": {"line": 7, "column": 9}}}, "severity": "INFO"}

Check warning on line 7 in docs/restate/deployment.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/restate/deployment.md#L7

[write-good.Weasel] 'currently' is a weasel word!
Raw output
{"message": "[write-good.Weasel] 'currently' is a weasel word!", "location": {"path": "docs/restate/deployment.md", "range": {"start": {"line": 7, "column": 12}}}, "severity": "WARNING"}

Check warning on line 7 in docs/restate/deployment.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/restate/deployment.md#L7

[write-good.TooWordy] 'obtain' is too wordy.
Raw output
{"message": "[write-good.TooWordy] 'obtain' is too wordy.", "location": {"path": "docs/restate/deployment.md", "range": {"start": {"line": 7, "column": 81}}}, "severity": "WARNING"}
[releases page](https://github.com/restatedev/restate/releases), as part of a
[Docker image](https://hub.docker.com/r/restatedev/restate), or with `npm install @restatedev/restate-server`.

Restate is currently a single binary that contains everything you need.
It exposes three services by default, each on different ports:
The binary exposes three services by default, each on different ports:

| Name | Port | Description | Protocol |
|----------|------|--------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------|
Expand Down

0 comments on commit 66d3a4b

Please sign in to comment.