You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[RFE] Ability for DevOps to know the status of the pool members
Description
DevOps who don´t have or want access to the BIG-IP console need to know the status of the pool members of the virtual servers using the kubernetes API (kubectl)
At present DevOps can only guess the list of pool members of a Service by listing of actual endpoints of the Service but that might not indicate what is the actual list of pool members and its status in the BIG-IP:
The VirtualServer/Transport server might have the right service name and DevOps would be unable to be aware of the typo
AS3 declaration might fail and not populate the list of pool members and when an AS3 declaration fails it is difficult to know what is the actual configuration in the BIG-IP
The BIG-IP monitor can mark down the pool members and DevOps teams don´t have a way to know this
Actual Problem
DevOps teams don´t have awareness of the status of their ingresses and they need to rely in the NetOps teams for this
Solution Proposed
A kubernetes native way to display pool member list and health status, which can be vistualized with kubectl or kubernetes UI such as the OpenShfit console
The text was updated successfully, but these errors were encountered:
Also, in the future this could be expanded to change the admin status of pool members but for the time being we are only requesting displaying the actual status (read-only operation)
Title
[RFE] Ability for DevOps to know the status of the pool members
Description
DevOps who don´t have or want access to the BIG-IP console need to know the status of the pool members of the virtual servers using the kubernetes API (kubectl)
At present DevOps can only guess the list of pool members of a Service by listing of actual endpoints of the Service but that might not indicate what is the actual list of pool members and its status in the BIG-IP:
Actual Problem
DevOps teams don´t have awareness of the status of their ingresses and they need to rely in the NetOps teams for this
Solution Proposed
A kubernetes native way to display pool member list and health status, which can be vistualized with kubectl or kubernetes UI such as the OpenShfit console
The text was updated successfully, but these errors were encountered: