FOSSASIA Vietnam 2024: Isolated developer environments
Wrote a kubernetes controller in Go to spawn isolated prod-like development environments. We’ll dive into the problem it solves, my journey building it, the need for robustness and the impact it had.
PyCon India 2023: Supercharging Kubernetes with controllers
Gave a talk on extending kubernetes via controllers by modifying objects in python
GopherCon India 2022: Spawning isolated developer environments
Wrote a kubernetes controller in Go to spawn isolated prod-like development environments. We’ll dive into the problem it solves, my journey building it, the need for robustness and the impact it had.
RootConf India 2020: Controlling AWS EKS access via IAM
Gave a talk on a tool I made which synced AWS IAM groups and users with EKS as kubernetes groups and users.
PyCon India 2015: Intro to SQLAlchemy
This flash talk gives you a quick intro into SQLAlchemy and how to run basic CRUD queries.
Docker Meetup Pune: Multi-staged builds using Docker
Spoke about mutli-staged builds in Docker, their usecases and the best practices.