Open in app
Home
Notifications
Lists
Stories

Write
Arun Kumar Singh
Arun Kumar Singh

Home

Mar 13

Good to know Azure DevOps Build Triggers

Azure DevOps | CI | CD | Pipeline — Trigger in CI/CD Pipelines are important to create an effective CI/CD process. In Azure DevOps, you can configure pipelines for manual or automated triggers. The triggers will execute the pipeline whenever there is a commit or pull happens. You can schedule the trigger for a specific time as well. The…

Azure Devops

3 min read

Good to know Azure DevOps Build Triggers
Good to know Azure DevOps Build Triggers

Published in Towards Dev

·Jan 7

Monitor your application using Azure Application Insights

Azure | Application Insights | DevOps | Cloud | Monitoring — Objective Application monitoring is the process of collecting and analyzing log data in order to help engineers to track the availability of your application, bugs, resource usage, etc. In this post, I will talk about Azure Application Insights an Application Performance Management (APM) service for developers and DevOps professionals. I will…

Azure

7 min read

Monitor your application using Azure Application Insights
Monitor your application using Azure Application Insights

Dec 16, 2021

Getting Started with HashiCorp Packer

Packer | DevOps | IaaC | Cloud — What is Immutable Infrastructure? The idea behind Immutable Infrastructure takes birth from the fact that you do not change existing infrastructure in case of any update or change, but deploy completely new servers with the changes pre-installed. What is Packer? Packer is a HashiCorp cross-platform tool that can help to create identical machine images for multiple platforms…

Packer

5 min read

Getting Started with HashiCorp Packer
Getting Started with HashiCorp Packer

Oct 13, 2021

Maintaining Reusable Terraform modules in GitHub

Terraform | DevOps | GitHub | IaaC | Cloud — What is Terraform Module? Terraform Modules are the reusable blueprints of your infrastructure. By building modules you can logically break down the infrastructure components and wrap those logical parts into re-usable chunks of IaC. Basically, any set of standard Terraform configuration files in a folder is a Terraform module. You can reuse these modules…

Terraform

6 min read

Maintaining Reusable Terraform modules in GitHub
Maintaining Reusable Terraform modules in GitHub

Sep 16, 2021

Using AppArmor in Azure Kubernetes Service

Azure | Kubernetes | DevOps | AppArmor | Security | Docker — What is AppArmor AppArmor is a Linux Kernal Security Module which allows Sys admin to restrict programs access to certain resources defined in profiles. The security profile allows or disallows specific capabilities, such as network access or file rwx permissions etc. …

Apparmor

5 min read

Using AppArmor in Azure Kubernetes Service
Using AppArmor in Azure Kubernetes Service

Aug 31, 2021

Istio: Canary Deployment for Python Flask based WebServices

Part 2: Istio | Canary | Python Flask | Kubernetes | DevOps — In the first article of this series, we deployed a dummy python flask-based application in the Kubernetes cluster to demonstrate Istio traffic control capabilities. We talked about Istio concepts briefly and deployed few addons for monitoring and visualization of mesh. Istio’s ability to enforce policy in communication networks enables useful…

Istio

6 min read

Istio: Canary Deployment for Python Flask based WebServices
Istio: Canary Deployment for Python Flask based WebServices

Published in Python in Plain English

·Aug 18, 2021

Traffic Management using Istio and Python Flask based WebServices

Part 1: Istio | Microservice | Python Flask | Kubernetes | DevOps — In a cloud-native solution, the distributed nature of the services requires greater control over the flow of traffic between the services. A service mesh allows you to observe, traffic control, secure, manage and connect microservices. Istio is an implementation of a service mesh and comes with a lot of valuable…

Istio

11 min read

Istio Traffic Management using Python Flask based WebServices
Istio Traffic Management using Python Flask based WebServices

Published in FAUN Publication

·Jul 19, 2021

Azure DevOps: Deploying Azure Resources using Terraform

Infrastructure as Code | Terraform | Azure | Azure DevOps — In the previous post of this series, I covered the basic standard method to deploy cloud resources using Terraform. In this, post we will discover it using Azure DevOps. What do you need to start? Access to Azure Cloud Subscription Azure DevOps Please note I assume that you possess basic…

Azure Devops

6 min read

Azure DevOps: Deploying Azure Resources using Terraform
Azure DevOps: Deploying Azure Resources using Terraform

Published in TechBull

·Jul 15, 2021

Deploying Azure Resources using Terraform

Infrastructure as Code | Terraform | Azure — Infrastructure as Code IaC allows developers to codify infrastructure in a way that makes provisioning automated, faster, and repeatable. It’s a key component of Agile and DevOps practices such as version control, continuous integration, and continuous deployment. Terraform Introduction HashiCorp Terraform is aopen-source tool that manages Infrastructure as Code and allows you to build, change…

Terraform

8 min read

Deploying Azure Resources using Terraform
Deploying Azure Resources using Terraform

Published in Nerd For Tech

·Jul 9, 2021

Dissecting Authentication token response received from Microsoft Identity Platform

Using Python MSAL Library to fetch Auth Token — In this post, we will explore Microsoft’s unified identity management solution. Microsoft Identity platform helps you to manage identities and facilitate authentication and authorization of applications by supporting industry-standard protocols both in cloud or on-premises. Digital transformation has pushed tremendous growth in recent years. This growth has caused identity diversification…

Msal

6 min read

Dissecting Authentication token response received from Microsoft Identity Platform
Dissecting Authentication token response received from Microsoft Identity Platform
Arun Kumar Singh

Arun Kumar Singh

In quest of understanding How Systems Work !

Following
  • Maciej

    Maciej

  • Netflix Technology Blog

    Netflix Technology Blog

  • Anton Babenko

    Anton Babenko

  • Jiadong Chen

    Jiadong Chen

  • Matt Klein

    Matt Klein

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable