Clusters
Help users quickly build Kubernetes clusters.
Help users quickly build Kubernetes clusters.
The node is the actual running environment of the Pod.
The storage class is used to define the different storage types in the container cluster.
Namespaces are used to logically isolate resources in a Kubernetes cluster.
The role defines the permissions to the resources under the specified namespace of the cluster.
The cluster role defines the permissions to the resources under the cluster.
Role binding defines the binding relationship between a role and a service account.
Cluster role binding defines the binding relationship between cluster roles and service accounts.
A service account is a "built-in user" that is managed by Kubernetes.
Service components are used to extend the functionality of a Kubernetes cluster.