-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EKS/Fargate] [request]: See running Fargate nodes on console #640
Comments
Can you explain why you would want to see this? Fundamentally, Fargate is a serverless compute engine for containers. This means that while 'nodes' show up in kubectl today, they are representative of running kubelets, not actual VM resources. There are actually no node resources in Fargate to display! |
I understand your point, it was just an idea. It would be nice to see if there are any Fargate engine consumed or some info/monitoring about them, like in Lambda you can see recent invocations, duration etc. |
@tomiszili that's a great idea. Would you mind if we edited this request to match? I agree that being able to monitor actual Fargate pod utilization vs. request and then group at the profile level would be super useful. |
@tabern i dont mind if you edit the original request. Thanks! |
This could be related to #942 with the ability to see on the console the resource usage |
This should be solved as part of #135 |
You can now see Fargate nodes in the AWS console! Closing this as part of #135. |
Tell us about your request
What do you want us to build?
Add functionality to the EKS Management Console to see the running Fargate "nodes" on EKS, as the EKS managed worker nodes.
Which service(s) is this request for?
EKS, Fargate
The text was updated successfully, but these errors were encountered: