Nodes, Pods, Containers

Login a container

kubectl exec -it ${pod_name} -c ${container_name} -- /bin/bash

# login the default container
kubectl exec -it ${pod_name} -- /bin/bash

Resource Management for Pods and Containers

Resource Management for Pods and Containers

Namespaces

Namespaces provide a mechanism for isolating groups of resources within a single cluster.

Manage multiple clusters

Links