cndoit18 / yurt-app-manager

The controller manager that contains the nodepool controller and uniteddeployment controller.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yurt-app-manager

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 controller manager that contains the nodepool controller and uniteddeployment controller.

License:Apache License 2.0


Languages

Language:Go 97.0%Language:Shell 1.6%Language:Makefile 0.9%Language:Smarty 0.3%Language:Dockerfile 0.1%