nephio-project / nephio

Nephio is a Kubernetes-based automation platform for deploying and managing highly distributed, interconnected workloads such as 5G Network Functions, and the underlying infrastructure on which those workloads depend.
Apache License 2.0
102 stars 53 forks source link

Nephio Installation on AWS #333

Open p00jaTechm opened 1 year ago

p00jaTechm commented 1 year ago

Hi @johnbelamaric, we want to use Nephio for one of our use case. Can you please provide the documentation link for installing Nephio on AWS.

Your response will be highly appreciated.

Thanks and Regards, Pooja Yadav

johnbelamaric commented 1 year ago

Are you wanting to install the demo environment or a bring-your-own-cluster environment?

For the demo environment, you can do that on a generic Ubuntu VM, see https://github.com/nephio-project/docs/tree/main/install-guide#installing-on-a-pre-provisioned-vm

For a bring-your-own-cluster environment, we haven't really documented it yet. It depends a lot on your particular selections of Git provider, cluster provisioner, etc. The install code in the test-infra repo may be helpful in this.

BG00818733 commented 1 year ago

Hi @johnbelamaric

Thanks for the update. We tried the below installation of Nephio on Ubuntu based AWS Ec2 instance, but nephio is not getting installed. https://github.com/nephio-project/docs/tree/main/install-guide#installing-on-a-pre-provisioned-vm

Our requirement is to connect Nephio to existing EKS cluster on AWS. Please suggest the best way to move forward.

Regards, Bharat

johnbelamaric commented 1 year ago

I suggest you start by playing with it in the demo environment, it will help you learn the parts and pieces.

I am not sure what you mean by "connect" to an existing cluster. Do you mean put the existing cluster under the management of Nephio, so that Nephio can deliver workloads to that cluster? Or, do you mean "run Nephio in an existing cluster"?

BG00818733 commented 1 year ago

HI @johnbelamaric

Thanks for your response. We have to understand the below things.

Your inputs will be appreciated.

Thanks & Regards, Bharat Gupta

henderiw commented 1 year ago

We deploy kind clusters for now within the VM. So far connecting to existing clusters we did not do so far. This is on our todo list. The main challenge is the networking as we deploy across clusters and we want to interconnect them since we need to communicate between them. E.g. N4 between SMF and UPF. So this is work in progress.