Open in app
Home
Notifications
Lists
Stories

Write
varunkumar inbaraj
varunkumar inbaraj

Home

About

Jul 26

Terraform IAC: for_each & locals

GCP Terraform Series 2 for_each is a meta-argument defined by the Terraform language. It can be used with modules and with every resource type. The for_each meta-argument accepts a map or a set of strings and creates an instance for each item in that map or set. Unlike variables found in programming languages, Terraform’s…

Terraform

1 min read


Jun 11

Terraform IAC: Google Cloud Build

GCP Terraform Series 3 I assume you had an initial Terraform and GCP setup. There are multiple ways to automate builds using build triggers. Here I will share the industry standard and sophisticated triggers across the industry if the use GitHub. Manual Execution Trigger Here is the code for cloudbuild.tf resource "google_cloudbuild_trigger" "<internal-any-name>" {…

Github

2 min read

Terraform IAC: Google Cloud Build
Terraform IAC: Google Cloud Build

Jun 11

Terraform IAC: Tips & Tricks

GCP Terraform Series 1 Terraform is one of the most popular IAC(infrastructure as code) tools used by every cloud engineer. You can define both cloud and on-premise resources in human-readable configuration files and thereby provision these resources programmatically. It is not limited to a single cloud provider. …

Terraform

2 min read

Terraform IAC: Tips & Tricks
Terraform IAC: Tips & Tricks

Jan 21, 2021

Git-Tips & Tricks for Newbie

To mark release points and to enable triggering jobs Listing Your Tags $ git tag Tags that match a particular pattern $ git tag -l "v1.0.*" Creating Tags It supports two types of tags: lightweight and annotated. Annotated Tags $ git tag -a v1.0.1 -m "my version 0.1" To see the tag data along with the commit $ git show v1.0.1 Lightweight Tags $ git…

Git

3 min read


Dec 23, 2020

Replace master branch in Git, entirely, from another branch

It’s for Newbie (Not recommended in production) Let’s say you have two branches in my Git repository: master branch1 (created originally from master) Situation 1: Couple of months ago and the code in this branch is 15 versions ahead of master or Situation 2: you messed up your master and…

Git

1 min read


Aug 25, 2020

NodeJS, ExpressJS, React, Vue and Angular

What… Why… When… What is NodeJS ? Node.js is a runtime environment. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. This environment is entirely based on V8 JavaScript engine. Why is NodeJS ? Node. js…

Nodejs

3 min read


Aug 11, 2020

Snowflake fundamental & comparing with other cloud services

Cloud-based data warehouses Play with Snowflake Trial You need to give some basic user details and A cloud provider is mandatory given that snowflake are cloud agnostic and sit on top of AWS, GCP, and Azure. Available region based on cloud platform GCP : US and Europe AWS : US…

Snowflake

5 min read

Snowflake fundamental & comparing with other cloud services
Snowflake fundamental & comparing with other cloud services

Jan 10, 2020

DevOps Tools

What actually is ? DevOps is not a tool or a software, it’s a culture that you can adopt for continuous improvement. It will help you to bring your Developer Team and Operations Team on the same page, allowing them to work together with ease. GIT: Keep Updating GIT is…

Dev Ops

4 min read

DevOps Tools
DevOps Tools

Dec 28, 2019

AWS Design Cost-Optimized Architectures

| Cheat Sheets Use ECS for container orchestration and a combination of Spot and Reserved Instances for the underlying instances. it is cost effective to use reserved instances for long term critical batch and spot instances for non critical batch processing requirements. …

AWS

5 min read

AWS Design Cost-Optimized Architectures
AWS Design Cost-Optimized Architectures

Dec 26, 2019

AWS Specify Secure Applications and Architectures

| Cheat Sheets Network Load Balancer works on the layer 4 TCP, it forwards the request to the back-end instances without modifying the headers. Note : Classic ELB and ALB can work on the Layer 7, they can modify the headers. CloudTrail integrates with AWS KMS and helps track all…

AWS

14 min read

AWS Specify Secure Applications and Architectures
AWS Specify Secure Applications and Architectures
varunkumar inbaraj

varunkumar inbaraj

Following
  • Lynn Langit

    Lynn Langit

  • Graham Polley

    Graham Polley

  • Priyanka Vergadia

    Priyanka Vergadia

  • Jessica Laughlin

    Jessica Laughlin

  • Alex Van Boxel

    Alex Van Boxel

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable