Skip to Main Content

Install Env Via Tencent Marketplace

Referencing Overview▸, using AutoMQ Cloud requires the environment to be installed first. This article explains how to install the BYOC environment from Tencent Cloud.

Info

The terms AutoMQ Product Service Provider, AutoMQ Service Provider, and AutoMQ mentioned in this article specifically refer to AutoMQ HK Limited and its subsidiaries.

Operation Process

Step 1: Prepare VPC and Operate Cloud Account

The AutoMQ BYOC environment is deployed within the user's VPC to ensure data privacy and security. Before installing the AutoMQ environment, a usable VPC must be prepared. The VPC must meet the following requirements:

  • Subnet CIDR Requirements: The AutoMQ data plane cluster is deployed within the user's VPC and will consume IPs from the VPC subnet. It is recommended to allocate sufficient available IPs under each subnet (suggested no fewer than 1,000 available IPs per subnet) to avoid issues with subsequent cluster deployment and expansion.

  • Public Network Requirements: Deploying AutoMQ data plane clusters requires pulling Docker images and Helm Chart artifacts from the public network environment. Thus, it needs VPC environment support to access the public network through SNAT and similar methods. For operational guidelines on configuring public SNAT, please refer to the appendix Install Env via Tencent Marketplace▸ of this document.

To install the BYOC environment from Tencent Cloud applications, the cloud account to be operated must be the main account or a CAM sub-account with the relevant permissions granted. If the current operation on the Tencent Console uses a CAM sub-account, the following operation permissions need to be granted before proceeding with the service activation.

Step 2: Install AutoMQ from Tencent Cloud Marketplace

  1. Visit the AutoMQ application link. The AutoMQ Cloud BYOC environment is distributed through the cloud application by default on Tencent Cloud, and users can subscribe to AutoMQ from the Cloud Application.
Set required parameters and click
  1. Set the required parameters and click Confirm Resources.
After installation is complete, view the application details and enter the environment console.
  1. After the installation is complete, check the application details and enter the environment console.
View the initial account password and console address output by the cloud application console.
  1. View the initial account password and console address output by the cloud application console.
Log in to the AutoMQ Console using the above information.
  1. Use the above information to log in to the AutoMQ console.

Step 3: Complete BYOC Environment Operations Authorization

BYOC environments are deployed within the user's VPC, ensuring data security and privacy isolation. However, system logs and metrics unrelated to business operations will be generated within the BYOC environment. Once the environment installation is complete, users need to refer to Overview▸ to provide the corresponding operation and maintenance authorization to the AutoMQ service provider. This authorization enables AutoMQ to monitor system stability and perform self-healing and other operations.

Next Steps

Currently, AutoMQ on Tencent Cloud only supports deployment to TKE clusters. Therefore, after completing the environment installation, users need to prepare a TKE cluster, then configure it in the AutoMQ console and deploy the AutoMQ cluster to TKE.

To prepare TKE and complete the subsequent deployment documentation, please refer to Deploy to Tencent Cloud TKE▸.

Appendix

VPC Public SNAT Operation Instructions

The deployment chart and Docker image repository of AutoMQ on Kubernetes are public addresses. Therefore, when pulling images within the Tencent Cloud TKE cluster, you need to ensure that the current VPC subnet has the ability to access public addresses.

It is generally recommended to configure a public NAT gateway to achieve outbound internet access. Refer to the following steps for the operation instructions:

  1. Create a NAT Gateway: Go to the NAT Console to create a public NAT gateway.
Locate the target VPC and subnet,
  1. Locate the target VPC and subnet, and add the associated route for the NAT gateway.
Set the target network segment, enter the next hop as Public NAT, and configure the NAT gateway created in the previous step.

Set the target subnet, specify the next hop as the public NAT, and set the NAT gateway created in the previous step.

Go to NAT Gateway
  1. Go to the NAT gateway, create an SNAT rule, and associate it with the subnet that needs public access.