Обсуждение:Кампусна Ферма — различия между версиями

Материал из Брацка Правки
Перейти к: навигация, поиск
(Basing on Delova Farm)
(I.I.)
Строка 7: Строка 7:
 
==Предложения относительно реализации==
 
==Предложения относительно реализации==
 
===I.I.===
 
===I.I.===
For deployment, my recommendation is to go with docker.
+
:For deployment, my recommendation is to go with docker.
  
3 VPS would be enough for this project.
+
:3 VPS would be enough for this project.
 +
:The first example is on all VPS. (example from the picture)
 +
*MariaDB With Galera Plugin
 +
*Maxscale
 +
*Moodle
 +
*MediaWiki
 +
*Nginx Proxy (for cloudflare certificates and custom ports.)
  
The first example is on all VPS. (example from the picture)
+
:Another example,Two small VPS for MariaDB and one nano node for MariaDB Arbiter
- MariaDB With Galera Plugin
+
:Two VPS for Maxscale, Moodle, MediaWiki, and Nginx Proxy.
- Maxscale
+
:A total of 5 VPS.
- Moodle
+
:For MariaDB HA - We will use the Galera plugin and Maxscale for routing.
- MediaWiki
+
:For Real-Time Sync data, we would use lsyncd as needed, for some images or similar.
- Nginx Proxy (for cloudflare certificates and custom ports.)
+
:They would use CloudFlare to route to Nginx proxy and free certificates.
 
 
Another example,
 
Two small VPS for MariaDB and one nano node for MariaDB Arbiter
 
Two VPS for Maxscale, Moodle, MediaWiki, and Nginx Proxy.
 
A total of 5 VPS.
 
 
 
For MariaDB HA - We will use the Galera plugin and Maxscale for routing.
 
For Real-Time Sync data, we would use lsyncd as needed, for some images or similar.
 
 
 
They would use CloudFlare to route to Nginx proxy and free certificates.
 

Версия 17:46, 6 августа 2022

Basing on Delova Farm

Since you have already had an HA cluster, theoretically you have two main options.

  1. First you can add your storage capacity by adding all your proxmox nodes new harddisk/ssd/nvme, then you can add them to your current ceph storage system.
  2. And other option, you can attach iscsi or Nas storage to your proxmox cluster.

For that, you should upgrade your server hardware on your contabo server. You can use isci, NAS, or upgrade ssd on each nodes.

Предложения относительно реализации

I.I.

For deployment, my recommendation is to go with docker.
3 VPS would be enough for this project.
The first example is on all VPS. (example from the picture)
  • MariaDB With Galera Plugin
  • Maxscale
  • Moodle
  • MediaWiki
  • Nginx Proxy (for cloudflare certificates and custom ports.)
Another example,Two small VPS for MariaDB and one nano node for MariaDB Arbiter
Two VPS for Maxscale, Moodle, MediaWiki, and Nginx Proxy.
A total of 5 VPS.
For MariaDB HA - We will use the Galera plugin and Maxscale for routing.
For Real-Time Sync data, we would use lsyncd as needed, for some images or similar.
They would use CloudFlare to route to Nginx proxy and free certificates.