Skip to content

swir-rs/swir-operator

Repository files navigation

Build Status License GitHub release Awesome Badges

swir-operator

SWIR Operator for Kubernetes

Description

SWIR Operator is Kubernetes operator to inject and configure SWIR sidecars into your solution.

Running

minikube start

In a terminal

cargo run

In a different terminal

kubectl create ns swir
kubectl -n swir apply -f demo_deployment.yaml 
kubectl -n swir describe deployment swir-demo

Requirements

  • Rust 1.44.1 or above