Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 326 Bytes

File metadata and controls

16 lines (10 loc) · 326 Bytes

Managing Nodes

This tutorial will walk you through managing nodes.

Exploring Nodes

A Kubernetes Node resource represents a machine that is configured to run the services necessary to run pods.

To list nodes, execute the following command:

oc get nodes -o wide

Next: Red Hat CoreOS