Open in app

Sign in

Write

Sign in

tomarv2
tomarv2

17 Followers

Home

About

Feb 5, 2022

Event-driven: Azure Functions and Logic Apps

I am sure everyone has heard of the words “serverless” and “event-based”. All major cloud providers have their own set of tools to accomplish serverless. From AWS we have Lambda and Step Functions(coordinate multiple AWS services into serverless workflows), from Azure we have Functions and Logic Apps(same as AWS Step…

Azure

7 min read

Event-driven: Azure Functions and Logic Apps
Event-driven: Azure Functions and Logic Apps
Azure

7 min read


Feb 5, 2022

GCP Service Accounts

Overview Gsuite integration with GCP service accounts. I found a lot of amazing articles on how GCP service accounts, how scopes work in GCP. However, there is not much info on how Service Accounts interact with resources outside GCP like Gdrive, Gmail, Google Groups, and Calendar. Also, didn’t find much info…

Gcp

4 min read

GCP Service Accounts
GCP Service Accounts
Gcp

4 min read


Feb 5, 2022

Secrets Mgmt: AWS, Azure, and GCP

Storing secrets is one of the major challenges that users face. Most cloud providers have their own set of tools to store secrets. Credentials, API Keys, and Certificates are widely used in applications that we create and use. Projects tend to get bigger and more complex and securing and managing…

AWS

5 min read

Secrets Mgmt: AWS, Azure, and GCP
Secrets Mgmt: AWS, Azure, and GCP
AWS

5 min read


Feb 5, 2022

Python Multi-processing with example

There are really interesting posts of multithreading available online. When I started implementing it was hard to find a simple example of how to do it. In Python, the multiprocessing module includes a simple and intuitive API for dividing work between multiple processes. Multiprocessing package supports spawning processes using an…

Python3

4 min read

Python multiprocessing with example
Python multiprocessing with example
Python3

4 min read


Jul 15, 2021

Multi-cloud Terraform remote state

Overview In Terraform, the state file is used to track the current state of the infrastructure. If you are working in a team use of a local state file makes Terraform usage difficult because each user must make sure they always have the latest state data before running Terraform and make…

AWS

4 min read

MultiCloud Terraform States
MultiCloud Terraform States
AWS

4 min read


Jul 14, 2021

Terratest, Github Actions & Checkov

I work as part of a DevOps team, So, I get to work on different types of projects. Recently, I had the chance to work on Terraform, GitHub Actions, Terratest, and BridgeCrew Checkov. I am sure everyone knows Terraform. So I am not going to talk about it. GitHub Actions Having worked…

Terraform

4 min read

Terratest, Actions & BridgeCrew
Terratest, Actions & BridgeCrew
Terraform

4 min read


Jun 1, 2020

Mock AWS & Pytest Click

As part of the DevOps team, I get to work on multiple different tools and applications. Recently, I had the opportunity to work on a click app in python which connects to AWS to get data. I am using setup.py build for the deployment(setup.py is a build script for setuptools…

Python

4 min read

Mock AWS & Pytest Click
Mock AWS & Pytest Click
Python

4 min read


Apr 24, 2020

Prometheus: metrics & monitoring

Overview: As migration towards microservices increases so does the demand to manage them. Kubernetes has become the de-facto standard for deploying microservices so the ecosystem around managing these services has grown exponentially. …

4 min read

Prometheus: metrics & monitoring
Prometheus: metrics & monitoring

4 min read


Apr 10, 2020

Jenkins Shared Libraries

Overview: There are a lot of good articles for Jenkins. A rollout in our case consists of two parts: Application code and Infrastructure. I am not going to talk about Jenkins. I am going to focus on how we are designing rollout using Jenkins Shared Library. Depending on your requirement…

Jenkins

3 min read

Jenkins Shared Libraries
Jenkins Shared Libraries
Jenkins

3 min read


Mar 24, 2020

k8s — Pod Security Policy

In the last few years, Kubernetes has become the defacto standard for deploying containerized applications. There are a lot of interesting posts on Kubernetes. In this post, I am going to highlight how we are implementing PodSecurityPolicies(PSP) on k8s. To begin with, we are running k8s 1.16.6 with RBAC enabled. …

Kubernetes

4 min read

k8s — Pod Security Policies
k8s — Pod Security Policies
Kubernetes

4 min read

tomarv2

tomarv2

17 Followers

some kind of engineer

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams