GCP Deploy
Last updated
Last updated
You can deploy Akto using the GCP packet mirroring template. Here are the steps to deploy:
Click on this link to see the template.
Go to your console in GCP and type these commands
This will create a template with name gcp-mirroring-template.sh
3. Make sure you are in the project where you want create resources.
4. Create a txt file with name inputs.txt with the following input parameters.
Here is an example below:
5. Go to the instances you want to mirror and add network tag 'mirror' to them. You can do this by clicking on edit button and scrolling down to the network tags section.
6. Now start creating resources by writing this command ./gcp-mirroring-template.sh create <inputs.txt
Troubleshoot: if you get permission denied error, type and enter the command
chmod +x gcp-mirroring-template.sh
7. The above command will create the following resources:
8. Once all the resources are created, go to VM instances in your google cloud.
9. Click on the akto-dashboard-instance and find the IP.
10. Copy and paste this IP in your browser and add port 8080 to it ( http://yourIP:8080)
11. You can signup on Akto dashboard.
To delete all the resources you created with 'akto' prefix, run the command ./gcp-mirroring-template.sh delete <delete.txt
Before running the above command, make sure you create delete.txt with the following inputs:
After successful deployment, free plan users will be able to see up to 25 APIs. To access more APIs and additional features, consider upgrading to a paid plan. View our pricing options.
Need help? Contact our support team for assistance.
Since the instance group requires health check metrics, please ensure that health check IPs for GCP i.e. 130.211.0.0/22, 35.191.0.0/16 are allowed on port TCP port 8000 for the VM instances.
Ensure that internal calls are allowed between created VMs.
Open the ports carrying the mirrored traffic on the VMs in the akto-instance-group. Generally traffic is carried on TCP port 80.
If you're accessing akto-dashboard from a public network, allow http traffic on it.