Kubernetes Node Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Kubernetes Operations =Overview= =List all Pods on a Specific Node= {{Internal|Kubernetes_Pod_Operations#List_all_Pods...")
 
Line 6: Line 6:
=List all Pods on a Specific Node=
=List all Pods on a Specific Node=
{{Internal|Kubernetes_Pod_Operations#List_all_Pods_on_a_Specific_Node|Kubernetes Pod Operations | List all Pods on a Specific Node}}
{{Internal|Kubernetes_Pod_Operations#List_all_Pods_on_a_Specific_Node|Kubernetes Pod Operations | List all Pods on a Specific Node}}
=Apply a Label to a Node=
<syntaxhighlight lang='bash'>
kubectl label node ip-172-01-01-01.us-west-2.compute.internal help color=blue
</syntaxhighlight>

Revision as of 19:29, 17 May 2022

Internal

Overview

List all Pods on a Specific Node

Kubernetes Pod Operations | List all Pods on a Specific Node

Apply a Label to a Node

kubectl label node ip-172-01-01-01.us-west-2.compute.internal help color=blue