Skip to content

kube-rs/gateway-api-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docs crates.io License

Note: In Kubernetes SIG Network we're evaluating this project as a potential "official" Gateway API library. The goal for this repository currently is to get all the groundwork done so that we have a complete and functional set of APIs. This is considered experimental at this time. Do not use in production.

Gateway API (Rust)

Note: Currently supports Gateway API version v1.0.0

Gateway API is an official Kubernetes API for Layer 7 network routing. It is the successor to the Ingress API but supports both ingress and service mesh use cases. See the Gateway API Introduction for more details.

This project provides bindings in Rust for Kubernetes Gateway API.