From f2b3612cf8e8b82e315dea20866f7ef955e43743 Mon Sep 17 00:00:00 2001 From: Lalit Deore Date: Wed, 7 Jan 2026 16:10:20 +0530 Subject: [PATCH] Add deployment options for GCP, AWS, and Azure Added deployment section with cloud marketplace options for Shuffle. --- .github/install-guide.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/install-guide.md b/.github/install-guide.md index 113ac1fc..a6d9b91d 100755 --- a/.github/install-guide.md +++ b/.github/install-guide.md @@ -13,6 +13,20 @@ Installation of Shuffle is currently available for [docker](https://shuffler.io/ This document outlines an introduction environment which is **not** scalable. [Read here](https://shuffler.io/docs/configuration#production_readiness) for information on production readiness and scalability. This also includes system requirements and configurations for **Docker Swarm** or **Kubernetes**. +## Deployment + +Shuffle can be deployed using the following cloud marketplaces: + +- **Google Cloud Platform (GCP)** + Deploy directly from the GCP Marketplace: + 👉 [https://console.cloud.google.com/marketplace/product/shuffle-public/shuffle](https://console.cloud.google.com/marketplace/product/shuffle-public/shuffle) + +- **Amazon Web Services (AWS)** + _Coming soon_ + +- **Microsoft Azure** + _Coming soon_ + # Docker - *nix The Docker setup is the default setup, and is ran with docker compose. This is [NOT a scalable build](https://shuffler.io/docs/configuration#production-readiness) without changes.