Documentation
  • Getting Started
  • Creating a Product
    • Products Overview
    • Making a Helm Chart
      • Converting from docker-compose
      • Interpolated Values
      • Image Pull Secrets
      • Cluster Ingress
      • SSL Certificates
    • Setting up the Registry
      • Google Container Registry
  • Deploying a Product
    • Deployments Overview
    • Deploying on AWS
    • Deploying on GCP
    • Deploying on Azure (beta)
  • Debugging
    • GCP Permissions Errors
    • Volume Classes
Powered by GitBook
On this page
  1. Creating a Product

Products Overview

PreviousGetting StartedNextMaking a Helm Chart

Last updated 4 years ago

The pages in this section describe how to create a new product on Metamanagement for deployment to customers. The documentation covers and .

Important Advice

If you’re a vendor getting started with Metamanagement for the first time, we recommend start by walking through the Metamanagement deployment process with all your expected infrastructure, but without your actual containers running on it.

Creating and destroying infrastructure is the most time-intensive part of the Metamanagement workflow, so it’s worth separating the process of validating your Helm Chart’s deployment from infrastructure creation. To speed up this process, we’ve constructed a that spins up a hello world container and makes it publicly accessible.

We also recommend starting by testing GCP. Spinning up and tearing down infrastructure is dramatically faster on GCP than AWS and will save you time as you evaluate Metamanagement.

making a Helm chart
setting up a container registry
simple Helm Chart