<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Firecracker on Blog</title>
    <link>https://dudeperf3ct.github.io/tags/firecracker/</link>
    <description>Recent content in Firecracker on Blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>dudeperf3ct</copyright>
    <atom:link href="https://dudeperf3ct.github.io/tags/firecracker/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Ephemeral Playground</title>
      <link>https://dudeperf3ct.github.io/projects/ephermal_playground/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://dudeperf3ct.github.io/projects/ephermal_playground/</guid>
      <description>&lt;p&gt;Ever wanted a throw-away VM that spins quickly? One good example of this use case is practice playground VM on learning sites.&lt;/p&gt;
&lt;p&gt;In this project, we will create a CLI that provisions a throw-away VM for us. It uses &lt;a href=&#34;https://github.com/firecracker-microvm/firecracker&#34;&gt;firecracker&lt;/a&gt; microVM underneath to provision and destroy the VMs.&lt;/p&gt;
&lt;h2 id=&#34;getting-started&#34;&gt;Getting Started&lt;/h2&gt;
&lt;p&gt;Firecracker has pretty good &lt;a href=&#34;https://github.com/firecracker-microvm/firecracker/blob/main/docs/getting-started.md&#34;&gt;getting started&lt;/a&gt; guide. I will use it as a reference to get started.&lt;/p&gt;
&lt;p&gt;First step is to look if &lt;code&gt;/dev/kvm&lt;/code&gt; is available on the host machine. This is the important requirement to use firecracker. The presence of KVM module can be checked using &lt;code&gt;lsmod | grep kvm&lt;/code&gt; command. The following command checks if you have read and write access to &lt;code&gt;/dev/kvm&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
