Skip to content

Commit 2633321

Browse files
congwang-mkclaude
andcommitted
Rename Multikernel Upgrade to Multikernel LiveUpdate
LiveUpdate better communicates the product's value: a true live kernel update (booting a new kernel alongside the old one), not just a patch. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8839baa commit 2633321

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

_layouts/default.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
<small>AI agent sandboxing runtime</small>
358358
</a>
359359
<a href="/products/resilience.html" class="site-nav-dropdown-item {% if page.url == '/products/resilience.html' %}active{% endif %}">
360-
Multikernel Upgrade
360+
Multikernel LiveUpdate
361361
<small>Zero-downtime kernel upgrade tool</small>
362362
</a>
363363
</div>
@@ -412,7 +412,7 @@
412412
<a href="/" class="site-mobile-link {% if page.url == '/' %}active{% endif %}">Home</a>
413413
<a href="/products/platform.html" class="site-mobile-link {% if page.url == '/products/platform.html' %}active{% endif %}">Multikernel Cloud</a>
414414
<a href="/products/enclaves.html" class="site-mobile-link {% if page.url == '/products/enclaves.html' %}active{% endif %}">Multikernel Sandbox</a>
415-
<a href="/products/resilience.html" class="site-mobile-link {% if page.url == '/products/resilience.html' %}active{% endif %}">Multikernel Upgrade</a>
415+
<a href="/products/resilience.html" class="site-mobile-link {% if page.url == '/products/resilience.html' %}active{% endif %}">Multikernel LiveUpdate</a>
416416
<a href="/technology.html" class="site-mobile-link {% if page.url == '/technology.html' %}active{% endif %}">Technology</a>
417417
<a href="/roadmap.html" class="site-mobile-link {% if page.url == '/roadmap.html' %}active{% endif %}">Roadmap</a>
418418
<a href="/faq.html" class="site-mobile-link {% if page.url == '/faq.html' %}active{% endif %}">FAQ</a>
@@ -467,7 +467,7 @@ <h4>Products</h4>
467467
<ul>
468468
<li><a href="/products/platform.html">Multikernel Cloud</a></li>
469469
<li><a href="/products/enclaves.html">Multikernel Sandbox</a></li>
470-
<li><a href="/products/resilience.html">Multikernel Upgrade</a></li>
470+
<li><a href="/products/resilience.html">Multikernel LiveUpdate</a></li>
471471
<li><a href="/technology.html">Technology Overview</a></li>
472472
</ul>
473473
</div>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ <h3 class="capability-title">Multikernel Sandbox</h3>
190190
<div class="capability-icon">
191191
<i data-lucide="heart-pulse"></i>
192192
</div>
193-
<h3 class="capability-title">Multikernel Upgrade</h3>
193+
<h3 class="capability-title">Multikernel LiveUpdate</h3>
194194
<p style="font-family: var(--font-mono); font-size: var(--text-xs); color: var(--accent-700); margin-bottom: var(--space-3); letter-spacing: 0.04em;">Zero-downtime kernel upgrade tool</p>
195195
<p class="capability-description">Zero-downtime kernel upgrades with instant rollback. Apply security patches and kernel updates without rebooting or interrupting running workloads.</p>
196196
<div class="capability-features">

products/resilience.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: "Multikernel Upgrade - Zero-Downtime Kernel Upgrades"
3+
title: "Multikernel LiveUpdate - Zero-Downtime Kernel Upgrades"
44
description: "Upgrade your Linux kernel without rebooting. Apply security patches and kernel updates with instant rollback while applications keep running."
55
permalink: /products/resilience.html
66
---
@@ -10,7 +10,7 @@
1010
<div class="hero-container">
1111
<div class="hero-badge">
1212
<i data-lucide="arrow-up-circle"></i>
13-
<span>Multikernel Upgrade</span>
13+
<span>Multikernel LiveUpdate</span>
1414
</div>
1515

1616
<h1>Upgrade Your Kernel Without Rebooting</h1>
@@ -33,7 +33,7 @@ <h1>Upgrade Your Kernel Without Rebooting</h1>
3333
<div class="section-container">
3434
<div class="section-header">
3535
<h2 class="section-title">Zero-Downtime Kernel Upgrades</h2>
36-
<p class="section-subtitle">Kernel upgrades are one of the most painful operations in production Linux. Teams delay security patches for weeks because they require reboots. Multikernel Upgrade removes that tradeoff.</p>
36+
<p class="section-subtitle">Kernel upgrades are one of the most painful operations in production Linux. Teams delay security patches for weeks because they require reboots. Multikernel LiveUpdate removes that tradeoff.</p>
3737
</div>
3838

3939
<div class="cards-grid">
@@ -68,7 +68,7 @@ <h3 class="capability-title">Instant Rollback</h3>
6868
<div class="section-container">
6969
<div class="section-header">
7070
<h2 class="section-title">Automatic Kernel Failover</h2>
71-
<p class="section-subtitle">When a kernel crashes today, the answer is reboot and hope. Multikernel Upgrade turns a minutes-long outage into a sub-second failover.</p>
71+
<p class="section-subtitle">When a kernel crashes today, the answer is reboot and hope. Multikernel LiveUpdate turns a minutes-long outage into a sub-second failover.</p>
7272
</div>
7373

7474
<div class="cards-grid">
@@ -137,7 +137,7 @@ <h3 class="feature-title">Reduce Operator Burden</h3>
137137
<div class="section-container">
138138
<div class="section-header">
139139
<h2 class="section-title">How to Get It</h2>
140-
<p class="section-subtitle">Multikernel Upgrade is open-source software you install on your own infrastructure. Available as a free download with optional enterprise support.</p>
140+
<p class="section-subtitle">Multikernel LiveUpdate is open-source software you install on your own infrastructure. Available as a free download with optional enterprise support.</p>
141141
</div>
142142

143143
<div class="cards-grid">

0 commit comments

Comments
 (0)