Nodes

A node is a VM or physical machine that support and contains the services needed to run and manage pods. Usually, you will not have to create node manually as they should be provided by the cluster you created on using your cloud provider.

k9.core.list_nodes()[source]

Retrieve a list of nodes

Returns

Return a list of nodes - each node represented by a dictionary with name, status, ip, label, reason, and start_time

k9.core.get_node(name: str)[source]
Parameters

name – The name of the node

Returns

Return information related to the node