Skip to content

Commit 8b2dc26

Browse files
committed
docs(readme): place 96px mascot beside intro paragraph
1 parent 9504a5f commit 8b2dc26

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Imp
22

3-
<p align="left">
4-
<img src=".github/assets/impvm-dev-mascot-trans.png" alt="IMP mascot icon" width="88" />
5-
</p>
6-
73
```text
84
)\ /(
95
( \/ ) ╦╔╦╗╔═╗
@@ -19,9 +15,18 @@
1915
[![Go Version](https://img.shields.io/badge/go-1.25.6-00ADD8?logo=go)](https://go.dev/doc/devel/release)
2016
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
2117

22-
Imp is a Kubernetes operator and node agent for running Firecracker microVM workloads as first-class Kubernetes resources.
23-
In plain terms: it gives you lightweight mini-VMs that behave like disposable app sandboxes, so you can run risky or isolated workloads without giving them access to your whole host.
24-
A microVM is a very small virtual machine with stronger isolation than a container, and Firecracker is the open-source microVM runtime Imp uses to start those sandboxes quickly.
18+
<table>
19+
<tr>
20+
<td width="116" valign="top">
21+
<img src=".github/assets/impvm-dev-mascot-trans.png" alt="IMP mascot icon" width="96" />
22+
</td>
23+
<td valign="top">
24+
<p><strong>Imp is a Kubernetes operator and node agent for running Firecracker microVM workloads as first-class Kubernetes resources.</strong></p>
25+
<p>In plain terms: it gives you lightweight mini-VMs that behave like disposable app sandboxes, so you can run risky or isolated workloads without giving them access to your whole host.</p>
26+
<p>A microVM is a very small virtual machine with stronger isolation than a container, and Firecracker is the open-source microVM runtime Imp uses to start those sandboxes quickly.</p>
27+
</td>
28+
</tr>
29+
</table>
2530

2631
It provides CRDs for VM lifecycle, VM networking, snapshots, migrations, warm pools, and runner pools, with Cilium-first networking support, VXLAN fallback for non-Cilium CNIs, and built-in metrics for VM state, latency, and health.
2732

0 commit comments

Comments
 (0)