examples icon indicating copy to clipboard operation
examples copied to clipboard

Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi

Results 237 examples issues
Sort by recently updated
recently updated
newest added

Hello , I am not able to find a reasonable explanation on how to query ressources from a cluster. I know the pulumi/pulumi-query-kubernetes project, but making queries only with apiversions...

kind/enhancement
help-wanted

Hi there, I'm running Pulumi 3.11.0 with the Typescript environment. I'm encountering the following error when trying to reproduce the `aws-ts-ec2-provisioners` example: ``` pulumi:providers:pulumi-nodejs (default): error: no resource plugin 'pulumi-nodejs'...

kind/bug

I don’t see any samples for deploying asp.net applications to Azure App Service PaaS (not a container) which is a very common scenario. In terms of types of applications, Blazor...

kind/enhancement
help-wanted

Create a kind cluster

kind/enhancement
blocked

Followup task from https://github.com/pulumi/pulumi-kubernetes/pull/1677

kind/enhancement

For the moment the https://github.com/pulumi/examples/tree/master/testing-unit-py example is in fact a testing-unit-py-local-program. It would be nice to have a testing-unit-py-inline-program since it is not obvious to create. (I did not manage...

kind/question
needs-repro

I created an example of an AKS stack with an associated Container Registry, which is important for deploying applications that can't push images to Docker Hub.

From a security perspective, in order to run a Pulumi script that creates an Azure AD service principal, which all of these Azure Kubernetes Service examples do, you have to...

kind/question
area/examples

I am trying to create Azure App Service for .net core app (deploy as code). I wanted to specify Stack = .Net Core ![image](https://user-images.githubusercontent.com/16232384/69256668-72067780-0b7f-11ea-9b3b-3c141e4afeb3.png) Not sure how to set this...

I would like an example of seeding a k8s secret (tls type) from a selfsigned pulumi TLS secret for use by cert-manager in python.

kind/enhancement
help-wanted
language/python