-
Install any tool for locally creating cluster. For this installation, we are going to use
kind
for creating cluster. Install from here. -
kubectl
allows you to run commands against Kubernetes clusters. Installkubectl
from here. -
Install this
helm-spray
.
helm plugin install https://github.com/ThalesGroup/helm-spray
# check installed plugins
helm plugin list
- Install
Multus
from here, or just follow the below steps:
git clone https://github.com/k8snetworkplumbingwg/multus-cni
cd multus-cni
cat ./deployments/multus-daemonset-thick-plugin.yml | kubectl apply -f -
cd ../
git clone https://github.com/AdityaKoranga/OAI-5g-basic.git
#change directory
cd OAI-5g-basic/
bash oai-5g-basic.sh
On the other terminal, check the running pods:
watch kubectl get pods -A