tencent cloud

Cloud Load Balancer

動向とお知らせ
製品アップデート情報
製品に関するお知らせ
製品の説明
製品概要
製品の優位性
ユースケース
技術原理
Product Comparison
使用上の制約
Service Regions and Service Providers
購入ガイド
課金概要
課金項目
購入方法
支払い延滞の説明
製品属性の選択
クイックスタート
ドメイン名型CLBクイックスタート
CLBクイックスタート
IPv6 CLBクイックスタート
CentOSにおけるNginxのデプロイ
CentOSにおけるJava Webのデプロイ
操作ガイド
CLBインスタンス
CLBリスナー
バックエンドサーバー
ヘルスチェック
証明書管理
ログ管理
監視アラート
Cloud Access Management
従来型CLB
プラクティスチュートリアル
証明書をCLBに配置(双方向認証)
CLBのGzip有効化設定およびチェック方法の説明
HTTPS転送設定スタートガイド
クライアントリアルIPの取得方法
ロードバランサーのモニタリングアラート設定のベストプラクティス
マルチアベイラビリティーゾーンの高可用性設定の説明
バランシングアルゴリズムの選択と重みの設定の例
CLBのリスニングドメイン名に対してWebセキュリティ保護を実行するようにWAFを設定する
メンテナンスガイド
クライアントのtimewaitが多すぎる場合の対処方法
CLBのHTTPSサービスパフォーマンステスト
ストレステストに関するよくあるご質問
CLB証明書の操作権限に関するご質問
障害処理
UDPヘルスチェックの異常
API リファレンス
History
Introduction
API Category
Instance APIs
Listener APIs
Backend Service APIs
Target Group APIs
Redirection APIs
Other APIs
Classic CLB APIs
Load Balancing APIs
Making API Requests
Data Types
Error Codes
CLB API 2017
よくあるご質問
課金関連
CLB設定関連
ヘルスチェック異常調査
HTTPS関連
WS/WSSプロトコルサポート関連
HTTP/2プロトコルサポート関連
連絡先
用語集

Introduction

PDF
フォーカスモード
フォントサイズ
最終更新日: 2024-12-19 10:15:38
Welcome to Tencent Cloud Load Balancer. Cloud Load Balancer (CLB) sends the requests from client to multiple associated backend CVMs in the same region with the specified method by setting a virtual IP (VIP).
CLB virtualizes multiple CVMs into an available application service pool. It checks the health of the instances in the pool and automatically isolates the unhealthy ones, thus resolving single points of failure issues and improving the overall service capabilities of the applications. In addition, CLB provides a defense capability of more than 300 Gbit/sec against DDoS attacks.
CLB is a solution that serves multiple machines simultaneously, and it must be used together with CVM. The APIs in this document help you operate on CLB instances. Before using these APIs, please ensure that you are familiar with overview and use of CLB.

Glossary

Term
Full Name
Description
CLB
Cloud Load Balancer
Cloud Load Balancer sends the requests from client to the associated CVMs in the same region with specified method by setting a virtual IP (VIP). It can automatically isolate unhealthy CVMs, thus resolving single points of failure and massive concurrent access requests issues.
Listener
Load Balancer Listener
CLB listener provides users with customized listening port, request forwarding policy, health check configuration, etc.
backend
Real Server
A CLB instance sends requests to real servers which will provide service in a real sense.
VIP
Virtual IP
A CLB instance provides the virtual IP of service.

How to Use

Before using CLB through APIs, please make sure that a port is open on one or more CVMs, e.g. TCP port 80. Next, you need to perform the following steps:
1. Purchase a CLB instance. You can create a CLB instance using the CreateLoadBalancer API, and obtain the unique ID of this instance.
2. Create a CLB listener. After purchasing a CLB instance, you need to use the CreateLoadBalancerListeners API to create a listener that listens on a protocol and port. For example, you can create a TCP listener that listens on TCP port 80 and backend port 80.
3. Bind the real server to the CLB instance. Finally, you need to bind the CVM on which the service is deployed to the CLB instance through the RegisterInstancesWithLoadBalancer API.
After performing these three steps, you can access the service deployed on your CVM by accessing the VIP and port of the CLB instance.

ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック