Installing Kubernetes with Rancher in 2024!

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ก.ย. 2024

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

  • @avgjoe3869
    @avgjoe3869 12 วันที่ผ่านมา +1

    I like this, as a newbie

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

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

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

    Great video! Prometheus and Grafana look crazy easy!

  • @marvinlnnx
    @marvinlnnx หลายเดือนก่อน +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  หลายเดือนก่อน

      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.

  • @gianlucabing
    @gianlucabing 21 วันที่ผ่านมา

    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)

  • @piotrwawrzen2113
    @piotrwawrzen2113 4 หลายเดือนก่อน +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 หลายเดือนก่อน

      I used Kubespray ansible automation to provision K8s cluster

  • @saithsyedjaffar9212
    @saithsyedjaffar9212 3 หลายเดือนก่อน +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  2 หลายเดือนก่อน

      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.

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

    Love it. Great work @virtualelephant

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

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

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

      Much appreciated!

  • @OrgNetworks
    @OrgNetworks 4 หลายเดือนก่อน +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 2 หลายเดือนก่อน

      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 2 หลายเดือนก่อน

      @@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 2 หลายเดือนก่อน

      @@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  2 หลายเดือนก่อน

      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  2 หลายเดือนก่อน

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

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

    How guide install gpu nvidia Connect see docker

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

    Can you explain cillium…

    • @virtualelephant
      @virtualelephant  6 หลายเดือนก่อน +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.

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

    How do you handle IP addresses?

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

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

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

      @@virtualelephant What happens if the ip changes?

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

      @@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?