It's time for Adriana Villela from Lightstep's talk on how to Nomadify your Kubernetes!
HashiCorp Nomad Team Lead
pdx dad + biker + sometimes rock climber
| pronouns | he/him |
| https://twitter.com/schmichael | |
| GitHub | https://github.com/schmichael |
HashiCorp Nomad Team Lead
pdx dad + biker + sometimes rock climber
| pronouns | he/him |
| https://twitter.com/schmichael | |
| GitHub | https://github.com/schmichael |
It's time for Adriana Villela from Lightstep's talk on how to Nomadify your Kubernetes!
Very excited to hear Dan Norris talk about using Cilium with Nomad!
I turned this thread into a blog post: https://simonwillison.net/2023/Feb/15/bing/
Thread continues here: https://fedi.simonwillison.net/@simon/109869401190959051
Hey, today is XML’s 25th birthday. Back in the day I wrote a lot about it: https://www.tbray.org/ongoing/What/Technology/XML/
Probably the most important: Neither XML’s father nor inventor: https://www.tbray.org/ongoing/When/200x/2008/11/22/Not-the-Inventor-of-XML
Amusing: “XML People”: https://www.tbray.org/ongoing/When/200x/2008/02/10/XML-People
Quoting from “What XML Means” (2007): “XML is the first successful instance of a data packaging system that is simultaneously (human) language-independent and (computer) system-independent. It’s the existence proof that such a thing can be built and be useful.”
Wildcard support for datacenters was originally a community contribution as well!
Overview This PR addresses the issue #9024 It uses the filepath.Match golang std lib to accomplish the matching, which is somewhat simpler and more intuitive than using a regex. Because of that sim...