Skip to content

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
Discussion options

You must be logged in to vote

talosctl processes will list all processes
talosctl netstat will show open ports

You 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 (eg talosctl 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.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@zombiemaker
Comment options

@smira
Comment options

smira Jun 2, 2025
Maintainer

Answer selected by zombiemaker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants