Skip to content

replicatedhq/replicated-cluster-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Replicated Cluster Marketplace

Reference implementations for deploying Replicated Embedded Cluster applications through AWS, GCP, and Azure cloud marketplaces.

Repository Structure

Packer automation to create cloud images (AMIs for AWS, Compute Images for GCP, OVAs for vSphere, Shared Compute Gallery image for Azure) with your Replicated application pre-installed for air-gapped marketplace deployments.

CloudFormation + Lambda example for AWS Marketplace with automated customer licensing. Based on production SlackerNews deployment. Single-node architecture.

Terraform module with GCP Marketplace metadata for Blueprint submission. Supports single-node and multi-node HA deployments with Secret Manager integration.

Bicep templates with Azure Portal UI definition for Azure Marketplace Application offers. Multi-node support with load balancer and Key Vault integration.

Getting Started

Prerequisites

  1. Replicated Account at vendor.replicated.com
  2. Cloud Provider Access (AWS, GCP, or Azure credentials)
  3. Tools: Packer, Terraform/Azure CLI, make, jq, yq

Basic Workflow

# 1. Build your cloud image
cd embedded-cluster-image
# Follow instructions in embedded-cluster-image/README.md
make ami:your-app/stable    # or gcp:your-app/stable

# 2. Deploy marketplace infrastructure
cd ../aws  # or gcp, azure
# Follow platform-specific README instructions

Platform Comparison

Feature AWS GCP Azure
Sample App SlackerNews (production) marketplace-example (placeholder) APPLICATION (placeholder)
IaC Tool CloudFormation + Terraform Terraform Bicep
Licensing ✅ Automated (Lambda + SNS) Manual Manual
Multi-node ❌ Single-node only ✅ HA + Workers ✅ HA + Workers
Image Builder ✅ Packer ✅ Packer ✅ Packer
Marketplace Status Production reference Blueprint-ready UI definition ready

Marketplace Submission

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •