Core
Core: Fundamental Kubernetes objects.¶
- Nodes: Physical or virtual machines running your applications.
- ConfigMaps / Secrets: Store configuration data and secrets (passwords, tokens) for your applications.
- Endpoints / ServiceAccounts / Services: Enable communication between applications and manage pod identity.