Open applejag opened 3 years ago
This is about fetching deployment status from kubernetes clusters and displaying this on Wharf frontend.
Task is an investigation of how to get that information from the cluster. There is multiple scenarios of how to do that.
What is the most convienient for the user? What is the easiest to implement by us?
Should we monitor per build? Should we monitor per environment for a project?
After investigation we need to make a meeting with Bjorn and agree on the particular solution for this issue.
Comment from Marek, taken from our internal ticket system:
managed to access cluster api from the outside, checking how it can be accessed from withing the pod in k8s itself
This is about fetching deployment status from kubernetes clusters and displaying this on Wharf frontend.
Task is an investigation of how to get that information from the cluster. There is multiple scenarios of how to do that.
What is the most convienient for the user? What is the easiest to implement by us?
Should we monitor per build? Should we monitor per environment for a project?
After investigation we need to make a meeting with Bjorn and agree on the particular solution for this issue.
Possible solution