// the find
aws/eks-anywhere
Run Amazon EKS on your own infrastructure 🚀
EKS Anywhere lets you run AWS-managed Kubernetes clusters on your own hardware — bare metal via Tinkerbell, VMware vSphere, Nutanix, CloudStack, or Snow devices. It's the official AWS answer to 'we need EKS but on-prem', using the same EKS Distro that powers the cloud offering. Target audience is enterprises with data residency requirements or air-gapped environments that still want the EKS operational model.
Kubernetes conformance certified through 1.34, which means you're not running a half-baked fork — the conformance badges are earned, not decorative. Bare metal provisioning via Tinkerbell is genuinely useful: you get PXE-based machine lifecycle management without needing separate BMC tooling for the happy path. Air-gapped support is first-class with a dedicated download-then-import artifact workflow, not an afterthought. The design docs directory is unusually thorough — upgrade sequencing, in-place node upgrades, multi-node groups all have proper design docs with diagrams, which tells you the team actually thinks before coding.
2096 stars for an AWS-backed project is low; this is niche even by enterprise Kubernetes standards, which means community support outside official AWS channels is thin. The dependency on a separate build-tooling repo for all component versions is a real operational burden — updating a dependency requires a PR in a different repo, coordinating releases across two codebases. CloudStack support exists but feels like a second-class citizen based on the test coverage and tooling compared to vSphere. The management cluster model (you need a bootstrap cluster to create your workload cluster) adds operational overhead that makes this heavier than something like k3s for teams that don't already have an EKS investment to protect.