examples
examples copied to clipboard
Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi
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...
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'...
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...
Followup task from https://github.com/pulumi/pulumi-kubernetes/pull/1677
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...
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...
I am trying to create Azure App Service for .net core app (deploy as code). I wanted to specify Stack = .Net Core  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.