]> git.proxmox.com Git - pve-docs.git/blame - hyper-converged-infrastructure.adoc
update link qemu documentation non web.archive
[pve-docs.git] / hyper-converged-infrastructure.adoc
CommitLineData
950229ff
FR
1[[chapter_hyper_converged_infrastructure]]
2Hyper-converged Infrastructure
4360c00f
TM
3------------------------------
4
21394e70 5ifdef::wiki[]
9ae1067c 6:pve-toplevel:
21394e70 7endif::wiki[]
950229ff 8
63b5518a
TL
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
e897e82c
DM
17https://en.wikipedia.org/wiki/Hyper-converged_infrastructure[hyper-converged infrastructure].
18
19Benefits of a Hyper-Converged Infrastructure (HCI) with {pve}
4360c00f 20~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
e897e82c 21
63b5518a
TL
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.
e897e82c
DM
26
27HCI provides the following advantages:
28
63b5518a
TL
29- Scalability: seamless expansion of compute, network and storage devices (i.e.
30 scale up servers and storage quickly and independently from each other).
e897e82c 31
63b5518a
TL
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.
e897e82c 35
63b5518a
TL
36- Data protection and efficiency: services such as backup and disaster recovery
37 are integrated.
e897e82c
DM
38
39- Simplicity: easy configuration and centralized administration.
40
41- Open Source: No vendor lock-in.
42
950229ff 43
8147d1c0
TL
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
21394e70 64ifdef::wiki[]
950229ff 65
21394e70 66See Also
4360c00f 67~~~~~~~~
21394e70
DM
68
69* xref:chapter_pveceph[pveceph - Manage Ceph Services on Proxmox VE Nodes]
70
71endif::wiki[]