Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion en/docs/deploy-operate/deploy/aws-azure-gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,5 +279,5 @@ For non-Kubernetes environments (ECS, VM-based), use cloud-native service discov

## What's next

- [Run Locally](../../deploy/self-hosted/run-locally.md) -- Develop and test before deploying
- [Local and VM deployment](../../deploy/self-hosted/local-and-vm-deployment.md) -- Develop and test before deploying
- [Scaling & High Availability](scaling-high-availability.md) -- Configure scaling and resilience
2 changes: 1 addition & 1 deletion en/docs/deploy-operate/deploy/graalvm-native-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,5 @@ Deploy the generated ZIP -- cold start drops from seconds to under 100ms.
## What's next

- [Serverless Deployment](serverless-deployment.md) -- Deploy native images as Lambda functions
- [VM-Based Deployment](vm-based-deployment.md) -- Run native binaries on virtual machines
- [Local and VM deployment](../../deploy/self-hosted/local-and-vm-deployment.md) -- Run native binaries on virtual machines
- [Containerized Deployment](../../deploy/self-hosted/containerized-deployment.md) -- Build minimal container images for Docker, Kubernetes, and OpenShift
247 changes: 0 additions & 247 deletions en/docs/deploy-operate/deploy/vm-based-deployment.md

This file was deleted.

3 changes: 1 addition & 2 deletions en/docs/deploy/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ Once your integration is ready, this section covers everything you need to ship
WSO2 Integrator supports multiple deployment targets. Choose the one that fits your infrastructure:

- **[WSO2 Cloud](./cloud/overview.md)** — Push your project directly from the IDE or the cloud editor to the managed WSO2 Integration Platform. No infrastructure setup required.
- **[Run locally](./self-hosted/run-locally.md)** — Run your integration on your local machine for development or testing.
- **[VM-based deployment](../deploy-operate/deploy/vm-based-deployment.md)** — Deploy to a virtual machine or bare-metal server.
- **[Local and VM deployment](./self-hosted/local-and-vm-deployment.md)** — Run your integration on your local machine for development or testing, or deploy to a virtual machine or bare-metal server.
- **[Containerized Deployment](./self-hosted/containerized-deployment.md)** — Package your integration as a container and deploy it to Docker, Kubernetes, or Red Hat OpenShift.
- **[Serverless deployment](../deploy-operate/deploy/serverless-deployment.md)** — Run integrations as serverless functions.
- **[AWS, Azure, and GCP](../deploy-operate/deploy/aws-azure-gcp.md)** — Deploy to major cloud providers using native services.
Expand Down
Loading
Loading