Browse Source

:book: Update README with a section of projects using EdgeVPN

Ettore Di Giacinto 3 years ago
parent
commit
e84bfbcfa3
1 changed files with 5 additions and 1 deletions
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -169,7 +169,6 @@ If you are not really interested in network performance (again, that's for devel
 
 
 We have used flannel here, but other CNI should work as well.
 We have used flannel here, but other CNI should work as well.
 
 
-Don't miss out [c3os](https://github.com/mudler/c3os) which is a Linux derivative built on top of k3s and EdgeVPN for automatic node discovery!
 
 
 # :notebook: As a library
 # :notebook: As a library
 
 
@@ -214,6 +213,11 @@ e := edgevpn.New(append(o, opts...)...)
 e.Start(ctx)
 e.Start(ctx)
 ```
 ```
 
 
+# 🧑‍💻 Projects using EdgeVPN
+
+- [Kairos](https://github.com/kairos-io/kairos) - creates Kubernetes clusters with K3s automatically using EdgeVPN networks
+
+
 # 🐜 Contribution
 # 🐜 Contribution
 
 
 You can improve this project by contributing in following ways:
 You can improve this project by contributing in following ways: