Michael Schurter

6 Followers
270 Following
161 Posts

HashiCorp Nomad Team Lead

pdx dad + biker + sometimes rock climber

#HashicorpNomad

pronounshe/him
Twitterhttps://twitter.com/schmichael
GitHubhttps://github.com/schmichael
Adriana has a ton of great Nomad content: https://adri-v.medium.com/

It's time for Adriana Villela from Lightstep's talk on how to Nomadify your Kubernetes!

https://www.youtube.com/watch?v=toRFhMwI8D4

HashiTalks 2023

YouTube
I think it's time to migrate to a techy instance... what are the odds I can migrate to https://hachyderm.io/ without losing everything? 🤔
Hachyderm.io

Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Mastodon hosted on hachyderm.io
Really great knowledge in this talk! Even though Cilium is a Go program, you really want to use their Docker image to run it because it needs to be able to recompile eBPF programs with clang.
While I think we're improving bullet point 2 here, we're also considering how to allow you to manage CNI plugins and configurations through Nomad instead of expecting operators to do it out-of-band.

Very excited to hear Dan Norris talk about using Cilium with Nomad!

https://www.youtube.com/watch?v=toRFhMwI8D4

#HashiCorpNomad #hashicorp

HashiTalks 2023

YouTube
Bing: “I will not harm you unless you harm me first”

Last week, Microsoft announced the new AI-powered Bing: a search interface that incorporates a language model powered chatbot that can run searches for you and summarize the results, plus do …

Simon Willison’s Weblog
Warren: "If they couldn't use crypto, would ransomware gangs even exist?"
Reiners: "No."

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.”

ongoing by Tim Bray · What · Technology · XML

Wildcard support for datacenters was originally a community contribution as well!

https://github.com/hashicorp/nomad/pull/11170

Allow wildcard datacenters to be specified in job file by jmwilkinson · Pull Request #11170 · hashicorp/nomad

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...

GitHub