- play_arrow Introduction
- play_arrow Overview
- play_arrow Access and Manage Paragon Automation Account
-
- play_arrow Administration
- play_arrow Introduction
- play_arrow Organization Management
- play_arrow Site Management
- play_arrow User Management
- play_arrow Inventory Management
- play_arrow Audit Logs
-
- play_arrow Device Life Cycle Management
- play_arrow Introduction
- play_arrow Day-Wise Activities for Device Life Cycle Management
- play_arrow Field Technician User Interface
- play_arrow Onboarding Profiles
- play_arrow Plan Device Onboarding
- play_arrow View Device Onboarding
- play_arrow Device Management
- Device Management Workflow
- Device Licenses Overview
- About the Features Tab
- About the Licenses Tab
- Manage Device Licenses
- About the Software Images Page
- Upload a Software Image
- Delete a Software Image
- About the Configuration Backups Page
- Configuration Templates Overview
- About the Configuration Templates Page
- Add a Configuration Template
- Edit and Delete a Configuration Template
- Preview a Configuration Template
- Deploy a Configuration Template to a Device
-
- play_arrow Observability
- play_arrow Introduction
- play_arrow Troubleshoot Devices
- play_arrow View Network Topology
-
- play_arrow Trust and Compliance
- play_arrow Introduction
- play_arrow Manage Trust Settings and Trust Scores
- Compliance Standards Overview
- About the Compliance Benchmarks Page
- About the Compliance Tailorings Page
- Example: Create a Tailoring Document for NTP Settings
- About the Compliance Checklist Page
- Add a Checklist Template
- Add Checklist for a Device
- Import Scans and Update Rule Results in a Checklist
- Trust Plans Overview
- About the Network Score Formula Page
- Trust Score Overview
- About the Network Score Page
- About the Snapshots Page
- Add a Snapshot for a Target
- play_arrow Manage Compliance Scans
- play_arrow Manage Vulnerabilities
- play_arrow Monitor Integrity
-
- play_arrow Service Orchestration
- play_arrow Introduction
- play_arrow View Service Design Catalog
- play_arrow Manage Customers
- play_arrow Add Resources for Network Services
- play_arrow Manage Service Instances
- play_arrow Provision L3VPN Service
- play_arrow Monitor Service Order Execution Workflows
-
- play_arrow Active Assurance
- play_arrow Introduction
- play_arrow Test Agents
- play_arrow Tests and Monitors
-
show paragon cluster pods
Syntax
show paragon cluster pods
show paragon cluster pods namespace name head n sort (cpu|memory)
Options
none | Display information about pods in the cluster. |
head n | (Optional) Display information about the first n pods. Example: |
namespace name | (Optional) Display information of the pods in a namespace. |
sort (cpu | memory) | (Optional) Display information of the pods sorted by
|
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.
Field Name | Field Description |
---|---|
| Name of the namespace. |
| Name of the pod. |
| Number of pods that are ready. |
| Status of the pod. |
| Time since the pod was last restarted. |
| Time the node has been active. |
Sample Output
show paragon cluster pods
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
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