OpenShift Ingress in a Multi-Cluster World with NGINX + BIG-IP

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

КОМЕНТАРІ • 11

  • @0037rmb
    @0037rmb Рік тому

    This is a great video Mark
    Question for you…given the updates to Openshift do you recommend going this type of direction (F5 to pod directly) vs using something like the loadbalancer service in K8s to access the pods via a nodeport proxy?

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

      Any service is fine. Could be NGINX Service for HTTP and POD for TCP. I am working with RedHat to document/demo BIG-IP to HAProxy across multiple clusters. Nodeport or ClusterIP its your preference. However i think you better off using ClusterIP to NGINX and then give the Dev the flexibility todo what they want in OpenShift

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

    One question, why would External BIGIP needs to know Kubes routes in the routing table of BIGIP, assume since not directly connected to any of cluster, it can just follow the default route and upstream can handle routing part. ?

    • @MarkDittmer
      @MarkDittmer  19 днів тому

      CIS can create the routes for BIG-IP. Then BIG-IP simple route to the POD via the next hop "Node IP"

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

    Do we need to configure routing table on BIG-IP manually to direct traffic from BIG-IP to pods via Nodes?

    • @MarkDittmer
      @MarkDittmer  6 місяців тому

      CIS will automate the routing table if you using OpenShift and some other CNIs.

  • @林静-b3p
    @林静-b3p Рік тому

    will LB the service with policy in the feature, e.g., LB with multi pools with LTM policy/iRules.

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

      You can assign a policy CRD to the extended ConfigMap which includes any LTM policy/iRules

    • @林静-b3p
      @林静-b3p Рік тому

      @@MarkDittmer I saw the endpoints from 2 clusters are put into the single one LTM-pool, how can add policy CRD to do weighted LB for the different cluster. For example, I want do weighted traffic for 2 pools (pool1 represent the cluster 1, pool2 represent the cluster2).

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

    How about OpenShift Ingress in a multi cluster with Istio ingress as a gateway. For those who are heavily using Istio.
    Is it possible ?

    • @MarkDittmer
      @MarkDittmer  19 днів тому

      using ServiceType LB? We are working on service type multicluster design this week and code available soon. Istio uses a HELM chart and has no CRD. Theirfore all needs to be specified in the service. Message me to get test image and docs.