Backstage & IDP Vocabulary
5 exercises — practice the vocabulary for Backstage, internal developer portals, catalog entity kinds, TechDocs, and software templates.
0 / 5 completed
Key Backstage concepts
- Software Catalog: A registry of all components, APIs, systems, and resources — each described by a
catalog-info.yamlfile. - Entity kinds: Component (microservice, library), API (contract), System (logical grouping), Resource (infrastructure).
- Software Templates: Self-service scaffolding — developers create new services from a form, and Backstage automates the rest.
- TechDocs: Docs-as-code — Markdown lives in the repo, rendered in Backstage alongside the catalog entry.
1 / 5
A colleague says: "We registered our payment service in Backstage."
What does this mean?
What does this mean?
Registration in Backstage means adding a
catalog-info.yaml file to a repository and letting Backstage's catalog ingestion discover it. Once indexed, the component appears in the software catalog with its owner, lifecycle stage, dependencies, and documentation link. It has nothing to do with deployment or permissions.