From d74821bf3c537e45bd30e69dc65d5e788cef3683 Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Sun, 4 Jun 2023 00:50:54 -0700 Subject: [PATCH] Added Chisel Kubernetes Operator to Development. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 52413de..2b7234f 100644 --- a/README.md +++ b/README.md @@ -395,6 +395,8 @@ Most self-hosted software can be installed using [Docker](https://en.wikipedia.o [krunvm](https://github.com/containers/krunvm) is a CLI-based utility for creating microVMs from OCI images, using [libkrun](https://github.com/containers/libkrun) and [buildah](https://github.com/containers/buildah). +[Chisel Kubernetes Operator](https://github.com/FyraLabs/chisel-operator/) is a Kubernetes operator for Chisel. It allows you to use Chisel as a LoadBalancer provider for your Kubernetes cluster, similar to [inlets-operator](https://github.com/inlets/inlets-operator). + ### Web servers [Back to The Top](#table-of-contents)