Overview This walkthrough will guide you through the steps needed to set up a running example of a SPIRE Server and SPIRE Agent. Interaction with the Workload API will be simulated via a command line tool. Requirement(s) Git Setup Clone the SPIRE github repo. $ git clone https://github.com/spiffe/spire Docker Setup If you don’t already have Docker installed, please follow these installation instructions. Terminology Term Description spire-server SPIRE Server executable spire-agent SPIRE Agent executable socketPath Unix Domain Socket file path through which workloads connect to Workload API Join Token Nonce generated by the SPIRE Server to attest SPIRE Agents selector A native property of a node or workload Walkthrough Build the development Docker image.