by staging-dragondrop-marketing | Sep 19, 2023 | Google Cloud (GCP)
Google Kubernetes Engine (GKE) vs. Cloud Run What is Google Kubernetes Engine (GKE)? Kubernetes (K8s) is an extremely popular, open source, container orchestration platform. GKE is a managed offering for running Kubernetes clusters in GCP. GKE handles a lot of the...
by staging-dragondrop-marketing | Sep 19, 2023 | Web App Development
Ripping out Python and Reducing Our Docker Image Size by ~87% Background We built an OSS containerized tool, cloud-concierge, for automating Terraform best practices, and primarily implemented the solution in Go, given that Go generally is the “lingua franca” for...
by staging-dragondrop-marketing | Sep 6, 2023 | Terraform
Everything Everywhere All as Code “Everything as Code” Definition Everything as Code is a philosophy for managing IT infrastructure where all components of infrastructure are created, managed, and deleted using code. This applies to container definitions, cloud...
by staging-dragondrop-marketing | Aug 30, 2023 | Terraform
Open Source driftctl Alternatives What is driftctl? driftctl is an OSS CLI tool that enables users to identify Terraform drift as well as unmanaged resources within a cloud environment. It is a quite popular tool and has collected over two thousand stars on GitHub....
by staging-dragondrop-marketing | Aug 27, 2023 | Terraform
Why We Are Not Supporting OpenTF Background On August 10, HashiCorp changed the license to their previously “Open Source” projects to a Business Source License (BSL), making them now “source available” for all future releases. We discusssed in detail reasons and...