Is there a way to list processes and TCP/UDP ports they are bound to on a specific node? #11125
Answered
by
rothgar
zombiemaker
asked this question in
Q&A
-
Title says it all. I am looking for something like netstat. I have already tried the obvious resources using the "talosctl get resource-type". Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
rothgar
May 30, 2025
Replies: 1 comment 2 replies
-
You can add in the future these will probably be moved to a |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
zombiemaker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
talosctl processes
will list all processestalosctl netstat
will show open portsYou can add
--node
and--endpoint
to the commands to query a specific node or you can add the node/endpoint information to your talosconfig file (egtalosctl config endpoint 10.10.1.100
)in the future these will probably be moved to a
run
subcommand so don't rely on scripting them yet.