Provide user ability to query status of coe components
Registered by
vikas choudhary
Magnum should provide users ability to query status of coe components.
For example, in k8s following api is available to query status of k8s components such as api-server, kube-proxy etc:
/api/v1/
Kubectl command using this api is "kubectl get cs"
Blueprint information
- Status:
- Not started
- Approver:
- Adrian Otto
- Priority:
- Not
- Drafter:
- vikas choudhary
- Direction:
- Needs approval
- Assignee:
- vikas choudhary
- Definition:
- Discussion
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Can't we simply rely on the native API's for each COE for this purpose? --adrian_otto
I am temporarily marking the priority of this blueprint to Not until further discussion is conducted. --adrian_otto
Egor>
@Vikas ,
I think we can get similar states through docker info against swarm, but not sure about mesos. could you check?
Vikas> Thanks Egor, will check for mesos.
(?)