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 pods

date_range 18-Jun-24

Syntax

content_copy zoom_out_map
show paragon cluster pods
content_copy zoom_out_map
show paragon cluster pods namespace name head n sort (cpu|memory)

Description

Show information about pods in your Paragon Automation cluster.

Options

none

Display information about pods in the cluster.

head n

(Optional) Display information about the first n pods.

Example: show paragon cluster pods head 3 displays information about the first three pods.

namespace name

(Optional) Display information of the pods in a namespace.

sort (cpu | memory)

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

Required Privilege Level

view

Output Fields

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

Table 1: show paragon cluster pods Output Fields

Field Name

Field Description

NAMESPACE

Name of the namespace.

NAME

Name of the pod.

READY

Number of pods that are ready.

STATUS

Status of the pod.

RESTARTS

Time since the pod was last restarted.

Age

Time the node has been active.

Sample Output

show paragon cluster pods

content_copy zoom_out_map
user@node> show paragon cluster pods
NAMESPACE          NAME                                                          READY   STATUS      RESTARTS        AGE
airflow            airflow-scheduler-9599489c6-75v6n                             2/2     Running     1 (11d ago)     11d
airflow            airflow-webserver-b4bfd554d-t7d89                             1/1     Running     0               11d
airflow            airflow-worker-7b6967654-pxxzc                                1/1     Running     0               11d
airflow            airflow-worker-7b6967654-rsl4h                                1/1     Running     0               11d
airflow            workflow-manager-7476b57f88-87g4z                             1/1     Running     0               11d
arango             arango-arango-operator-58dbbf6669-55bc7                       1/1     Running     1 (11d ago)     11d
arango             arango-arango-operator-58dbbf6669-wcn82                       1/1     Running     1 (4d21h ago)   11d
arango             foghorn-agnt-bsfcjebx-f450c7                                  1/1     Running     0               11d
arango             foghorn-agnt-cunpycys-f450c7                                  1/1     Running     0               11d

<output snipped>

show paragon cluster pods namespace airflow head 3 sort cpu

content_copy zoom_out_map
user@node> show paragon cluster pods namespace airflow head 3 sort cpu
NAME                                CPU(cores)   MEMORY(bytes)
airflow-scheduler-9d86ffb65-gdn7h   1864m        737Mi
airflow-webserver-fdbdcf8-2plkj     3m           419Mi
airflow-worker-6c568dc6c8-n54lx     3m           1458Mi

Release Information

Command introduced in Paragon Automation Release 2.0.0.

footer-navigation