mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
docs: refine overview
This commit is contained in:
@@ -4,22 +4,22 @@ slug: /
|
|||||||
|
|
||||||
# Overview
|
# Overview
|
||||||
|
|
||||||
Uncloud makes setting up a **Docker cluster** and **self-hosting web applications** in production dead simple.
|
Uncloud makes **self-hosting web applications** across multiple machines in production dead simple.
|
||||||
|
|
||||||
You can combine any machines — from cloud VMs to bare metal servers (no matter where they're located) — into a unified
|
You can connect any machines — from cloud VMs to bare metal servers (no matter where they're located) — into a secure
|
||||||
computing environment that you fully control. Then run and scale multi-service and multi-container web apps and
|
private network. Then run and scale multi-service and multi-container web apps and databases across your machines using
|
||||||
databases across your machines using simple Docker-like commands
|
simple Docker-like commands and [Docker Compose](https://docs.docker.com/reference/compose-file/) files.
|
||||||
and [Docker Compose](https://docs.docker.com/reference/compose-file/) files.
|
|
||||||
|
|
||||||
Uncloud covers all the essentials for operating apps in production without overwhelming you with the complexity of
|
Uncloud covers all the essentials for operating apps in production without overwhelming you with the complexity of
|
||||||
traditional container orchestrators like Kubernetes or Swarm:
|
traditional container orchestrators like Kubernetes or Swarm:
|
||||||
|
|
||||||
|
* Initial machine and network setup
|
||||||
* Zero-downtime rolling deployments
|
* Zero-downtime rolling deployments
|
||||||
* Health checks and automatic restarts
|
* Health checks and automatic restarts
|
||||||
* Automatic HTTPS and reverse proxy configuration
|
* Automatic HTTPS and reverse proxy configuration
|
||||||
* Scaling services across multiple machines
|
* Scaling services across multiple machines
|
||||||
* Cross-machine service communication
|
* Cross-machine service communication without exposing ports to the internet
|
||||||
* Service discovery
|
* DNS-based service discovery
|
||||||
* Load balancing
|
* Load balancing
|
||||||
* Persistent storage
|
* Persistent storage
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ Some of the common use cases Uncloud is a great fit for:
|
|||||||
|
|
||||||
## What makes Uncloud different
|
## What makes Uncloud different
|
||||||
|
|
||||||
Here are the design decisions that make Uncloud truly unique.
|
Here are the design decisions that make Uncloud stand out:
|
||||||
|
|
||||||
### Decentralised design
|
### Decentralised design
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
# Installation
|
# Install CLI
|
||||||
|
|
||||||
Install the Uncloud command-line utility to manage your machines and deploy apps using `uc` commands. You will run `uc`
|
Install the Uncloud command-line utility to manage your machines and deploy apps using `uc` commands. You will run `uc`
|
||||||
locally so choose the appropriate installation method for your operating system.
|
locally so choose the appropriate installation method for your operating system.
|
||||||
+1
-1
@@ -114,7 +114,7 @@
|
|||||||
</h1>
|
</h1>
|
||||||
<p class="text-lg text-zinc-500 mb-8">
|
<p class="text-lg text-zinc-500 mb-8">
|
||||||
Take your Docker Compose apps to production with zero-downtime deployments, automatic
|
Take your Docker Compose apps to production with zero-downtime deployments, automatic
|
||||||
HTTPS, and cross-machine scaling. No rewrite or Kubernetes required.
|
HTTPS, and cross-machine scaling. No Kubernetes required.
|
||||||
</p>
|
</p>
|
||||||
<div class="max-w-xs mx-auto sm:max-w-none sm:inline-flex sm:justify-center space-y-4 sm:space-y-0 sm:space-x-4">
|
<div class="max-w-xs mx-auto sm:max-w-none sm:inline-flex sm:justify-center space-y-4 sm:space-y-0 sm:space-x-4">
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user