-
Notifications
You must be signed in to change notification settings - Fork 63
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
Multiple managers for Kubernetes #39
Comments
1. Does this involve upgrading k8s and openshift from being managers (EMS)
to Providers?
Or will there be some sibling manager -> manager link?
2. Will the metrics Endpoints eventually move into the monitoring manager?
IOW how will API look? (not opposed to changing, just curious)
|
Turns out both these approaches exist in ManageIQ[1][2][3]. After consultation with @blomquisg and @Ladas the manager + parent_manager route seems more productive for us. The foreman example uses a provider, the other two a link between managers;
Don't know yet. I will probably start by taking a look at what other providers are doing. |
It's worth pointing out that we're discussing the Provider/Manager relationship: http://talk.manageiq.org/t/rethinking-providers-and-managers/2494 I'm not sure exactly all the overlaps with this yet. But, I'm sure there's going to be some overlaps. Also, the notion of controlling workers via Managers will hopefully be a thing of the past as we dive more and more in the ReArch ("H" Release). /cc @Fryguy @gtanzillo, @agrare, @durandom |
This issue has been automatically marked as stale because it has not been updated for at least 6 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! |
Kubernetes has a monitoring manager now so I'm going to say this is done. Please reopen and update the description if you want to do more here. |
WAT ?
ContainerManager
and a secondary managerMonitoringManager
linked by parant_manager_id.MonitoringManager
WHY ?
Move closer to other providers where separate entities in the provider are separate managers. Better worker management. Examples:
HOW ?
(In merge order)
prometheus related work
ManageIQ/manageiq#15473
ManageIQ/manageiq-ui-classic#1640
The text was updated successfully, but these errors were encountered: