docs: refine overview

This commit is contained in:
Pavel Sviderski
2025-05-28 18:35:23 +10:00
parent b4bf1d17d0
commit e97497d737
3 changed files with 10 additions and 10 deletions
+8 -8
View File
@@ -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,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
View File
@@ -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>