This document provides a high level overview of Diginext's architecture.****

Diagram

dx-architecture.png

Command Line Interface (CLI)

is the developer-friendly tool to help you communicate with the build server and also assists you in daily basis development tasks, such as git and deploy apps, etc.

<aside> ๐Ÿ‘‰ Learn more about dx Command Line Interface (CLI)

</aside>

Diginext Server (or Workspace Dashboard)

is where your app will be built and deployed to the destination clusters, and also is where you manage all of your cloud resources.

<aside> ๐Ÿ‘‰ Learn more about dx Workspace Dashboard

</aside>

Workspace

You can treat it as your organization.

At the highest level, a workspace is a set of development tools and cloud resources, which your organization is managing. These resources can be Kubernetes clusters, git repositories, databases, storage buckets, or whatever else added into the DX ecosystem in the future.

Login to your workspace

Examples:

Below is what happens in the background:

Diginext_LoginAndCreateWorkspace.png

Whatโ€™s next?

Installation