Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.1 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.1 KB

OAI-5G-BASIC DEPLOYMENT

Prerequisites

  1. Install any tool for locally creating cluster. For this installation, we are going to use kind for creating cluster. Install from here.

  2. kubectl allows you to run commands against Kubernetes clusters. Install kubectl from here.

  3. Install this helm-spray.

helm plugin install https://github.com/ThalesGroup/helm-spray

# check installed plugins
helm plugin list
  1. 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 ../

Installation

Clone Repository

git clone https://github.com/AdityaKoranga/OAI-5g-basic.git

#change directory
cd OAI-5g-basic/

Run Script

bash oai-5g-basic.sh

Crosscheck

On the other terminal, check the running pods:

watch kubectl get pods -A