3 followers
Software Developer & DevOps Engineer writing about stuff I encounter during my daily work.
I ran into the problem that I wanted to make an existing root module (I'll call this source) a child module of another root module (I'll call this destination). Both modules used a remote state backend. In my case a GCP storage bucket. Example Let's ...
I attended the SymfonyLive Online German Edition 2021 that was on the 16th of April. I didn't watch all the talks, but here are the key takeaways that I found interesting of the ones I watched. Boring is the new hype Context is important. What might...
How to run DinD jobs on gitlab.com Shared Runners Gitlab provides shared runners for the repositories that are hosted on gitlab.com: https://docs.gitlab.com/ee/ci/runners/README.html#shared-runners You can run Docker commands inside a job by selecti...
Scan Kubernetes, Helm, Terraform, Docker, Ansible & AWS CloudFormation Code for security vulnerabilities, compliance issues & misconfigurations Licensed under Apache License 2.0 KICS is a security scanner for a range of IaC (Infrastructure as Code) t...
In this article, I want to share how I approached creating a private Kubernetes (GKE) cluster in Google Cloud Platform (GCP). Target infrastructure To get an overview - this is the target infrastructure we’re aiming for: A GKE cluster with Linux Wor...
Terraform (currently) does not provide any functionality that could be compared to a var_dump() function like the PHP programming language has it for example. Or a debugger of any kind. However, there are a few options to get more insights about what...