How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Java client for Kubernetes & OpenShift
The main features of fabric8io/kubernetes-client are: Developer Workspaces, Microservices.
Projects with overlapping indexed features include: vercel/micro — Micro is a Node.js HTTP microservices framework used to build asynchronous web servers. It enables the creation of… ahmetb/kubectl-tree — kubectl plugin to browse Kubernetes object hierarchies as a tree 🎄 (star the repo if you are using). alibaba/sentinel — Sentinel is a microservice flow control framework designed for managing traffic limits, distributed circuit breaking,… astefanutti/kubebox — ⎈❏ Terminal and Web console for Kubernetes. cloudnativelabs/kube-shell — Kubernetes shell: An integrated shell for working with the Kubernetes. agoda-com/macos-vz-kubelet.
Micro is a Node.js HTTP microservices framework used to build asynchronous web servers. It enables the creation of lightweight services that handle requests and responses through single-purpose functions to reduce operational footprint and latency. The framework functions as a JSON API backend and a WebSocket communication server, allowing for the establishment of bidirectional socket connections for real-time data updates and instant messaging. Its capability surface covers HTTP request processing, including the parsing of JSON and URL-encoded request bodies. It also supports external API i
kubectl plugin to browse Kubernetes object hierarchies as a tree 🎄 (star the repo if you are using)
Sentinel is a microservice flow control framework designed for managing traffic limits, distributed circuit breaking, and adaptive overload protection. It serves as a traffic shaping component that defines resource boundaries to regulate request flow and ensure reliability across distributed systems. The project provides a real-time monitoring dashboard for tracking resource metrics and performance bottlenecks across service clusters. It includes a visual interface for the real-time management of flow control and circuit breaking rules, allowing parameters to be updated without restarting the