This document defines and describes common Kubernetes objects including Namespaces, Pods, Services, Ingress, Deployments, ReplicaSets, Secrets, and ConfigMaps. Namespaces logically separate clusters and Pods are the basic unit that run containers. Services provide a static IP and load balancing for Pods. Ingress controls external traffic routing into clusters. Deployments manage Pods and ReplicaSets. Secrets and ConfigMaps store sensitive and non-sensitive configuration data outside of containers.