Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```