<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Unikernels on yomimono - something to read</title>
    <link>http://localhost:1313/tags/unikernels/</link>
    <description>Recent content in Unikernels on yomimono - something to read</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 16 Jul 2018 19:00:00 +0000</lastBuildDate>
    <atom:link href="http://localhost:1313/tags/unikernels/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Ditch That AWS Build Host</title>
      <link>http://localhost:1313/blog/2018/07/16/ditch-aws-build-host/</link>
      <pubDate>Mon, 16 Jul 2018 19:00:00 +0000</pubDate>
      <guid>http://localhost:1313/blog/2018/07/16/ditch-aws-build-host/</guid>
      <description>&lt;p&gt;In honor of the &lt;a href=&#34;https://www.transnational-strike.info/2018/05/17/call-to-all-amazon-workers-in-europe-in-july-a-european-general-strike/&#34;&gt;transnational strike on Amazon this week&lt;/a&gt;, here are instructions for moving your AWS unikernels to a cloud that used to claim it wasn&amp;rsquo;t evil.  You might also be interested in establishing &lt;a href=&#34;https://bigboy.us/other/aws/&#34;&gt;a picket line for your packets&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This blog &lt;a href=&#34;http://localhost:1313/blog/2014/03/16/advancing-toward-the-mirage/&#34;&gt;originally ran on Amazon EC2&lt;/a&gt;.  Since early 2017, it&amp;rsquo;s been running on a different tech behemoth&amp;rsquo;s massive public cloud.  The deployment process is considerably easier and faster on this alternative public cloud &amp;ndash; I first saw it as a live demo given by &lt;a href=&#34;https://mjbright.github.io/&#34;&gt;Michael Bright&lt;/a&gt; and immediately knew I wanted to replace my AWS pipeline with it.  My AWS unikernel deployments required a secondary Linux host for building AMIs from a kernel image and usually took around 20 minutes from start to finish; GCP deployments can be done from my development host and take around 90 seconds.&lt;/p&gt;</description>
    </item>
    <item>
      <title>I Am Unikernel (And So Can You!)</title>
      <link>http://localhost:1313/blog/2014/08/17/i-am-unikernel/</link>
      <pubDate>Sun, 17 Aug 2014 23:47:13 +0000</pubDate>
      <guid>http://localhost:1313/blog/2014/08/17/i-am-unikernel/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://jvns.ca&#34;&gt;Julia Evans,&lt;/a&gt; prolific blogger and rad person, gave me several kind comments on the &amp;ldquo;Why I Unikernel&amp;rdquo; posts (&lt;a href=&#34;http://localhost:1313/blog/2014/08/11/attack-surface-area/&#34;&gt;security&lt;/a&gt;, &lt;a href=&#34;http://localhost:1313/blog/2014/08/14/my-content-is-mine/&#34;&gt;self-hosting&lt;/a&gt;).  She also asked, quite reasonably, whether I&amp;rsquo;d written a high-level summary of how I host my blog from a unikernel.  &amp;ldquo;No, but I should,&amp;rdquo; I said, and unlike most times I say I should do something, I actually did it.&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s the very-high-level overview:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;use brain to generate content that some human, somewhere, might want to read (hardest step)&lt;/li&gt;&#xA;&lt;li&gt;write all that stuff in Markdown&lt;/li&gt;&#xA;&lt;li&gt;use &lt;a href=&#34;http://www.octopress.org&#34;&gt;Octopress&lt;/a&gt; to generate a static site from that Markdown&lt;/li&gt;&#xA;&lt;li&gt;use &lt;a href=&#34;http://www.openmirage.org&#34;&gt;Mirage&lt;/a&gt; to build a unikernel with the blog content&lt;/li&gt;&#xA;&lt;li&gt;upload the unikernel to an EC2 instance running Linux&lt;/li&gt;&#xA;&lt;li&gt;build a new EC2 instance from the uploaded unikernel&lt;/li&gt;&#xA;&lt;li&gt;make sure that newly generated instance looks like my website with new content&lt;/li&gt;&#xA;&lt;li&gt;shut down the Linux host that made the new EC2 instance&lt;/li&gt;&#xA;&lt;li&gt;make &lt;code&gt;somerandomidiot.com&lt;/code&gt; point to the new EC2 instance&lt;/li&gt;&#xA;&lt;li&gt;kill the EC2 instance which previously served &lt;code&gt;somerandomidiot.com&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;And below, one can find the gory details.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
