Nov 21, 2024 · 5 min read · Giớ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...
Join discussionMay 5, 2024 · 7 min read · In 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, ...
GCÔNG commentedDec 25, 2023 · 4 min read · Cloud 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...
Join discussion
Aug 11, 2023 · 7 min read · Lambda 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...
Join discussion
Mar 11, 2023 · 5 min read · Reference: 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...
Join discussion