Skip to content

AdityaKoranga/OAI-5g-basic-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

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

About

one line script file for deployong oai-5g-basic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages