ArgusOSS / urNode

QuickNode/Infura/Alchemy but the power is actually in your hands.
https://urnode.readthedocs.io/
MIT License
3 stars 2 forks source link

Move from docker-compose to k8s #8

Open 0x0elliot opened 2 years ago

0x0elliot commented 2 years ago

Very much would need help with this as I am not a k8s fanatic yet. It's important that given the current architecture, we move to k8s properly from docker-compose.

To do for this issue:

Will tackle running the nodes in another issue.

theycallmeloki commented 2 years ago

You could run it through this: https://kompose.io/

That would allow you to collect k8s yaml,

In order to test your yaml

Collect a free account from GCP - Google Kubernetes Engine

And kubectl apply the autogenerated yaml that was created by kompose

0x0elliot commented 2 years ago

just me or kompose just sometimes chooses to not make a kustomization.yaml file?

0x0elliot commented 2 years ago

i will try to write one myself. should be simple enough.