Cloud

GKE with terraform and helm

Posted on by  
Dimitris Androutsos

In this tutorial we will deploy a Spring Boot applications to GKE. The application connects to a cloud Postgres database and exposes some REST endpoints. The required infrastructure is created with Terraform and the code is deployed to GKE with Helm. Helm is also deployed by Terraform.

  1. Java 17 installed

  2. Maven installed

  3. Docker installed

  4. gcloud installed

  5. A GC project setup with the billing configured

Continue reading →

Reporting CSP violations with AWS CloudFront

Posted on by  
Sjoerd During

Content Security Policy response headers provide us control over the content allowed on our sites. In this post I’ll show you how to implement the report functionality of CSP violations using AWS' CloudFront configured in terraform. Furthermore I’ll share some thoughts on how to process these violations.

Continue reading →

shadow-left