Slapping some computers on a plywood board for fun - DIY Kubernetes Cluster

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ก.ย. 2024
  • Hey y'all, this next trick involves some amateur carpentry, 5 old dell computers, and a next-to-nothing understanding of Kubernetes, which was enough.
    Mentioned in the video:
    k3s - k3s.io/
    Rancher Labs - rancher.com/
    TechWorld with Nana - / techworldwithnana
    NetworkChuck - / networkchuck
    Thanks for all the support!
    __________
    Twitter: / thomas_computes
    Patreon: / thomascomputes
    Instagram: / thomas_computes
    Even TikTok! / thomascomputer

ความคิดเห็น • 4

  • @1fareast14
    @1fareast14 2 ปีที่แล้ว +2

    Great explanations throughout!

  • @SaifulIslam-ql6eb
    @SaifulIslam-ql6eb ปีที่แล้ว

    How much computation power have you got from this system?

  • @ramyali2782
    @ramyali2782 ปีที่แล้ว +1

    Hi, like your work, and would like to ask what is the easiest way to cluster/connect many pc together to use a combination of old 7010 opti. As yours as one processor ,Kubernets are intermediate level for me, need something user level if you can please

    • @ThomasComputes
      @ThomasComputes  ปีที่แล้ว

      I would use k3s with Rancher. You can learn more about k3s from many online sources, but you'll essentially be setting static IPs on each machine and use one as the master node. In your cluster config, you'll provide the IP addresses of the worker nodes, and Rancher can be your dashboard/source of truth for your setup. Hope this helps!