The Tectonic Console can be accessed by visiting <cluster-name>.<azure-region>.cloudapp.azure.com
The values for <cluster-name> and <azure-region> can be parsed from the terraform.tfvars file used to deploy the cluster:
$ grep tectonic_cluster_name build/test-cluster/terraform.tfvars
tectonic_cluster_name = "test-cluster"
$ grep tectonic_azure_location build/test-cluster/terraform.tfvars
tectonic_azure_location = "eastus"
Therefore the URL for the Tectonic Console would be:
test-cluster.eastus.cloudapp.azure.com
Comments
0 comments
Please sign in to leave a comment.