Introduction
Get started with ClickHouse on Google Cloud C4A Arm virtual machines
Create a Firewall Rule on GCP
Create a Google Axion C4A Arm virtual machine on GCP
Set up GCP Pub/Sub and IAM for ClickHouse real-time analytics on Axion
Install ClickHouse
Establish a ClickHouse baseline on Arm
Build a Dataflow streaming ETL pipeline to ClickHouse
Benchmark ClickHouse on Google Axion processors
Next Steps
In this section, you will create a firewall rule in the Google Cloud Console to allow inbound TCP traffic on port 8123.
For support on GCP setup, see the Learning Path Getting started with Google Cloud Platform .
To expose the TCP port 8123, create a firewall rule.
Navigate to the Google Cloud Console , go to VPC Network > Firewall, and select Create firewall rule.
Create a firewall rule
Set the Name of the new rule to “allow-tcp-8123”. Select your network that you intend to bind to your VM (default is “autoscaling-net”, but your organization might have others).
Creating the TCP/8123 firewall rule
Next, Set Direction of traffic to “Ingress”. Set Allow on match to “Allow” and Targets to “Specified target tags”. Set Source IPv4 ranges to “0.0.0.0/0”.
Creating the TCP/8123 firewall rule
Finally, select Specified protocols and ports under the Protocols and ports section. Select the TCP checkbox, enter “8123” in the Ports text field, and select Create.
Specifying the TCP port to expose
The network firewall rule is now created, and you can continue with the VM creation.