arlon
arlon copied to clipboard
A kubernetes cluster lifecycle management and configuration tool
Today we tag, version, publish binaries, and publish images in a manual way. We need to document and automate as much as possible a release process. Use existing OSS projects...
To help users get started with Arlon we should create an example K8s policy object that demonstrates how Arlon can apply Policies to a cluster. RBAC is a good example...
To help users get started we need a few example bundle apps, cert manager is a good option. This will help users understand how Arlon works Aha! Link: https://pf9.aha.io/features/ARLON-168
**Is your feature request related to a problem? Please describe.** Users may want to have more than one profile, today this is not supported **Describe the solution you'd like** Users...
This may involve adding a new ApiProvider property to the clusterspec object. Aha! Link: https://pf9.aha.io/features/ARLON-170
Now that arlon supports CAPI-AWS-kubeadm clusters, the issue of CNI came up. A CAPI kubeadm cluster starts with no CNI, so any bundles that install workloads (e.g. applications) will be...
As cluster admin I would like to be able to apply profiles to my existing clusters. This makes Arlon significantly easier for me to adopt as I don't need to...
Currently arlon cli interacted with 3 entities: 1. Git repo 2. ArgoCD Server 3. K8s API Server of Management Cluster It would be very beneficial to have a context management...
As user of Kubernetes in AWS it would great to see support for clusterSpecs that incorporated more of the complete clusterAPI specifications. The clusterSpec should be stored in Git and...
The Arlon CLI needs to check for new versions and notify users to upgrade. This could also be automatic, however this will require all changes to not be breaking changes....