Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions ADOPTERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Flannel Adopters

This document lists organizations known to use Flannel in production or development/testing environments.

To add your organization to this list, please open a pull request.

## Production Adopters

| Organization | Usage | More Information |
|---|---|---|
| SUSE / Rancher | Default CNI for [K3s](https://k3s.io) lightweight Kubernetes | https://k3s.io |
| SUSE / Rancher | Default CNI for [RKE2](https://docs.rke2.io) Kubernetes distribution | https://docs.rke2.io |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here we should clarify that the default rke2 CNI is Canal, not Flannel.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also for Canal the Tigera documentation is not updated.

| Tigera | Used as the networking layer in the [Canal](https://github.com/projectcalico/calico) CNI plugin (Flannel + Calico policy) | https://projectcalico.docs.tigera.io |

## Development / Testing Adopters

| Organization | Usage | More Information |
|---|---|---|
| CNCF | Used in various local Kubernetes development environments and CI pipelines | — |
Loading