]> git.proxmox.com Git - pve-docs.git/blame_incremental - hyper-converged-infrastructure.adoc
totp: fix copy/paste mistake
[pve-docs.git] / hyper-converged-infrastructure.adoc
... / ...
CommitLineData
1[[chapter_hyper_converged_infrastructure]]
2Hyper-converged Infrastructure
3------------------------------
4
5ifdef::wiki[]
6:pve-toplevel:
7endif::wiki[]
8
9{pve} is a virtualization platform that tightly integrates compute, storage and
10networking resources, manages highly available clusters, backup/restore as well
11as disaster recovery. All components are software-defined and compatible with
12one another.
13
14Therefore it is possible to administrate them like a single system via the
15centralized web management interface. These capabilities make {pve} an ideal
16choice to deploy and manage an open source
17https://en.wikipedia.org/wiki/Hyper-converged_infrastructure[hyper-converged infrastructure].
18
19Benefits of a Hyper-Converged Infrastructure (HCI) with {pve}
20~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21
22A hyper-converged infrastructure (HCI) is especially useful for deployments in
23which a high infrastructure demand meets a low administration budget, for
24distributed setups such as remote and branch office environments or for virtual
25private and public clouds.
26
27HCI provides the following advantages:
28
29- Scalability: seamless expansion of compute, network and storage devices (i.e.
30 scale up servers and storage quickly and independently from each other).
31
32- Low cost: {pve} is open source and integrates all components you need such as
33 compute, storage, networking, backup, and management center. It can replace
34 an expensive compute/storage infrastructure.
35
36- Data protection and efficiency: services such as backup and disaster recovery
37 are integrated.
38
39- Simplicity: easy configuration and centralized administration.
40
41- Open Source: No vendor lock-in.
42
43
44Hyper-Converged Infrastructure: Storage
45~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46
47{pve} has tightly integrated support for deploying a hyper-converged storage
48infrastructure. You can, for example, deploy and manage the following two
49storage technologies by using the Webinterface only:
50
51- *ceph*: a both, self-healing and self-managing shared, reliable and highly
52 scalable storage system. Checkout
53 xref:chapter_pveceph[how to manage ceph services on {pve} nodes]
54
55- *ZFS*: a combined file system and logical volume manager with extensive
56 protection against data corruption, various RAID modes, fast and cheap
57 snapshots - among other features. Find out
58 xref:chapter_zfs[how to leverage the power of ZFS on {pve} nodes].
59
60Besides above, {pve} has support to integrate a wide range of
61additional storage technologies. You can find out about them in the
62xref:chapter_storage[Storage Manager chapter].
63
64ifdef::wiki[]
65
66See Also
67~~~~~~~~
68
69* xref:chapter_pveceph[pveceph - Manage Ceph Services on Proxmox VE Nodes]
70
71endif::wiki[]