Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 933 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 933 Bytes

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