IMPORTANT: This project is no longer being actively maintained and has been archived.
This project has been archived and is no longer being actively maintained. This means you can view and copy the code, but cannot make changes or propose pull requests.
While you're here, feel free to review the code and learn from it. If you wish to use the code or revive the project, you can fork it to your own GitHub account.
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.
We want to take a moment to thank all of the previous contributors to this project. Your work has been greatly appreciated and has made a significant impact.
All the functions of this project have been migrated into yurt-manager
component in openyurt repo.