https://github.com/pulumi/pulumi-self-hosted-installers
Repository for getting started with self-hosted Pulumi Service.
https://github.com/pulumi/pulumi-self-hosted-installers
Last synced: about 2 months ago
JSON representation
Repository for getting started with self-hosted Pulumi Service.
- Host: GitHub
- URL: https://github.com/pulumi/pulumi-self-hosted-installers
- Owner: pulumi
- Created: 2019-11-21T23:08:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-16T20:07:00.000Z (about 2 months ago)
- Last Synced: 2025-04-17T07:07:52.858Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://www.pulumi.com/docs/guides/self-hosted/
- Size: 2.49 MB
- Stars: 45
- Watchers: 19
- Forks: 9
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Self-Hosted Pulumi Service Installers
This repository contains installation guides for deploying the [Self-Hosted Pulumi Service](https://www.pulumi.com/product/self-hosted/) into a variety of different target environments. The components of the Pulumi Service and general guidance on deploying and operating the service are documented in the [Self-Hosted Pulumi Service documentation](https://www.pulumi.com/docs/guides/self-hosted/). Each guide details how to deploy the set of supporting cloud infrastructure on which the Pulumi Service can run, as well as how to deploy the container images needed to run the Pulumi Service.
The following guides are currently available:
* Quickstart ([Docker Compose](./quickstart-docker-compose))
* AWS ([EKS](./eks-hosted) or [ECS](./ecs-hosted))
* Azure ([AKS](./aks-hosted))
* Docker ([Docker Engine](./local-docker))
* Google Cloud ([GKE](./gke-hosted))
* VMware (Coming soon!)Learn more about how to self-host Pulumi for your organization [here](https://www.pulumi.com/docs/guides/self-hosted/).