Open in app
Home
Notifications
Lists
Stories

Write
Vignesh Thirunavukkarasu
Vignesh Thirunavukkarasu

Home

Jan 21

mTLS with Apache HTTP server

Understanding mTLS and setting it up with Apache HTTP Web Server What is mTLS ? mTLS or Two way SSL, abbreviation for mutual Transport Layer Security, aims at establishing the authenticity of both the client and the server to each other. Original TLS / SSL establishes the identity of the server to the client…

Mutual Tls

6 min read

mTLS with Apache HTTP server
mTLS with Apache HTTP server

Dec 30, 2021

How good is uDeploy for Enterprise ?

A overview of uDeploy — a tool for automating application deployments through your environments My gosh! Such a powerful tool that I came across. Originally called Urbancode Deploy, later acquired by IBM and renamed it to uDeploy. It’s a product that could be the end state of a CI /…

Ibm Udeploy

3 min read

How good is uDeploy for Enterprise ?
How good is uDeploy for Enterprise ?

Dec 21, 2021

Advanced Linux Commands for Developers

I have curated some of the most useful commands that Software Developers / DevOps Engineers often use. I’m not covering the basic ones like — mkdir, rm, cat, cd, etc. Some medium to advanced commands… grep cat sample.txt | grep -i “TIM” -i for case ignore Or grep -i “TIM” sample.txt

Linux

4 min read

Useful Linux Commands for Developers
Useful Linux Commands for Developers

Dec 11, 2021

Retry, Retry & Retry…

Understanding the retry mechanisms in Software Engineering A quick glance of when and where we need retry mechanisms. Retry is usually needed when one service / client talking to another service / system, and the second system is down or unable to respond within the time-frame. Mostly people talk of microservice retry (as a circuit breaker pattern). However, retry is a…

Retry

3 min read

Retry, Retry & Retry…
Retry, Retry & Retry…

Oct 28, 2021

Does API-Gateway really makes sense in 2021 ??

Hmmm… an interesting thought that i had for quiet sometime. After dwelling in the Software architect role for sometime, I have finally realize the utmost use-case for API gateways. As a novice developer, I have designed app modules, that run independently on OpenShift without an API gateway. However, after getting…

Api Gateway

3 min read

Does API-Gateway really makes sense in 2021 ??
Does API-Gateway really makes sense in 2021 ??

Sep 21, 2020

Introduction to service mesh — istio

In modern era where containers and micro-services are becoming the reality, they also have an overhead of managing the common functionalities like inter service communications spanning between java, node, python / go-lang with diff communication protocols (REST/ gRPCs), mTLS, service discovery, Load-Balancers, etc. …

Istio Service Mesh

3 min read

Introduction to service mesh — istio
Introduction to service mesh — istio
Vignesh Thirunavukkarasu

Vignesh Thirunavukkarasu

Following
  • Aaron Berry

    Aaron Berry

  • Abhijit Mondal

    Abhijit Mondal

  • Netflix Technology Blog

    Netflix Technology Blog

  • Tejas Ozarkar

    Tejas Ozarkar

  • Howard Rosen

    Howard Rosen

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable