Home > Storage > PowerFlex > White Papers > Amazon Elastic Kubernetes Service Anywhere Bare Metal on Dell PowerFlex > Set up Ubuntu administrative machine
Install the docker containers on the administrative machine by following the procedure described in this link: https://docs.docker.com/engine/install/ubuntu/
Install the Amazon EKS Anywhere bundle on the administrative machine by following the procedure in the following link:
https://anywhere.eks.amazonaws.com/docs/getting-started/install/
To install and set up the Tinkerbell stack, you will need to have the administrative machine and the bare metal servers on the same network:
1. Extract the given Tinkerbell stack tar: tar -xzvf tinkerbell-stack.tar.gz
2. Run the following change directory command to change into the extracted bundle: cd tinkerbell-stack
3. Set the TINKERBELL_HOST_IP environment variable. This is usually the IP of the machine on which Tinkerbell infrastructure runs.
export TINKERBELL_HOST_IP= XXX.XXX.XXX.XXX
Run docker-compose up
docker-compose up -d
Notes: