Hi,
I am teaching myself container orchestration and dev op skils and have been playing with Rancher for about a year on and off.
I am finally in the position to set up stuff at home and have the following set up planned/being set up:
HP MicroServer Gen 8
- Running RancherOS as bare-metal
- 1x 120Gb SSD (boot device)
- 1x 300Gb HDD
- 2x 1Tb Hdd
4x Raspberry Pi’s (Jenkins+Rundeck | Rancher | Bind9 | CI Runner)
Now, the Pi’s are fine for setting up; but the HP Server not so much.
I am sure I’m missing something obvious but I would like to use the larger drives on this server in the following way:
1Tb for GitLab
1Tb for NextCloud
300Gb for general demo/dev branch/projects
I can see my drives within my host but when I install GitLab via the catalogue it only gets put on the boot disk.
I’ve just to play around with storage stacks and such but I think I’m diving in to deep.
What I am trying to achieve; have persistence for GitLab and NextCloud and what ever else on the other drives and the containers running on the boot disk. This is so if a stack gets deleted my volumes are not purged and so on…
So, what am I doing wrong/missunderstanding?