Homelab Episode 3: Proxmox

  Рет қаралды 8,166

clabretro

clabretro

Күн бұрын

Пікірлер: 30
@Andy-fd5fg
@Andy-fd5fg 8 ай бұрын
A good overview of how the pieces of the jigsaw fit together
@aaggmmxd
@aaggmmxd Жыл бұрын
Damn, I'm jealous, your Proxmox setup is amazing!
@clabretro
@clabretro Жыл бұрын
Thanks! You can set one up too! haha
@NickBouwhuis
@NickBouwhuis Жыл бұрын
To resize the disk you can click it in the Proxmox interface and then go to Disk Actions. There will be a resize disk option to do what you did in the terminal.
@clabretro
@clabretro Жыл бұрын
Thanks! I'll try that next time.
@serene2620
@serene2620 Жыл бұрын
I love your videos man, great format, interesting & straight to it
@clabretro
@clabretro Жыл бұрын
thanks!
@Karreth
@Karreth 22 күн бұрын
Nice setup. My homelab is based on a Windows Server 2016 install running on an old Dell Optiplex desktop system. I chucked two 8 TB drives in a Raid 1 config in it, and along an old laptop running Debian it's been happily providing for all my home lab needs for almost 8 years now. I've been homelabbing for almost 20 years at this point, but I guess my needs are relatively modest. The time is nigh for an upgrade, though.
@clabretro
@clabretro 21 күн бұрын
Nice! My first "homelab" years ago was a Pentium III laptop missing its screen. Just left it running in a closet haha
@bw6378
@bw6378 6 ай бұрын
Interesting to see proxmox. Im still a vnware guy but now that broadcom took over I think the end is near. lol Thanks for the video.
@nickthorne8490
@nickthorne8490 Жыл бұрын
Another great video man, loving your content
@clabretro
@clabretro Жыл бұрын
Thanks!
@hotrodhunk7389
@hotrodhunk7389 Жыл бұрын
21:00 my takeaway of kubernetes in a nut shell. After I seen Jeff gerling put his services on individual pis I decided that it really wasn't worth it. I've had services run for months without an issue... Until I decide to "improve" things 😂😂😂.
@clabretro
@clabretro Жыл бұрын
it works until it doesn't 😂
@sachasmart7139
@sachasmart7139 Жыл бұрын
If you're interested in looking at how to automate the provisioning of your vms look at Terraform (notice there was a comment below). But this should get you fairly far - I use it in my homelab setup right now. The only gotcha is if more than 1 vm on the same machine is spun at the same time, there is a conflict on the `.lock` files for (I think) package installations. resource "proxmox_vm_qemu" "" { name = "test-server-${count.index + 1}" count = 1 desc = "debian server" vmid = random_integer.test.result + count.index + 1 target_node = "" agent = 1 clone = "debian" cores = 2 sockets = 1 memory = balloon = cpu = "host" oncreate = true nameserver = "" onboot = false os_type = "cloud-init" ciuser = "" cipassword = "" sshkeys = file("") tags = "debian,test,dogma" network { model = "" bridge = "" } disk { storage = "" type = "" size = "30G" } }
@clabretro
@clabretro Жыл бұрын
Thanks! I'll give this a shot next time I spin up a VM.
@elesjuan
@elesjuan Жыл бұрын
I’m a little late to this party, just recently ran across your channel. Man, if you haven’t already, you need to look into moving some of those full fat virtual machines to containers. LXC uses the bare metal host kernel and shares resources, so there virtually no overhead for containers. On my PVE node, I’m running two fat virtual machines and thirteen or so containers. Don’t remember why, but for some reason thought Home Assistant and my PiHole should be their own VMs instead of containers.
@clabretro
@clabretro Жыл бұрын
Yeeeeah I know. That's gonna be my next thing to play around with in Proxmox. That server would have no trouble at all hosting tons of them. I kinda like the flexibility and challenge of deploying them on my own VMs though, but it's total overkill.
@BlakesBench
@BlakesBench 3 ай бұрын
Hey Clab I have a question I want to set up pfsense for a non working private network but I want to do it on proxmox I just got the pc butt I wan to share the private network with vms so would I need to have 2 single port 10mbs pie cards so one is for vms and 1 is for pfsense ?and I want to set up a windows server but I want to interface it locally and I have an extra monitor so what do I do
@JF_ARVA
@JF_ARVA 10 ай бұрын
I'm missing the part where docker starts running in Proxmox, I'm hoping to run Plex inside one to ease the update process of that software.
@christopherjackson2157
@christopherjackson2157 Жыл бұрын
Any of the dreamcasts running netbsd?
@clabretro
@clabretro Жыл бұрын
I wish. did take them online with DreamPi though 😆
@bradleystannard7875
@bradleystannard7875 Жыл бұрын
awesome videos dude! Keep these videos up! You should look at using terraform to create the vm's!
@clabretro
@clabretro Жыл бұрын
thanks! yeah I need to revisit terraform for the VM creation too, I wasn't as familiar with it back when I set all that up.
@bradleystannard7875
@bradleystannard7875 Жыл бұрын
@@clabretro 100%, defo try it with a cloud-init enabled snapshot as you get alot more quality of life things included
@sebcodes
@sebcodes Жыл бұрын
How do you publish your minecraft service, over cloudflare dns to your public wan ip or using the cloudflared tunnel over http?
@clabretro
@clabretro Жыл бұрын
So, I'm just using cloudflare dns to my public ip (via A and SRV records), which is NOT sufficient and not a good way to do this, because the IP can be discovered. In the past I had a reverse proxy running in on an EC2 VM which was sorta nice - I only had to expose the EC2 VM's IP and if something malicious happened I could just kill the VM. Been planning to explore cloudflare zero trust. What are your thoughts?
@sebcodes
@sebcodes Жыл бұрын
@@clabretro i'm using cloudflared Zero Trust to public expose my applications. But i am unable to route a Minecraft Server through this tunnel
@xanderplayz3446
@xanderplayz3446 Жыл бұрын
3:40 …which runs MineOS
@bw6378
@bw6378 6 ай бұрын
Control VMs give me flashbacks to the whole Nutanix thing...ewwwwwwwwww. lol
Homelab Episode 4: Rack Upgrades
15:16
clabretro
Рет қаралды 8 М.
Trying Windows 95 Server Based Setup
47:41
clabretro
Рет қаралды 44 М.
Как Я Брата ОБМАНУЛ (смешное видео, прикол, юмор, поржать)
00:59
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 10 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 24 МЛН
Setting up a Sun Ray 150
35:49
clabretro
Рет қаралды 29 М.
Homelab Episode 5: Custom TV Stations
14:52
clabretro
Рет қаралды 111 М.
Don’t run Proxmox without these settings!
25:45
Christian Lempa
Рет қаралды 300 М.
10 Watt HA Proxmox Cluster ft. ZimaBoard
12:41
Raid Owl
Рет қаралды 247 М.
Self Hosted Postiz Setup Guide  (HowTo)
30:38
TT(M)O
Рет қаралды 388
What's On My Smart HomeLab Server?
15:41
Everything Smart Home
Рет қаралды 332 М.
Using Proxmox METRICS In Your Homelab
8:12
apalrd's adventures
Рет қаралды 19 М.
build a home lab server with proxmox
18:27
OneMarcFifty
Рет қаралды 324 М.
PCMCIA Cards Hiding in Linksys Routers
34:46
clabretro
Рет қаралды 626 М.
Why did a TIME TRAVELLER need this old IBM computer?
16:35
Retro Recipes 🕹️ vintage tech + tv
Рет қаралды 1,1 МЛН
Introducing the "VitaWear SmartBand,"😳 a next-gen wearable gadget🎉
0:26
Вилка  SONY Англия
1:00
Tehnovlog
Рет қаралды 1,9 МЛН