Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

34 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

2023-10-05 11:56:15 -07:00
---
title: Developer portals
title_tag: Developer portals
h1: Building Developer Portals with Pulumi
2023-10-09 11:46:08 -07:00
meta_desc: High-level summary of how Pulumi can be used with internal developer portals.
2023-10-05 11:56:15 -07:00
menu:
pulumicloud:
weight: 6
identifier: developer-portals
---
2023-10-09 11:46:08 -07:00
At Pulumi, we work with companies that range in size from a few engineers to entire departments responsible for managing infrastructure.
A common pattern we have seen is that as companies grow in size and complexity, they often build internal portals on top of Pulumi to enable developers to self-service their infrastructure needs.
2023-10-05 10:19:04 -07:00
2023-10-09 11:46:08 -07:00
Pulumi provides several features to help you get your own developer portal off the ground faster:
2023-10-10 14:35:56 -07:00
* Organization Templates
* New Project Wizard
* Pulumi Backstage Plugin
2023-10-09 11:46:08 -07:00
2023-10-10 14:35:56 -07:00
## Organization Templates
2023-10-09 11:46:08 -07:00
2023-10-10 14:35:56 -07:00
[Organization Templates](/docs/pulumi-cloud/developer-portals/templates) can provide your Pulumi organization with a centralized repository for all your cloud components, best practices, and configurations. They allow your Pulumi organization members to organize, discover, and deploy cloud resources with ease, all within the Pulumi platform or within your own integrations.
2023-10-09 11:46:08 -07:00
2023-10-10 14:35:56 -07:00
We support Organization Templates on the Enterprise and Business Critical editions of Pulumi Cloud.
2023-10-09 11:46:08 -07:00
2023-10-10 14:35:56 -07:00
## New Project Wizard
2023-10-09 11:46:08 -07:00
The [New Project Wizard](/docs/pulumi-cloud/developer-portals/new-project-wizard) allows anyone in your organization to pick a template they want to install and walk through configuring the deployment of that template. There is support for configuring [Pulumi Deployments](/docs/pulumi-cloud/deployments/get-started/#new-project-wizard) automatically so that the template can be deployed without needing the Pulumi CLI locally or any other CI/CD configuration. Just a few clicks, and you have deployed your infrastructure.
2023-10-09 11:46:08 -07:00
2023-10-10 14:35:56 -07:00
## Pulumi Backstage Plugin
2023-10-09 11:46:08 -07:00
[Backstage](https://backstage.io) is an open-source framework for building developer portals. Using the [Pulumi Backstage Plugin](/docs/pulumi-cloud/developer-portals/backstage) you can create new Pulumi projects from your Organization Templates, and you can run previews, updates, or execute [Pulumi Deployments](/docs/pulumi-cloud/deployments) directly from your Backstage instance.