Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

The workload controller manager from NodePool level in OpenYurt cluster

License

Notifications You must be signed in to change notification settings

openyurtio/yurt-app-manager

Repository files navigation

Yurt-app-manager

IMPORTANT: This project is no longer being actively maintained and has been archived.

Archived Project

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.

Project Description

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.

Previous Contributions

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.

Alternative Projects

All the functions of this project have been migrated into yurt-manager component in openyurt repo.