Running your own Kubernetes cluster with Rancher

Поділитися
Вставка
  • Опубліковано 17 лис 2024

КОМЕНТАРІ • 102

  • @dundydunker
    @dundydunker 9 місяців тому +9

    This is by far the best kubernetes guides I have ever seen

  • @johnreyna5080
    @johnreyna5080 2 роки тому +2

    I started both Windows 10\Virtualboxvms\microk8s & Windows 10\Virtual box vms\k8s. Small 14 inch laptop with 16 gbs of ram With 300GB USB connected storage. All kubes ran on calico. LB running on HAProxy. The virtual machines I ran custom unattended installs of ubuntu. That was a pain but custom ISO's for each VM. I am still a little old fashion and save my work on Notepad++. You and Tech nana explain things very well. I have worked big infrastructure and small ones as well. Keep up the good work.

  • @Lets_talk_about_it_
    @Lets_talk_about_it_ Рік тому +2

    Just got into devops, my job wants me to spin up quick. These have got to be the best videos I've stumbled upon period. Thank you Marcel!

  • @AlexisHernandez-fv5vg
    @AlexisHernandez-fv5vg 2 роки тому +5

    Great video to know more about Rancher! I have deployed a k8 cluster bare metal with 5 physical worker/control-plane nodes and 2 virtual nodes for control plane, is distributed into three failure zones and it uses metallb as load balancer service

  • @charlettedavis2153
    @charlettedavis2153 9 місяців тому

    I agree with everyone that these are the best videos. I plan to share them with my new counter partner who is just starting with RKE. Again, I agree with everyone these are the best videos. I plan to share this with some of my counter partner who's new to the team into RKE. I have subscribed and plan to join for the small monthly fee. It's worth it! Thank you.

  • @VinceBaker
    @VinceBaker 2 роки тому +8

    Fantastic fully covered walk-through. Excellent work as usual. Thanks Marcel.

  • @iamabrantes
    @iamabrantes 2 роки тому +1

    I had difficulties because i did all on a ubuntu/bionic64 on virtualbox, the hardest problem was use the kubeconfig because when i started the vms useing vagrant the current user is vagrant, but when i setted the config on the folder kube all the things were solved, thanks from Brazil :D

  • @gizmoamp
    @gizmoamp 2 роки тому +1

    My K8s clusters are deployed and configured manually on VMs, K8s cluster upgrades im doing also manually and im using metallb as LB. I will try this one - thank you for walk-through Marcel.

  • @dmitriykrayniy5846
    @dmitriykrayniy5846 2 роки тому +1

    Great video, thank you. We use kubeadm and ansible to spin up kubernetes for on-premises, because we like to create infrastructure by automated scripts.

  • @dorinxtg
    @dorinxtg Рік тому +2

    Great video!
    If I may suggest something: Don't use the ISO, use a cloud image and after adding your config, convert it to a template. That way you could spin 3-4 machines within minutes without lot of work.

  • @thefiorebros
    @thefiorebros 2 роки тому +1

    Great video! The only thing missing from this tutorial is making sure your Windows OS enables the Hyper-V role through settings

  • @ZimTachyon
    @ZimTachyon 2 роки тому +1

    Wow your presentation alone is worth the subscription.

  • @WelcomeWithinMyDream
    @WelcomeWithinMyDream 2 роки тому +1

    Thanks for your video and happy to see you're safe.

  • @rlobarros
    @rlobarros 9 місяців тому

    Thank you for a excellent guide. Clear concise and well put together. Once again EXCELLENT!!!!

  • @alexandreramos7569
    @alexandreramos7569 Рік тому

    Awesome video! Thx Mr. for your kindness to show us this amazing architecture.

  • @niketsingh87
    @niketsingh87 Рік тому

    amazing tutorial. Nothing skipped. Same tut can be used to setup this on AWS EC2 also. Simple, easy to follow detailed steps. Thanks a lot Marcel. God Bless ya!

  • @AhmedGamal-eo3ns
    @AhmedGamal-eo3ns 9 місяців тому

    wow, this is the best explain for Rancher on youtube

  • @michaelgraff6978
    @michaelgraff6978 2 роки тому +3

    The one thing I seriously dislike about Rancher is how intrusive it is. The last time I tried it, I installed it on my Raspberry Pi cluster, and while it worked, and seemed kinda handy... I decided to remove it. That's when my problems started.
    It adds hooks into every pod, deployment, statefulset, etc. If you then remove Rancher, and at the time perhaps I did not remove the cluster from rancher's control properly... but it left my cluster in a very, very confused state. I could not delete pods. I could not create new ones. I had to hunt down and remove all sorts of delete hooks, admission controller configurations that no longer exist, etc.
    I just use ArgoCD now to deploy, and Lens 5 to manage the cluster in a UI way when needed. I'm still very much a command line person, so I tend to have a pile of manifests, which Argo can easily consume.

  • @wantstuff
    @wantstuff 8 місяців тому

    Wow! Seriously, this the best video I have found. Well done

  • @yashsachdeva2829
    @yashsachdeva2829 2 роки тому +3

    Hi Marcel, Would be good if you did a deep dive on Rancher features similar to what you did for Portainer. It would help decide which is the best Kubernetes management tool out there.

  • @ganeshmhaske33
    @ganeshmhaske33 10 місяців тому

    Really great video,
    Can you please create video on production grade rancher setup with fail-over and HA management.

  • @chrisumali9841
    @chrisumali9841 Рік тому

    Thanks for the demo and info, very helpful and concise. Have a great day

  • @krvns
    @krvns Рік тому +1

    Truly awesome content with no bs!

  • @heatheryoung7498
    @heatheryoung7498 2 роки тому +3

    Are you able to do a video where you use Rancher without Docker? A lot of companies are doing away with Docker because they’re now charging for licenses. I’ve performed several of your videos using nerdctl (with Lima) and Rancher. I think such a video would be helpful :). Thank you!!

  • @skvtech228
    @skvtech228 2 роки тому +1

    Excellent video on rancher. Can you please make video on High availability setup for Rancher server. Thanks Marcel.

  • @90DaysOfDevOps
    @90DaysOfDevOps 2 роки тому +2

    Always great content. I want to include rancher in my 90DaysOfDevOps and my Kubernetes section. You tackle a large part of it but Rancher could be the winner when it comes to getting that UI to manage Kubernetes.

  • @marcziel5424
    @marcziel5424 2 роки тому +6

    Good video generally but you're talking about immutable vms and how advantageous it is but all you do is mutating vms in place. You should prepare an image for worker/master nodes and use that instead fiddling with the same commands through ssh.

  • @ddpxl
    @ddpxl 2 роки тому +1

    What a great introduction to rancher! Well done!

  • @ketanranade4564
    @ketanranade4564 2 роки тому +1

    Hi Marcel, your videos have been very helpful. Thanks a lot and Keep on the great work!
    Just a request, if you could do a video on configuring multi-master cluster using kubeadm on AWS ec2 instances that would be great.

  • @nabsan0320
    @nabsan0320 8 місяців тому +1

    Thank you your video. its very easy to understand. your my teacher.

  • @van-khoanguyen8430
    @van-khoanguyen8430 2 роки тому +1

    Excellent work ! Thanks Marcel.

  • @nt3900
    @nt3900 2 роки тому +3

    Nice video. You talked about adding a Metal LB. Could you please make a video where you set that up for an on-prem HA K8s cluster where we 3 Control-planes, 3 workers and 3 Etcd?

    • @MarcelDempers
      @MarcelDempers  2 роки тому +2

      Metal LB is something I am still learning. Might be showcasing it in the future for sure 💪🏽

    • @nt3900
      @nt3900 2 роки тому +1

      @@MarcelDempers Thank you for your answer.
      Can we in the context of the video set up a functioning HA cluster without a Load Balancer?
      If not, any guidance on setting up a HA k8s cluster (At least 3 control planes, 3 workers and 3 etcd? ) with rancher??
      Thanks

  • @stefanschmidbauer6075
    @stefanschmidbauer6075 2 роки тому

    Great video. The videos are so good, I watch them during my lunch break :)

  • @Anilkumar-pr4bf
    @Anilkumar-pr4bf 4 місяці тому

    Please make an complete video on Ranchar CD part as well❤

  • @praxorizor
    @praxorizor 2 роки тому +1

    Nice Video, love it :-). Can you make a video about some k8s operators like k8ssandra, eck, strimzi ... or some cool tools like lakefs, minIO, dremio, trino, ...?

  • @jmmtechnology4539
    @jmmtechnology4539 Рік тому

    Always find your videos informative, thanks!

  • @vivahernando1
    @vivahernando1 2 роки тому +1

    Great video. I have a question for everyone ….. why does it seem like Ubuntu is the preferred distro for baremetal

  • @hakanutkuozdemir1407
    @hakanutkuozdemir1407 2 роки тому

    These are really detailed tutorials. Thank you for this!

  • @Joy-vo4ne
    @Joy-vo4ne 2 роки тому

    Thank you sir for your hard work. Your video is very helpful.

  • @pix3lize
    @pix3lize 2 роки тому +2

    It doesn't work any more! it's always loop [controlPlane] Failed to upgrade Control Plane: [[host linux-1 not ready]]. Any help will be appreciated :)😅

  • @jeremycoe7259
    @jeremycoe7259 2 роки тому +1

    Thank you for the video know-how.
    Can I just use Rancher to setup a kubernetes with etcd/master/work nodes/roles , and then remove Rancher ? I simply want to use Rancher for the first cluster setup, and then manage the cluster(s) administration on my own.

  • @maciejrozz3327
    @maciejrozz3327 2 роки тому

    theres lots of steps to fix here, also devops way is to install 1 vm and clone it xx times. Im sure your going to develop devops mindset soon will all work your doing! Gread vid!

  • @esaieledouxnjongssikouam9326
    @esaieledouxnjongssikouam9326 2 роки тому +1

    Merci beaucoup , ...
    Très bon tuto
    Très belle vidéo

  • @pratahsinnetamby
    @pratahsinnetamby 2 роки тому +1

    Great video - many thanks.
    I was hoping you would use RKE2 to create the cluster. Any reason you didn't (a novice here!)?

  • @coboogaart7833
    @coboogaart7833 2 роки тому +1

    Great video only a lot of manual infra setup why don't you use vagrant with hyper-v provider much easier :)

    • @MarcelDempers
      @MarcelDempers  2 роки тому +2

      The tutorial focus is rancher, which leave you to use any automation tools of your choice.
      Manual setup is extremely important in tutorials to understand how things work

  • @rabigurung7188
    @rabigurung7188 2 роки тому +2

    Am I able to add Raspberry PI (ARM64) in the Rancher RKE cluster? I get stuck in the node provisioning stage.
    Thanks.

    • @MarcelDempers
      @MarcelDempers  2 роки тому +1

      I've heard folks doing so, but have not tried it myself. Would have to consult the docs

  • @mohammadtalep9913
    @mohammadtalep9913 2 роки тому +1

    Great video. Thanks for the effort

  • @ebutuoyem
    @ebutuoyem Місяць тому

    Great tutorial. I am following along, but when I try to register the linux nodes the Rancher state is stuck at "Reconciling" and it doesn't go any further. I even removed the cluster from Rancher and created a new one by adding a freshly created linux vm with Docker. Any suggestion to resolve the problem are appreciated.

  • @dm5665
    @dm5665 2 роки тому +1

    But is it possible to manage vanilla k8s running on Baremetal from Rancher?

  • @FabianoChagas
    @FabianoChagas 2 роки тому

    Awesome as always. Thanks for sharing.

  • @vivekraj6794
    @vivekraj6794 2 роки тому +1

    I am big fan of your videos sir, i try to follow it.

  • @suvankardas7932
    @suvankardas7932 3 місяці тому

    Marcel do you have any video about installing RKE2 from scratch if yes please share..highly needed

  • @aPaCHuNEe
    @aPaCHuNEe 2 роки тому +2

    awesome stuff , thank you

  • @rchalicham
    @rchalicham Рік тому

    this is really cool , can you tell something cool walk thru for KVM,OVS and rancher?

  • @lightafterdark4453
    @lightafterdark4453 2 роки тому +1

    Always Excellent

  • @ashermanangan
    @ashermanangan 2 роки тому +1

    Thanks for this video!

  • @andreigiubleanu
    @andreigiubleanu 2 роки тому

    Great video Marcel ! Keep up to the good work!

  • @JaY-rr2hg
    @JaY-rr2hg Рік тому

    subbed! This guide is really awesome! But wondering if I can deploy an NGINX as a loadbalancer and how to apply SSL certificate to rancher itself.

  • @victorcasad
    @victorcasad 2 роки тому +1

    Great video! Love it!

  • @elchinefa9524
    @elchinefa9524 2 роки тому +1

    Maybe it will help someone. I faced issue with running rancher. It kept rebooting, thtat is why could not open localhost. After some research figure out Ubuntu 20.0.4 is right one for me.

  • @buacomgiadinh1
    @buacomgiadinh1 2 роки тому +1

    wait for your next videos :)

  • @MateuszDrankowski5
    @MateuszDrankowski5 2 роки тому +1

    Great video!

  • @javisartdesign
    @javisartdesign 2 роки тому +1

    Thanks. It really helps! It does not work with cri-o or containerd?

    • @MarcelDempers
      @MarcelDempers  2 роки тому +2

      I can't see how it shouldn't work, however would have to consult the rancher docs to be certain. Or atleast give it a go and see 💪🏽

  • @joeharyar9873
    @joeharyar9873 Рік тому

    Hi..great video...if running openstack vm (kvm) should I run 'custom' ? Thank you

  • @allisondealmeida
    @allisondealmeida 2 роки тому +1

    Didn't kubernetes stop supporting docker? Using the Kubernetes cluster with Rancher can I use it in production?

    • @manuelthallinger7297
      @manuelthallinger7297 2 роки тому +1

      I think they stopped supporting Docker Images, not the installation of rancher on Docker itself.

  • @ugurserhattoy
    @ugurserhattoy 2 роки тому +1

    kubectl command for the cluster is responsing so slow. Do you have an idea why?
    I tried even on the master node itself. The docker container for rancher is working on it too.

    • @ugurserhattoy
      @ugurserhattoy 2 роки тому +1

      SOLVED: !!! It's fixed by redeploying metrics-server. !!!

  • @huimi8569
    @huimi8569 2 роки тому +1

    I like your style

  • @conwayniall
    @conwayniall 2 роки тому

    Love it...insightful as always :D thanks!

  • @technoparkbd4631
    @technoparkbd4631 Рік тому

    Hello. i have two vm one is rancher and another one is kubernetes cluster how to connect kubernetes cluster from rancher. Please help me.

  • @piotrwawrzen2113
    @piotrwawrzen2113 5 місяців тому

    nice tutorial. Are you aware of how to deploy rke cluster via rancher using code in Terraform or something like that ?

  • @irfanshaikh9440
    @irfanshaikh9440 2 роки тому +1

    Great video on Rancher I have ever seen. Is it possible for you to make video on Openshift using OKD?

  • @tyronestephen4263
    @tyronestephen4263 2 роки тому +1

    Please share the link with the text, I can't seem to find it in the source.

    • @MarcelDempers
      @MarcelDempers  2 роки тому +1

      github.com/marcel-dempers/docker-development-youtube-series/tree/master/kubernetes/rancher

  • @Fayaz-Rehman
    @Fayaz-Rehman 2 роки тому

    Super hit - Thank you for sharing. I wonder, we did not disable/delete swap on the nodes. Is it done by rancher automatically?

    • @MarcelDempers
      @MarcelDempers  2 роки тому +1

      I did not disable SWAP, it may be done during the k8s install by Kubernetes itself or by Rancher. I have a suspicion its done by the K8s process itself, but you'd need to test it out.

    • @Fayaz-Rehman
      @Fayaz-Rehman 2 роки тому +1

      @@MarcelDempers Thank you - I appreciate.

  • @dqfold5557
    @dqfold5557 2 роки тому

    Hello Marcel,
    Thanks again for this new video.
    I have a question about Kubernetes patterns. You talk a lot about devops, but you never post videos about patterns.
    I'm curious to know what you think ? Do you use them ?
    In the book by Ibryam + Huß there are many patterns explained. But on UA-cam and blogs people usually only talk about the Sidecar, Adapter and Ambassador patterns.
    I am very curious about your opinion on this.
    Thank you !

  • @user-bu8oe1hg6x
    @user-bu8oe1hg6x Місяць тому

    Why create an additional layer of virtualization with hyperv? I'd understand if you'd run something else on the same physical machine, perhaps another cluster or operating system, but if the only purpose of that machine is to be a kuber cluster why bother?

  • @elchinefa9524
    @elchinefa9524 2 роки тому +1

    Hi. Here 33:06 i don't understant . You said before for rancher we need linux host but you use windows. Really, I'm confused.

    • @nbctcp3450
      @nbctcp3450 Рік тому

      he use windows to run Hyper-V server and under it he create a linux server for rancher

  • @cd-stephen
    @cd-stephen 2 роки тому +1

    appreciate you

  • @kellyburton
    @kellyburton Рік тому

    Not sure why you used docker to run Rancher. For my workshop I spun up three VMs running linux and then installed rancher on the VM, no docker needed.

  • @atetraxx
    @atetraxx 4 місяці тому

    Can we do this with proxmox?

  • @user-bu8oe1hg6x
    @user-bu8oe1hg6x Місяць тому

    You should probably systemctl enable it instead of start. Otherwise on reboot it won't be started automatically and you'll lose ssh access

  • @dillonhansen71
    @dillonhansen71 2 роки тому +1

    oh yeahhhhh 💪

    • @ashik9001
      @ashik9001 2 роки тому +1

      Great content for this video 👍,can you make one concourse CI/CD pipeline video on top of kubernetes?

  • @nbctcp3450
    @nbctcp3450 Рік тому

    1. 29:00 could I use dns name instead of ip address
    2. u hv 3 kube servers and u use static ip address.
    better use ip address or use static dhcp server (dhcp with static ip based on mac address)
    coz I ever heard changing ip in k8 more difficult than windows.
    I am not sure about that
    3. u r using ubuntu in ur k8 servers
    can I use Alpine instead coz lighter
    coz alpine isn't supported in rancher, I'll stick with Ubuntu for rancher vm only

  • @PaulLembo
    @PaulLembo 2 роки тому

    Tanzu Community Edition

  • @c6isxdwcdcdcd
    @c6isxdwcdcdcd 11 місяців тому

    ... Not for production

  • @tolpacourt
    @tolpacourt Рік тому

    Installing Windows on a computer is like tying a brick to a dog's head.

  • @kodikodi9948
    @kodikodi9948 2 роки тому +1

    this is great. really great. thank you!