How to build your own Raspberry Pi Kubernetes Cluster

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024
  • By popular demand, I'll show you how to set up your very own Kubernetes cluster. But not just any boring old cluster, I'll show off the process of doing this on the Raspberry Pi platform, which is a cheaper and more energy-efficient foundation for your clustering needs.
    Note: Be sure to check out the wiki article for this video, it has a few very important changes you'll want to follow. Otherwise your nodes won't be able to access the Internet. One of my viewers alerted me to this, but I cannot find his comment to give him credit. Thanks to him for bringing this to my attention. The wiki article contains the fixed instructions.
    🙌 Support me on Patreon and get early access to new content!
    ➡️ learnlinux.lin...
    ☁️ Get $100 in credit toward deploying your very own Linux servers on Linode!
    ➡️ linode.com/lear...
    🛒 Affiliate store for Linux compatible hardware/accessories (commission earned):
    ➡️ learnlinux.lin...
    💻 Check out the Tiny Pilot KVM for your Homelab (commission earned):
    ➡️ learnlinux.lin...
    🐦 Follow me on Twitter!
    ➡️ learnlinux.lin...
    💬 Official LearnLinux.tv Community:
    ➡️ community.lear...
    📖 Check out jay's latest book, Mastering Ubuntu Server 3rd Edition. Available now!
    ➡️ ubuntuserverbo...
    Wiki article for this video:
    wiki.learnlinu...
    Raspbian download link:
    www.raspberryp...
    👨 More about me:
    ➡️ www.jaylacroix...
    ➡️ www.learnlinux...
    💽 How to create a bootable flash drive for installing Linux:
    ➡️ linux.video/fl...
    🐧 Which distro do I use?
    ➡️ learnlinux.lin...
    🔐 How to better secure OpenSSH:
    ➡️ linux.video/se...
    ☁️ How to create a cloud Linux server with Linode:
    ➡️ learnlinux.lin...

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

  • @snarbywrx
    @snarbywrx 4 года назад +65

    That is great, but what do you do with it?

    • @LearnLinuxTV
      @LearnLinuxTV  4 года назад +69

      This video is just for creating the cluster. As far as what to do with it, you can run any containers on it that you may want to. I'll create some additional tutorials that will show how to use it at a later date.

    • @HyperShadow213
      @HyperShadow213 4 года назад +31

      @@LearnLinuxTV It'd be great to see you create a deployment, a load balanced service, and how you access that service!

    • @UnknownSend3r
      @UnknownSend3r 4 года назад +8

      Lol I could relate looks really cool but what is it for

    • @crogersdev
      @crogersdev 4 года назад +13

      I'd say there's great value in knowing how to roll out a cluster completely from scratch. The pi lets you do precisely that for an incredibly low cost. Let the software team worry about what to put on it; the DevOps team has to know how to set it up and get it working.

    • @alrichmond4341
      @alrichmond4341 4 года назад +7

      I think it's always valid to answer the question 'why would I want one?'. I happen to know, but that's just me.

  • @rrowan327
    @rrowan327 4 года назад +24

    Jay, Yes please continue the Kubernetes series. I am totally enjoying the videos and of course learning.

  • @Ilsh1964
    @Ilsh1964 4 года назад +57

    I'll be glad to watch more content about containers and Kubernetes

  • @0ctatr0n
    @0ctatr0n 4 года назад +30

    After setting up the hosts and hostname files you could have installed ClusterSSH or Ansible on the Pi's so you could run the same commands on the pi's at once, saving tonnes of doubling and tripling up commands ;)

    • @LearnLinuxTV
      @LearnLinuxTV  4 года назад +12

      Very true, but Ansible setup would've made the video much longer. I'll be creating Ansible content as soon as I can, it's a great solution.

    • @johansmolinski
      @johansmolinski 4 года назад

      Or fabric! One thing more to learn, but it would probably make the video shorter. Anyway, good and inspiring video!

    • @smartsuka
      @smartsuka 4 года назад +4

      You could open everything with "terminator" instead of the default terminal. There's a feature to send your keystrokes to all three servers at once. Worth checking out if you have to do a lot of maintenance on this cluster, and you're looking for a quick and dirty solution.

    • @sirgongalong
      @sirgongalong 4 года назад +2

      LearnLinuxTV +1 for Ansible. Perhaps, a follow up video that shows how you could setup Ansible on your master node (or a management node) and then manage all kubernetes nodes and then create a playbook (or role) to install all Kubernetes components on all nodes as required.

    • @natashablong
      @natashablong 3 года назад

      Could you not just set everything up on one 'node' and then just copy the image to a bunch of additional node sd cards, changing only the hostname?

  • @AndyDavis007
    @AndyDavis007 4 года назад +4

    When I looked further into this, my first thought was, Google? Ruh roh. They tend to drop the mic on a lot of their projects. Then I found that Kubernetes is an open source container cluster manager, which was contributed to the Linux Foundation by Google as a seed technology. I guess this makes me feel better about diving into this. But hey, it's not like I couldn't find multiple other uses for my 3 new Raspberry Pi kits. Meanwhile, thanks for the work you put into your videos.

    • @watcheths
      @watcheths 4 года назад

      K8s is here to stay for a while. Not only because Google basically signed it over, but their record is actually pretty good on the backend, so Google will keep contributing

  • @thegenxgamerguy6562
    @thegenxgamerguy6562 Год назад

    I love this video, you're super reasonable in your approach and you tell people EXACTLY (!!) what they need to know and everything.
    Nice, nice!

  • @dustinkrejci6142
    @dustinkrejci6142 4 года назад +3

    This is the beginners content I am starving for!
    I am literally looking to become a programmer. I want to make a business using Docker and Kubernetes.
    But I am a beginner!

    • @LearnLinuxTV
      @LearnLinuxTV  4 года назад +3

      I was a beginner once as well, but we all have to start from somewhere. Keep it going!

    • @dustinkrejci6142
      @dustinkrejci6142 4 года назад

      LearnLinuxTV oh! :o

  • @sckhoo
    @sckhoo 4 года назад +1

    yes, please. show how to use the cluster to perform some workload. great work. definitely one of the best in youtube

  • @markspc1
    @markspc1 3 года назад

    Wow, that was great. Thank you for sharing.
    I noticed that many people don't seem to know what to do with a Raspberry Pi cluster.
    To start with a Pi cluster is a supercomputer at very low price.
    I plan to build the cluster and installing LAMP and Drupal so I can create my own website and run my own .com !

  • @danield.delima8893
    @danield.delima8893 4 года назад

    This is great. I would just leave one suggestion here, for people interested in getting this setup. Specially if you are starting to learn kubernetes, from time to time, you will mess your cluster, and I find it's best to have some sort of script to set it. There are lots of commands, and some of them take a very long time. Ansible is a tool to help you there. But in general, get this process scripted is a time saver.
    Again, this is great. Hoping to see more of Kubernetes in here.

  • @jesska.parker
    @jesska.parker 4 года назад +42

    Hello Jay,
    Thank you for this great content.
    I’m new to docker and kubernetes. Can you make a content that show the use of kubernetes alongside with docker.
    Keep your great work.

  • @AndyDavis007
    @AndyDavis007 4 года назад +4

    And yes, please. I'd like more Kubernetes content here. Thanks.

  • @fredericguiet2077
    @fredericguiet2077 4 года назад +2

    Hi! Just to say : Thank you ! Just followed this tutorial and my first k8s cluster is up and running...will backup my SD cards now before begining to play (1 master, 2 workers on Raspberry 4 - 4giga RAM). Some of you are asking what can you do with k8s : will use it to try some stuff on PostgreSQL, Cassandra, InfluxDB, NodeRED, mosquitto (mqtt), etc...

  • @kennyluba4137
    @kennyluba4137 4 года назад +2

    Excellent video Jay! It would be cool for you to do a walkthrough on your hardware setup-the switch, cluster case, fans, cabling, etc.

  • @islanddroid
    @islanddroid 4 года назад

    Thank you for all the hard work that you are doing . Please continue making more videos on Kubernetes Cluster. Thank you again.

  • @andrewelmendorf2602
    @andrewelmendorf2602 4 года назад

    Would absolutely love to see more cluster videos. Especially with raspberry pi. Practical home and other applications would be really cool

  • @paulgerard7611
    @paulgerard7611 4 года назад

    A great tutorial, thank you. Managed to the the cluster up and running with no hitches.

  • @Gildorak
    @Gildorak 4 года назад

    I'm french your video is perfect your english is very clear and of course I want more video about Kubernetes.

  • @alienwarex4585
    @alienwarex4585 2 года назад

    Ansible can be used to configure the Pi's before installing k8s. It obviously has a learning curve, but in the long run it is so much faster. A quick tip :)

  • @AlanPope
    @AlanPope 4 года назад +18

    You might want to save a ton of time with clusterssh which lets you run the same command on all your pi machines at once. Rather than keep copy/pasting everywhere.

    • @donporter8432
      @donporter8432 4 года назад +1

      Cool! Thank you. I'll look into it!

    • @samwilliams3227
      @samwilliams3227 4 года назад +1

      Good suggestion Alan. I use tmux-cluster myself. Easy to configure, but it also requires an understanding of tmux, which is my primary motivation for using it. If you are interested you can find it here: github.com/davidscholberg/tmux-cluster

    • @lmaoroflcopter
      @lmaoroflcopter 4 года назад +1

      pssh is one I've used in the past

    • @donporter8432
      @donporter8432 4 года назад

      I need to determine what my actually needs turn out to be. I'd love to use Pssh or something similar to keep things simple. I may need to go to Ansible however if much variation is needed in maintaining sets of nodes. I'll determine first if simply using MPICH will suffice.

    • @recklessroges
      @recklessroges 4 года назад +1

      "Only '60ies kids will remember en.wikipedia.org/wiki/Expect"

  • @chyldstudios
    @chyldstudios 4 года назад +25

    You should deploy an app to your cluster.

  • @terrygilligan790
    @terrygilligan790 2 года назад

    Another great video Jay. Please continue with more on kubernetes.

  • @vdiprenda
    @vdiprenda 4 года назад

    This is a superb video and the explanations / wiki are great. I run across so many videos or explanations that start out good, but leave out explanations, or get you 80% there, then break. You were very careful on this and really got to a good level without overkill. I really appreciate this one & now have a great little Kuberetes cluster sitting on my desktop. I can't wait to put it to use!

  • @juanpaul6141
    @juanpaul6141 Год назад

    Jay I hit the like button as I like the stuff you make.

  • @bradleystannard3492
    @bradleystannard3492 4 года назад

    absolute saviour! been trying to understand kubernetes for my new job and this just helped a ton

  • @christianheld9720
    @christianheld9720 4 года назад

    This article and video saved my sanity! Thank you so much for this video. Big thumbs up for this amazing effort!

  • @RahulYadav-nk6wp
    @RahulYadav-nk6wp 4 года назад

    For all those wondering, what it does, here's a breakdown. If you are a developer or devops engineer or thinking of becoming one, you would be pretty pissed all the time to configure your working environment, store different version of your builds, and provide high-availability, fault-tolerance, disaster-recovery and load-balancing, than this wonderful rig can help you get started. For those who cannot go with this route, you can simply use 12 months cloud services either in Azure or Aws and you would do the same. Except now you have a physical access to your small SOHO infrastructure. But don't get me wrong, the knowledge you'll learn apply directly to any datacenter level infra management.

  • @akurenda1985
    @akurenda1985 2 года назад

    You know, this would be a terrific example of how Ansible saves you time.

  • @osbert
    @osbert 4 года назад +2

    Perfect, I was just planning on doing this over the weekend!

  • @tekidiots6863
    @tekidiots6863 4 года назад

    Yes please want see more docker/k8s goodies

  • @samwilliams3227
    @samwilliams3227 4 года назад +2

    Hey Jay! I think more Kubernetes would be awesome. Also now that you have a cluster at your disposal you can also do a video on using parallel computing using MPI.

  • @kimballspeakthreetheater3318
    @kimballspeakthreetheater3318 4 года назад +1

    Thumb up and Sub for NOT having an intro that makes my ears bleed like 90% of RUclipsrs do!

  • @rom_4938
    @rom_4938 2 года назад

    Great great video!! I would be more than interest on other videos on how to deploy app on raspberry base k8s cluster!!

  • @str0g
    @str0g 4 года назад +4

    Running ur own cluster is cool, but with todays wie variety of hardware like Intel NUCs and used hardware that can be bought on eBay for little money but provides lots computational power.
    How do the PIs scale when compared to desktop CPUs?
    A comparison video would be interesting to see the power consumption vs. Computing power between those 2 factions.

    • @rbottomley
      @rbottomley 4 года назад

      Building a cluster of Raspberry Pis has never been about the performance. It is about the learning experience: learning how to setup and manage a cluster on the cheap. If you then really need the performance, you buy bigger hardware or, more likely, set up a k8s cluster on some cloud server provider.

  • @WillFrancis_Fallenreaper
    @WillFrancis_Fallenreaper 4 года назад

    I have a bunch of pis and have been doing some similar fun things. The issues I have run into is where volumes are needed or some sort of data preservation is required. If that isnt the case these are pretty damn good at spinning up and down based on the workloads. I went about it differently of course because i didnt use Kube.

  • @SeanSmithPit
    @SeanSmithPit 4 года назад

    Walked through this step-by-step. It was great, thank you!

  • @cfrend
    @cfrend 4 года назад

    This is so awesome, thank you. I am going to setup even more pis on the cluster tomorrow!

  • @sokongho
    @sokongho 2 года назад

    Really helpful and explains in details. Appreciate indeed.

  • @Cyclopee
    @Cyclopee 4 года назад

    Amazing tutorial. Was step by step. No issues. Great. Thank you.

  • @Sultan_of_Swing
    @Sultan_of_Swing 4 года назад

    Fantastic video.
    And please make a video with an example of a great way to actually use this cluster with some common applications.
    Thanks.

    • @LearnLinuxTV
      @LearnLinuxTV  4 года назад

      Definitely - that's the next phase. :)

  • @recklessroges
    @recklessroges 4 года назад +1

    (try) Shift+Insert [to paste; its like Ctrl+v] Good practical introduction to Kubernetes. Thanks.

    • @veracruzguy1
      @veracruzguy1 4 года назад

      Thanks! Where has this been all these years!!

  • @mikiethebikie
    @mikiethebikie 4 года назад

    Thanks so much for your clarity on this topic better than anybody else on the net. Here’s a simple question once I’ve got the set up what can I do with it sorry might be a dumb question

  • @seppomuppit
    @seppomuppit 4 года назад +1

    I think I'll name my child coobernuttys.

  • @chadcordero1618
    @chadcordero1618 3 года назад

    Nice video. I’d love to see a follow-up video where you add services to it. A lot of the videos out there I’ve seen use k3s and it doesn’t seem to translate to k8s.

  • @AndreasBaschTheSotian
    @AndreasBaschTheSotian 4 года назад +8

    Fantastic .... I want more of it. What can you do with it?

  • @aj35lightning
    @aj35lightning 4 года назад +1

    highly recommend tmux to ssh into multiple clinets and send same terminal command to all of them simultaniously using "setw synchronize-panes on"

    • @donporter8432
      @donporter8432 4 года назад

      I just read all about it aj and love it! I intend to give it a try soon. Thanks so much! Now, if tmux (or something similar) can somehow perform the following sequence, I will be ALL SET:
      Transmit a slightly different (incremental) command to each node (or open window or ssh connection) on my cluster.
      Example:
      ...cp node1.msg newmsg
      ...cp node2.msg newmsg
      ... etc.
      given a suitable syntax.
      Many smart guys here. Sure hope somebody can provide a solution! Thanks!

    • @aj35lightning
      @aj35lightning 4 года назад

      @@donporter8432 if the number will be consistent for each machine across the same session, like if the 1 in node{1} will always be the same for that box, then you could set up a unique SHELL variable on each box beforehand, aliased to the same name.
      www.digitalocean.com/community/tutorials/how-to-read-and-set-environmental-and-shell-variables-on-a-linux-vps#creating-shell-variables

    • @donporter8432
      @donporter8432 4 года назад

      How totally COOL is that aj! 👍♥️🤗

  • @simonc6275
    @simonc6275 2 года назад +2

    Hi there I wanted to review the "Wiki for this video" but I keep getting "The site cannot be reached...."

  • @reubenthomas1033
    @reubenthomas1033 Год назад

    Hey! Please continue this

  • @pineid
    @pineid 4 года назад +2

    Nice! Thank you for this video. Willing to watch more on this... did you deployed kubernetes dashboard?

  • @samuelcolacchia3144
    @samuelcolacchia3144 4 года назад

    Awesome video, would love to see more Kubernetes

  • @yorickmeulenbelt4all
    @yorickmeulenbelt4all 4 года назад +1

    Why not have a PoE switch, PoE HAT, and use an other, perhaps Raspberry, or any other computer, to net-boot the cluster, negating the need for micro-SD's? (though you would need one)

  • @theseriouscto
    @theseriouscto 4 года назад

    Very interesting video, thank you for sharing
    I wanted to conduct the experiment - now I know where to get the best into

  • @vomowe
    @vomowe 2 года назад

    Beautiful! Thank you very much.

  • @newart88
    @newart88 3 года назад

    Great tutorial. Thanks.

  • @MrTimothypalumbo
    @MrTimothypalumbo 4 года назад

    Excellent! Definitely going to build one of these very soon.

  • @BenMitro
    @BenMitro 4 года назад

    More kubernetes please! Forgot to mention - liked and subscribed.

    • @LearnLinuxTV
      @LearnLinuxTV  4 года назад

      More is definitely coming. I'm targeting April for more Kubernetes content, but if I can get to it sooner, I definitely will.

    • @BenMitro
      @BenMitro 4 года назад

      @@LearnLinuxTV Thanks. Looking forward to them whenever you can.

  • @BackWoodsWisco
    @BackWoodsWisco 4 года назад

    The new opening is dope

  • @kde256bits
    @kde256bits 4 года назад +1

    Awesome vid 💖 , more about k8s pls

  • @rafaelfabro4782
    @rafaelfabro4782 3 года назад +1

    1:59 pc fan in the background starts spinning

  • @karloa7194
    @karloa7194 4 года назад

    thumbs up!
    I would like to see a follow-up video about storage and maybe utilize your freenas as an nfs share storage for the containers /config and /data

    • @dustinkrejci6142
      @dustinkrejci6142 4 года назад

      Karlo Abaga make that a rpi 4b as a nas /nfs.

  • @SchoolforHackers
    @SchoolforHackers 4 года назад

    Very fun stuff, Jay!

  • @WilsonBradleyTheOfficial
    @WilsonBradleyTheOfficial 4 года назад

    Looking forward to seeing a Container utilizing this technology.

  • @juliancowell8485
    @juliancowell8485 4 года назад

    I’ve been using my old s8+ charger for the last two months on my pi 4. I have never had a problem with it.

    • @cold_fruit
      @cold_fruit 3 года назад

      Newer pi 4s have a fix for the issue, and it's actually the cable, not the charger - cables which are "e-marked" will not work, whereas cheaper cables will work just fine, even with chargers that reportedly don't work. Pretty much only Apple cables are e-marked, so the vast vast majority of android chargers will work out of the box with no issues.

  • @prakash.vishwakarma
    @prakash.vishwakarma 4 года назад

    wow, you made it look super easy.

  • @henninb
    @henninb 4 года назад

    Great video Jay

  • @johnyferreira8733
    @johnyferreira8733 Год назад

    Would be cool for a Kubernetes proxmox VM cluster.

  • @JaimeRobledodotcom
    @JaimeRobledodotcom 3 года назад

    Great video Can you put together a video on how to build the Cluster and where to get the parts

  • @jillesspruyt7003
    @jillesspruyt7003 3 года назад

    Great tutorial. Is this kubernetes within docker? If yes, why not only kubernetes install to containerize?

  • @Brac10
    @Brac10 4 года назад

    Great job with your presentation along with a style / approach is very learnable. Ansible is a different topic but you can see how others are adopting automation. If the feedback warrants, I'd like your thoughts on "things" that can now be deployed due to the increased capability. OpenCV facial recognition etc. Especially if there's a method to measure the increased performance and throughput.

  • @Techonsapevole
    @Techonsapevole 4 года назад +2

    Thanks, i'm interested in how to manage letsencrypt and selfsigned https certificates in kubernetes

  • @ashhiggins7515
    @ashhiggins7515 4 года назад

    Awesome turorial. Would love to see how to get a webserver or sql server up and running in this Kubernetes environment.

  • @ravenmadd1343
    @ravenmadd1343 4 года назад

    This is excellent , thanks for doing this. Do you any more plans to do a follow up please?

  • @thevidco
    @thevidco 4 года назад

    Nice work... suggest ssh key gen to master and copy rsa public key to each machines Authorized_keys file in .ssh so no password is required from master and SCP of any files will run without password ... .. great work and presentation ..

  • @Maik.iptoux
    @Maik.iptoux 2 года назад

    Minute 2:36 yesterday I seen a vid where someone is showing an cluster of 80 RPI.

  • @joealtona2532
    @joealtona2532 4 года назад

    Hello Jay, you dont have to reboot a machine when the docker config changed. Just use sysytemctl to restart docker.

  • @grim.reaper
    @grim.reaper 4 года назад

    I would love to see more about containers and k8s please 🥺

  • @mannyr9225
    @mannyr9225 4 года назад +17

    What can this be used for?

    • @silenthill4
      @silenthill4 4 года назад +1

      Calculating digits of pi

    • @mannyr9225
      @mannyr9225 4 года назад +1

      @@silenthill4 are you sure? I would think that calculating pi would be very single threaded because you need to finish calculating the prior digits before starting the next division.

    • @silenthill4
      @silenthill4 4 года назад

      @@mannyr9225 you can break it down into sections

    • @mannyr9225
      @mannyr9225 4 года назад

      @@silenthill4 how? You wouldn't be able to start the next section until the end of the previous reached it. You wouldn't know what to divide by at the beginning of the sections.

    • @himehowareugood
      @himehowareugood 4 года назад +1

      Emmanuel Rovirosa there are these math equations that are called faucet equations and they let you pick a place to calculate

  • @levelheaded2740
    @levelheaded2740 2 года назад

    daemon.json content in video has a typo in it. Systemctl in current raspbian lite reports:
    unable to configure the Docker daemon with file /etc/docker/daemon.json: invalid character '"' after object key:value
    JSON code should be:
    {
    "exec-opts": ["native.cgroupdriver=systemd"],
    "log-driver": "json-file",
    "log-opts": {
    "max-size": "100m" },
    "storage-driver": "overlay2"
    }
    This will allow docker to start.

  • @egbertkruit7770
    @egbertkruit7770 4 года назад

    Very good i liked it go ahead with the next video :)

  • @expensivecats
    @expensivecats 3 года назад

    -y for Apr commands!

  • @BienvenuNseleNgala
    @BienvenuNseleNgala Год назад

    What's a good learning materials, unfortunately I cannot find the wiki article for this video, I want to copy all the commands. Many thanks

  • @kumardeepam
    @kumardeepam 4 года назад

    Great tutorial, please make a tutorial on how to run multiple websites on kubernetes cluster with docker containers

  • @matteomori4330
    @matteomori4330 4 года назад

    Thank you for the video. It was very interesting. Are you planning to do some videos regarding operators?

  • @burghmuir
    @burghmuir 4 года назад

    Great video. Might be worth mentioning that this will fail for Raspberry Pi Zeros as ARMv6 no longer supported by k8s.

  • @craigw4644
    @craigw4644 4 года назад +1

    pretty cool, like to see a video on what you can do with it?

  • @uidx-bob
    @uidx-bob 4 года назад

    👍 for going with kubeadm!

  • @MichaelAMalone
    @MichaelAMalone 4 года назад +4

    Maybe if you put a link to the case, you would be helping us and getting a little money as well..... lol's Haven't found the case yet but I'm still looking

    • @donporter8432
      @donporter8432 4 года назад +2

      It is on Amazon. I have 3. "Cloudlet case".

    • @lowtek42
      @lowtek42 4 года назад +7

      www.amazon.com/dp/B07D5NM9ZG/?ref=exp_learnlinux.tv_dp_vv_d&th=1

    • @MichaelAMalone
      @MichaelAMalone 4 года назад +1

      @@lowtek42 Thank you..

    • @Stormy2k3
      @Stormy2k3 4 года назад

      Joshua Burton Thank you!

  • @dura2k
    @dura2k 4 года назад +1

    If you blur out stuff, check that's not anywhere else mentioned, like in the title bar ;)

  • @merlinevans1898
    @merlinevans1898 4 года назад

    Great video thanks for sharing

  • @makonnen2112
    @makonnen2112 3 года назад

    Great video!!!
    I wonder what is better? I have one old Rbp3b and I'm planning to buy a model 4. Is it better to have one 8GB or two 4GB for the cluster? And once I have the cluster which pi would be better to have as the master? the 3b or the 4?
    Thanks for the video.

  • @danielhastings3167
    @danielhastings3167 4 года назад +2

    Your intro should have discussed what a Kubernetes cluster is and why one would want to build one with Raspberry Pi computers. Also, mention one or more use cases for this.

  • @levelheaded2740
    @levelheaded2740 2 года назад

    Was the video incorporating Ansible to do this ever made? I'm thinking about parts that *sometimes* erred out, and other statements that might or might not be safe to repeat in subsequent runs. The word I've been taught is "idempotent".

  • @PhilShnider
    @PhilShnider 3 года назад

    Thank you very very much

  • @bluesdog88
    @bluesdog88 3 года назад

    That would be cool water cooled ;)

  • @jgranahan
    @jgranahan 3 года назад

    Thank you! more, more more!

  • @cesarguevara5144
    @cesarguevara5144 4 года назад

    More content on this please!

    • @LearnLinuxTV
      @LearnLinuxTV  4 года назад

      I'm definitely hoping to do that. I already have March's videos planned out, so possibly in April.

  • @ryanhyde7437
    @ryanhyde7437 3 года назад

    This is epic thank you!

  • @JJKK408
    @JJKK408 3 года назад

    Can you use external storage devices with these clusters? I'm thinking about starting a cluster project to get experience and skills for network administration and I'm not sure if I should get larger microSD cards or if I can use a spare external hdd that I have laying around.

  • @seancarlson8261
    @seancarlson8261 4 года назад

    Super neat! I'd love to see more videos on kubernetes. Also, I know you use Proxmox form your videos. Are dockers supported on ProxMox along with containers? Thanks a bunch!

  • @franciscocb94
    @franciscocb94 4 года назад +2

    Nice vídeo, but I have this small thing to point out:
    Anyone who doesn't have some understanding of Linux systems should not be using this tutorial. So why are you explaining what "apt update" does and not those boot options? What do they do to the raspberry runtime and how do they improve K8s performance?
    I like that you explain everything. But you can't explain to the level of updating repository source list and not explain (in a high level understanding) of what those kernel options do.
    (Obviously I can search them online, but still..)
    Edit: also, explain why you've set those options for docker daemon. I know what they are for (logs), but why? You should've explained that otherwise, the output log of the containers will completely destroyed that free space

    • @watcheths
      @watcheths 4 года назад

      I don't really think it's nice. There is no info in this video that can't be written on half a page of getting started tutorial, he's not explaining anything interesting anyway.