January 11, 2020

180 words 1 min read

Lightning Talk: Kubegres: Accessing K8s From Postgres

Lightning Talk: Kubegres: Accessing K8s From Postgres

Postgres is a very versatile database. In addition to regular SQL queries, you can use a Foreign Data Wrapper to make anything - other databases, JSON files, Twitter - appear to be just another set of …

Talk Title Lightning Talk: Kubegres: Accessing K8s From Postgres
Speakers Liz Frost (Software Engineer, Heptio)
Conference KubeCon + CloudNativeCon North America
Conf Tag
Location Seattle, WA, USA
Date Dec 9-14, 2018
URL Talk Page
Slides Talk Slides
Video

Postgres is a very versatile database. In addition to regular SQL queries, you can use a Foreign Data Wrapper to make anything - other databases, JSON files, Twitter - appear to be just another set of tables in the database. This includes Kubernetes! In this lighting talk I will show off querying cluster information, starting and stopping pods, and more… all from inside a postgres SQL prompt. Along the way, I’ll explain a bin about the Postgres foreign data wrapper model, how to use the Go client for Kubernetes, and show off some fun statistics you can gather when your whole cluster is a database.

comments powered by Disqus