Skip to content

stlaz/kube-client-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typed Kubernetes client for Rust

This repository contains an experimental, learning project that tries to implement a basic Kubernetes client library in Rust.

Examples

There are some examples in the examples/ folder. To run them:

cd examples/
KUBE_TOKEN=$(k create token -n default default)
cargo run --example <example_name> --cluster-url <cluster_url> -t $KUBE_TOKEN [additional-flags-here]

About

Just playing around with Rust, nothing interesting here

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages