SD-Core 5G UPF K8s
- Canonical Telco
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/beta | 13 | 03 Jan 2024 | |
latest/edge | 21 | 21 Jan 2024 | |
1.4/beta | 280 | 29 May 2024 | |
1.4/edge | 659 | 29 Oct 2024 | |
1.5/edge | 669 | 17 Nov 2024 | |
1.3/beta | 13 | 22 Jan 2024 | |
1.3/edge | 105 | 05 Apr 2024 |
juju deploy sdcore-upf-k8s --channel 1.4/edge
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
access-gateway-ip | string
Default: 192.168.252.1
Gateway IP address to the Access Network.
-
access-interface | string
Interface on the host to use for the Access Network.
-
access-interface-mac-address | string
MAC address of the UPF's Access interface. Required only if
upf-mode
isdpdk
. -
access-interface-mtu-size | int
MTU for the access interface (1200 <= MTU <= 65535) in bytes. If not specified, Multus will use its default value (typically 1500).
-
access-ip | string
Default: 192.168.252.3/24
IP address used by the UPF's Access interface.
-
cni-type | string
Default: bridge
Multus CNI plugin to use for the interfaces. Allowed values are
bridge
,host-device
,macvlan
,vfioveth
. -
core-gateway-ip | string
Default: 192.168.250.1
Gateway IP address to the Core Network.
-
core-interface | string
Interface on the host to use for the Core Network.
-
core-interface-mac-address | string
MAC address of the UPF's Core interface. Required only if
upf-mode
isdpdk
. -
core-interface-mtu-size | int
MTU for the core interface (1200 <= MTU <= 65535) in bytes. If not specified, Multus will use its default value (typically 1500).
-
core-ip | string
Default: 192.168.250.3/24
IP address used by the UPF's Core interface.
-
dnn | string
Default: internet
Data Network Name (DNN)
-
enable-hw-checksum | boolean
Default: True
When enabled, hardware checksum will be used on the network interfaces.
-
external-upf-hostname | string
Externally accessible FQDN for the UPF. If not provided, it will default to the LoadBalancer Service hostname. If that is not available, it will default to the internal Kubernetes FQDN of the service.
-
gnb-subnet | string
Default: 192.168.251.0/24
gNodeB subnet.
-
upf-mode | string
Default: af_packet
Either
af_packet
(default) ordpdk
.