Fix table and image

This commit is contained in:
samtaggart
2025-06-19 14:08:33 +03:00
parent 81aa9d7c09
commit 5f4c856bbc

View File

@@ -39,7 +39,7 @@ Zero OS has been specifically designed to ensure that:
### **What is Zero OS?** ### **What is Zero OS?**
![Image](./testing_roadmap.jpg) ![Image](./zos_graphic.png)
<br/> <br/>
@@ -66,7 +66,7 @@ Instead of exposing bloated APIs or fully fledged orchestration platforms, Zero
<br/> <br/>
| **Primitive** | **Functionality** | | **Primitive** | **Functionality** |
------------------------------------- | ------------------------------------- |
| VM | Stateless KVM-based virtual machines with declarative configuration | | VM | Stateless KVM-based virtual machines with declarative configuration |
| ZeroDB (ZDB) | A lightweight key-value store with optional encryption | | ZeroDB (ZDB) | A lightweight key-value store with optional encryption |
| Mycelium | Mesh-based overlay network with IPv6, E2E encryption, and NAT traversal | | Mycelium | Mesh-based overlay network with IPv6, E2E encryption, and NAT traversal |
@@ -121,7 +121,7 @@ Heres how the networks work:
<br/> <br/>
| **Network** | **Description** | | **Network** | **Description** |
--------------------------------- | ----------------------------- |
| Production | This is the live network used in the real world. Its stable, fully audited, and cannot be reset. Only proven, trusted features are allowed here. | | Production | This is the live network used in the real world. Its stable, fully audited, and cannot be reset. Only proven, trusted features are allowed here. |
| Test | Used to test new features at scale. Its close to production quality, but some releases might still contain bugs. Resets are possible though very rare. | | Test | Used to test new features at scale. Its close to production quality, but some releases might still contain bugs. Resets are possible though very rare. |
| QA | For early-stage features still being tested. It may lag behind active development and can be reset if needed. | | QA | For early-stage features still being tested. It may lag behind active development and can be reset if needed. |