Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move from docker-compose to k8s #8

Open
3 of 4 tasks
0x0elliot opened this issue Oct 27, 2022 · 3 comments
Open
3 of 4 tasks

Move from docker-compose to k8s #8

0x0elliot opened this issue Oct 27, 2022 · 3 comments

Comments

@0x0elliot
Copy link
Contributor

0x0elliot commented Oct 27, 2022

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:

  • Fix the docker configs
  • Make docker-compose to be more image-focused rather than building it from scratch focused.
  • Run kompose on the docker-compose file
  • make sure that the everything works on k8s.

Will tackle running the nodes in another issue.

@theycallmeloki
Copy link

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
Copy link
Contributor Author

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

@0x0elliot
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants