Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Some parts of this page are now out of date. Use together with more recent page: Release J - Run in Kubernetes

This article describes the steps to run NONRTRIC in Minikube using a VM created using Vagrant.

...

After this it is possible to start again from the section "Start the VM and install". Or from the section "Prepare a dir for your VM" if the script or config need to be changed.

Alternative to Deploy NONRTRIC in Minikube

There is an alternative way, described in the procedure below to run NonRT-RIC kubenetes cluster in Minikube running on Oracle Virtual Box with Ubuntu 22.04.

Via an installation script that brings up Minikube and allow to deploy NonRT-RIC cluster on it. Besides, the Kubernetes GUI could be started to see overall deployment.

Prerequisite

VirtualBox version 6.1. (Can be downloaded from this page Download VirtualBox)

Install Ubuntu 22.04

Ubuntu version 22.04. (Can be downloaded from this page Download Ubuntu)

Install Minikube

...

languagebash
firstline0
titleMinikube Installer on Ubuntu 22.04
linenumberstrue
collapsetrue

...

.

...

Start Minikube

Code Block
languagebash
firstline0
titleStart Minikube
linenumberstrue
###Start minikube###
minikube start

###Check status###
$ minikube status



$ kubectl get pods -n kube-system

Open the Kubernetes Dashboard

...

languagebash
firstline0
titleOpen the Kubernetes Dashboard

...