start writing "cloud deployment"
This commit is contained in:
parent
9f2a95c3b4
commit
6d79e2ef47
1 changed files with 28 additions and 26 deletions
|
@ -1,45 +1,47 @@
|
|||
---
|
||||
title: "Cloud Deployment"
|
||||
draft: false
|
||||
description: "Learn how to build Blowfish manually."
|
||||
description: "Develop and deploy a personal cloud for home or business."
|
||||
---
|
||||
|
||||
# Lorem Ipsum
|
||||
# Bring Your Own Server or Take A Recommendation
|
||||
|
||||
Lorem Ipsum is a **dummy text** often used in the **printing** and **typesetting** industry. It has been the industry's standard **dummy text** since the 1500s when an unknown printer took a galley of type and scrambled it to make a **type specimen book**. It has survived not only five centuries but also the leap into electronic typesetting, remaining essentially unchanged.
|
||||
**Bring your own server:** We provide service "stack" recommendations and support for any hardware you would like to bring into your personal cloud, this could be a collocated server or an old desktop. We will tailor a group of applications to run a personal cloud for you and/or your employees.
|
||||
|
||||
## Why Lorem Ipsum?
|
||||
**Take a recommendation:** We have experience building routers, streaming servers/CDNs, compute dedicated machines, and home servers that use less than 20 watts under load. We will help you find exactly what you need for any service without obfuscating any of the important details.
|
||||
|
||||
- Lorem Ipsum provides a **placeholder** for text content when designing documents, websites, or graphic layouts.
|
||||
- It allows designers and developers to focus on the **visual aspects** of their work without being distracted by the actual content.
|
||||
- It ensures that the layout and formatting are the primary focus during the initial design phase.
|
||||
**We want to help you:**
|
||||
- Run a server in your home or office to secure you or your client's data.
|
||||
- Efficiently scale your development process without having to pay up front to a cloud provider or wait for provisioning.
|
||||
- Decentralize your cloud and make it accessible anywhere [by using a "mesh" VPN.](#decentralized-compute)
|
||||
|
||||
## Lorem Ipsum Variations
|
||||
# Personal Cloud
|
||||
|
||||
There are many variations of Lorem Ipsum available, but the most common version consists of a passage from Cicero's *De Finibus Bonorum et Malorum* (The Extremes of Good and Evil).
|
||||
|
||||
### Sample Lorem Ipsum Text
|
||||
|
||||
```markdown
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
||||
```
|
||||
# Decentralized Compute
|
||||
|
||||
## Lorem Ipsum Tables
|
||||
> Leverage a "mesh" VPN to connect all of your on-site and off-site hardware.
|
||||
|
||||
You can also use Lorem Ipsum in tables:
|
||||
A self-hosted virtual private network enables you to connect hardware, say in an office/home or collocation building, securely. With a mesh network tool like [Netmaker](https://github.com/gravitl/netmaker), you can allow all of your servers to think they are on the same subnet, using true P2P connections, without opening any ports.
|
||||
|
||||
| Header 1 | Header 2 |
|
||||
| ---------------| ------------ |
|
||||
| Lorem ipsum | dolor sit |
|
||||
| amet, | consectetur |
|
||||
| adipiscing | elit. |
|
||||
Mesh VPNs allow you to completely close off a host's firewall but still provide a way for internal or external users to access that content. Proxy the content through another server that is protected with [DDoS mitigation](https://github.com/crowdsecurity/crowdsec) or only allow access to users with wireguard client keys.
|
||||
|
||||
## Conclusion
|
||||
#### Cost-Efficient Scalability:
|
||||
|
||||
In summary, Lorem Ipsum is a valuable tool for designers and developers to create aesthetically pleasing layouts without getting bogged down by content creation. It offers flexibility in terms of variations and can be easily integrated into various design projects using Markdown formatting or other markup languages.
|
||||
> An e-commerce SMB can use decentralized cloud computing to easily scale its website during peak shopping seasons, ensuring optimal performance without overcommitting to expensive infrastructure.
|
||||
|
||||
```javascript
|
||||
// Here's a JavaScript snippet
|
||||
console.log("Hello, world!");
|
||||
```
|
||||
#### Improved Resilience:
|
||||
|
||||
> A small manufacturing business can use decentralized backup and disaster recovery solutions to protect critical data and systems from unexpected outages or disasters.
|
||||
|
||||
#### Remote Work Support:
|
||||
> Decentralized computing enables employees to work remotely, accessing company data and applications securely from anywhere with an internet connection.
|
||||
|
||||
#### Global Reach:
|
||||
|
||||
> An online education platform can utilize decentralized content delivery networks (CDNs) to ensure fast and reliable access to course materials for students worldwide.
|
||||
|
||||
### Wrapping up
|
||||
|
||||
These examples and more are enabled by decentralizing resources, improving redundancy, which can be achieved quickly and securely by using tools like [Netmaker](https://github.com/gravitl/netmaker), one of the top trusted open source tools used by Myco.Systems. Right now we use [Netmaker](https://github.com/gravitl/netmaker) to create a secure wireguard-based connection from anywhere, even on the road, back to our servers.
|
Loading…
Add table
Reference in a new issue