Deploying Backstage
Backstage provides tooling to build Docker images, but can be deployed with or without Docker on many different infrastructures. The best way to deploy Backstage is in the same way you deploy other software at your organization.
This documentation shows common examples that may be useful when deploying Backstage for the first time, or for those without established deployment practices.
The easiest way to explore Backstage is to visit the live demo site.
At Spotify, we deploy software generally by:
- Building a Docker image
- Storing the Docker image on a container registry
- Referencing the image in a Kubernetes Deployment YAML
- Applying that Deployment to a Kubernetes cluster
This method is covered in Building a Docker image and Deploying with Kubernetes.
There are many ways to deploy Backstage! You can find more examples in the community contributed guides found here.
If you need to run Backstage behind a corporate proxy, this contributed guide may help.