Upcoming presentations
No upcoming presentations...
Past presentations
You Got Kubernetes In My Postgres!
Controlling Kubernetes from psql
My day job is as a Kubernetes project contributor, and Postgres Foreign Data Wrappers have always held a special place in my heart. Combining them is only natural.
Kubernetes uses etcd as its data store, but it maps very well onto Postgres. All APIs follow a very uniform schema that makes programmatically mapping objects to tables easy. The user experience I settled on makes it easy to pres...