This document provides a high level overview of Diginext's architecture.****
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>
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>
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.
Examples:
dx login http://localhost:6969
dx login http://<workspace>.diginext.site
(replace <workspace>
with yours, you can get this domain by create new workspace on my website - https://diginext.site)Below is what happens in the background: