https://pulumi.com logo
Docs
Join the conversationJoin Slack
Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
plugin-framework
pulumi-cdk
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumi-service
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by Linen
general
  • a

    adamant-restaurant-73893

    11/07/2018, 6:52 PM
    Yes you can, or in the YouTube chat. We'll monitor both.
  • h

    hundreds-musician-51496

    11/07/2018, 6:56 PM
    @white-balloon-205 I'm starting to use pulumi with AWS CodeBuild, which is basically a glorified bash prompt running in a container. How can i bring all that work into my pulumi script? E.g, building docker images, getting configuration, running arbitrary shell commands, etc.? How would I integrate that with Pulumi's "preview" vs. "live" run?
    👍 1
    👕 1
    c
    a
    • 3
    • 3
  • a

    adamant-restaurant-73893

    11/07/2018, 7:11 PM
    Any questions for @white-balloon-205 ? Can't guarantee a tshirt for questions but... well, actually that's about the only thing I can guarantee - so fire away.
  • o

    orange-tailor-85423

    11/07/2018, 7:14 PM
    how about a T-shirt if your name is mentioned? (he asks selfishly)
    👕 1
    a
    • 2
    • 4
  • o

    orange-tailor-85423

    11/07/2018, 7:14 PM
    guaranteed to be worn at KubeCon 🙂
    💯 1
  • c

    cold-coat-35200

    11/07/2018, 7:17 PM
    just curious, are you guys planning in the long term to create own providers(like the kubernetes one), instead of depending on the terraform ones?
    👕 1
    s
    a
    • 3
    • 6
  • h

    hundreds-musician-51496

    11/07/2018, 7:39 PM
    thanks @white-balloon-205!
  • a

    adamant-restaurant-73893

    11/07/2018, 7:39 PM
    Thanks everyone for tuning in - let us know if you like this format, and we'll keep it going!
  • r

    rich-lighter-7225

    11/07/2018, 8:03 PM
    Howdy, I am trying to use the example https://github.com/pulumi/examples/tree/master/aws-ts-serverless-raw to point at a python Flask app instead of a C# app. I think this is possible? but I can't seem to configure the handler right and there are probably other issues... I am just using the simplest Flask app possible right now. Also Is this even how I want to do this?
  • f

    fierce-ram-50276

    11/07/2018, 9:13 PM
    Is there an example of pulumi managing the infrastructure while keeping the application code in separate repositories?
  • o

    orange-tailor-85423

    11/07/2018, 9:14 PM
    @fierce-ram-50276 that's how we are using it now
  • f

    fierce-ram-50276

    11/07/2018, 9:16 PM
    how do you connect the two? the only thing i can think of is packaging the app code into a docker repository and have pulumi connect to that
  • o

    orange-tailor-85423

    11/07/2018, 9:20 PM
    oh I see... yeah we aren't using Pulumi to deploy the apps for now at least
  • f

    fierce-ram-50276

    11/07/2018, 9:21 PM
    ohh that makes sense. I would like to be able to stand up a whole pulumi stack with a pulumi up, but i would like to keep the infrastructure a little separated from the app code itself.
  • o

    orange-tailor-85423

    11/07/2018, 9:22 PM
    ok
  • f

    fierce-ram-50276

    11/07/2018, 9:22 PM
    might be wishing for the impossible though haha
  • w

    white-balloon-205

    11/07/2018, 9:22 PM
    @fierce-ram-50276 Yeah - packaging up into a Docker Repository, or doing a Packer build of an AMI, or however else you build your deployable artifacts can happen in a deployment pipeline entirely separate from Pulumi - and then the Pulumi program can refer to the repositories or AMIs that are being published by that pipeline. Alternatively you can have two separate stacks, both in Pulumi, one which builds and pushes an image, and the other which references that image in Service. And then deployments of each can be triggered from the separate versioning contexts (perhaps pushes to two different repos).
    👍 1
  • o

    orange-tailor-85423

    11/07/2018, 9:22 PM
    yeah we have a separate pipeline for deploying the Helm charts. But we are in very early phases
  • f

    fierce-ram-50276

    11/07/2018, 9:23 PM
    thanks @white-balloon-205 and @orange-tailor-85423! I’ll keep digging
  • o

    orange-tailor-85423

    11/07/2018, 9:30 PM
    cool, please share what you come up with
  • g

    glamorous-printer-66548

    11/07/2018, 10:50 PM
    @fierce-ram-50276 I wrote a few weeks ago how we’re doing things with pulumi roughly (we have multiple repos as well): https://pulumi-community.slack.com/archives/C84L4E3N1/p1538872835000100 . As an addition to what I wrote back then we also meanwhile have a small CLI tool (internal) which can checkout multiple repositories and pulumi up or pulumi destroy them all at once. That CLI tool is useful for the case when we want to spin up or tear down an entire environment.
  • f

    fierce-ram-50276

    11/07/2018, 11:10 PM
    thanks for sharing @glamorous-printer-66548! that sounds more along the lines of what I was invisoning in my head.
  • o

    orange-tailor-85423

    11/07/2018, 11:54 PM
    Peeps using Google auth......
  • o

    orange-tailor-85423

    11/07/2018, 11:54 PM
    TypeScript/JS is killing me
  • s

    stocky-spoon-28903

    11/07/2018, 11:54 PM
    @orange-tailor-85423 What’s the problem?
  • o

    orange-tailor-85423

    11/07/2018, 11:54 PM
    LIterally every single example has some version of this:
  • o

    orange-tailor-85423

    11/07/2018, 11:54 PM
    -.js
  • o

    orange-tailor-85423

    11/07/2018, 11:55 PM
    but trying to code from the samples, that 2nd null is just not accepted
  • o

    orange-tailor-85423

    11/07/2018, 11:55 PM
    sorry, first null
  • o

    orange-tailor-85423

    11/07/2018, 11:55 PM
    after client_email
Powered by Linen
Title
o

orange-tailor-85423

11/07/2018, 11:55 PM
after client_email
View count: 1