...
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
## Beyond Containers
|
||||
|
||||

|
||||
|
||||
|
||||
Default features:
|
||||
|
||||
- compatible with Docker
|
||||
- compatible with any Linux workload
|
||||
|
||||
We have following unique advantages:
|
||||
|
||||
- no need to work with images, we work with our unique zos_fs
|
||||
- every container runs in a dedicated virtual machine providing more security
|
||||
- the containers talk to each other over a private network: zos_net
|
||||
- the containers can use web_gw to allow users on the internet connect to the applications as running in their secure containers
|
||||
- can use core-x to manage the workload
|
8
collections/technology/primitives/compute/compute.md
Normal file
8
collections/technology/primitives/compute/compute.md
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
## TFGrid Compute Layer
|
||||
|
||||

|
||||
|
||||
We are more than just Container or VM technology, see [our Beyond Container Document](../../primitives/compute/beyond_containers.md).
|
||||
|
||||
For more information see [ZeroOS](../../zos/zos_toc.md)
|
13
collections/technology/primitives/compute/corex.md
Normal file
13
collections/technology/primitives/compute/corex.md
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
# CoreX
|
||||
|
||||

|
||||
|
||||
This tool allows you to manage your ZMachine over web remotely.
|
||||
|
||||
ZMachine process manager
|
||||
|
||||
- Provide a web interface and a REST API to control your processes
|
||||
- Allow to watch the logs of your processes
|
||||
- Or use it as a web terminal (access over https to your terminal)!
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 209 KiB |
BIN
collections/technology/primitives/compute/img/corex.jpg
Normal file
BIN
collections/technology/primitives/compute/img/corex.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 177 KiB |
BIN
collections/technology/primitives/compute/img/kubernetes_0_.jpg
Normal file
BIN
collections/technology/primitives/compute/img/kubernetes_0_.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 349 KiB |
Binary file not shown.
After Width: | Height: | Size: 272 KiB |
Binary file not shown.
After Width: | Height: | Size: 304 KiB |
BIN
collections/technology/primitives/compute/img/zmachine_zos_.jpg
Normal file
BIN
collections/technology/primitives/compute/img/zmachine_zos_.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 333 KiB |
30
collections/technology/primitives/compute/zkube.md
Normal file
30
collections/technology/primitives/compute/zkube.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# ZKube
|
||||
|
||||
TFGrid is compatible with Kubernetes Technology.
|
||||
|
||||

|
||||
|
||||
Each eVDC as shown above is a full blown Kubernetes deployment.
|
||||
|
||||
### Unique for our Kubernetes implementation
|
||||
|
||||
- The Kubernetes networks are on top of our [ZNet](znet) technology which means all traffic between containers and kubernetes hosts is end2end encrypted independent of where your Kubernetes nodes are deployed.
|
||||
- You can mount a QSFS underneath a Kubernetes Node (VM), which means that you can deploy containers on top of QSFS to host unlimited amounts of storage in a super safe way.
|
||||
- You Kubernetes environment is for sure 100% decentralized, you define where you want to deploy your Kubernetes nodes and only you have access to the deployed workloads on the TFGrid.
|
||||
|
||||
### Features
|
||||
|
||||
* integration with znet (efficient, secure encrypted network between the zmachines)
|
||||
* can be easily deployed at the edge
|
||||
* single-tenant!
|
||||
|
||||
<!--
|
||||
### ZMachine Benefits
|
||||
|
||||
* [ZOS Protect](zos_protect): no hacking surface to the Zero-Nodes, integrate silicon route of trust
|
||||
* [ZNet](znet) and [Planetary Net](planetary_network): a true global single backplane network connecting us all -->
|
||||
|
||||
### Architecture
|
||||
|
||||

|
||||
|
22
collections/technology/primitives/compute/zmachine.md
Normal file
22
collections/technology/primitives/compute/zmachine.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# ZMachine
|
||||
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* import from docker (market std for containers)
|
||||
* can be easily deployed at the edge (edge cloud)
|
||||
* single-tenant, fully decentralized!
|
||||
* can deploy unlimited amounts of storage using our qsfs
|
||||
* minimal hacking surface to the Zero-Nodes, integrate silicon route of trust
|
||||
* ZOS Filesystem: dedupe, zero-install, hacker-proof
|
||||
* Webgateway: intelligent connection between web (internet) and container services
|
||||
* integration with ZNet (efficient, secure encrypted network between the zmachines)
|
||||
* Planetary Net: a true global single backplane network connecting us all
|
||||
|
||||
### Architecture
|
||||
|
||||

|
||||
|
||||
A ZMachine is running as a virtual machine on top of Zero-OS.
|
||||
|
Reference in New Issue
Block a user