SkillAgentSearch skills...

Raven

provide layer 3 and layer 7 network connectivity among pods in different physical regions

Install / Use

/learn @openyurtio/Raven
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Raven

<div align="left">

Version Go Report Card License codecov

</div>

Raven is component of the OpenYurt to enhance cluster networking capabilities. This enhancement is focused on edge-edge and edge-cloud communication in OpenYurt. In short, it will provide layer 3 network connectivity among pods in different physical regions, as there are in one vanilla Kubernetes cluster.

Architecture

<div align="left"> <img src="docs/images/raven-architecture.png" width=80% title="Raven Overview "> </div>

The above figure demonstrates the core Raven architecture. The major components consist of:

  • Raven Controller Manager: It is a standard k8s controller that enhances cluster networking capabilities in edge computing. For examples, electing a gateway node for each edge base on node conditions.
  • Raven Agent: A node daemon that serves as a proxy for the traffic of edge-cloud and edge-edge communication. It dynamically configures routing information or VPN connections on each node, according to the node role (normal node or gateway node).

Getting Start

For a complete example, please check out the tutorial.

Contributing

Contributions are welcome, whether by creating new issues or pull requests. See our contributing document to get started.

Contact

  • Mailing List: openyurt@googlegroups.com
  • Slack: channel
  • Dingtalk Group (钉钉讨论群)
<div align="left"> <img src="https://github.com/openyurtio/openyurt/blob/master/docs/img/ding.jpg" width=25% title="dingtalk"> </div>

License

Raven is under the Apache 2.0 license. See the LICENSE file for details. Certain implementations in Raven rely on the existing code from Kubernetes the credits go to the original authors.

View on GitHub
GitHub Stars64
CategoryDevelopment
Updated7d ago
Forks38

Languages

Go

Security Score

100/100

Audited on Mar 23, 2026

No findings