From 4691fc499ff8310ef0e3e31a866a57b7fc5382e6 Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Wed, 8 May 2024 16:08:23 -0400 Subject: [PATCH] tech update zos --- collections/tech/features.md | 2 ++ collections/tech/zos/zos_toc.md | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/collections/tech/features.md b/collections/tech/features.md index 1e00f77..9668776 100644 --- a/collections/tech/features.md +++ b/collections/tech/features.md @@ -1,5 +1,7 @@ # Decentralized Cloud Technology Features +We present the highlights of our decentralized cloud technology that solves many of the current IT and cloud challenges. + ![](img/cloud_features.png) !!wiki.include page:'tech:zos_toc.md' \ No newline at end of file diff --git a/collections/tech/zos/zos_toc.md b/collections/tech/zos/zos_toc.md index 7cb0662..6a609d3 100644 --- a/collections/tech/zos/zos_toc.md +++ b/collections/tech/zos/zos_toc.md @@ -2,33 +2,33 @@ ### Compute (uses CU) -- [ZKube](tech:zkube.md) +- [ZKube](zkube.md) - kubernetes deployment -- [ZMachine](tech:zmachine.md) +- [ZMachine](zmachine.md) - the container or virtual machine running inside ZOS -- [CoreX](tech:corex.md) +- [CoreX](corex.md) - process manager (optional), can be used to get remote access to your zmachine A 3Node is a Zero-OS enabled computer which is hosted with any of the Cloud Providers. ### There are 4 storage mechanisms which can be used to store your data: -- [ZOS FS](tech:zos_fs.md) +- [ZOS FS](zos_fs.md) - is our dedupe unique filesystem, replaces docker images. -- [ZOS Mount](tech:zmount.md) +- [ZOS Mount](zmount.md) - is a mounted disk location on SSD, this can be used as faster storage location. -- [Quamtum Safe Filesystem](tech:qss_filesystem.md) +- [Quamtum Safe Filesystem](qss_filesystem.md) - this is a super unique storage system, data can never be lost or corrupted. Please be reminded that this storage layer is only meant to be used for secondary storage applications. -- [ZOS Disk](tech:zdisk.md) +- [ZOS Disk](zdisk.md) - a virtual disk technology, only for TFTech OEM partners. ### There are 4 ways how networks can be connected to a Z-Machine. -- [Mycelium = Planetary network](tech:mycelium.md): +- [Mycelium = Planetary network](mycelium.md): - is a planetary scalable network, we have clients for windows, osx, android and iphone. -- [ZOS NIC](tech:znic.md): +- [ZOS NIC](znic.md): - connection to a public ipaddress -- [WEB GW](tech:webgw.md): +- [WEB GW](webgw.md): - web gateway, a secure way to allow internet traffic reach your secure Z-Machine.