docs/getting-started: added some minimal docs for k8s deployment, referencing contrib example

This commit is contained in:
Patrik Oldsberg
2020-10-17 12:55:35 +02:00
parent 547cd78456
commit 2d15cfb1a4
+7 -1
View File
@@ -4,4 +4,10 @@ title: Kubernetes
description: Documentation on Kubernetes and K8s Deployment
---
Coming soon!
Backstage itself provides tooling up to the point of building docker images.
Beyond that point we do not have an opinionated way to deploy Backstage within
Kubernetes, as each cluster has its own unique set of tooling and patterns.
We do provide examples to help you get started though. Check out
[this example](https://github.com/spotify/backstage/tree/master/contrib/kubernetes/plain_single_backend_deplyoment/)
for a basic single-deployment setup.