Files
www_threefold_io/content/deploy/index.md
samtaggart 18f6aed74a Fix headers
2024-06-10 17:03:38 +03:00

252 lines
5.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Deploy"
description: "About a decade ago, a group of passionate Internet & Cloud veterans came together to build a system." # quotation marks to allow colons where used
template: "page.html"
insert_anchor_links: "left"
extra:
author: Your name here
imgPath: about/deploy_hero.png
---
<!-- section 1 (header) -->
<div class="container mx-auto">
{% row(style="header") %}
![Image](deploy_hero.png#mx-auto)
|||
### **<span class="green">Deploy On The Grid</span>**
## **Build <span class="blue">Your Own</span> Digital Experiences**
ThreeFold has developed extensive technology and tools for <span class="blue">developers</span> and <span class="blue">system administrators.</span>
<br>
From decentralized cloud computing and blockchain integration to overseeing infrastructures and optimizing performance, there is a breadth of options for smooth and efficient operations.
<br>
<button class="green">[Developer Documentation](https://www.manual.grid.tf/documentation/developers/developers.html)</button>
<button class="blue_b">[Sysadmin Documentation](https://www.manual.grid.tf/documentation/system_administrators/system_administrators.html)</button>
{% end %}
</div>
<!-- section 2 Key Features -->
<div style="background-color:#F6F6F6">
<div class="container mx-auto">
{% row( style="mtop semiNarrow") %}
### **<span class="">Deploy With ThreeFold**
## **Key Features**
{% end %}
{% row( style="semiNarrow") %}
<div class="key_card rounded_img border-2 rounded-lg p-4 bg-white">
**<span class="blue">ANYTHING LINUX CAN RUN ON THE GRID</span>**
<p class="text-base mt-1 leading-snug">Anything that runs on Linux can run on ThreeFold's innovative operating system, guaranteeing compatibility and flexibility.</p>
</div>
|||
<div class="key_card rounded_img border-2 rounded-lg p-4 text-base bg-white">
**<span class="blue">VIRTUAL MACHINES & GATEWAY TECHNOLOGY</span>**
<p class="text-base mt-1 leading-snug">ThreeFolds gateway tech allows any node on the grid to obtain a FQDN, secure mesh network traffic, and synced configurations. Coupled with our VMs, the possibilities are endless.</p>
</div>
|||
<div class="key_card rounded_img border-2 rounded-lg p-4 text-base bg-white">
**<span class="blue">ONE-CLICK SOLUTION FOR WORKLOADS</span>**
<p class="text-base mt-1 leading-snug">The Grid offers ready-community solutions to deploy industry-grade workloads in one click. You can also build your own solutions thanks to the open-source nature of the grid.</p>
</div>
{% end %}
{% row( style="semiNarrow") %}
<div class="key_card rounded_img border-2 rounded-lg p-4 bg-white">
**<span class="blue">OPEN SOURCE LOW LEVEL OPERATING SYSTEM</span>**
<p class="text-base mt-1 leading-snug">Enables anyone to become a cloud provider. This operating system supports all required Web2 and Web3 workloads.</p>
</div>
|||
<div class="key_card rounded_img border-2 rounded-lg p-4 text-base bg-white">
**<span class="blue">PEER TO PEER MESH NETWORK</span>**
<p class="text-base mt-1 leading-snug">The only overlay network which considers locality: routing decisions are based on peer proximity. Offers privacy and redundancy that are currently not possible elsewhere.</p>
</div>
|||
<div class="key_card rounded_img border-2 rounded-lg p-4 text-base bg-white">
**<span class="blue">QUANTUM SAFE STORAGE SYSTEM</span>**
<p class="text-base mt-1 leading-snug">QSSS is capable of storing data in ways that are indestructible, efficient, and ultra-scalable. Storage algorithms fragment and disperse files over multiple nodes.</p>
</div>
{% end %}
{% row( style="semiNarrow") %}
<div class="key_card rounded_img border-2 rounded-lg p-4 bg-white">
**<span class="blue">TOOLS AVAILABLE FOR SYSADMINS</span>**
<p class="text-base mt-1 leading-snug">Deploy your own workload architectures with tools such as Terraform, Pulumi and Kubernetes.</p>
</div>
|||
<div class="key_card rounded_img border-2 rounded-lg p-4 text-base bg-white">
**<span class="blue">AI AND MACHINE LEARNING WORKLOADS WITH GPU</span>**
<p class="text-base mt-1 leading-snug">The grid supports GPU nodes enabling artificial intelligence and machine learning workloads within minutes.</p>
</div>
|||
<!-- don't write here -->
<div class="hidden key_card rounded_img border-2 rounded-lg p-4 text-base bg-white">
**<span class="blue">AI AND MACHINE LEARNING WORKLOADS WITH GPU</span>**
<p class="text-base mt-1 leading-snug">The grid supports GPU nodes enabling artificial intelligence and machine learning workloads within minutes.</p>
</div>
{% end %}
<br>
{% row( style="center mbottom semiNarrow") %}
<button class="green">[Dive Deeper](https://manual.grid.tf/documentation/developers/developers.html)</button>
{% end %}
</div>
</div>
<!-- section 3 applications -->
<div class="container mx-auto">
{% row( style="narrow mtop") %}
## **Ready Community Applications**
#### **Easily <span class="blue">deploy</span> your favorite applications on the ThreeFold Grid with a <span class="blue">click of a button</span>**
<br>
![Image](application.png)
<br>
<button class="green">[Learn More](https://manual.grid.tf/documentation/dashboard/deploy/applications.html?highlight=ready#)</button>
<button class="blue_b">[Deploy Now](https://dashboard.grid.tf)</button>
{% end %}
</div>
<style>
.rounded_img img {
border-radius: 8px;
}
.person img{
border-radius: 100%;
max-width:100px;
}
.myscale{
transition: transform .5s;
}
.myscale:hover{
transform: scale(1.2);
background-color: whitesmoke;
}
</style>