Marko Mikulicic

Results 231 comments of Marko Mikulicic

CC: @jjo, @dbarranco, @jbianquetti-nami

you can install a nginx-ingress controller and share one single AWS load balancer between multiple ingress. See https://github.com/kubernetes/ingress-nginx

I want to make it an (optional) part of this project; just didn't have time yet to write the yaml. It shouldn't be hard, see https://kubernetes.io/docs/concepts/services-networking/ingress/ The folks doing the...

For helm you should be able to escape the braces with ``` {{` .... `}} ``` I.e. ``` {{`{{ .... }}`}} ```

@paulfantom could you please make a proposal for how would you envision the configuration of the delimiters to look like?

I like ``` spec: template: delimeters: right: "" left: " ```

@jakedgy have you opensourced your controller? I'd like to try it out.

I think it's not unreasonable for succeeded and failed calls to behave quite differently; in other words failed calls often are outliers, latency wise. For example when a deadline is...

I'm also very excited about cuelang. I wonder if kubecfg is needed in that world though. Doesn't cue already support integrating with kubectl? Kubectl now also supports diffs.

which `--diff-strategy` are you using?