This guide explains how to deploy A2 OnPrem on Google Cloud Platform (GCP).
Compute Engine
> VM instances
menu.CREATE INSTANCE
button.Name
: Instance name (e.g., “a2-ce”)Region
: Choose a nearby region (e.g., “asia-northeast3 (Seoul)”)Machine configuration
> Machine type
:
CHANGE
button under Boot disk
:
Operating system
: Select “Container Optimized OS”Version
is “x86/64” architectureKeep disk
under SHOW ADVANCED CONFIGURATION
> Deletion rule
SELECT
button.Firewall
: Check Allow HTTP traffic
and Allow HTTPS traffic
Advanced options
:
Networking
> Network tags
: Enter “a2-ce”Networking
> Network interfaces
> Expand default
> External IPv4 address
: Select RESERVE STATIC EXTERNAL IP ADDRESS
name
and click RESERVE
VPC network
> Firewall
menu.CREATE FIREWALL RULE
button.Name
: Specify a name for the rule (e.g., “allow-a2-ce”)Targets
: Select Specified target tags
and enter the previously used tag (e.g., “a2-ce”)Source filter
: Select IPv4 ranges
and enter “0.0.0.0/0” (allows access from all IPs)Protocols and ports
: Select Specified protocols and ports
, check TCP
and enter ports “8000,8080”http://[YOUR_STATIC_EXTERNAL_IP]:8000
.