Meet the new SBC Linux Cluster King!

Поделиться
HTML-код
  • Опубликовано: 13 янв 2025

Комментарии • 611

  • @ave14401
    @ave14401 8 месяцев назад +177

    Jeff, Thank you for your honesty in who sent you what and how things were paid for. That’s very refreshing in this space and shows you value your audience

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад +55

      It's not even legal to _not_ disclose things. Sadly, many creators aren't up-front about where they get things. Honesty's the best policy... and the best way to ensure the FTC doesn't have to get involved haha.

    • @bretb8403
      @bretb8403 5 месяцев назад

      @ave14401 im not sure who you see doing that on here, but that would be an easy way to lose your channel/sponsor/pay a fine. But if its someone who kept on repeatedly not disclosing advertisers, I wouldn't be surprised if they got locked up...

    • @ave14401
      @ave14401 5 месяцев назад +1

      @@bretb8403 i see it all the time. with small-medium sized channels its hard to spot or enforce so a lot of people get away with it.

    • @JeffGeerling
      @JeffGeerling  5 месяцев назад

      @@ave14401 Sadly, this is the case-honest sponsors actually state the requirements in a contract they'll have a creator sign. But there are a lot of dishonest sponsors too, who don't tell creators to do that, and hope any fallout doesn't touch them.

  • @justinsheppherd1806
    @justinsheppherd1806 8 месяцев назад +146

    "All's well that ends in "Not A Fire"" - a motto to live by.

    • @magicmanchloe
      @magicmanchloe 8 месяцев назад +1

      This is my new favorite quote

  • @sloth0jr
    @sloth0jr 8 месяцев назад +65

    My wallet wishes I had never discovered your channel ... keep up the great coverage of your SBC adventures, you play in the same space I'm interested in.

  • @grizz_sh
    @grizz_sh 8 месяцев назад +16

    The RK1 boards are crazy fast! I have two of these TuringPi 2 boards, running 2 RK1s and 2 CM4s each. A sort of P-module, E-module configuration. 92GB of RAM and 82 GHz of CPU. I use Hashicorp Nomad to orchestrate tasks using a combination of the Docker and Exec drivers. Ceph to manage the persistent volumes. Soon I'll be able to retire my power-hungry my Dell R710s in favor of a system that draws < 200W. Couldn't be happier with the results!

  • @wskinnyodden
    @wskinnyodden 8 месяцев назад +20

    That rockship kicks butt, I can tell, I have a NanoPC-T6 powered by that baby, it ROCKS!

  • @ratage
    @ratage 8 месяцев назад +5

    Thank you for showing the debugging steps with the cluster, including how to see which pod had stalled and finding error logs using "describe". You can watch 100 happy path tutorials without ever seeing these things.

    • @RickBeacham
      @RickBeacham 2 месяца назад

      Yeah that is the cool part.

  • @TechnoTim
    @TechnoTim 8 месяцев назад +11

    As soon as you said pod was pending and you were using nfs I said to my self "nfs-common". Great video!

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад +7

      Haha if you know, you know. Usually you go down every other avenue and then the 100th google search you get a path that leads to a solution.
      I got lucky in this case and skipped the first 99 dead ends!

    • @TechnoTim
      @TechnoTim 8 месяцев назад +4

      @@JeffGeerling I've integrated that into my playbooks because Longhorn Storage Class uses it. Took me a while to figure that one out!

  • @BeepDog
    @BeepDog 8 месяцев назад +17

    I have one of these, and it is spectacular! I couldn't afford to get 4x of the 32gb nodes, but I have two of em. They are heckin nice.

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад +10

      It is nice to have x86-level performance in the same power footprint as a Pi!

    • @EduardoNomas-zv4ms
      @EduardoNomas-zv4ms 16 дней назад

      How easy are these RK1 regarding running AI models? How does the conversion to their own format work? Could I run LLM, Image generation, etc… (bigger models) in them without issues? How does the fact that the python versions supported are old? Have you felt limited in this regard? And what about Linux support and the older kernel version being used (specially now that the maintainer has abandoned the project)?

  • @chrisl2656
    @chrisl2656 8 месяцев назад +16

    Break out the soldering iron and swap the direction those power leads exit the PSU board. No more fan-blade jeopardy, no more stressing of the board connector.

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад +7

      True. May do that before I move the mini rack into its final location.

  • @paulalmquist5683
    @paulalmquist5683 8 месяцев назад +11

    I remember when data rates went from 110 baud to 300 baud. That speed increase was amazing for the time. And years later the first 14,400 baud modem came to market at $14,400 each. These young folks think 1Gbps is slow. They do not know what slow is. It did teach us patience.

  • @GrahamToal
    @GrahamToal 8 месяцев назад +8

    I've done a fair bit of cluster computing, on big clusters like Stampede at the University of Texas, so I'm familiar with the desire of cluster creators to have fast shared filespace and high speed interconnect fabrics etc - *but* - at least for all the real projects (as opposed to demos or benchmarks) that I've used clusters for in real life, I've always been able to structure my code so that high speed interconnects and fast shared filespace are just are not needed. Even for applications where there was big data rather than just a lot of CPU being used. My observation is that these extreme hardware facilities are mostly used by people who don't make the effort to optimise their application for parallelism and who try to shoehorn code that was really designed with uniprocessing in mind, into a multiprocessing environment without taking on the necessary restructuring. Now I'm retired, when I need to throw CPU at a problem I just farm it out to a few dozen regular Pi's and a couple of spare x86 portables I have around the house, running over Wifi, with one regular NFS mount to supply shared files across the lightweight cluster. In fact - although I do have proper cluster MPI software installed, I generally can get by with just kicking off tasks using "ssh". So I mention all this to suggest that perhaps the features you describe and the cost of the system you're using is perhaps a little overkill, that could be avoided by a little more coding effort. An interesting approach for a subsequent video might be in terms of computation done per dollar rather than just what is the fastest shinyest new hardware available?

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад +9

      Sadly when you talk to anyone about making code better versus beefing up the hardware, 99 times out of 100 you'll be told the hardware's easier :D
      One of the reasons I love Pi clusters is I've changed my own site architecture many times to make it faster (avoiding disk IO where I can, caching in RAM on individual nodes, that sort of thing), and made big sites scale (think millions of dynamic page views per hour) on relatively modest AWS resources... all because I would run the same application on my Pi cluster that we were running on $20,000/month servers :D
      But not every project allowed me the time to optimize. Sometimes the plan was to build up hardware for a month, then tear it all down, and they were happier doing that spending $100k+, than to spend an extra two weeks optimizing the site (for a lot less).

    • @Sven_Dongle
      @Sven_Dongle 8 месяцев назад

      Read "In Search of Clusters", a fine book. Amdahls Law; show me where the data is and I'll show you where the computing has to take place. At some point all parallel computations reduce to a set of serial instructions. It's the law. Clusters live and die by the speed of their switching fabric, and that will always be the case.

  • @demirk.7358
    @demirk.7358 8 месяцев назад +95

    Man i really hope that Raspberry Pi prices comes down to a reasonable level, so that us enthusiast can do stuff like these

    • @touma-san91
      @touma-san91 8 месяцев назад +14

      It won't. But I do recommend considering getting it either used or older gen like Raspberry Pi 3 for example which is lot cheaper than Pi 4 or 5, especially if you don't need the performance of those.

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад +38

      Pi 3 or Pi 4 (or even Zero 2W) are probably the sweet spot for value in the Pi lineup right now.
      If they release a 2GB Pi 5 for $40, that would be a great value.

    • @MichiganPeatMoss
      @MichiganPeatMoss 8 месяцев назад +1

      appears to be heading in the right direction. :)

    • @fstemarie
      @fstemarie 8 месяцев назад +7

      @@JeffGeerling That's be like putting a v4 in an old muscle car. We all know that we don't build these things because we need them. We build them because we NEED them

    • @smolapril
      @smolapril 8 месяцев назад +4

      > corpo enshitification enters the chat

  • @prongATO
    @prongATO 5 месяцев назад +1

    So cool to see the channel has grown so much! You’ve earned it Jeff! (But not that red shirt guy) :)

  • @rmcdudmk212
    @rmcdudmk212 8 месяцев назад +3

    These cluster boards keep getting cooler and cooler. Not sure what i would do with one but it would be cool to play with.

  • @xbelthesarx
    @xbelthesarx 8 месяцев назад +13

    Really seems like the Turing Pi board could benefit from having a switch chip. Even if you still only had 1 Gb or 2.5 Gb connectivity to the external network, having a 40/80Gb switching fabric between nodes would make something like Ceph internal replication or any node to node comms in the cluster much better. Of course, having a 10 Gb SFP+ would also be ideal, since so much 10 Gb fiber gear is plummeting in price these days, and might obsolete the need for finding another big chip and traces on the board, so that might the smarter play.

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад +10

      I do hope they do a Turing Pi 3, where they maybe bump the price a little, but include some features that will let the board really go all-out on performance.
      The problem is as the price of the board sneaks past $200, $300, or more, the audience gets even more limited :(

    • @xbelthesarx
      @xbelthesarx 8 месяцев назад +2

      @@JeffGeerling I hear you, but I think this space could do with some better comms around what makes sense and what you _can_ do with these platforms. Like, a 4 node cluster on the Turing Pi 2 at $1500 does not make sense for most home lab operators and especially not the folks running single purpose GPIO heavy configs, but $1500-2000 for a 4 node Ceph backed lightweight k8s platform with a slough of groupware appliance containers is a stellar HA homelab / business server in a single box. For the load of businesses I know trying to de-SaaS their OpEx while still looking for a reliable solution, this is barking up the right tree for sure.

    • @DigisDen
      @DigisDen 7 месяцев назад +2

      In my m.2 slots I now have adapters that go to a 10Gb single network card. I have proxmox on each node and the 10Gb is being used for iscsi for the vms/containers. Its working great.

  • @djneo92nl
    @djneo92nl 8 месяцев назад +285

    “I don’t need a cluster”
    “What would I use it for”
    “It’s just gonna be running some bullshit”
    I so really want one

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад +69

      This is the way.

    • @shapelessed
      @shapelessed 8 месяцев назад

      @@JeffGeerling Why not walk both ways?

    • @techdatamexico4530
      @techdatamexico4530 8 месяцев назад +2

      First, I completely agree with you. I think this is amazing, just to learn how to build an HPC System, and to see how it works.

    • @RileyJohnson37
      @RileyJohnson37 8 месяцев назад +1

      I'm in that boat! I have quite a few Libre Computers and Pis, but also small PCs sitting around waiting for projects, while also having a large NAS which sits on top of a Dell Poweredge... The NAS gets use very very regularly, but not all the SBCs or the Dell.

    • @choppergirl
      @choppergirl 8 месяцев назад +4

      But it will run.... whatever.
      As in, nothing you want to do.
      I'll stick to my 7950x.
      I would be more interested in a lower powered NAS board with just the 4 nvme drives on it or better, loaded with SATA ports.

  • @conallogribin
    @conallogribin 8 месяцев назад +2

    I've been using the turingpi 2 with 3x RK1's for a few weeks, and really enjoying it.
    Ive been managing it using the Ansible for DevOps and Ansible for Kubernetes books you put out, so many thanks for that!

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад +2

      So glad I could help! Reminds me I need to get around to updating those books again...

  • @SalvatorePellitteri
    @SalvatorePellitteri 8 месяцев назад +89

    this stuff does not make sense when for this price you can buy 3-5 mini pc with 8 core ryzen cpus. you don't have to deal with arm specific software and the performance are 10 times faster.

    • @jackdoolittle165
      @jackdoolittle165 8 месяцев назад +27

      Rule of cool means this is better

    • @DigisDen
      @DigisDen 7 месяцев назад +20

      And probably consumes 10 times the power.

    • @AxionSmurf
      @AxionSmurf 7 месяцев назад +10

      I agree with you. My co-workers are all about SBCs but it doesn't make any sense to use them most of the time. When it does make sense are mobile applications like car and boat PCs, and remote stations that are powered by solar and nighttime battery banks. I don't know what you'd use a cluster for in a remote application. In a fixed site it would probably be better to point to point wireless to a place with more cost-effective high power output and use regular processors. An 11 year-old Ivy Bridge Xeon 2S can crush the compute performance of this entire cluster. But presumably someone needs them for something, or they would go out of business quickly.

    • @josuesantos871
      @josuesantos871 3 месяца назад +3

      ...But this is more fun...

    • @BlackBeardJH
      @BlackBeardJH 3 месяца назад

      @@josuesantos871😂agree

  • @electrofreak0
    @electrofreak0 8 месяцев назад +157

    Yo, Only Fans reveal at 11:12!

    • @cv990a4
      @cv990a4 8 месяцев назад +2

      That would be one scary channel ;-)

    • @Yuriel1981
      @Yuriel1981 8 месяцев назад +2

      I always snicker when I see the "Only Fans" container.

    • @jfan4reva
      @jfan4reva 8 месяцев назад +4

      When my son was in cub scouts, he sold popcorn like all the scouts did. We borrowed a wagon to put the popcorn in, and found a cardboard box that fit perfectly! As I was walking behind him I realized that we'd have to ditch the cardboard box. It was one that we got at the local library book sale (They were selling unpopular books to make room for more books.) Written across the back of the box someone wrote "ADULT BOOKS" in large letters. That phrase has a completely different meaning outside of libraries. Lol!

    • @ilPacoOG
      @ilPacoOG Месяц назад

      Home boy is dropping panties left and right! Owns a business, content creator, influencer, collecting multiple revenue streams... Hopefully, my wife won't find his Only Fans! 😆

  • @Barnacules
    @Barnacules 8 месяцев назад +2

    PI's are getting insane dude! 😲

  • @TT-it9gg
    @TT-it9gg 8 месяцев назад +2

    Excellent! Thanks for sharing. Looking forward to the new base board with 10GbE.

  • @dr.digitalia
    @dr.digitalia 8 месяцев назад +1

    Really love the screen time during installation and configuration so didactic!!

  • @nickpoorman
    @nickpoorman 8 месяцев назад

    Love these tiny videos. As someone who does Van Life traveling full time in my van, I’m always looking for ways to run NAS and cluster solutions in a compact “portable” way. Especially love it when you can run on 12v, 24v, or 48v DC.

  • @rollerboogie
    @rollerboogie 8 месяцев назад +1

    This thing is sooo cool. I stopped running a homelab or server for my house because of power consumption. This setup is making me rethink that. I could do crazy stuff with one of these boards.

  • @CheapSushi
    @CheapSushi 8 месяцев назад +4

    I just like how it looks, a compact blinkenlights thingy. So cool.

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад

      Heh, I need to make a Mini ITX board with just tons of little LEDs around random circuits and chips, that blink in random patterns. The Blinkenlights ITX Board.

    • @CheapSushi
      @CheapSushi 8 месяцев назад

      @@JeffGeerling Jeff, I'm not gonna lie, but I even bought the IKEA "OBEGRÄNSAD" just to have more blinkenlights in my room. I'm a huge fan of the Connection Machine's by Thinking Machines corporation; even went to NYC just to see the CM-5 at the MoMA. I love the thought process behind it; to give the machines a visual representation of the computation going on as if the black box is thoughtful. I have a few of books and saved YT videos about it too. There's some other pure blinkenlight projects but I couldn't afford them. But I've basically built my own homelab around maximizing the lighting. I was sad to even leave my X79 DDR3 era boards when I upgraded because Crucial's Ballistix Tracer DDR3 were the only RAM kits with true electrically driven LEDS instead of pure software. Made quite a show. Wish you could see my setup, lol.

  • @nekomasteryoutube3232
    @nekomasteryoutube3232 8 месяцев назад +2

    That little mini rack thingy is rather neat. I wonder if one could make a small easy to move server with a rack for compute, a rack for storage, a switch, and if there is such thing, a UPS.

  • @TheFlow2006
    @TheFlow2006 8 месяцев назад

    18:30 well you can get some small form factor ups from eaton, well there are just desktop ones and i think you will have to make a bracket of some sort to fix them into place but it schould be doable (maybe they even include mounting kits for 10 inch, its some time since i installed one of them so i can´t remember 100% if it had that or note but from memory the size schould fit)

  • @Lincos321
    @Lincos321 8 месяцев назад +8

    Practically, you don't need an SBC cluster. Single CPU x86 machine will be faster, and more important, easier to support.
    So performance comparison between different SBC cluster does not have a practical meaning.
    But it is still fun!

    • @xanderplayz3446
      @xanderplayz3446 8 месяцев назад

      I think you forgot that the main point of this was how power-efficient it was for the performance.

    • @Lincos321
      @Lincos321 8 месяцев назад +2

      @@xanderplayz3446 Modern x86 will be more power efficient than a cluster of SBCs.

    • @System0Error0Message
      @System0Error0Message 8 месяцев назад +1

      its good for 24/7 use at home without using much electricity. I too have x86 based ones and they break the bank. btw did you know the orange pi 5 rk3588 is so much cheaper than the best x86 SBC for the same performance? it matches the intel N200 CPU in performance, thats how fast the rk3588 is. It beats intel in some things but loses in anything avx.

    • @JohnDoe-ji1zv
      @JohnDoe-ji1zv 8 месяцев назад

      @@Lincos321what would you use with x86 as a replacement ?

  • @StillConfusing
    @StillConfusing 8 месяцев назад +3

    14:00 you could even solder in the power leads on the other side of the pcb

  • @hw2508
    @hw2508 8 месяцев назад

    6:24 is the important moment.
    If you want to use two of this boards in a cluster, 10 Gbit/s Ethernet is what you need.
    It was mentioned twice in the beginning (a little redundant) and it is what stops me from buying such a board: Ethernet is too slow. The connections between the Compute Modules must be very fast and the connection with the external world should be as well.
    Everything else is great. Storage, compute power, all great.

  • @figueroalabs
    @figueroalabs 8 месяцев назад +1

    I wonder how it compares to a Milkv pioneer, double the cores, same memory, not a cluster but a "desktop", it does have 10G eth (x2) and NVME.
    It's less than double the price, for double the cores and the same amount of ram but probably faster as it is all in one place. No NPU on the pioneer, but it does have pci-express ports so you can add a large video card if the drivers support it, and if you upgrade the power supply.
    I absolutely loved the 10 inch rack idea, this is new to me. I have a (official status pending) RISC-V lab in Costa Rica, with a bunch of licheepi4a, vision five I&II, beagleV, mangopi, etc, etc. I think the milkv pioneer is mini-itx, so it would be cool to fit in all of the lab in this rack. It's a bit pricey, but would look and function way nice than what I have right now.

  • @HksF16
    @HksF16 8 месяцев назад +11

    Red shirt seems calm in this video.

  • @MarcoGPUtuber
    @MarcoGPUtuber 8 месяцев назад +9

    Brought to you by the Pi Cluster King!

  • @WagnerGimenes
    @WagnerGimenes 8 месяцев назад

    Thanks for all your hard work, Jeff.

  • @IggyJackson
    @IggyJackson 8 месяцев назад +2

    I saw a talk a few years ago at kubecon where the speaker was the guy who first named kubectl and he said it was "kube control". And that fits my narrative, so I'm sticking with it

    • @tommyrottn
      @tommyrottn 8 месяцев назад

      So is Kube pronounced "Cube" or "Koob" or "Coob" or "CooBee" ?

    • @IggyJackson
      @IggyJackson 8 месяцев назад

      Great question, "cube control" if I remember correctly... It was the "control" bit I was worried about

  • @invalidation
    @invalidation 8 месяцев назад

    I’m always highly impressed when someone gets Drupal to do anything sensible at all, let alone a usable deployment of it.

  • @WaCrex
    @WaCrex 8 месяцев назад

    @14:01 Why not desolder those two power cables and re-solder them on the other side of the board? They do appear to be thru-hole.

  • @shadow7037932
    @shadow7037932 8 месяцев назад

    @29:00 Wonder if someone will make a board to use the new LattePanda Mu SOM with the Intel N100. That should take the crown easily performance wise.

  • @Lirona2XLC
    @Lirona2XLC 8 месяцев назад +3

    Fever dreaming out loud for engagement: I want to stick one of these cluster boards in a 2x 3.5" bay NAS case for a 3 node apps cluster and the 1 node that has the sata slots being the bulk storage. Alternately, would love to see a laptop form factor that could take one of those RK1s (like the MNT reform, or similar).

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад +1

      MNT reform + RK1 would rock! It's a niche use case and a niche laptop, but if you're in that niche, the RK3588 would probably be the closest thing to a 'good' average x86 laptop experience in Arm-land right now.

  • @burkec33
    @burkec33 8 месяцев назад

    Thanks for the mini-rack link. I've been looking for something like this for a while, thinking I was just not looking in the right place. Great for a mini home lab.

  • @4313Ap
    @4313Ap 2 месяца назад

    At about 18:30 he talks about a UPS and moving a live rack, I did that with a server at home about 1999-2000, unplugged everything except the two power cables from the UPS to the server and a serial cable to the UPS, loaded the server and UPS on a cart, unplugged the ups, loaded it into the truck, moved to the new location and plugged it back in, zero downtime lol good times

  • @buleini
    @buleini 8 месяцев назад +1

    @JeffGeerling In reply to your comment on 17:46 about the availability of 10" racks in Europe: I got lucky getting a 30cm deep closed 12U rack from a now defunct Polish company (COVID stock/supply issues I guess) I only could get the MyElectronics 2U enclosure in there by putting in some custom spacers to get the ITX case closer to the glass front door. Otherwise the cables in the back would just not fit. Any deeper rack would not have fitted in my utility closet.
    I once revved out the diesel my driving instructor used when I was still learning for my driverslicense, some 300 meters from where MyElectronics is currently based in Alkmaar. I now have one more reason to chuckle about that event, 'some' American guy made realise that they were based there.. :)

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад

      Ha! Yeah, they could even shave a little more depth from their designs but if you have a deep enough rack or open back, no problem at all.

  • @jeremyjedynak
    @jeremyjedynak 8 месяцев назад +2

    The Rackmate T1 in this video is awesome!

  • @MordecaiV
    @MordecaiV 8 месяцев назад +5

    I did not know about 10" rack systems. Very cool.

    • @buleini
      @buleini 8 месяцев назад

      @JeffGeerling In reply to your comment on 17:46 about the availability of 10" racks in Europe: I got lucky getting a 30cm deep closed 12U rack from a now defunct Polish company (COVID stock/supply issues I guess) I only could get the MyElectronics 2U enclosure in there by putting in some custom spacers to get the ITX case closer to the glass front door. Otherwise the cables in the back would just not fit. Any deeper rack would not have fitted in my utility closet.
      I once revved out the diesel my driving instructor used when I was still learning for my driverslicense, some 300 meters from where MyElectronics is currently based in Alkmaar. I now have one more reason to chuckle about that event, 'some' American guy made realise that they were based there.. :)

  • @dv7533
    @dv7533 8 месяцев назад +1

    The mini UPS sounds like a cool idea. I'm thinking, make it be a shared power supply as well, so integrate a switch mode power supply in there that keeps the batteries charged, and have a bunch of 12v outputs with individual reset-able fuses, plus maybe some 5v outputs. Include a micro-controller in it with some temperature and voltage sensors to keep the charge levels and temperature in check, with an output to a character LCD and a USB port for UPS management.

  • @morsikpl
    @morsikpl 8 месяцев назад +2

    I ordered new Turing Pi 2.5 with those RK1s with 32GB RAM each. I can't wait! But yeah... elephant is big, and even dual 2,5G would be great. 1Gigs for this is too small bandwith and just because of that I was postponing my ordering since like a year... I finally decided that it might be ok, but I still wish it has faster network.

  • @BangorMaker
    @BangorMaker 8 месяцев назад +2

    @2:33 what is going on with that battery? they put a cr1220 on a cr32?

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад +3

      Haha there's a story behind that... apparently they had some issues with the Kickstarter 2.4 board revision and the fix was to make an extra battery-sized PCB to correct it!

  • @ebargofus
    @ebargofus 8 месяцев назад +7

    It's such a minor thing, but "sudo su" always bugs me. It feels like when the switch from using su to using sudo went mainstream people said "but how can I use su now?" and found a hacky way of doing it without looking at the documentation.
    "sudo -i" gets you an interactive shell using the target user's default shell and runs the login files for that shell. "sudo -s" uses the invoking user's shell. Either feels cleaner imo.
    There's many ways to cut a cake, and there's rarely a right and a wrong, but I wanted to put "sudo -i" out there in case others maybe think it sounds neater too.

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад +4

      True; for me I just have muscle memory from whenever ago to use 'sudo su' :D

    • @levifig
      @levifig 8 месяцев назад

      @@JeffGeerlingI have the same issue: muscle memory! I know about the “proper” way, but “sudo su -“ is so embedded in my brain I can’t seem to switch completely, even though I do some times… 😅🫣

    • @hubertnnn
      @hubertnnn 8 месяцев назад +1

      Well, I think "sudo su" is just easier to remember and more in line with all the other "sudo ".
      Id rather do "sudo su" knowing that its well tested and works rather than using possibly untested parameters that maybe 100 people in the world knows about.

    • @lhpl
      @lhpl 8 месяцев назад

      How about 'sudo sh'̈...

    • @frool76
      @frool76 8 месяцев назад

      ​@@hubertnnnIt's well tested, so the limitations are well known. If you want to start an interactive root shell from sudo, it's just not the correct way.

  • @jacekruzyczka3058
    @jacekruzyczka3058 8 месяцев назад

    10:38: Do you mean Torx screws? They are even quite common in the U.S. automotive industry. My Oldsmobile is full of them.

  • @JK-mo2ov
    @JK-mo2ov 8 месяцев назад +12

    The 32GB Turing is still less than the price to upgrade to 32GB Ram in a Mac.

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад +1

      Ouch.
      So true it hurts!

    • @EduardoNomas-zv4ms
      @EduardoNomas-zv4ms 16 дней назад

      How are these Turing RK1 modules performing for training and inference of AI models? Are they any good? How would one of these RK1 32Gb compare to a, lets say, RTX3090 in terms of performance and capacity?

  • @Redsmeg68
    @Redsmeg68 8 месяцев назад +1

    I have the TP 2.4 with 3 CM4's and an RK1, would be great to see a series based on using ansible and k3s to add services like plex, owncloud, etc. I have it up and running k3s and want to add mulitple server applications using symfony and maybe how to use argoCD etc.

  • @reggiep75
    @reggiep75 8 месяцев назад +1

    I don't have a use for a cluster system, but they're entertaining.
    Make it work, do some brutal testing with it. Really brutal testing.

  • @JohannesLauesen
    @JohannesLauesen 8 месяцев назад +13

    Letting red shirt Jeff in to the studio seems reckless.

  • @marcoschirrmeister
    @marcoschirrmeister 8 месяцев назад +3

    This rack is a master piece of engineering for home datacenters. 🙂 A little UPS would be indeed amazing. Whoever creates it, shut up and take my money! 😀

  • @Genesis8934
    @Genesis8934 8 месяцев назад +4

    20:46 Is that case lid a USB-A socket? lol flipping it three times to get it to fit? :P
    Also, do you have a video already that goes over how you set up your infrastructure at home/office? Do you use monorepos for all your infrastructure? :)

    • @xanderplayz3446
      @xanderplayz3446 8 месяцев назад

      The studio moving videos would answer the office part, but I dont know for the home part.

    • @Genesis8934
      @Genesis8934 8 месяцев назад

      @@xanderplayz3446 I missed a word in my question actually. I meant to refine it to how he sets up his ANSIBLE infrastructure. :)
      But yeah, I love that series. I don't think he's done an overview (or I haven't caught/found it) of how he organizes his complete infrastructure for ansible.

  • @LockonKubi
    @LockonKubi 8 месяцев назад +2

    for deep stuff like the RK1 in that rack, it'd be nice if they included rear supports like what the shelf had.

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад +1

      That seems like an easy enough accessory to make-put a few bends in some metal.

    • @mlindholm
      @mlindholm 8 месяцев назад

      @@JeffGeerling Perhaps someone (not suggesting you take this on) could design some brackets that could either be 3D printed, or sent to a service like SendCutSend or OshCut to be laser cut and bent as specified. Yes, additional ones available from them would be nice. They list additional rack shelves for sale, but don't seem to have considered additional support brackets as an item people might want.

  • @Gorja239
    @Gorja239 8 месяцев назад +1

    I got plenty 10" racks at work and we are using the TP-Link TL-SG1210MPE switch for it (: PoE, SFP, managed.... downside is the external power supply... fits perfectly in a 10" shelf

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад +1

      Not a bad option! I do wish it had all ports + lights on front though, instead of the desktop configuration with the ports on back. Though, depending on what kind of gear you have, it may be cleaner that way!

  • @Neamerjell
    @Neamerjell 8 месяцев назад +1

    I'm still trying to wrap my head around the use case for such an esoteric machine; what can be accomplished on this that can't be done on a similarly priced SMP server?

  • @TheRealMrGuvernment
    @TheRealMrGuvernment Месяц назад

    That DeskPi cluster looks so awesome! While I do mostly IT Infra and cloud, building out a mini cluster like this has me curious!

  • @zsiegel87
    @zsiegel87 8 месяцев назад +1

    I am eagerly awaiting my Turing RK1 modules. My plan is to build an ARM based CI/CD cluster and I am curious to see if the gigabit connection ends up being a bottleneck.

  • @burads
    @burads 8 месяцев назад +1

    Have been working with the TuringPi2 and RK1 Boards for a few months and recently also received a few different mPCIe devices, unfortunately with very bad results. Only 1 in 5 boards would show up.
    I do hope you look into testing mPCIe devices with the TuringPI2 similar to what you have done with the CM4 as it seems to be either a bit of a jungle compatibility wise or alternatively the faulty connection on the TuringPi2 side.
    only board I got working was a IOCREST 4 Port SATA with a 88SE9215 chip, Tried a few realtek ethernet adapters and a different SATA adapter.

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад

      PCIe is a weird beast with the RK3588, not to mention through the Turing Pi 2 board. I have had weird issues as well, to the point I don't try many anymore.

  • @alexlovett1991
    @alexlovett1991 8 месяцев назад

    I found with k8s that setting up calico or flannel (can’t remember which one) messed with mDNS on the cluster, it would change the source port of the response and avahi would drop it. It would add some iptable entries and would always put its own rules first even if you manually inserted your own rules before.
    No idea if you use those in your script but noticed you’re using mDNS figured it was worth shouting about

  • @hikingpete
    @hikingpete 8 месяцев назад +6

    "Worst case, we'll just have a little smoke come out here." and then a little later "all's well that ends in not a fire". Sounds like a good day at the office.

  • @rogerhalt3991
    @rogerhalt3991 5 месяцев назад

    24:43 were you flipping the case to the same orientation?

  • @nickcardwell
    @nickcardwell 6 месяцев назад +1

    Any interest in testing the DeskPi Super6C with 6x Orange Pi CM5 modules?

  • @Redsmeg68
    @Redsmeg68 8 месяцев назад +1

    you can add 4pin fan header to v 2.4 boards but you have to solder a coonecot and a chip onto the board.

  • @arashd1381
    @arashd1381 8 месяцев назад +1

    Thanks Jeff, so x86 is still a cheaper and more practical option as of today? I can buy a stock G9 HPE server with the same number of Cores/Threads and RAM for about 500$.

  • @TornTech1
    @TornTech1 8 месяцев назад

    Whats going on with that CR2032 battery and the adapter board visable at 2:08 - Pretty swanky!

  • @josgraha
    @josgraha 2 месяца назад

    Thanks Jeff I love that you're willing to review these niche devices. From a power standpoint this is great from a compute standpoint not so much. 24 TOPS is nothing, an RTX 4090 can crush over 1200 TOPS

  • @ThorbjrnPrytz
    @ThorbjrnPrytz 8 месяцев назад

    That Quad board look like such a nice cluster training tool!

  • @carlospcpro
    @carlospcpro 8 месяцев назад +3

    You read my mind when you talk about a UPS for a mini rack. That would be siiiick

    • @concinnus
      @concinnus 8 месяцев назад

      APC's most popular models are like 7 years old and use lead-acid batteries. They don't seem to feel much competitive pressure.

    • @clutchboi4038
      @clutchboi4038 2 месяца назад

      ​@@concinnusI thought about doing a DIY ups from lithium ion for my rack but was thinking gee i hope it never sets on fire lol. I think the UPS batteries use lead acid because they are more reliable long term or just in general for a few reasons.

    • @concinnus
      @concinnus Месяц назад

      @@clutchboi4038 Lead-acid is just cheap, that's it (at least if you exclude lead core charge). LFP is the right option for a DIY UPS right now, it's very safe. Probably safer than lead-acid, honestly, which can create H2 gas. Then in 5-10 years sodium-ion will likely beat out both LFP and any last argument for lead-acid.

  • @PsiQ
    @PsiQ 8 месяцев назад +2

    Maybe a stupid question, but i thought the nvme slot is just a pci-ex port.. when you can write that fast into it, maybe use a M.2 to pcie adapter and a 10gb card ??
    (Since it's not a slow wlan port)

  • @MegaManNeo
    @MegaManNeo 8 месяцев назад +1

    These RK3588 SoCs are quite amazing to behold anyway, it seems.
    From a regular user's perspective, I'd still love to see an ITX board for desktop use but the board you used here is interesting to watch too.

    • @nyanmisaka
      @nyanmisaka 8 месяцев назад +1

      Radxa Rock 5 ITX is perfect for desktop use case.

  • @YeOldeTraveller
    @YeOldeTraveller 8 месяцев назад

    If you are going to standardize on 12 VDC devices, you could put a battery in the bottom of the rack. Then you can feed the rest of the rack from there. Could even get a DC power bank and use that to connect to the AC or DC source of your choice and keep the rack powered even in transport.

  • @vmx200
    @vmx200 8 месяцев назад +2

    Can someone give some examples of use cases for this and why you would get this and not some dedicated servers second hand. Other than form factor and power usage i think you could get more for your money buying actual servers

    • @brandonbraner
      @brandonbraner Месяц назад

      Or buy some orange pi 5 maxes or plus. Then you get 2.5 gb Ethernet and not one failure point on the cluster board

  • @albertomartin70
    @albertomartin70 Месяц назад +1

    What does this cluster are for or what can be done with them? 🤔

  • @AlanRWynne
    @AlanRWynne 8 месяцев назад

    i am not an experienced PC Builder, but there are two reasons to push air out instead of in. 1: Dust, pushing air in also pushes dust in. Arguably dust can be pulled in by the vacum created. 2: Reducing airpressure in an environment has an great cooling effect. I would be interested to hear your other peoples opinions on this?

  • @spicybaguette7706
    @spicybaguette7706 8 месяцев назад +1

    With the NPUs, you could maybe run some GPT models? Those generally do not require speedy networks, just a lot of FLOPS and RAM

  • @Empty_Vima
    @Empty_Vima 8 месяцев назад +3

    I wonder when failsafe systems and ECC memory will be popular🤔

  • @normanjaffe2890
    @normanjaffe2890 8 месяцев назад +5

    Another question - do you think that the tower cabinet could handle two of the Mini-ITX cases?
    [I have two Turing Pi 2 boards from the campaign, along with eight RK1s, ready to go... and have been instigating Mini-ITX cases for a while now...]

  • @patrickdk77
    @patrickdk77 8 месяцев назад +1

    I wouldn't even want a real ups for it, but more just a batter bank to supply 12v to the itx picopsu and maybe a switch, though might need 52v for a poe switch

  • @joshhardin666
    @joshhardin666 8 месяцев назад

    if you want the led activity indicators from your cluster board, I would try to make a passive light pipe solution with some pieces of clear petg filament, perhaps with a little bit of gaff tape or electrical tape or something to keep the light in the pipes seperate. diy fiber optic.

  • @tramcrazy
    @tramcrazy 8 месяцев назад +1

    Interesting that you’ve been using Gflops per Watt as a benchmark - seems useful for efficiency testing. Have you thought about showing Gflops per dollar as well? Would help show the differences between the Pis (both Raspberry and Turing) based on price!

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад

      Actually not a bad idea, I should consider adding that metric to my sbc-reviews perhaps!

  • @phillee2814
    @phillee2814 8 месяцев назад +1

    For the UPS - it is 12v, so 3s LiPo or 6s SLA would fit the bill nicely - no need to do conversions into and out of AC and DC unnecessarily. For more runtime, just add parallel sets of whichever type you choose (but don't mix them - it is either SLA or LiPo, not both in parallel unless you want a fairly spectacular fireworks display - DAMHIKT). If you go for SLA put them at the bottom of the rack for stability - not a bad plan for either, really.

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад

      Making them line interactive or at least work with an AC input is a little harder, though there are some good BMS boards out there these days.

  • @svenvanginkel4522
    @svenvanginkel4522 8 месяцев назад

    Jeff, have you seen the Mixtile Blade 3 with the cluster box. Looks like a nice clustering box

  • @fbifido2
    @fbifido2 8 месяцев назад

    One Question on Debian 12.5:
    - I install the Debian 12 Minimal install
    - I then install docker
    - I created two nginx container, with ports 8080 and 8081 respectively.
    - I then make sure that I can access each container site, plus ping the Debian host.
    - Now I install UFW, allow port 22/tcp, then enable it.
    - I can still ping the Debian host & also access the two nginx site { WHY ??? }
    My question: How can I block everything and only allow access to ports that I need, like 22, 8080, 8081/tcp?

  • @Allgone-b4k
    @Allgone-b4k 8 месяцев назад +3

    Sick video, Jeff as always. Love to see some RGB on that rack. 😊

    • @Allgone-b4k
      @Allgone-b4k 8 месяцев назад

      Thanks Jeff you're such a nice person someone I'd love to meet next time you're in England. David

  • @EduardoNomas-zv4ms
    @EduardoNomas-zv4ms 16 дней назад

    When I saw this video I was very tempted to buy the board together with one or two modules in order to test it myself. However, after reading about the precarious support for Linux, and seeing that one needs to convert the models to a specific format, I am no longer sure whether I should spend the money.
    I would love to learn from other people’s experience with this board and the Turning RK1 modules. How easy is it to set up? How does the fact that both the kernel version as well as the python versions officially supported seem to be rather old? Does this limit people from using modern AI libraries such as pyTorch, Keras, Tensorflow…? What about the conversion to its own files to be ran in the NPU? Is that straight forward, or is it like with Hailo components that is a real PITA?
    Love the concept, love the idea of being able to run big AI models on cheap hardware, however, all the above questions make me doubt about if I should invest in this technology or not.

  • @makerbymistake
    @makerbymistake 8 месяцев назад

    Awesome detailed look. The 1Gbps is definitely showing its age. The price is kinda crazy also. Hope they can increase production to make it cheaper

  • @soulofjacobeh
    @soulofjacobeh 8 месяцев назад

    Felt like I unlocked a core memory when Jeff slid that Pi Blade out. Forgot I'm still waiting on mine. Soon™

  • @StarFox1988
    @StarFox1988 8 месяцев назад

    I have to say that the 10 Inch Rack just makes sense for small builds where space is very limited. hell I've debated about going that path for somethings after you've mentioned 'myelectronics' a couple of times on top of you deploying their cases for some of the builds

  • @jonathanbutler6635
    @jonathanbutler6635 8 месяцев назад

    Server on the go? I think this would make an awesome little travel server. Your main mini itx pc, your cluster server, and a travel router would probably fit really well and it looks like it could fit in a little carrying case.

  • @WilliamTaylor-h4r
    @WilliamTaylor-h4r 8 месяцев назад

    I got the friendly electric t6 v2 directly, it has the imx415 camera, I'm trying to get a mipi imx585, but there aren't even drivers. The rep said you need all kinds of stuff to make it 10gig camera. But I got the Ryzen 7900, theres no feasible way a pi cluster has that. Got the RAID 0 8tb off aliexpress, it has a thunderbolt port.

  • @MrBlakBunny
    @MrBlakBunny 8 месяцев назад

    with the mini UPS thing, could use some of those USB-PD triggerboards and a compatible battery bank. course might want to collab with one of the eletrical engineer youtubers to work out how to make it do passthrough+charge cause some batterybanks turn off when charged up

  • @OldMadScientist
    @OldMadScientist 8 месяцев назад +1

    The mini rack needs a 10" PDU that has a 110v input power. And as Red Shirt Jeff pointed out, a 10" UPS would be a nice option.
    EDIT: A Ubiquiti EdgeSwitch 8 PoE (ES-8-150W) would fit nicely in the 10" rack.

    • @hubertnnn
      @hubertnnn 8 месяцев назад

      I think that is too niche for it to be ever made, but maybe a 12V UPS would be a good idea for those small racks.
      It would be much easier and cheaper to make (since 12V batteries is a standard) and skipping the conversion from 12V (battery) to 220V (AC) back to 12V (PSU) would be nice.

    • @NearCry91
      @NearCry91 8 месяцев назад

      There are 10" C13 PDUs.

  • @JzJad
    @JzJad 8 месяцев назад

    I actually forgot to put in issue/pr over a year ago for the nfs-common issue as I used your playbook to deploy to Ubuntu arm systems previous, my bad!

  • @DavidHeinenJr
    @DavidHeinenJr 8 месяцев назад +1

    Why not desolder the leads on the PicoPSU and move them to the back side?

  • @caspersmith7112
    @caspersmith7112 8 месяцев назад

    i understand about the LOW_PRO fan in the front but would it be wrong just to unsolder to 2 power and re-solder from the backside aslong as same orientation? @Jeff Geerling

  • @hcjkruse
    @hcjkruse 8 месяцев назад +2

    Lovely labels on the fan box ;) How does this compare to the Ampere 64 core ASRock Rack? Withouth memory that is also $1500, so slightly more expensive.

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад +2

      It's a lot easier to build with the Ampere, it has a LOT more PCIe expansion available, and if you just want a high performance Arm setup, I'd go with the ASRock Rack setup.
      I like the cluster so I can use it in my lab for little K3s/Kubernetes testing on real hardware, but it is still not a match for a single high performance workstation/CPU.

    • @JohnDoe-ji1zv
      @JohnDoe-ji1zv 8 месяцев назад

      @@JeffGeerlingdoes one server motherboard will be faster than Turing pi with 4 boards ? I’d like to use kubernetes for my apps as well, is it worth it to set up a single node cluster on a board you mentioned?

  • @NicoDsSBCs
    @NicoDsSBCs 8 месяцев назад

    I`ve got m.2 to 10GbE adapters you could use for this. If you have the lanes and eMMC then I`d use m.2 for networking.

    • @JeffGeerling
      @JeffGeerling  8 месяцев назад +2

      I have one as well; the difficulty is you'd need to mount those on the underside (taking up the slots for the existing SSDs), and then it wouldn't fit in standard ITX cases unless you do something exotic to cool the NICs.
      But it would be done, especially in a custom setup. Then you have a 10G NIC per RK1, and then an internal 1 Gbps network you could use for management separately.