-
Design of an IoT data pipeline
Recently I worked on an assignment project where I tried to design an IoT data pipeline. Checkout the design and code. -
Attach Java agent in Java apps deployed in Kubernetes
I needed to attach Java agent to my Java process to find security vulnerabilities. App is running in k8s and this is how I did it.