Represents the baseline Kubernetes platform version (v1.35) that all clusters adhere to.
Role:
• Provides container orchestration
• Manages pod lifecycle
• Offers networking, service discovery, and resource scheduling
Rationale:
Standardizing on a common Kubernetes version reduces platform fragmentation, simplifies CI/CD integration, and ensures consistent operational tooling.
Serves:
All environment clusters (dev, qa, prod).