Usage Tips:
- Click on a keyword to enable inline editing.
- Click inside a code block to copy (excludes comments).
- Use the button to view examples.
- Click outside to collapse all examples.
Basic Commands
# List all the pods on the node
kubeletctl pods -s <TARGET>
Sample Output:
TO-DO
# List running pods
kubeletctl runningpods -s <TARGET>
Sample Output:
TO-DO
# Exec command
kubeletctl exec "/bin/bash" -p <POD_NAME> -c <CONTAINER_NAME> -s <TARGET>
Sample Output:
TO-DO
Ref: kubeletctl