Casey Lee

Results 50 comments of Casey Lee

I love the simplicity of this kubernetes client, but I too am running into this same challenge. Any thoughts on replacing the `apis` package in this project with [kubernetes/api](https://github.com/kubernetes/api)? The...

Looks great! I proposed [changes](https://github.com/clareliguori/aws-cdk/pull/3) to deprecate the `CustomLambdaDeploymentConfig` and address the tests.

Looks great @KnisterPeter. Awesome improvement over readability!

@KnisterPeter - approved. Should I trigger a new release after this merges?

@brentley yes, you are correct. I updated my original comment to reflect that. Thanks!

@zsims thinking something like this: ``` service: sidecars: imageRepository: my/image cpu: 20 memory: 400 environment: FOO: bar ```

hmm, good question. i was thinking of stuff like `datadog/agent` or `buoyantio/linkerd` as a sidecar. maybe just stick with that for now and if needed we can look for support...

Yep, that sounds right to me @zsims

I had originally had dreams of being able to run mu also as a lambda function, front it by API GW and build a simple SPA to provide a UI....

@AndreyMarchuk sorry for the lazy question...have you tested this? Curious how much testing i need to do. I had assumed there would be work to update the UserData and CloudFormation::Init...