-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Managing clusters via ACM #29
Comments
Provisioning clusters
All in UI, declarative management is possible. The provider connection translates to a secret in selected namespace, we can map it to ArgoCD. Creating a cluster creates a new namespace on the management (hub) cluster. This new namespace is named the same as the cluster (beware of reusing a name of an existing namespace for the cluster, I have no idea how that would behave). This new namespace contains some secrets which contains (among others):
It takes about 30 mins to install and prepare a cluster. |
RBACACM has quite granular, though complicated RBAC We currently have few |
PolicyWe'll need to define policies if we want to go multi-cluster. I imagine we can have common policies for clusters running ODH, for Kubeflow clusters etc.. Samples available at the policy catalog (including community policies), might be a good inspiration for us. |
Tracking issue for learning the ropes of ACM.
The text was updated successfully, but these errors were encountered: