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
Problem Statement:
Currently, there is no way to retrieve and display network status information at the POD level, specifically regarding IP assignments details. This information is crucial for displaying at a glance the network configurations, especially in scenarios
multiple network interfaces.
The network status information is not created at the deployment/statefulset level hence the reason for retrieving them at the POD level.
Proposed Solution:
Implement functionality to retrieve and display network status information from the POD level, including:
Feature Description
Problem Statement:
Currently, there is no way to retrieve and display network status information at the POD level, specifically regarding IP assignments details. This information is crucial for displaying at a glance the network configurations, especially in scenarios
multiple network interfaces.
The network status information is not created at the deployment/statefulset level hence the reason for retrieving them at the POD level.
Proposed Solution:
Implement functionality to retrieve and display network status information from the POD level, including:
Sample POD status is shown below:
Alternatives Considered:
Using kubectl describe pod to view annotations but it doesn't provide a consolidated view
Additional Context:
This feature would be particularly valuable for:
This functionality is particularly important for environments using Multus CNI for multiple network attachments
The text was updated successfully, but these errors were encountered: