並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 29 件 / 29件

新着順 人気順

"load balancing"の検索結果1 - 29 件 / 29件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

"load balancing"に関するエントリは29件あります。 networkwebaws などが関連タグです。 人気エントリには 『マイクロサービスにおけるAZ間通信のコスト大幅削減した話 with Istio Locality Load Balancing - Gunosy Tech Blog』などがあります。
  • マイクロサービスにおけるAZ間通信のコスト大幅削減した話 with Istio Locality Load Balancing - Gunosy Tech Blog

    広告技術部のUT@mocyutoです。 大幅コスト削減シリーズ第二弾です。 前回はこちら tech.gunosy.io 今回はアベイラビリティゾーン(AZ)間通信のコストをIstioのlocality load balancingを使って削減した話になります。 概要 Istioとは どのようにコスト削減したか まとめ 概要 みなさんはマイクロサービスを導入しているでしょうか? 最近はモジュラモノリスが流行り始めている雰囲気を感じてきていますが、弊社の広告配信サーバは以下のようなマイクロサービス化された設計(と言っても2つのサービスしかないのですが)になっています。 構成図 一般的にクラウドプロバイダ上で構築している場合、耐障害性を高めるために複数AZ、複数リージョンに分散させることが基本になるかと思います。 弊社では、単一リージョン複数AZに分散させて稼働しています。 リージョン間の通信に

      マイクロサービスにおけるAZ間通信のコスト大幅削減した話 with Istio Locality Load Balancing - Gunosy Tech Blog
    • Cloudflare Load Balancing メモ

      Cloudflare Load Balancing 普通の LB と何が違うのかというと、WAF やら Cloudflare Workers の後ろに置けるというのが大きい。さらに今話題の Cloudflare Zero Trust も利用できる。 以下のトラフィックシーケンスをみてぐっと来た人は黙って使うべき。 参考 Cloudflare Load Balancing | DNS Based Load Balancing Solution | Cloudflare Cloudflare Load Balancing · Cloudflare Load Balancing docs なぜ採用したのか マルチクラウドを採用したいが、自前で LB を立てるのはめんどくさい、そこで最初は Cloduflare Workers を使おうと考えていたが、 Cloudflare Load Balanc

        Cloudflare Load Balancing メモ
      • Load Balancing

        Past a certain point, web applications outgrow a single server deployment. Companies either want to increase their availability, scalability, or both! To do this, they deploy their application across multiple servers with a load balancer in front to distribute incoming requests. Big companies may need thousands of servers running their web application to handle the load. In this post we're going t

          Load Balancing
        • Googleが持つ大規模なネットワークの仕組みについて解説した動画「Life of a photon through global load balancing(グローバル負荷分散における光子の一生)」が面白かったので日本語に起こした - inductor's blog

          はじめに これは手抜き記事です。動画見て面白かったのでそれを日本語に起こしただけ。個人的にあ、これはただの宣伝だな、と思ったところは省いてます。 元動画はこちら Life of a photon through global load balancing (Networking End to End) 字幕起こし 前置き 多くの人にとって、宇宙で最も大きな謎の1つは、Googleが世界で1秒未満で何十億もの猫の画像結果を返す方法です。そこで、私たちがどうやってそれを実現しているのかを説明するために、友人のユーリをここに連れてきました。 インターネットにはこうした検索を高速化するための最適化手法がたくさんありますが、Googleのグローバルアーキテクチャには独自の「秘伝のタレ」があり、それを使うことであなたが知る速度と精度を実現することができます。これにより、多くの顧客や企業は、そのパフォー

            Googleが持つ大規模なネットワークの仕組みについて解説した動画「Life of a photon through global load balancing(グローバル負荷分散における光子の一生)」が面白かったので日本語に起こした - inductor's blog
          • New – UDP Load Balancing for Network Load Balancer | Amazon Web Services

            AWS News Blog New – UDP Load Balancing for Network Load Balancer The Network Load Balancer is designed to handle tens of millions of requests per second while maintaining high throughput at ultra low latency, with no effort on your part (read my post, New Network Load Balancer – Effortless Scaling to Millions of Requests per Second to learn more). In response to customer requests, we have added se

              New – UDP Load Balancing for Network Load Balancer | Amazon Web Services
            • GitHub - postgresml/pgcat: PostgreSQL pooler with sharding, load balancing and failover support.

              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                GitHub - postgresml/pgcat: PostgreSQL pooler with sharding, load balancing and failover support.
              • Container-native load balancing on GKE now generally available | Google Cloud Blog

                Container-native load balancing on GKE now generally available Last year, we announced container-native load balancing, a feature that allows you to create services using network endpoint groups (NEGs) so that requests to your service get load balanced directly to the containers serving the requests. Since announcing the beta, we have worked hard to improve the performance, scalability and user ex

                  Container-native load balancing on GKE now generally available | Google Cloud Blog
                • Microservices: Client Side Load Balancing の和訳

                  README.md この和訳メモは以下のリンク先の記事の和訳です。 https://www.linkedin.com/pulse/microservices-client-side-load-balancing-amit-kumar-sharma/ マイクロサービス: クライアントサイドロードバランシング プロダクションでのフェイルセーフ性を確保するために、同じアプリケーションを複数のインスタンスにデプロイします。 同じアプリケーションをホストする論理的なサーバ(ノード)のグループは Application Clusterを構成します。 伝統的なアプローチ それらのノードの一つに伝達させるための伝統的な方法はロードバランサーを通して行われます。 クライアントはアプリケーションクラスタの前にあるロードバランサを知っています。 リクエストを受け取った際に、ロードバランサはクラスタにあるどのノー

                    Microservices: Client Side Load Balancing の和訳
                  • gRPCでのLoad Balancing - Carpe Diem

                    背景 gRPCでは主に Proxy Model Balancing-aware Client External Load Balancing Service といったLBアプローチがあります。 それぞれの特徴や実装方法を調べてみました。 Load Balancingアプローチ こちらで定義されてます。 grpc/load-balancing.md at master · grpc/grpc · GitHub 主な負荷分散のアプローチとしては以下です。 Proxy Model LBと言われて最初に浮かぶイメージですね。 ref: https://grpc.io/blog/loadbalancing/ メリット クライアントと独立しているため、クライアントは自身のアプリケーション実装にのみ集中できます。シンプルでPolyglot向きでもあります。 またProxy側に様々な拡張ができます(メトリ

                      gRPCでのLoad Balancing - Carpe Diem
                    • [AWS Black Belt Online Seminar] Elastic Load Balancing (ELB) 資料及び QA 公開 | Amazon Web Services

                      Amazon Web Services ブログ [AWS Black Belt Online Seminar] Elastic Load Balancing (ELB) 資料及び QA 公開 先日 (2019/10/29) 開催しました AWS Black Belt Online Seminar「 Elastic Load Balancing (ELB) 」の資料を公開しました。当日、参加者の皆様から頂いた QA の一部についても共有しております。 20191029 AWS Black Belt Online Seminar Elastic Load Balancing (ELB) AWS クラウドサービス活用資料集(すべての過去資料が閲覧できます) Q. なぜ NLB だけ暖気不要なのでしょうか? A. AWS Hyperplaneと呼ばれる特殊なAWS独自の負荷分散技術を用いているため

                        [AWS Black Belt Online Seminar] Elastic Load Balancing (ELB) 資料及び QA 公開 | Amazon Web Services
                      • Intelligent DNS based load balancing at Dropbox

                        The Dropbox Traffic team is charged with innovating our application networking stack to improve the experience for every one of our users—over half a billion of them. This article describes our work with NS1 to optimize our intelligent DNS-based global load balancing for corner cases that we uncovered while improving our point of presence (PoP) selection automation for our edge network.By co-devel

                          Intelligent DNS based load balancing at Dropbox
                        • Cloud Load Balancing でハイブリッドクラウド環境間の負荷分散を試してみる

                          はじめにCloud Load Balancing で Hybrid connectivity NEG を利用した、ハイブリッド/マルチクラウドでの負荷分散機能 (ハイブリッド負荷分散) がサポートされました。 本記事では Cloud Load Balancing を利用したハイブリッド負荷分散の概要を説明し、また実際にオンプレミス上の Anthos クラスタと Google Cloud 上の GKE クラスタでのパスベースルーティングを試してみます。 tl;drHybrid connectivity NEG を利用することにより、オンプレミスや他社クラウド上のプライベートなエンドポイントを Cloud Load Balancing のバックエンドとして指定することができるようになりました。Hybrid connectivity NEG を利用した負荷分散 (ハイブリッド負荷分散) を構成す

                            Cloud Load Balancing でハイブリッドクラウド環境間の負荷分散を試してみる
                          • AWS再入門ブログリレー Elastic Load Balancing編 | DevelopersIO

                            (引用)Elastic Load Balancing の特徴 ELBの全体的なイメージ シンプルなイメージでELBで使われる用語を紹介します。 (引用元)20191029 AWS Black Belt Online Seminar Elastic Load Balancing (ELB) リスナー:LBがListenするプロトコルとポート番号、LBからターゲットへの接続用のプロトコルとポート番号などを設定 ターゲット:LBがトラフィックを転送するEC2インスタンスなどのリソースやエンドポイント ELBの使い方 よく使われる構成を紹介します。 (引用元)20191029 AWS Black Belt Online Seminar Elastic Load Balancing (ELB) ポイント AWSのベストプラクティスとして複数のアベイラビリティゾーンに跨ってELBを配置している ELB

                              AWS再入門ブログリレー Elastic Load Balancing編 | DevelopersIO
                            • いまさら聞けないAWSの「Amazon Virtual Private Cloud」「Elastic Load Balancing」の基礎

                              関連キーワード Amazon Web Services | Amazon | ロードバランサ | ネットワーク | ネットワーク仮想化 | パブリッククラウド クラウドサービスを利用するときは、安全で信頼性が高いネットワーク接続が必要だ。クラウドサービスのインフラへのアクセスや、クラウドサービス内のリソース間の接続が安全かつ信頼できることが、ワークロード(アプリケーション)を安心して稼働させるための条件となる。全てのワークロードをクラウドサービスで稼働させていても、一部のワークロードをオンプレミスのインフラで維持していても、その点は変わらない。 IT担当者はクラウドベンダーのネットワークサービスを利用して、データの管理・監視やリソース間の通信トラブルの防止、機密データの漏えい防止など、さまざまな機能を実行できる。ユーザー企業がクラウドサービスとオンプレミスのインフラ間で、ネットワーク接続を

                                いまさら聞けないAWSの「Amazon Virtual Private Cloud」「Elastic Load Balancing」の基礎
                              • 【初心者向け】Elastic Load Balancing(ELB) 入門!完全ガイド

                                Elastic Load Balancing(ELB) ☘️ はじめに 本ページは、AWS に関する個人の勉強および勉強会で使用することを目的に、AWS ドキュメントなどを参照し作成しておりますが、記載の誤り等が含まれる場合がございます。 最新の情報については、AWS 公式ドキュメントをご参照ください。 👀 Contents Elastic Load Balancing(ELB) ☘️ はじめに 👀 Contents ELB とは ELB の基本 ELB の種類 CLB:Classic Load Balancer ALB:Application Load Balancer NLB:Network Load Balancer GLB:Gateway Load Balancer ELB の料金 ロードバランサーキャパシティーユニット (LCU) とは サブネットに必要な CIDR スティッ

                                  【初心者向け】Elastic Load Balancing(ELB) 入門!完全ガイド
                                • TerraformとCloud RunとCloud Load BalancingでCI/CDを突き詰めた

                                  こんにちは。 ピリカ開発チームの伊藤です。 ピリカでは6月1日より、ピリカサポーターズクラブを開始しました。 まだご覧になっていない方はこちらをご覧ください。 corp.pirika.org ピリカサポーターズクラブをはじめるにあたって新しいシステムを構築しました。 ピリカの開発チームのリソースは潤沢ではない中、全く新しいシステムを作るのはとても大きなチャレンジです。 社内からも「開発のリソースが潤沢でないならSNSピリカに注力すべき」という意見はありましたが、開発チームでは単に新しいシステムを作るだけではなく、この開発を「SNSピリカの開発を今後少ないリソースで効率的に進めるために必要な基盤の実験」としても位置付けていました。 この開発を通じて得たことのまとめとして、ピリカサポーターズクラブの構成やデプロイの仕組みをご紹介したいと思います。 SNSピリカの開発で抱えている問題 SNSピリ

                                    TerraformとCloud RunとCloud Load BalancingでCI/CDを突き詰めた
                                  • Application Load Balancer now supports Least Outstanding Requests algorithm for load balancing requests

                                    Least outstanding requests (LOR) algorithm is now available for Application Load Balancer. This is in addition to the round-robin algorithm that the Application Load Balancer already supports. Customers have the flexibility to choose either algorithm depending on their workload needs. Prior to this announcement, Application Load Balancer exclusively used a round-robin algorithm to distribute incom

                                      Application Load Balancer now supports Least Outstanding Requests algorithm for load balancing requests
                                    • TrueLayer Blog: gRPC load balancing in Rust

                                      We want to give back to the wider developer community. Each post in our open source series walks you through a challenge faced by TrueLayer's engineering teams – the code we wrote to solve the issue is released under an OSS license. In this post, we'll explain how we tackled the challenge of gRPC load balancing in Rust. Our solution was to release ginepro, a new gRPC channel implementation for ton

                                        TrueLayer Blog: gRPC load balancing in Rust
                                      • Zero Downtime Release: Disruption-free Load Balancing of a Multi-Billion User Website

                                        • Application Load Balancers now support turning off cross zone load balancing per target group

                                          Application Load Balancers now support the ability to route traffic only to targets in the same zone as load balancer nodes. This allows you to maintain zonal isolation of your software stacks, while using Application Load Balancers across multiple zones, providing increased availability during zonal failures. You can turn off cross-zone load balancing on a per target group basis, per region. You

                                            Application Load Balancers now support turning off cross zone load balancing per target group
                                          • ターゲットグループのヘルスチェック - Elastic Load Balancing

                                            Application Load Balancer は、登録されたターゲットのステータスをテストするため、定期的にリクエストを送信します。これらのテストは、ヘルスチェックと呼ばれます。 各ロードバランサーノードは、ロードバランサーに対して有効になっているアベイラビリティーゾーンの正常なターゲットにのみ、リクエストをルーティングします。各ロードバランサーノードは、ターゲットが登録されているターゲットグループのヘルスチェック設定を使用して、各ターゲットの状態を確認します。ターゲットは、登録後に正常と見なされるためには、1 つのヘルスチェックに合格する必要があります。各ヘルスチェックが完了すると、ロードバランサーノードはヘルスチェック用に確立された接続を終了します。 ターゲットグループに異常な登録済みターゲットのみが含まれている場合、そのヘルスステータスにかかわらず、ロードバランサーはそれらすべ

                                            • AWS Fargate for Amazon ECS now supports UDP load balancing with Network Load Balancer

                                              You can now use a Network Load Balancer (NLB) to distribute UDP traffic to container-based applications running on AWS Fargate orchestrated by Amazon Elastic Container Service (ECS). Network Load Balancers are fully-managed load balancers that operate at the connection level (Layer-4) and are capable of handling millions of requests at ultra-low latency. Until now, you could use Network Load Balan

                                                AWS Fargate for Amazon ECS now supports UDP load balancing with Network Load Balancer
                                              • PostgreSQL 16 Support load balancing in libpq

                                                PostgreSQL Unconference #41 PostgreSQL 16 Support load balancing in libpq.

                                                  PostgreSQL 16 Support load balancing in libpq
                                                • Windows Server 2012 以降の OS 標準 NIC チーミング(LBFO:Load Balancing and Failover)のフェイル バック動作について

                                                  本記事は 2015 年 12 月 22 日に公開された記事を本ブログに移行した記事になります。 Windows プラットフォーム サポートの山本です。 本日は、Windows Server 2012 以降の OS 標準 NIC チーミング (LBFO : Load Balancing and Failover) のフェイル バック動作について取り上げます。 LBFO で NIC チーミングをアクティブ/スタンバイ (チーミング モード:スイッチに依存しない) で構成した場合、 アクティブ側のネットワーク アダプターに障害が発生すると、スタンバイ側のネットワーク アダプターがアクティブとなり、フェイルオーバーします。 その後、もともとアクティブとなっていたネットワーク アダプターが障害から復旧した場合には、即時にフェイル バックせず、リンク状態の安定性を確保するために 30 秒後にフェイル

                                                    Windows Server 2012 以降の OS 標準 NIC チーミング(LBFO:Load Balancing and Failover)のフェイル バック動作について
                                                  • SSL-Web load balancing

                                                    HAProxyがSSL対応としてコンパイルされている必要があります。 最近のパッケージであればSSL対応になっている筈です。 確認は次のコマンドで行えます。 # haproxy -vv HA-Proxy version 1.5.18 2016/05/10 Copyright 2000-2016 Willy Tarreau <willy@haproxy.org> :: Built with OpenSSL version : OpenSSL 1.0.2k-fips 26 Jan 2017 Running on OpenSSL version : OpenSSL 1.0.2k-fips 26 Jan 2017 OpenSSL library supports TLS extensions : yes OpenSSL library supports SNI : yes OpenSSL libr

                                                    • Application Load Balancer - Elastic Load Balancing

                                                      翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。 Application Load Balancer ロードバランサーは、クライアントにとって単一の通信先として機能します。クライアントはロードバランサーにリクエストを送信し、ロードバランサーはターゲット (EC2 インスタンスなど) にそれらのリクエストを送信します。ロードバランサーを設定するには、ターゲットグループを作成し、ターゲットグループにターゲットを登録します。さらに、リスナーを作成してクライアントからの接続リクエストがないかチェックし、リスナールールを作成してリクエストをクライアントから 1 つ以上のターゲットグループ内のターゲットにルーティングします。 詳細については、Elastic Load Balancing ユーザーガイドの How Elastic

                                                      • 20191029 AWS Black Belt Online Seminar Elastic Load Balancing (ELB)

                                                        20191029 AWS Black Belt Online Seminar Elastic Load Balancing (ELB)

                                                          20191029 AWS Black Belt Online Seminar Elastic Load Balancing (ELB)
                                                        • CloudWatch Application Load Balancer の メトリクス - Elastic Load Balancing

                                                          翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。 CloudWatch Application Load Balancer の メトリクス Elastic Load Balancing は、 CloudWatch ロードバランサーとターゲットのデータポイントを Amazon に発行します。 CloudWatch では、これらのデータポイントに関する統計を、メトリクス と呼ばれる時系列データの順序付けられたセットとして取得できます。メトリクスは監視対象の変数、データポイントは時間の経過と共に変わる変数の値と考えることができます。たとえば、指定した期間中のロードバランサーの正常なターゲットの合計数を監視することができます。各データポイントには、タイムスタンプと、オプションの測定単位が関連付けられています。 メトリクスを

                                                          • Load balancing and scaling long-lived connections in Kubernetes

                                                            Load balancing and scaling long-lived connections in KubernetesFebruary 2020 TL;DR: Kubernetes doesn't load balance long-lived connections, and some Pods might receive more requests than others. If you're using HTTP/2, gRPC, RSockets, AMQP or any other long-lived connection such as a database connection, you might want to consider client-side load balancing. Kubernetes offers two convenient abstra

                                                              Load balancing and scaling long-lived connections in Kubernetes
                                                            1

                                                            新着記事