tencent cloud

Cloud Load Balancer

릴리스 정보 및 공지 사항
릴리스 노트
제품 공지
제품 소개
제품 개요
제품 장점
시나리오
기술 원리
Product Comparison
사용 제한
Service Regions and Service Providers
구매 가이드
과금 개요
비용 계산 항목
구매 방식
연체 안내
제품 속성 선택
시작하기
도메인 이름 기반 CLB 시작하기
CLB 시작하기
CentOS에서 Nginx 배포하기
CentOS에서 Java Web 배포하기
운영 가이드
CLB 인스턴스
CLB 리스너
리얼 서버
상태 확인
인증서 관리
로그 관리
모니터링 및 알람
액세스 관리
사례 튜토리얼
CLB에 인증서 배치(양방향 인증)
HTTPS 포워딩 구성
리얼 클라이언트 IP 가져오기
로드 밸런싱 구성 모니터링 및 알람에 대한 모범 사례
다중 가용존에서 HA 구현
로드 밸런싱 알고리즘 선택 및 가중치 구성 예시
CLB 수신 도메인 이름에 대한 WAF 보호 구성하기
OPS 가이드
과도한 TIME_WAIT 상태의 클라이언트에 대한 솔루션
CLB HTTPS 서비스 성능 테스트
스트레스 테스트 FAQ
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
FAQ
과금 관련
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.

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백