Chris Knowles
Chris Knowles
What is the current recommended way to run the agent alongside the servers on any hosts the servers run on? The [currently deploy](https://github.com/uswitch/kiam/blob/e776055d60fe956f2baed053b51b8d6cb80e33ea/deploy/agent.yaml#L19) splits servers/agents onto the controllers/workers respectively. Is...
We're using the kube2iam project in the incubator project `kube-aws` and I wondered if there is any recommendation to get kube2iam to start before other pods in the case of...
Installation could benefit from the templates and ease of use of [Helm](https://github.com/kubernetes/helm) and [Helm Charts](https://github.com/kubernetes/charts). The Charts repo already has Redis and MongoDB so adding Tyk in using those as...
When watching for a success case, such as a deployment finishing, what is the recommended way to signal the close of a watch? I tried a few possible options but...
AWS have added support to [filter for untagged images](https://forums.aws.amazon.com/ann.jspa?annID=3969) (and [node SDK](http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/ECR.html#listImages-property)). When image tags are overridden the older untagged images can sit around, so this feature would likely be...
It would be great is source maps were supported in the use of [UglifyJS2](https://github.com/mishoo/UglifyJS2) so it's possible to find the root cause of any issues with minified code a little...