title: Deploying Amazon EKS Anywhere on Bare Metal
date: 2022-07-01T13:03:41-07:00
meta_desc: "Bring EKS to Your Datacenter with Amazon EKS Anywhere Bare Metal."
meta_image: meta.png
authors:
- david-flanagan
# At least one tag is required. Lowercase, hyphen-delimited is recommended.
tags:
- kubernetes
- eks
- aws
# See the blogging docs at https://github.com/pulumi/pulumi-hugo/blob/master/BLOGGING.md.
# for additional details, and please remove these comments before submitting for review.
---
Some of the largest and most complex deployments that teams manage are hybrid and multi-cloud deployments. Kubernetes is a common component in these deployments because it enables platform teams to provide a common set of services across cloud and on-premises infrastructure and simplifies the process of migrating and scaling workloads as demand fluctuates. Pulumi simplifies these deployment scenarios but teams often need to manage different flavors of Kubernetes for on-premises deployments versus cloud deployments.
We were excited to [support the launch of the Amazon EKS Distro](/blog/amazon-eks-distro/) in 2020 as it promised to help customers standardize their Kubernetes version and its dependencies. When [EKS Anywhere](https://aws.amazon.com/blogs/aws/amazon-eks-anywhere-now-generally-available-to-create-and-manage-kubernetes-clusters-on-premises/) launched last year, the pieces were starting to fall into place to enable consistent tooling for managing Kubernetes across your datacenter and in any cloud.
AWS has now announced the latest innovation for EKS: [Amazon EKS Anywhere Bare Metal](https://aws.amazon.com/eks/eks-anywhere/) and allows EKS Anywhere to be run without the need for VMWare vSphere. EKS Anywhere Bare Metal now enables an automated process to bootstrap provisioning and create the EKS-A control plane and worker nodes. Bare metal servers then PXE boot and run the OS provisioning process by communicating with a [Tinkerbell Infrastructure Services Stack](https://tinkerbell.org). At launch, bare metal servers are provisioned with [AWS Bottlerocket](https://aws.amazon.com/bottlerocket/) with support for [Ubuntu OS 20.04](https://releases.ubuntu.com/20.04) also available.
Here are the current system requirements to run EKS Anywhere Bare Metal:
As a "born in the cloud" company, Pulumi does not have a data center lying around for testing, so we’ll walk through the process of setting up EKS Anywhere Bare Metal using servers hosted by [Equinix Metal](https://www.equinix.com/products/digital-infrastructure-services/equinix-metal). This really shows off the power of running EKS Anywhere and the great lengths the AWS team has gone to in enabling EKS Anywhere for a variety of scenarios.
1. Set your Equinix Metal Auth token as a Pulumi secret:
```bash
pulumi config set --secret equinix-metal:authToken
```
1. Run `pulumi up`.
Your output should look similar to the example below:

## Give it a try!
These steps will vary depending on the actual hardware and/or bare metal service you decide to use. Check out our [example repo](https://github.com/pulumiverse/pulumi-aws-eksa) and give it a try for yourself. If you run into any issues, you can reach out to us on [Community Slack](https://slack.pulumi.com) with your questions on the #aws channel.