iver-wharf / iver-wharf.github.io

Documentation of Wharf
https://iver-wharf.github.io
MIT License
2 stars 0 forks source link

Investigate fetching deployment status #42

Open applejag opened 3 years ago

applejag commented 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.

Possible solution

applejag commented 3 years ago

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

image image