...
The Provider Access Edge blueprint aims to provide a platform for running NFV (e.g. vRAN, vBNG, SEBA) and MEC (e.g. MobileEdgeX) workloads on a small footprint, self-managing Kubernetes-on-bare metal cluster. The release 1 blueprint supports managing a whole edge stack only using Kubernetes resource configs (manifests). Edge stacks created with this blueprint can run both containerised and VM-based workloads (via KubeVirt) on a common platform. Release 1 also includes multi-network support (via Multus). Applications on top of this platform are managed via the Operator Framework.
In Release 2, we worked on general stability of the project, and we also added new features:
- functionality to deploy baremetal clusters in a total automated way
- support for CentOS realtime nodes, and its realtime tuning
- added Ceph support for storage
What is Released
Components of the release (Akraino new)
Installer Helper tool simplifying CI/CD based blueprint deployments into AWS, libvirt, and bare metal using the upstream OpenShift Kubernetes Distro (OKD): https://gerrit.akraino.org/r/admin/repos/kni/installer
Manifests for configuring Kubernetes cluster, and adding additional workloads for Mobile Edge Applications: https://gerrit.akraino.org/r/admin/repos/kni/blueprint-pae
All our code is released under Apache license: https://www.apache.org/licenses/LICENSE-2.0.html
...