Get started with your first diagram.

OpsCanvas is a platform that allows software teams to deploy software based on a logical application architecture diagram, an artifact all teams should have. In OpsCanvas, a diagram consists of 3 things:

Private services these are the services created by your team, packaged as docker containers, and stored in a private container registry.

Managed services these are metered services from your cloud provider. They can be anything from a managed database to a natural language processing AI.

Public services these are containerized services hosted in a public container registry, for example, Redis on Docker Hub.

The diagram is a directed graph of nodes that represent how these services interact when running. Specifically, the direction of the connections is from the private services you’ve created to the other services included on the diagram.

In this demo, we will show you how to get started with your first diagram.