Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bpetit/rs-k8s-sync

Minimalistic, synchronous, read-only client for kubernetes cluster API, from a node, through local api server endpoint
https://github.com/bpetit/rs-k8s-sync

Last synced: about 2 months ago
JSON representation

Minimalistic, synchronous, read-only client for kubernetes cluster API, from a node, through local api server endpoint

Awesome Lists containing this project

README

        

# k8s-sync

Minimalistic, synchronous, read-only client for kubernetes through local api server (from a node).

Documentation is available [here](https://docs.rs/k8s-sync).

## Quick start

```
[dependencies]
rs-k8s-sync = "0.2.2"
```