←back to thread

634 points david927 | 1 comments | | HN request time: 0.212s | source

What are you working on? Any new ideas that you're thinking about?
1. fatliverfreddy ◴[] No.41344349[source]
I’m working on Cyphernetes [1] which is a new query language for working with the Kubernetes API with a focus on highly connected operations. It’s inspired by Neo4j’s Cypher and views Kubernetes as a connected graph of resources.

It allows querying multiple resource kinds via their relationships (i.e. replicaset owns pod, service exposes deployment…) and easily crafting custom response payloads.

Lately I’ve introduced aggregation functions and the ability to visualize query results using ascii art.

This is a daily driver for me and I’m now mostly focused around features that will make it a complete kubectl alternative.

[1] https://github.com/AvitalTamir/cyphernetes/