Hoàng Anh Nguyễn Báhoazgazh.hashnode.dev·Nov 21, 2024Hướng Dẫn Triển Khai CDK for Terraform Với GitLab ProviderGiới thiệu về CDK for Terraform (CDKTF) CDK for Terraform (CDKTF) là một framework mạnh mẽ giúp người dùng sử dụng ngôn ngữ lập trình phổ biến như Python, TypeScript, hoặc Java để định nghĩa hạ tầng Terraform thay vì phải viết mã cấu hình HCL (HashiC...Discuss·5 likesDevops
Anton Ermakantonermak.hashnode.dev·May 5, 2024FeaturedSetting Up Cross-Region Internal Application Load Balancer on Google Cloud using Terraform CDK: A Comprehensive GuideIn this article, I will explain how to set up an Internal Load Balancer in Google Cloud. The article will be useful for those who want to configure an L7 level HTTPS/HTTP balancer for accessing internal services without an external Internet address, ...Discuss·3 likes·154 readsGCP
Jérôme Hoaraublog.hoaraujerome.com·Dec 25, 2023Dockerizing CDKTF with PythonCloud Development Kit for Terraform (CDKTF) is a framework that allows you to use familiar programming languages to define and provision infrastructure using Terraform. CDKTF supports multiple languages, including Python, which is a popular choice fo...Discuss·1 like·92 readscdktf
Aiden ZiegelaarProaiden.ziegelaar.io·Aug 11, 2023Self-Instrumenting Lambda FunctionsLambda functions are a welcome shift from the monolithic application chassis we had before. Now our complexity lives in our infrastructure rather than in our microservices. However, when creating a new service was something that could easily be templ...Discuss·91 readsCDK
Edmund Gollerblog.circli.co·Mar 11, 2023Getting Started: Terraform with TypescriptReference: Github: hashicorp/terraform-cdk While working with Terraform I found that Hashicorp made it possible to write Infrastructure as Code not only with the Hashicorp Configuration Language HCL but with common other languages: Typescript and Pyt...Discuss·236 readsTypeScript
Nivekithan Sblog.nivekithan.com·Oct 8, 2022Deploy a lambda function written in typescript using cdktf and esbuildGoal Goal behind this blog, is to deploy a lambda function in aws written in typescript using cdktf and esbuild and make that lambda function invocable from internet. Prerequisite I assume you have Basic typescript knowledge git, node, npm and terr...Discuss·1 like·260 readscdktf