Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Juniper Paragon Automation User Guide
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show paragon cluster nodes

date_range 23-Aug-24

Syntax

content_copy zoom_out_map
show paragon cluster nodes
content_copy zoom_out_map
show paragon cluster nodes head n sort (cpu|memory)

Description

Show node information of your Paragon Automation cluster.

Options

none

Display node information.

head n

(Optional) Display information about the first n nodes.

Example: show paragon cluster nodes head 2 displays information about the first two nodes.

sort (cpu | memory)

(Optional) Display information of the nodes sorted by cpu or memory utilization.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show paragon cluster nodes command. Output fields are listed in the approximate order in which they appear.

Table 1: show paragon cluster nodes Output Fields

Field Name

Field Description

NAME

Name of the node.

STATUS

Status of the node.

ROLES

Role the node plays in the Kubernetes cluster.

AGE

Time the node has been active.

VERSION

Kubernetes version.

Sample Output

show paragon cluster nodes

content_copy zoom_out_map
user@node> show paragon cluster nodes

NAME      STATUS   ROLES                       AGE   VERSION
node-0   Ready    control-plane,etcd,master   11d   v1.28.6+rke2r1
node-1   Ready    control-plane,etcd,master   11d   v1.28.6+rke2r1
node-2   Ready    control-plane,etcd,master   11d   v1.28.6+rke2r1
node-3   Ready    influxdb-worker,worker      11d   v1.28.6+rke2r1

show paragon cluster nodes head 2 sort cpu

content_copy zoom_out_map
user@node> show paragon cluster nodes head 2 sort cpu
NAME      CPU(cores)   CPU% MEMORY(bytes)   MEMORY%
node-3   3017m        21% 15054Mi         52%
node-2   896m         6% 12813Mi         47%

Release Information

Command introduced in Paragon Automation Release 2.0.0.

footer-navigation