ashwiniag
  • Home
  • Engineering
  • Life
  • Résumé
Knowledge is Power!

Enable SSM on eks nodes

Ashwini Gaddagi

Ashwini Gaddagi

Jan 8, 2022
k8s_terraform_metrics/templates/ssm.tf at main · ashwiniag/k8s_terraform_metrics
Terraform + K8s + Vicoriametrics + Kube-state-metrics + Prometheus operator - ashwiniag/k8s_terraform_metrics
GitHubashwiniag

Read more

ping vs nslookup?

Why nslookup works but ping says “Name or service not known”? Let’s get basic terminology straight up — and it’s assumed you already understand how DNS resolution works. In my quest to understand how tools like nslookup and ping behave differently, I was honestly confused by the terms DNS

By Ashwini Gaddagi Jul 8, 2025

How Does DNS Work? — A Semi-Comical Flow

In my experience, I've revisited this topic multiple times — and every single time, I’ve learned something new. So here’s a simple visual walkthrough for those who want to understand what really happens when you type a domain name into your browser. We’ll break this into

By Ashwini Gaddagi Jul 8, 2025

Navigating Individual Life in a Community-Centered Society

An entry from my journal, just some combined thoughts and reflections. Felt internet could read it. A life in India can only be fully understood when viewed through the lens of community. In this deeply religious land and more, lives are intertwined like threads in an intricate tapestry, with little

By Ashwini Gaddagi May 9, 2025

Memory Allocation in Go: make, new and var

In Go, there are several ways to allocate and initialize memory. Pre-requisite: undertsand types in Go var Declaration When you declare a variable using var: var x int var s string var m map[string]int var sl []int * The variable is zero-valued (0 for numeric types, "" for

By Ashwini Gaddagi Apr 8, 2025
ashwiniag
Powered by Ghost