Pablo Ruiz García

Results 48 comments of Pablo Ruiz García

Another option that came to my mind could be using something like https://github.com/qntfy/kazaam in order to allow the user to specify some 'json transformations' to apply to normad's bridge CNI...

Hi @tgross, I probably miss explained my self a bit. I was not proposing to add the new 'bridge_transform_rules' parameter to nomad's job spec. Just adding it to nomad client/host...

In my use case, for example, my idea would be to mix Consul Connect & Cilium on top of nomad's bridge. In order to do so, my nomad's host config...

Hi @tgross I think the cni_bridge_config_template seems like a good middle point, yes, cause: * PROs: Simplicity (obvious ;)) * CONs: When a new version of nomad has a new...

@lgfa29 While consul connect is a good solution for common use cases, it is clearly lacking when trying to use it to deploy applications requiring more complex network setups (for...

Hi @lgfa29, First, thnks for the thoughtful response, I'll try to answer some points I think relevant below.. ;) > Hi everyone 👋 > > After a more thorough look...

Hi, Regarding this I was awaiting for a conclusion at https://github.com/hashicorp/nomad/issues/13824, as in order to really being able to integrate cilium with nomad, including being able to mix and match...

Installation is not implemented. Mainly cause we do provide our binaries as an .rpm or .deb package including required initscripts specific for the init system used at each distro. Universal...

You can provide wkhtml binaries outside of the provided nugets, just by placing the binaries (native libraries & dependencies) on the same folder as the actual application's .exe file.

fetch a wkhtmltox0.so for your linux distro from wkhtmltopdf website, and copy it to the same folder where you are running your mono app, and try again. Regards On Wed,...