Skip to content

ujjwalpawar/kPhobos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kPhobos

OAI-UE-nFAPI deployment on Kubernetes

Build Docker image

docker build -t j0lama/<image name>:latest .

Push Docker image to DockerHub

docker image push j0lama/<image name>:latest

Deploy Pod

kubectl run <pod name> --rm -i --tty --privileged --image j0lama/<image name>:latest -- bash

Run bash inside pod

kubectl exec -ti <pod name> -- bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 79.6%
  • Python 18.2%
  • Dockerfile 2.2%