Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Orange-OpenSource/towards5gs-helm
Helm charts for deploying 5G network services on Kubernetes
https://github.com/Orange-OpenSource/towards5gs-helm
5g chart core free5gc helm k8s kubernetes manifest ran ueransim
Last synced: 24 days ago
JSON representation
Helm charts for deploying 5G network services on Kubernetes
- Host: GitHub
- URL: https://github.com/Orange-OpenSource/towards5gs-helm
- Owner: Orange-OpenSource
- License: other
- Created: 2021-05-18T09:16:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-04T13:05:46.000Z (5 months ago)
- Last Synced: 2024-08-04T00:04:09.859Z (4 months ago)
- Topics: 5g, chart, core, free5gc, helm, k8s, kubernetes, manifest, ran, ueransim
- Language: Smarty
- Homepage:
- Size: 7.2 MB
- Stars: 166
- Watchers: 18
- Forks: 129
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-5g - towards5GS-helm - Provide helm charts in order deploy on one click a 5G system on top of Kubernetes. (Platforms)
README
# towards5GS-helm
[![Helm charts linting](https://github.com/Orange-OpenSource/towards5gs-helm/actions/workflows/helm-charts-testing.yml/badge.svg)](https://github.com/Orange-OpenSource/towards5gs-helm/actions/workflows/helm-charts-testing.yml)
***Towards5GS-helm*** is an open-source project implemented to provide helm charts in order deploy on one click a 5G system (RAN+SA 5G core) on top of Kubernetes. It currently relies on Free5GC for the core network and UERANSIM to simulate Radio Access Network
## TL;DR
```console
helm repo add towards5gs 'https://raw.githubusercontent.com/Orange-OpenSource/towards5gs-helm/main/repo/'
helm repo update
helm search repo
```## Documentation
The documentation can be found [here](./docs/)!## Motivations
Please consult this [link](/motivations.md) to see the motivations that have led to this project.## Contributing
Moving towards a Cloud native model for the 5G system is not a simple task. We welcome all new [contributions](./CONTRIBUTING.md) making this project better!## Acknowledgement
Thanks to both Free5GC and UERANSIM teams for their great efforts.## License
***towards5GS-helm*** is under [Apache 2.0](./LICENSE) license.## Citation
Text format:
```
A. Khichane, I. Fajjari, N. Aitsaadi and M. Gueroui, "Cloud Native 5G: an Efficient Orchestration of Cloud Native 5G System," NOMS 2022-2022 IEEE/IFIP Network Operations and Management Symposium, Budapest, Hungary, 2022, pp. 1-9, doi: 10.1109/NOMS54207.2022.9789856.
```
BibTex:
```
@INPROCEEDINGS{9789856,
author={Khichane, Abderaouf and Fajjari, Ilhem and Aitsaadi, Nadjib and Gueroui, Mourad},
booktitle={NOMS 2022-2022 IEEE/IFIP Network Operations and Management Symposium},
title={Cloud Native 5G: an Efficient Orchestration of Cloud Native 5G System},
year={2022},
volume={},
number={},
pages={1-9},
doi={10.1109/NOMS54207.2022.9789856}}
```