Skip to content

ioboi/kube-rs-rust-talk

Repository files navigation

Extend Kubernetes Using Rust: A Quick Introduction to kube-rs

Talk presented at:

Overview

This repository contains the presentation materials and code examples for a talk introducing kube-rs, the Rust crate for interacting with Kubernetes. The talk demonstrates how to extend Kubernetes using Rust, covering basic API interactions, watching resources, and building custom controllers.

Contents

  • talk/ - Presentation slides
  • deployment-crud/ - Example demonstrating CRUD operations on Kubernetes Deployments
  • pod-watcher/ - Example showing how to watch Pod events in real-time
  • pod-reflector/ - Example implementing a reflector pattern for Pod state
  • website/ - Example controller for static website hosting

Resources

About

Extend Kubernetes Using Rust: A Quick Introduction to kube-rs

Topics

Resources

License

Stars

Watchers

Forks