OpenShift Bare Metal LoadBalancer Services with MetalLB

Поделиться
HTML-код
  • Опубликовано: 18 окт 2024
  • In this video I show you how to add MetalLB to your non-Cloud OpenShift cluster so you can effectively use the LoadBalancer service type just like you would in the Cloud.
    Setting up MetalLB means you can spend less time dealing with NodePorts and perhaps more importantly ensure that all your load balancing configuration stays within the cluster as a single source of truth just like it would with a cluster running in the Cloud.
    Links
    ------
    Helloworld-orange YAML file: gist.github.co...
    MetalLB: metallb.univer...
    DockerHub Helloworld container repo: hub.docker.com...
    OpenShift Docs: docs.openshift...
    Music: Chill, Sakura Hz - • How to install OpenShi...

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

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

    Very well explained. Waiting for your Openshift Service Mesh video.

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

    Would be cool to see you enable KubeVirt as well in a future video.

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

      Definitely, Ill take a look and push it to the top of the list.

  • @tarakrama
    @tarakrama 18 дней назад

    HI , can you help how to configure MFA (Multi factor authentication ) like keycloak in in openshift 4.14

  • @krishnachinnasamy2764
    @krishnachinnasamy2764 3 года назад +2

    Hi Ryan, Thank you for the great video. I am trying to access the Database from outside of the OpenShift network via JDBC connection but it always fails. is there anyway we can make the pod taking to external IP (same router ip) ?

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

      Can you try using a NodePort and then the IP of any of the worker nodes?

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

      @@RyanHay Sure Ryan. Thank you for the reply. I will try it out .

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

      @@RyanHay I have changed the type to NodePort in Service but I couldn't change the IP address.

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

    Nice one Ryan. Could you record a video on ocp 3 to ocp 4 migration?

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

      Thanks Mustufa! Ill look into it, not sure if I have enough system resources to run two clusters side by side.

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

    cool&perfect👌👌👌

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

    Is there a way to automate binding the app route to the external vip? Do I need a dns server for that or I have to add static dns in my router or local hosts of the app route to point to the ext vip for each app?
    I followed your setup so I (hopefully) have an identical cluster environment (and I like liverpool and mo salah too lol). Thank you so much!

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

      Hey Islam, haha, the king! I believe each of the 3 options you listed will work. On my home network I just use my local /etc/hosts file because I only need to keep one machine updated to point to the proxy. If I had more computers to keep in line I would probably expose the DNS running on the services node to the LAN network and configure my LAN comps to check that DNS as well.