Skip to content
Merged
Changes from all 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
6 changes: 3 additions & 3 deletions docs/admin/executors/deploy_executors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Executors can be deployed in a variety of manners. The supported deployment opti

- [Linux Binary Service](/admin/executors/deploy_executors_binary) ([Firecracker](./firecracker) compatible)
- [Terraform on AWS or GCP](/admin/executors/deploy_executors_terraform) ([Firecracker](./firecracker) compatible)
- (Beta) [Native Kubernetes](/admin/executors/deploy_executors_kubernetes)
- (Beta) [Docker-in-Docker on Kubernetes](/admin/executors/deploy_executors_dind)
- (Beta) [Docker-Compose](/admin/executors/deploy_executors_docker)
- [Native Kubernetes](/admin/executors/deploy_executors_kubernetes)
- [Docker-in-Docker on Kubernetes](/admin/executors/deploy_executors_dind)
- [Docker-Compose](/admin/executors/deploy_executors_docker)

See [deciding which executor deployment method to use ](../executors#deciding-which-executor-deployment-method-to-use) for more information on these different deployment options.

Expand Down
Loading