-
Notifications
You must be signed in to change notification settings - Fork 14
Arlon 0.9.0 UX
CxJ edited this page Jun 8, 2022
·
6 revisions
To build on the prototype Arlon is now working towards a more user friendly and scalable tool. The prototype has the following limitations:
- A user must build a cluster, and then install and configure ArgoCD, CAPI and Arlon
- The user must manually build the CLI for their desktop OS
- The user must install ArgoCD CLI and connect to ArgoCD
- The CLI leverages the users current Kubectl Context
- The CLI leverages the users current argoCD CLI
- The user needs to manually extract a secret to connect Arlon Controller to ArgoCD
- The user must log into ArgoCD every 24 hours otherwise Arlon fails to execute its commands
- The user must setup the following local environment variables:
- ${ARLON_REPO}: where the arlon repo is locally checked out
- ${WORKSPACE_REPO}: where the workspace repo is locally checked out
- ${WORKSPACE_REPO_URL}: the workspace repo's git URL. It typically looks like https://github.com/${username}/${reponame}.git
- Arlon stores ClusterSpecs and bundles inside the K8s cluster breaking the GitOps paradigm
- Arlon only supports a subset of ClusterAPI configurations, significantly impacting its viability.
The future Arlon experience must enable the following user experience
- All ClusterSpec, bundles and profiles need to be stored in Git
- The User should not need to build/compile the CLI. It should be available via popular package managers such Brew
- Users should be able to use Arlon to bootstrap/setup their management cluster such that they don't need to install ArgoCD, Arlon and ClusterAPI
- Git for storing ClusterSpec, Bundles, Profiles: Arlon should connect to Git and read a list of repositories from the users Git and allow them to select or enter any repository that is then used as the repo where ClusterSpec, Bundles and Profiles are written
5.Git for writing a Clusters' running objects: Arlon should connect to Git and read a list of repositories from the users Git and allow them to select or enter any repository that is then used as the repo where each created or imported cluster's own ClusterSpec, Bundles and Profiles are written for use at runtime. (this is primarily required for Cloned Clusters)