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

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

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

  • @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  7 месяцев назад

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

  • @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  27 дней назад

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

  • @shaikzoheb3430
    @shaikzoheb3430 11 месяцев назад

    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  27 дней назад

      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.

  • @林静-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).