Skip to content

The workload controller manager from NodePool level in OpenYurt cluster

License

Notifications You must be signed in to change notification settings

River-sh/yurt-app-manager

 
 

Repository files navigation

Yurt-app-manager

Version License Go Report Card codecov

This repository contains 4 CRD/controllers: NodePool, YurtAppSet, YurtAppDaemon and YurtIngress.

The NodePool provides a convenient management experience for a pool of nodes within the same region or site.

The YurtAppSet defines a new edge application management methodology of using per node pool workload.

The YurtAppDaemon provides a similar K8S DaemonSet support for user app workload from the NodePool level.

The YurtIngress is responsible to deploy configurable ingress controller to the user specified NodePools.

For details of the design, please see the documents below:

NodePool and YurtAppSet: document.

YurtAppDaemon: document.

YurtIngress: document.

Getting Start

Since the OpenYurt is extended from the upstream Kubernetes using only plugins, the NodePool, YurtAppSet, YurtAppDaemon and YurtIngress can be used with upstream Kubernetes as well. But to make the best use of them, we recommend using them with the OpenYurt. 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

License

Yurt-app-manager is under the Apache 2.0 license. See the LICENSE file for details. Certain implementations in Yurt-app-manager rely on the existing code from Kubernetes and OpenKruise the credits go to the original authors.

About

The workload controller manager from NodePool level in OpenYurt cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.4%
  • Shell 2.5%
  • Other 1.1%