Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 95 for balancing (0.31 sec)

  1. releasenotes/notes/locality-lb-docs.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: documentation
    releaseNotes:
      - |
        **Added** The locality load balancing docs have been re-written into a
        formal traffic management task. The new docs describe in more detail
        how locality load balancing works as well as how to configure both
        failover and weighted distribution. In addition, the new docs are now
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 15 22:52:39 UTC 2020
    - 420 bytes
    - Viewed (0)
  2. releasenotes/notes/40142.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 16 14:09:37 UTC 2022
    - 166 bytes
    - Viewed (0)
  3. releasenotes/notes/locality-service.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 07 21:53:05 UTC 2023
    - 218 bytes
    - Viewed (0)
  4. releasenotes/notes/auto-mtls-passthrough.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: networking
    issue:
    - 23494
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 12 21:17:49 UTC 2021
    - 241 bytes
    - Viewed (0)
  5. releasenotes/notes/failover-priority-lb.yaml

    kind: feature
    area: traffic-management
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 25 06:49:06 UTC 2021
    - 258 bytes
    - Viewed (0)
  6. pilot/pkg/networking/grpcgen/grpcgen.go

    // GRPC proposal:
    // https://github.com/grpc/proposal/blob/master/A27-xds-global-load-balancing.md
    //
    // Note that this implementation is tested against gRPC, but it is generic - any other framework can
    // use this XDS mode to get load balancing info from Istio, including MC/VM/etc.
    
    // The corresponding RDS response is also generated - currently gRPC has special differences
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  7. releasenotes/notes/30705.yaml

    kind: feature
    area: networking
    issue:
      - 28798
    
    releaseNotes:
    - |
      **Fixed** When using PeerAuthentication to turn off mTLS while using multi-network, non-mtls endpoints will be
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 30 17:53:03 UTC 2021
    - 290 bytes
    - Viewed (0)
  8. releasenotes/notes/multicluster-global-domain.yaml

        onboarding flow uses a simpler configuration which allows services across
        the mesh to be accessed via `*.cluster.local`. There were several
        limitations with `.global`, such as poor load balancing when using
        gateways, which are no longer an issue with the new configuration.
    
    upgradeNotes:
      - title: Multicluster `.global` Stub Domain Deprecation
        content: |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 16 18:47:12 UTC 2020
    - 998 bytes
    - Viewed (0)
  9. buildscripts/upgrade-tests/compose.yml

      command: server http://minio{1...4}/data{1...3}
      env_file:
        - ./minio.env
      expose:
        - "9000"
        - "9001"
    
    # starts 4 docker containers running minio server instances.
    # using nginx reverse proxy, load balancing, you can access
    # it through port 9000.
    services:
      minio1:
        <<: *minio-common
        hostname: minio1
        volumes:
          - data1-1:/data1
          - data1-2:/data2
          - data1-3:/data3
    
      minio2:
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 05:08:11 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  10. .github/workflows/multipart/docker-compose-site2.yaml

      command: server http://site2-minio{1...4}/data{1...2}
      environment:
        - MINIO_PROMETHEUS_AUTH_TYPE=public
        - CI=true
    
    # starts 4 docker containers running minio server instances.
    # using nginx reverse proxy, load balancing, you can access
    # it through port 9000.
    services:
      site2-minio1:
        <<: *minio-common
        hostname: site2-minio1
        volumes:
          - site2-data1-1:/data1
          - site2-data1-2:/data2
    
      site2-minio2:
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Sep 30 10:13:56 UTC 2023
    - 1.5K bytes
    - Viewed (0)
Back to top