https://github.com/xclud/dart_kubernetes
Kubernetes client for Dart/Flutter.
https://github.com/xclud/dart_kubernetes
application dart flutter kubernetes
Last synced: about 1 year ago
JSON representation
Kubernetes client for Dart/Flutter.
- Host: GitHub
- URL: https://github.com/xclud/dart_kubernetes
- Owner: xclud
- License: mit
- Created: 2021-04-29T12:27:35.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T10:06:56.000Z (over 2 years ago)
- Last Synced: 2025-04-25T12:54:40.226Z (about 1 year ago)
- Topics: application, dart, flutter, kubernetes
- Language: Dart
- Homepage: https://pub.dev/packages/kubernetes
- Size: 2.96 MB
- Stars: 14
- Watchers: 2
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pub.dartlang.org/packages/kubernetes)
A feature-rich and fully-fledged Kubernetes client for Dart/Flutter.
## Roadmap
The roadmap of the package is as it follows. Please do not hesitate to suggest changes in the priorities or features. Contributions are welcome:
- [✓] Support for all Kubernetes APIs (REST).
- [ ] Support for `Watch`ing resources.
- [ ] Support for Metric APIs.
- [ ] Implement a fully-fledged UI aiming towards being the best cross-platform Kubernetes client.
- [ ] Support [Istio](https://istio.io) APIs.
- [✓] [Gateway](https://istio.io/latest/docs/reference/config/networking/gateway/)
- [✓] [Virtual Service](https://istio.io/latest/docs/reference/config/networking/virtual-service/)
- [ ] [Destination Rule](https://istio.io/latest/docs/reference/config/networking/destination-rule/)
- [ ] [Service Entry](https://istio.io/latest/docs/reference/config/networking/service-entry/)
- [ ] [Sidecar](https://istio.io/latest/docs/reference/config/networking/sidecar/)
- [ ] [Network resilience and testing](https://istio.io/latest/docs/concepts/traffic-management/#network-resilience-and-testing)
- [ ] Support [Knative](https://knative.dev) APIs.
- [ ] Support [Tekton](https://tekton.dev/) CI/CD APIs.
## Version Skew Policy
This package is built and tested against Kubernetes 1.26.3. As similar to Kubernetes itself, outdated Kubernetes components are deprecated and removed from the life-cycle.
For more information please refer to [Version Skew Policy](https://kubernetes.io/releases/version-skew-policy) document.
## Contribution
Any sort of contribution and support is welcome. Currently, there are no contribution guidelines and we will process them in manual way.