Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gruyaume/eupf-k8s-operator
Juju charm for operating eUPF on Kubernetes
https://github.com/gruyaume/eupf-k8s-operator
5g ebpf eupf juju
Last synced: 24 days ago
JSON representation
Juju charm for operating eUPF on Kubernetes
- Host: GitHub
- URL: https://github.com/gruyaume/eupf-k8s-operator
- Owner: gruyaume
- License: apache-2.0
- Created: 2024-06-10T20:03:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T03:25:41.000Z (about 2 months ago)
- Last Synced: 2024-09-30T04:20:53.703Z (about 1 month ago)
- Topics: 5g, ebpf, eupf, juju
- Language: Python
- Homepage: https://charmhub.io/eupf-k8s
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# eUPF K8s Operator
Juju charm for operating eUPF on Kubernetes.
## Usage
### Enable Multus
Add the community repository MicroK8s addon:```
sudo microk8s addons repo add community https://github.com/canonical/microk8s-community-addons --reference feat/stri
```Enable the following MicroK8s Multus Addon.
```
sudo microk8s enable multus
```### Deploy eUPF
Deploy the eUPF charm:
```
juju deploy eupf-k8s --trust
```