Project: End-to-end DevOps pipeline on GKE with Terraform, Helm and A… - #3027
Merged
Merged
Conversation
added 2 commits
September 15, 2026 17:18
…I-assisted remediation
…I-assisted remediation
Collaborator
|
Readme is not correctly formatted Got: [] |
ericcornelissen
approved these changes
Sep 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Assignment Proposal
Title
End-to-end DevOps pipeline on GKE with Terraform, Helm and AI-assisted remediation
Names and KTH ID
Deadline
Category
Description
We take a small three-tier app (frontend, REST API, PostgreSQL) and build the whole
DevOps pipeline around it, deployed on a GKE cluster. Everything lives in one GitHub
repository.
Workload Identity Federation for GitHub Actions, a budget alert and GCS remote state,
split into modules. It also installs the third-party charts (kube-prometheus-stack,
Loki, Tempo, HolmesGPT) through the Helm provider.
Relevance
The project puts CI, CD, infrastructure as code, a modern development platform and
quality/security automation into one repository, and closes the loop from delivery to
operation with observability-driven remediation. We chose the more hands-on options on
purpose to learn them - GKE Standard over Autopilot, our own Helm chart, an in-cluster
database over Cloud SQL, and Kubernetes over the Docker Swarm one of us already knows -
and the report explains what we would do differently in production.