You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Operator 5G Core Preview supports direct configuration of the first party packet core network functions deployed on Azure and Nexus by:
15
15
@@ -18,6 +18,34 @@ Azure Operator 5G Core Preview supports direct configuration of the first party
18
18
19
19
Note that many concurrent configuration user sessions are supported.
20
20
21
+
## Prerequisites
22
+
23
+
Before you SSH to your Azure Operator 5G Core, complete the following prerequisites:
24
+
25
+
1. You must be able to manage your Kubernetes cluster using the Kubernetes command-line client, `kubectl`. `kubectl` is already installed if you use Azure Cloud Shell. To install `kubectl` locally, use the `az aks install-cli` command.
26
+
27
+
1. After installing `kubectl,` you need the kube.conf file to connect to your Kubernetes cluster. If you’re using Azure Cloud Shell, the kube.conf file is automatically configured for you.
28
+
29
+
If you’re running commands locally, follow these steps:
30
+
31
+
1. Ensure you have the kube.conf file from your Kubernetes cluster.
32
+
33
+
1. Use scp (secure copy) or any other secure method to transfer the file to your local machine. Place the kube.conf file in the ~/.kube/config directory.
34
+
35
+
## Connect to an Azure Operator 5G Core Preview network function using SSH
36
+
37
+
1. Obtain the IP address provided to the cfgmgr service's load balancer. Enter the following ```kubectl``` command or use the cfgmgr load balancer IP address specified during deployment:
38
+
39
+
`kubectl get svc -n fed-<nf_name>`\
40
+
where `<nf_name>` is the name of the network function (for example, smf).
41
+
42
+
1. Use the cfgmgr load balancer IP address to SSH into the network function and configure it:
43
+
44
+
`ssh admin@<nf_cfgmgr_svc_lb_ip>`\
45
+
where `<nf_cfgmgr_svc_lb_ip>` is the cfgmgr load balancer IP address for the network function.
46
+
47
+
1. Use the `config` command to enter config mode and configure the network function.
48
+
21
49
## Additional information
22
50
23
51
For more information, see the documentation for the [Configuration Manager](https://manuals.metaswitch.com/UC/4.3.0/UnityCloud_Overview/Content/Microservices/Shared/Microservices/Config_Manager.htm).
0 commit comments