TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Cyphernetes v0.14 is out with Multi-Cluster support and more

2 pointsby fatliverfreddy6 months ago

1 comment

fatliverfreddy6 months ago
Hey all,<p>The Cyphernetes team has been hard at work this past month and we have a release full of awesome content to share!<p>New features: * Multi-cluster support: This was by-far the top-requested feature by the community. Check out our revamped language documentation to learn how * Support for aggregation of CPU and Memory fields (you can now use `SUM` on fields containing cpu&#x2F;memory values and have them properly calculated * Support for defining custom relationships in a home-folder YAML file<p>Improvements: * Two new comparison operators for `WHERE` clauses: * Regex compare (`WHERE p.metadata.name =~ &quot;foo&quot;`) * Partial string match (`WHERE p.metadata.name CONTAINS &quot;foo&quot;`) * Allow comparing against empty values (`WHERE p.spec.foo = NULL`) * New &quot;no-color&quot; flag support for shell+query mode * Context indicator and some visual improvements in web client<p>Thanks to the incredible folks who worked hard this past moths on all these features and to everybody who opened issues and reported from their experience both in GitHub and here.<p>If you don&#x27;t know Cyphernetes yet, it&#x27;s a graph query language for Kubernetes. Check us out in GitHub.<p>Thanks again, more coming soon!