Installing Kubernetes with Rancher in 2024!

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ม.ค. 2025

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

  • @awrosemba
    @awrosemba 10 หลายเดือนก่อน +2

    Great video! Prometheus and Grafana look crazy easy!

  • @khaledjendi8704
    @khaledjendi8704 หลายเดือนก่อน +1

    Thanks Chris. The video was amazing and made me subscribe in your channel. Can you please make a tutorial for deploying AKS k8s cluster with Rancher?

    • @virtualelephant
      @virtualelephant  7 วันที่ผ่านมา

      I’ve got this in my backlog, I’ll work on getting it out ASAP.

  • @marvinlnnx
    @marvinlnnx 5 หลายเดือนก่อน +1

    Thanks for the video, you did a great job, I am trying to make decision for managed Kubernetes, so I want to setup my cluster on prem, not sure if Rancher is a good choice or not ! I have vmware esxi cluster in my datacenter, it would be great if you have another video explain how to setup cluster on esxi , step by step, and also load balancer and storage management within the k8s cluster

    • @virtualelephant
      @virtualelephant  5 หลายเดือนก่อน

      The great thing here is you have a lot of flexibility on the infrastructure side from Rancher's perspective. As far as deploying vSphere and setting up a cluster, I would suggest starting with the VCF design documentation, as it pretty much the standard today.

  • @piotrwawrzen2113
    @piotrwawrzen2113 9 หลายเดือนก่อน +2

    Thank's for nice tutorial. Is there a way to provision k8s cluster in some automation way ? like rancher cli or something ?

    • @premierde
      @premierde 5 หลายเดือนก่อน

      I used Kubespray ansible automation to provision K8s cluster

  • @avgjoe3869
    @avgjoe3869 4 หลายเดือนก่อน +1

    I like this, as a newbie

    • @virtualelephant
      @virtualelephant  4 หลายเดือนก่อน

      I'm glad you found it useful. Be sure to check out my other Kubernetes video, including the new Kubernetes installation tutorial.

  • @saithsyedjaffar9212
    @saithsyedjaffar9212 7 หลายเดือนก่อน +1

    Amazing video! I'm curious about your choice of using ReadWriteMany (RWM) for Grafana instead of ReadWriteOnce (RWO). Is there a specific reason for this decision, and is it recommended to use RWM over RWO in production environments for PVC access mode?

    • @virtualelephant
      @virtualelephant  6 หลายเดือนก่อน

      Running the persistent volume in ReadWriteMany allows multiple pods to access the volume, so that means the Grafana deployment can be spread across multiple nodes. It can also depend on what type of storage you have backing the persistent volumes and their capabilities.

  • @gianlucabing
    @gianlucabing 4 หลายเดือนก่อน

    Is there a guide that you suggest before to arrive at 2:23 page? The rancher official guide seems partially broken, it doesn't work for me (Ubuntu 22 VM, Install/Upgrade Rancher on a Kubernetes Cluster page)

  • @sigma-yn3qd
    @sigma-yn3qd 3 หลายเดือนก่อน +1

    i've been trying to deploy a simple 3 node cluster using rancher integration with vsphere same ubuntu img as you did in the video but no matter what i try it always comes with the ssh key error so the nodes keeps recreating forever there is any solution to this ?? rancher documentation is hot garbage

    • @virtualelephant
      @virtualelephant  3 หลายเดือนก่อน

      Check your syntax in the cloud-config text box. Make sure you don’t have any mistakes or new lines - the ssh key will likely wrap lines.

  • @OrgNetworks
    @OrgNetworks 8 หลายเดือนก่อน +1

    Great video, thank you for posting this. It is very helpful. I was wondering if you do anything to your templates before creating clusters with them. I am forever stuck on "Waiting for agent to check in and apply initial plan". I can seem to figure out the issue. I thought maybe it has something to do with the template.

    • @thecactustree
      @thecactustree 6 หลายเดือนก่อน

      Same issue here. Can't even create the cluster. There are threads about bugs that can cause this but they've been open since 2018 with no fixes except for existing clusters

    • @OrgNetworks
      @OrgNetworks 6 หลายเดือนก่อน

      @@thecactustree I was able to get everything to work. I think my issue was with the template. Make sure you set that up by the "book".

    • @thecactustree
      @thecactustree 6 หลายเดือนก่อน

      @@OrgNetworks my "template" is the Ubuntu cloud OVA with no changes. Does it need customization? I was reading it worked out of the box.

    • @virtualelephant
      @virtualelephant  6 หลายเดือนก่อน

      Make sure you are using the cloud image template and that the VM (assuming you are doing this in a VMW environment) is able to get an IP address through DHCP.

    • @virtualelephant
      @virtualelephant  6 หลายเดือนก่อน

      Not in my experience. The stock/standard Ubuntu Cloud OVA works out of the box.

  • @marianoloo
    @marianoloo 10 หลายเดือนก่อน +1

    Can you explain cillium…

    • @virtualelephant
      @virtualelephant  10 หลายเดือนก่อน +2

      Yes, the next video will be a deep dive into the Cilium CNI with Rancher. Until then, I have several other videos that talk generically about Cilium.

  • @TomasSawer
    @TomasSawer 3 หลายเดือนก่อน +1

    Looks like if you have no DHCP in Vmware then you in a big trouble. For some unknown reason cloud-init network settings is not working for Ubuntu 22-24 cloud images and it's no guide from the Rancher nor Ubuntu how to do this at all.

    • @virtualelephant
      @virtualelephant  3 หลายเดือนก่อน

      Yes. You definitely want DHCP to be running inside each VLAN or network segment you will be deploying nodes into. I configure DHCP inside each NSX segment automatically when they are created so I don’t think about it anymore.

  • @Damia-cz8og
    @Damia-cz8og 6 หลายเดือนก่อน

    How guide install gpu nvidia Connect see docker

  • @darthVikes
    @darthVikes 7 หลายเดือนก่อน

    How do you handle IP addresses?

    • @virtualelephant
      @virtualelephant  6 หลายเดือนก่อน

      I'm using DHCP for almost everything when I'm deploying Kubernetes clusters.

    • @darthVikes
      @darthVikes 6 หลายเดือนก่อน

      @@virtualelephant What happens if the ip changes?

    • @darthVikes
      @darthVikes 6 หลายเดือนก่อน

      @@virtualelephant does have the IP change cause any issues? Does it change? Are you changing your lease length to something super long? Or are you using consul or some other mesh services so that it doesn't matter if it does change?

  • @fahadysf
    @fahadysf 9 หลายเดือนก่อน +1

    Love it. Great work @virtualelephant

    • @fahadysf
      @fahadysf 9 หลายเดือนก่อน +1

      The cluster is rolling out nicely. Keep such vids coming. Love your studio setup too.

    • @virtualelephant
      @virtualelephant  9 หลายเดือนก่อน

      Much appreciated!