Clusters

The cluster chapter helps users quickly build clusters and manage nodes, namespaces, and RBAC authorization management, etc.

Clusters

Help users quickly build Kubernetes clusters.

Nodes

The node is the actual running environment of the Pod.

Storage class

The storage class is used to define the different storage types in the container cluster.

Namespaces

Namespaces are used to logically isolate resources in a Kubernetes cluster.

Role

The role defines the permissions to the resources under the specified namespace of the cluster.

Cluster Role

The cluster role defines the permissions to the resources under the cluster.

Role Binding

Role binding defines the binding relationship between a role and a service account.

Cluster role binding

Cluster role binding defines the binding relationship between cluster roles and service accounts.

Service Account

A service account is a "built-in user" that is managed by Kubernetes.

Service components

Service components are used to extend the functionality of a Kubernetes cluster.