<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Micah Hausler</title>
		<link>https://micahhausler.com/</link>
		<description>Recent content on Micah Hausler</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Fri, 20 Feb 2026 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://micahhausler.com/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>2026 Home office AV setup</title>
				<link>https://micahhausler.com/posts/2026-home-office-av-setup/</link>
				<pubDate>Fri, 20 Feb 2026 00:00:00 +0000</pubDate>
				<guid>https://micahhausler.com/posts/2026-home-office-av-setup/</guid>
				<description>&lt;p&gt;This is an update from my &lt;a href=&#34;https://micahhausler.com/posts/my-home-office-av-setup/&#34;&gt;2023 post&lt;/a&gt;, as I&amp;rsquo;ve added some equipment and the camera I use is discontinued.&lt;/p&gt;&#xA;&lt;p&gt;I really enjoy using the &lt;a href=&#34;https://www.elgato.com/us/en/p/prompter&#34;&gt;Elgato Prompter&lt;/a&gt; for video calls. If you&amp;rsquo;re anything like me, you probably are typically looking at your own preview in a video call, and usually end up looking at like the corner of the screen instead of at the webcam lens, and to the person on the other end, its a suboptimal experience. Everyone knows this and kind of goes along with it, but personally I want to subtly communicate that person on the other end of the call has my attention.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Why did Apple build Linux Container support?</title>
				<link>https://micahhausler.com/posts/why-did-apple-build-linux-container-support/</link>
				<pubDate>Thu, 12 Jun 2025 00:00:00 +0000</pubDate>
				<guid>https://micahhausler.com/posts/why-did-apple-build-linux-container-support/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;Disclaimer: I work as a Principal Software Engineer at AWS on Amazon Elastic Kubernetes Service (EKS), and &lt;a href=&#34;https://youtu.be/LY7m5LQliAo?si=y-lAIg27A6Y-Vh5c&amp;amp;t=1656&#34;&gt;Apple is an AWS customer&lt;/a&gt;. The following post is solely my own perspective and speculation based on publicly available data, with no internal insight from anyone at Apple into their reasoning.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;high-level-summary-of-the-announcement&#34;&gt;High level summary of the announcement&lt;/h2&gt;&#xA;&lt;p&gt;On June 9, 2025, at Apple&amp;rsquo;s World Wide Developer Conference (WWDC), they announced new Linux container tooling and a framework for their macOS operating system built in &lt;a href=&#34;https://developer.apple.com/swift/&#34;&gt;Swift&lt;/a&gt;. &lt;a href=&#34;https://www.apple.com/newsroom/2025/06/apple-supercharges-its-tools-and-technologies-for-developers/&#34;&gt;The developer focused announcement&lt;/a&gt; and &lt;a href=&#34;https://developer.apple.com/videos/play/wwdc2025/346/&#34;&gt;video&lt;/a&gt;, along with a screenshot of &lt;code&gt;docker&lt;/code&gt;-like activity of pulling images and running containers, stated the following&lt;/p&gt;</description>
			</item>
			<item>
				<title>Bluesky Comments</title>
				<link>https://micahhausler.com/posts/bluesky-comments/</link>
				<pubDate>Fri, 31 Jan 2025 00:00:00 +0000</pubDate>
				<guid>https://micahhausler.com/posts/bluesky-comments/</guid>
				<description>&lt;p&gt;A few months ago I came across this Bluesky post about using Bluesky replies as blog comments, and pinned (replied with a 📌 to add to the &lt;a href=&#34;https://bsky.app/profile/jaz.bsky.social/feed/my-pins&#34;&gt;pin feed&lt;/a&gt;) it for later.&lt;/p&gt;&#xA;&lt;blockquote class=&#34;bluesky-embed&#34; data-bluesky-uri=&#34;at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3lbslb62wy22g&#34; data-bluesky-cid=&#34;bafyreieu4qelpxusq54hqhwtqh26xcqyoxed74miepq63nrwyyf7cdc6pe&#34;&gt;&lt;p lang=&#34;en&#34;&gt;Want to use bluesky replies as your blog’s comment section? &#xA;&#xA;`npm install bluesky-comments` &#xA;&#xA;Built by @coryzue.com&lt;/p&gt;&amp;mdash; &lt;a href=&#34;https://bsky.app/profile/did:plc:oky5czdrnfjpqslsw2a5iclo?ref_src=embed&#34;&gt;Jay 🦋 (@jay.bsky.team)&lt;/a&gt; &lt;a href=&#34;https://bsky.app/profile/did:plc:oky5czdrnfjpqslsw2a5iclo/post/3lbslb62wy22g?ref_src=embed&#34;&gt;2024-11-25T22:32:20.183Z&lt;/a&gt;&lt;/blockquote&gt;&lt;script async src=&#34;https://embed.bsky.app/static/embed.js&#34; charset=&#34;utf-8&#34;&gt;&lt;/script&gt;&#xA;&lt;p&gt;&lt;em&gt;Bluesky post embed shortcode courtesy of &lt;a href=&#34;https://www.brycewray.com/posts/2024/11/simple-hugo-shortcode-embedding-bluesky-posts/&#34;&gt;Bryce Wray&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;Well, later finally came around and I wanted a reason to try out &lt;strong&gt;&lt;a href=&#34;https://www.cursor.com/&#34;&gt;Cursor&lt;/a&gt;&lt;/strong&gt; on some non-proprietary code. I finally updated my font-awesome to get the Bluesky logo with a link on my homepage, and then through a 10 minute chat with Claude via the Cursor composer got comments working in this Hugo site! You can find the code it came up with in &lt;a href=&#34;https://gist.github.com/micahhausler/cf16302dfd959ad9073da84af25a7bcc&#34;&gt;this gist&lt;/a&gt; if you want to reuse it.&lt;/p&gt;</description>
			</item>
			<item>
				<title>My home office AV setup</title>
				<link>https://micahhausler.com/posts/my-home-office-av-setup/</link>
				<pubDate>Sat, 09 Sep 2023 00:00:00 +0000</pubDate>
				<guid>https://micahhausler.com/posts/my-home-office-av-setup/</guid>
				<description>&lt;p&gt;I recently recorded a talk for work, and was asked about my AV setup.&#xA;The camera and lense choice is directly inspired by Ben Gilbert and David Rosenthal&amp;rsquo;s setup for their excellent podcast, &lt;a href=&#34;acquired&#34;&gt;Acquired&lt;/a&gt;. I figure since I work full time remote from home, I want to be seen and heard clearly. Also, the a7c is a fantastic full-frame compact travel camera.&lt;/p&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Category&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Item&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th style=&#34;text-align: right&#34;&gt;Price&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Camera&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;https://www.bhphotovideo.com/c/product/1592776-REG/sony_alpha_a7c_mirrorless_digital.html&#34;&gt;Sony a7c&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;~$1600&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Lens&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;https://www.bhphotovideo.com/c/product/1492866-REG/sony_sel35f18f_35mm_f_1_8_fe_lens.html&#34;&gt;Sony FE 35mm f/1.8&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;~$650&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Camera Power&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;https://www.amazon.com/Gonine-NP-FZ100-Adapter-Battery-Cameras/dp/B07D5V8KY5&#34;&gt;Dummy Battery&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;~$37&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Camera Mount&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;https://www.amazon.com/Overhead-Flexible-Articulating-Mirrorless-Photography/dp/B08ZCW4N6V&#34;&gt;Clamp arm mount&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;~$30&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Video Card&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;https://www.amazon.com/Elgato-Cam-Link-Broadcast-Camcorder/dp/B07K3FN5MR&#34;&gt;Elgato Cam Link 4k&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;~$90&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Camera Control Cable&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B0874HH4ZZ&#34;&gt;6ft USB-C cable&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;~$17&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;HDMI cable&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;https://www.bhphotovideo.com/c/product/1457588-REG/elvid_hdmiad_015_c_coiled_hdmi_cable_a_d.html&#34;&gt;Micro HDMI to HDMI&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;~$10&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Camera Control&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;https://support.d-imaging.sony.co.jp/app/imagingedge/en/&#34;&gt;Sony Imaging Edge&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Recording Software&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;https://obsproject.com/&#34;&gt;OBS&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;Free&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Microphone&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;https://www.amazon.com/Logitech-Creators-Condenser-Microphone-988-000100/dp/B00N1YPXW2&#34;&gt;Yeti Blue&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;~$100&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Microphone Mount&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B07CN2C93T&#34;&gt;Microphone Arm&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;~$22&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;Equipment Total&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;$2556&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;figure class=&#34;img.margin.auto&#34;&gt;&lt;a href=&#34;https://twitter.com/micahhausler/status/1695092675022578170&#34;&gt;&lt;img src=&#34;https://micahhausler.com/img/homeoffice.jpeg&#34; width=&#34;100%&#34;&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;</description>
			</item>
			<item>
				<title>My home UniFi setup</title>
				<link>https://micahhausler.com/posts/my-home-unifi-setup/</link>
				<pubDate>Sun, 14 Nov 2021 00:00:00 +0000</pubDate>
				<guid>https://micahhausler.com/posts/my-home-unifi-setup/</guid>
				<description>&lt;h1 id=&#34;unifi-homelab-setup&#34;&gt;UniFi homelab setup&lt;/h1&gt;&#xA;&lt;h2 id=&#34;hardware&#34;&gt;Hardware&lt;/h2&gt;&#xA;&lt;p&gt;My home network looks something like the following:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://epb.com/fi-speed-internet/gig/&#34;&gt;EPB&lt;/a&gt; 1GB fiber in ($68/mo)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://store.ui.com/collections/unifi-network-unifi-os-consoles/products/unifi-dream-machine&#34;&gt;UniFi Dream Machine&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://store.ui.com/collections/unifi-network-switching/products/usw-lite-16-poe&#34;&gt;Switch Lite 16 PoE&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;2x &lt;a href=&#34;https://store.ui.com/collections/unifi-network-wireless/products/unifi-in-wall-hd&#34;&gt;Access Point In-Wall HD&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://store.ui.com/collections/unifi-network-switching/products/usw-24&#34;&gt;Switch 24&lt;/a&gt; (for the rack)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://store.ui.com/collections/unifi-network-switching/products/usw-flex-mini&#34;&gt;Switch Flex Mini&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Fortunately my house is wired with CAT6 and the cables terminate in the garage.&#xA;I&amp;rsquo;ve got my UDM sitting on top of the 16 PoE switch, powering the two APs in other parts of the house.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Reading List</title>
				<link>https://micahhausler.com/reading/</link>
				<pubDate>Tue, 26 Mar 2019 09:00:00 -0800</pubDate>
				<guid>https://micahhausler.com/reading/</guid>
				<description>&lt;h2 id=&#34;2026&#34;&gt;2026&lt;/h2&gt;&#xA;&lt;h3 id=&#34;to-read&#34;&gt;To Read&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Holy-Hurt-Understanding-Spiritual-Process/dp/1587436590&#34;&gt;Holy Hurt: Understanding Spiritual Trauma and the Process of Healing - Hillary McBride&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Mission-CIA-21st-Century/dp/B0DPJFQGMD&#34;&gt;The Mission: The CIA in the 21st Century - Tim Weiner&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;completed&#34;&gt;Completed&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Ruthless-Elimination-Hurry-Emotionally-Spiritually/dp/0525653090&#34;&gt;The Ruthless Elimanation of Hurry - John Mark Comer&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;2025&#34;&gt;2025&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/1929-Inside-Greatest-History-Shattered/dp/0593296966&#34;&gt;1929: Inside the Greatest Crash in Wall Street History—and How It Shattered a Nation - Andrew Ross Sorkin&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B0CDGH9CMP&#34;&gt;New Cold Wars: China&amp;rsquo;s Rise, Russia&amp;rsquo;s Invasion, and America&amp;rsquo;s Struggle to Defend the West - David E. Sanger&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B005HG4W9W&#34;&gt;The Soul of A New Machine - Tracy Kidder&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B0CW6CZTMS&#34;&gt;On the Hippie Trail: Istanbul to Kathmandu and the Making of a Travel Writer - Rick Steves&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B000PC0S0K&#34;&gt;Einstein: His Life and Universe - Walter Isaacson&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B08G1XNG7J&#34;&gt;The Code Breaker: Jennifer Doudna, Gene Editing, and the Future of the Human Race - Walter Isaacson&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;2024&#34;&gt;2024&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B0C1KXJBMZ&#34;&gt;F-35: The Inside Story of the Lightning II - Tom Burbage, Betsy Clark, Adrian Pitman, David Poyer&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B08ND91K6G&#34;&gt;Empire of Pain: The Secret History of the Sackler Dynasty - Patrick Radden Keefe&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B000FBJG04&#34;&gt;Band of Brothers: E Company, 506th Regiment, 101st Airborne, from Normandy to Hitler&amp;rsquo;s Eagle&amp;rsquo;s Nest - Stephen E. Ambrose&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B0BZ61B8G3&#34;&gt;The Savage Storm: The Battle for Italy 1943 - James Holland&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B0146Y9T0W&#34;&gt;Napoleon: A Concise Biography - David A. Bell&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B000JMKVMG&#34;&gt;Masters of the Air: America&amp;rsquo;s Bomber Boys Who Fought the Air War Against Nazi Germany - Donald L. Miller&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B09BP2N2J6&#34;&gt;To Catch a Spy: The Art of Counterintelligence - James M. Olson&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B09XBGYWSR&#34;&gt;Code Name Blue Wren: The True Story of America&amp;rsquo;s Most Dangerous Female Spy—and the Sister She Betrayed - Jim Popkin&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;2023&#34;&gt;2023&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B003LSTK8G&#34;&gt;The Big Short: Inside the Doomsday Machine - Michael Lewis&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B0C5DNW987&#34;&gt;Going Infinite: The Rise and Fall of a New Tycoon - Michael Lewis&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B0BW9TRGKV&#34;&gt;Elon Musk - Walter Isaacson&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B084HJSJJ2&#34;&gt;The Psychology of Money: Timeless lessons on wealth, greed, and happiness - Morgan Housel&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B0BV14KSN7&#34;&gt;Target Tehran: How Israel Is Using Sabotage, Cyberwarfare, Assassination – and Secret Diplomacy – to Stop a Nuclear Iran and Create a New Middle East - Yonah Jeremy Bob, Ilan Evyatar&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B0797LD93S&#34;&gt;Rise and Kill First: The Secret History of Israel&amp;rsquo;s Targeted Assassinations - Ronen Bergman&lt;/a&gt;&lt;/strong&gt; (reread)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B007HBLPO0&#34;&gt;Mossad: The Greatest Missions of the Israeli Secret Service - Michael Bar-Zohar, Nissim Mishal&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B0BHTMFTLS&#34;&gt;Spies: The Epic Intelligence War Between East and West - Calder Walton&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B09Y45YPYW&#34;&gt;The Dirty Tricks Department: Stanley Lovell, the OSS, and the Masterminds of World War II Secret Warfare - John Lisle&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B0B5CM99WL&#34;&gt;The Long Reckoning: A Story of War, Peace, and Redemption in Vietnam - George Black&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B07MYK8XBN&#34;&gt;Life Undercover: Coming of Age in the CIA - Amaryllis Fox&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;2022&#34;&gt;2022&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B094PSKDZV&#34;&gt;The Power Law: Venture Capital and the Making of the New Future - Sebastian Mallaby&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B07H28Z9LL&#34;&gt;Surprise, Kill, Vanish: The Secret History of CIA Paramilitary Armies, Operators, and Assassins - Annie Jacobsen&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B0987X3DGR&#34;&gt;Black Ops: The Life of a CIA Shadow Warrior - Ric Prado&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B001P2NI2O&#34;&gt;Spymaster: My Thirty-two Years in Intelligence and Espionage Against the West - Oleg Kalugin&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B07F12J9SM&#34;&gt;Russians Among Us: Sleeper Cells, Ghost Stories, and the Hunt for Putin&amp;rsquo;s Spies - Gordon Corera&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;2021&#34;&gt;2021&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B095BZ463N&#34;&gt;I Alone Can Fix It - Carol Leonnig, Philip Rucker&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B08RYQZNPT&#34;&gt;The Recruiter - Douglas London&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B00KEPLC08&#34;&gt;Countdown to Zero Day: Stuxnet and the Launch of the World&amp;rsquo;s First Digital Weapon - Kim Zetter&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B0011UGNDG&#34;&gt;Dune Messiah - Frank Herbert&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Dune-Frank-Herbert-audiobook&#34;&gt;Dune - Frank Herbert&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B01BK0WSQM&#34;&gt;The Legend of Luke - Brian Jacques&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B01BK0WSPS&#34;&gt;Mossflower - Brian Jacques&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B01BK0SPZ0&#34;&gt;Martin the Warior - Brian Jacques&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B095BZ463N&#34;&gt;I Alone Can Fix It: Donald J. Trump&amp;rsquo;s Catastrophic Final Year - Carol Leonnig, Philip Rucker&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B006L872Q0&#34;&gt;Prelandra - C.S. Lewis&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Out-Silent-Planet-Space-Trilogy-ebook/dp/B006L8723I&#34;&gt;Out of the Silent Planet - C.S. Lewis&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B01BK0WT7K&#34;&gt;Lord Brocktree - Brian Jacques&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B08TB1TP7H&#34;&gt;Amazon Unbound - Brad Stone&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Last-Battle-Chronicles-Narnia-Book-ebook/dp/B001I45UE8&#34;&gt;The Last Battle - C.S. Lewis&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Voyage-Dawn-Treader-Chronicles-Narnia-ebook/dp/B001I45UEI&#34;&gt;The Voyage of the Dawn Treader - C.S. Lewis&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B004DNWQ34&#34;&gt;The Silver Chair - C.S. Lewis&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Horse-His-Chronicles-Narnia-Book-ebook/dp/B001I45UFM&#34;&gt;The Horse and His Boy - C.S. Lewis&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B08CV6GB22&#34;&gt;Billion Dollar Loser: The Epic Rise and Spectacular Fall of Adam Neumann and WeWork - Reeves Wiedeman&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B08KJGVJNM&#34;&gt;War Beneath the Sea: Submarine conflict during World War II - Peter Padfield&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Sandworm-Cyberwar-Kremlins-Dangerous-Hackers-ebook/dp/B07GD4MFW2&#34;&gt;Sandworm - Andy Greenberg&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Harry-Potter-Prisoner-Azkaban-Rowling-ebook/dp/B0192CTMX2&#34;&gt;Harry Potter and the Prisoner of Azkaban - J. K. Rowling&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Promised-Land-Barack-Obama/dp/1524763160&#34;&gt;A Promised Land - Barack Obama&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;2020&#34;&gt;2020&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Phoenix-Project-DevOps-Helping-Business/dp/0988262509&#34;&gt;The Phoenix Project - Gene Kim&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Archer-Paulo-Coelho/dp/0593318277&#34;&gt;The Archer - Paulo Coelho&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Harry-Potter-Chamber-Secrets-Rowling-ebook/dp/B0192CTMW8&#34;&gt;Harry Potter and the Chamber of Secrets - J. K. Rowling&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://standardebooks.org/ebooks/jack-london/the-call-of-the-wild&#34;&gt;Call of the Wild - Jack London&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/B071D53HV8/&#34;&gt;The Deal of the Century - Steve Coll&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Quiet-Americans-Spies-War-Tragedy/dp/0385540450&#34;&gt;The Quiet Americans - Scott Anderson&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Room-Where-Happened-White-Memoir/dp/1982148039&#34;&gt;The Room Where It Happened - John Bolton&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;2019&#34;&gt;2019&lt;/h2&gt;&#xA;&lt;h4 id=&#34;incomplete&#34;&gt;Incomplete&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Kissinger-Biography-Walter-Isaacson/dp/0743286979&#34;&gt;Kissinger - Walter Isaacson&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;completed-1&#34;&gt;Completed&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Hot-Zone-Terrifying-Story-Origins/dp/0385479565&#34;&gt;Hot Zone - Richard Preston&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Bad-Blood-Secrets-Silicon-Startup/dp/152473165X&#34;&gt;Bad Blood - John Carreyrou&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Everything-Store-Jeff-Bezos-Amazon/dp/0316219282&#34;&gt;The Everything Store - Brad Stone&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Private-Empire-ExxonMobil-American-Power/dp/0143123548&#34;&gt;Private Empire - Steve Coll&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;2018&#34;&gt;2018&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Rise-Kill-First-Targeted-Assassinations/dp/1400069718&#34;&gt;Rise and Kill First - Ronen Bergman&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Ghost-Wars-Afghanistan-Invasion-September/dp/0143034669&#34;&gt;Ghost Wars - Steve Coll&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Leonardo-Last-Supper-Ross-King/dp/1620403080&#34;&gt;Leonardo and the Last Supper - Ross King&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Higher-Loyalty-Truth-Lies-Leadership/dp/1250192455&#34;&gt;A Higher Loyalty - James Comey&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Directorate-C-I-Americas-Afghanistan-Pakistan/dp/1594204586&#34;&gt;Directorate S - Steve Coll&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Michelangelo-Popes-Ceiling-Ross-2006-04-06/dp/B017MYECWI&#34;&gt;Michaelangelo and the Pope&amp;rsquo;s Ceiling - Ross King&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Unbroken-World-Survival-Resilience-Redemption-ebook/dp/B003WUYPPG&#34;&gt;Unbroken: A World War II Story of Survival, Resilience and Redemption - Laura Hillenbrand&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Fire-Fury-Inside-Trump-White/dp/1250158060&#34;&gt;Fire And Fury - Michael Wolff&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Boys-Boat-Americans-Berlin-Olympics-ebook/dp/B00AEBETU2&#34;&gt;The Boys in the Boat: Nine Americans and Their Epic Quest for Gold at the 1936 Berlin Olympics - Daniel James Brown&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;2017&#34;&gt;2017&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/gp/product/1501139150&#34;&gt;Leonardo da Vinci - Walter Isaacson&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Brunelleschis-Dome-Renaissance-Reinvented-Architecture/dp/0802713661&#34;&gt;Brunelleschi&amp;rsquo;s Dome - Ross King&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/What-Happened-Hillary-Rodham-Clinton/dp/1501175564&#34;&gt;What Happened - Hillary Rodham Clinton&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Capital-Gaines-Things-Learned-Stupid/dp/0785216308&#34;&gt;Capital Gaines - Chip Gaines&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.amazon.com/Steve-Jobs-Walter-Isaacson/dp/1451648537&#34;&gt;Steve Jobs - Walter Isaacson&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Automating Public Services with Kubernetes</title>
				<link>https://micahhausler.com/posts/automating-public-services/</link>
				<pubDate>Sun, 18 Mar 2018 00:00:00 +0000</pubDate>
				<guid>https://micahhausler.com/posts/automating-public-services/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://kubernetes.io/docs/concepts/services-networking/ingress/&#34;&gt;Ingress&lt;/a&gt; is&#xA;one of the most under-appreciated features of Kubernetes, and in this post I&amp;rsquo;ll&#xA;show you how to easily get a new service up and running with automatic TLS and&#xA;DNS on a &lt;a href=&#34;https://aws.amazon.com/blogs/opensource/running-bleeding-edge-kubernetes-on-aws-with-kops/&#34;&gt;kops&lt;/a&gt;&#xA;cluster in AWS using Ingress rules. Kubernetes Ingress rules allow you to route&#xA;path or host-based HTTP traffic with native Kubernetes API objects.&lt;/p&gt;&#xA;&lt;h2 id=&#34;setup&#34;&gt;Setup&lt;/h2&gt;&#xA;&lt;p&gt;First we&amp;rsquo;ll need a Kubernetes cluster, which we&amp;rsquo;ll install with kops. You&amp;rsquo;ll&#xA;need the following tools installed:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Talks</title>
				<link>https://micahhausler.com/talks/</link>
				<pubDate>Fri, 12 Jan 2018 13:30:19 -0500</pubDate>
				<guid>https://micahhausler.com/talks/</guid>
				<description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=JBM0PRyDaPs&amp;amp;list=PLj6h78yzYM2MLSW4tUDO2gs2pR5UpiD0C&amp;amp;index=56&#34;&gt;Tools and Strategies for Making the Most of Kubernetes Access Control&lt;/a&gt;&lt;/strong&gt; - KubeCon NA 2025 - Atlanta, GA (&lt;a href=&#34;https://hosted-files.sched.co/kccncna2025/0f/KubeCon%20Atlanta%20Talk.pdf&#34;&gt;slides&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=QhTlZs4m59w&amp;amp;ab_channel=CNCF%5BCloudNativeComputingFoundation%5D&#34;&gt;A Day in the Life of a Kubernetes Engineer&lt;/a&gt;&lt;/strong&gt; - KubeCon Europe 2025 - London, UK (&lt;a href=&#34;https://kccnceu2025.sched.com/event/1txB6?iframe=no&#34;&gt;Panel dicsussion&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=rJacyDygVi0&amp;amp;ab_channel=CloudNativeRejekts&#34;&gt;End to End Message Authenticity in Cloud Native&#xA;Systems&lt;/a&gt;&lt;/strong&gt; - &lt;a href=&#34;https://cfp.cloud-native.rejekts.io/cloud-native-rejekts-europe-london-2025/talk/U99JU3/&#34;&gt;Cloud Native Rejekts Europe 2025&lt;/a&gt; - London, UK&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=yuXF-NXaelI&amp;amp;ab_channel=AWSEvents&#34;&gt;Securing Kubernetes workloads in Amazon EKS&lt;/a&gt;&lt;/strong&gt; - re:Invent 2024 - Las Vegas, NV (&lt;a href=&#34;https://reinvent.awsevents.com/content/dam/reinvent/2024/slides/kub/KUB315_Securing-Kubernetes-workloads-in-Amazon-EKS.pdf&#34;&gt;slides&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=iyMcOpXRVWk&amp;amp;ab_channel=AWSEvents&#34;&gt;Securing Kubernetes workloads in Amazon EKS&lt;/a&gt;&lt;/strong&gt; - re:Invent 2023 - Las Vegas, NV (&lt;a href=&#34;https://d1.awsstatic.com/events/Summits/reinvent2023/CON335_Securing-Kubernetes-workloads-in-Amazon-EKS.pdf&#34;&gt;slides&lt;/a&gt;, &lt;a href=&#34;https://github.com/micahhausler/reinvent23-con335&#34;&gt;code&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=re7HBYUYCB8&amp;amp;ab_channel=CNCF%5BCloudNativeComputingFoundation%5D&#34;&gt;Kubernetes Security Response Committee: Intro &amp;amp; Deep Dive&lt;/a&gt;&lt;/strong&gt; - KubeCon EU 2023 - Amsterdam, Netherlands&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=vmZgHqYhLSU&amp;amp;ab_channel=AWSEvents&#34;&gt;Securing Kubernetes: How to address Kubernetes attack vectors&lt;/a&gt;&lt;/strong&gt; - re:Invent 2022 - Las Vegas, NV (&lt;a href=&#34;https://d1.awsstatic.com/events/Summits/reinvent2022/CON318_Securing-Kubernetes-How-to-address-Kubernetes-attack-vectors.pdf&#34;&gt;slides&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=OWRWDXszR-4&#34;&gt;Running high-security workloads on Amazon EKS&lt;/a&gt;&lt;/strong&gt; - re:Invent 2019 - Las Vegas, NV (&lt;a href=&#34;https://d1.awsstatic.com/events/reinvent/2019/REPEAT_1_Running_high-security_workloads_on_Amazon_EKS_CON334-R1.pdf&#34;&gt;slides&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=Q_enP8JAlHQ&#34;&gt;Living with the pathology of the cloud: How AWS runs lots of&#xA;clusters&lt;/a&gt;&lt;/strong&gt; - KubeCon NA 2019 -&#xA;San Diego, CA&#xA;(&lt;a href=&#34;https://static.sched.com/hosted_files/kccncna19/2a/living-with-the-pathology-of-the-cloud.pdf&#34;&gt;slides&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=F_89DId1oW0&#34;&gt;Abstracted Infrastructures - Introduction to Kubernetes&lt;/a&gt;&lt;/strong&gt; - Chadev 1/26/17 - Chattanooga, TN&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=E0qeKO-dkFY&amp;amp;list=PLj6h78yzYM2PqgIGU1Qmi8nY7dqn9PCr4&amp;amp;index=55&#34;&gt;Migrating Configuration to Kubernetes with Container-Transform&lt;/a&gt;&lt;/strong&gt; - KubeCon 2016 - Seattle, WA&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=lHTCeRKq0lc&#34;&gt;Prometheus and Time-Series Monitoring&lt;/a&gt;&lt;/strong&gt; - Chadev 8/4/16 - Chattanooga, TN&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=PdSmMT0IGx4&#34;&gt;Abstracted Infrastructures - Apache Mesos&lt;/a&gt;&lt;/strong&gt; - Chadev 5/19/16 - Chattanooga, TN&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=9sAznhx5cAo&#34;&gt;Web Application Security and You: Intro to OWASP and Pen Testing&lt;/a&gt;&lt;/strong&gt; - Chadev 7/23/15 - Chattanooga, TN&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=HZhTpupxb2k&#34;&gt;DevOps Panel Discussion&lt;/a&gt;&lt;/strong&gt; - Chadev 7/18/15 - Chattanooga, TN&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;amazon-internal&#34;&gt;Amazon Internal&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Amazon Kubernetes Summit 2026: Under the hood of Kubernetes security: a technical deep dive&lt;/strong&gt; - Amazon Kubernetes Summit 2026 - Mar 5, 2026&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Amazon Kubernetes Summit 2026: Getting Started with open source contributions&lt;/strong&gt; - Amazon Kubernetes Summit 2026 - Mar 5, 2026&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;EKS Principal Engineer panel: the future of Kubernetes at Amazon&lt;/strong&gt; - Amazon Kubernetes Summit 2026 - Mar 5, 2026&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Kubernetes for Amazon engineers&lt;/strong&gt; - Principals of Amazon (PoA) - Feb 1, 2024&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;EKS Dataplane Deep Dive&lt;/strong&gt; - Internal team training - Jun 11, 2019&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Writings</title>
				<link>https://micahhausler.com/writings/</link>
				<pubDate>Fri, 12 Jan 2018 13:30:19 -0500</pubDate>
				<guid>https://micahhausler.com/writings/</guid>
				<description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://aws.amazon.com/blogs/security/amazon-elastic-kubernetes-service-gets-independent-affirmation-of-its-zero-operator-access-design/&#34;&gt;Amazon Elastic Kubernetes Service gets independent affirmation of its zero operator access design&lt;/a&gt;&lt;/strong&gt; - AWS Security Blog - 11/12/25&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.cncf.io/blog/2025/03/28/cedar-a-new-approach-to-policy-management-for-kubernetes/&#34;&gt;Cedar: A New Approach to Policy Management for Kubernetes&lt;/a&gt;&lt;/strong&gt; - Cloud Native Computing Foundation Blog (CNCF) - 3/28/25&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.cedarpolicy.com/blog/cedar-for-kubernetes&#34;&gt;Cedar Access Control for Kubernetes&lt;/a&gt;&lt;/strong&gt; - Cedar Blog - 10/30/24&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://aws.amazon.com/blogs/opensource/introducing-amazon-eks-distro/&#34;&gt;Introducing Amazon EKS Distro (EKS-D)&lt;/a&gt;&lt;/strong&gt; - AWS Open Source Blog - 12/1/20&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://aws.amazon.com/blogs/opensource/introducing-fine-grained-iam-roles-service-accounts/&#34;&gt;Introducing fine-grained IAM roles for service accounts&lt;/a&gt;&lt;/strong&gt; - AWS Open Source Blog - 9/4/19&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://aws.amazon.com/blogs/opensource/improvements-eks-worker-node-provisioning/&#34;&gt;Improvements for Amazon EKS Worker Node Provisioning&lt;/a&gt;&lt;/strong&gt; - AWS Open Source Blog - 8/23/18&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://aws.amazon.com/blogs/opensource/network-load-balancer-support-in-kubernetes-1-9/&#34;&gt;Network Load Balancer Support in Kubernetes 1.9&lt;/a&gt;&lt;/strong&gt; - AWS Open Source Blog - 1/11/18&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://web.archive.org/web/20171223153152/https://aws.amazon.com/blogs/opensource/running-bleeding-edge-kubernetes-on-aws-with-kops/&#34;&gt;Running Bleeding-Edge Kubernetes on AWS with kops&lt;/a&gt;&lt;/strong&gt; - AWS Open Source Blog - 12/23/17&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://medium.com/skuid-engineering/compose-your-infrastructure-dont-micromanage-it-5cb2062946c&#34;&gt;Compose your infrastructure, don’t micromanage it&lt;/a&gt;&lt;/strong&gt; - Medium - 4/19/17&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
	</channel>
</rss>
