– Pods: The basic deployable units in Kubernetes that house one or more containers. – Nodes: Machines, VMs, or physical servers where Kubernetes runs. – Clusters: Collections of nodes managed by Kubernetes. – Services: Abstract ways to expose applications running on Pods as network services. – Deployments: Describes the desired state of a particular component of an application.