Skip to content
Closed
Show file tree
Hide file tree
Changes from 21 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/book/component-guide/deployers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ Out of the box, ZenML comes with a `local` deployer already part of the default
|------------------------------------|-----------|---------------|------------------------------------------------------------------------------|
| [Local](local.md) | `local` | _built-in_ | This is the default Deployer. It deploys pipelines on your local machine in the form of background processes. Should be used only for running ZenML locally. |
| [Docker](docker.md) | `docker` | Built-in | Deploys pipelines as locally running Docker containers |
| [GCP Cloud Run](gcp-cloud-run.md) | `gcp` | `gcp` | Deploys pipelines to Google Cloud Run for serverless execution |
| [AWS App Runner](aws-app-runner.md) | `aws` | `aws` | Deploys pipelines to AWS App Runner for serverless execution |
| [Kubernetes](kubernetes.md) | `kubernetes` | `kubernetes` | Deploys pipelines to a Kubernetes cluster with customizable services, replicas, and pod settings |
| [GCP Cloud Run](gcp-cloud-run.md) | `gcp` | `gcp` | Deploys pipelines to Google Cloud Run for serverless execution |
| [AWS App Runner](aws-app-runner.md)| `aws` | `aws` | Deploys pipelines to AWS App Runner for serverless execution |

If you would like to see the available flavors of deployers, you can use the command:

Expand Down
Loading
Loading