Our WHANOS infrastructure

Terraform creates the following resources:

  • VPC network and a subnet.

  • firewall rule to allow traffic on port 22 (SSH) and 80 (HTTP).

  • Google Kubernetes Engine cluster.

  • Google Container Registry.

  • Google Compute Engine instance to run Jenkins.

We used HELM in conjunction of the all the following GCP ressources in order to deploy services et deployments in the Google Kubernetes Engine (GKE). You can have a look on the different GCP ressources we used here:

Last updated