You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At first, I used kubernetes-manifests to deploy, but there will be various problems after the container is started (jwt key does not exist), and then I switched to dev-kubernetes-manifests to deploy and run successfully, but I found that loadgenerator.yaml is missing service, I think Increase the amount of concurrency, do not know how to operate. I don't understand why this project is a bit messy, why can't the whole project be made simpler? I want to start it faster and see how it works.
This is an interesting project, maybe my understanding is wrong and I'm using it incorrectly, can anyone give me some guidance?
The text was updated successfully, but these errors were encountered:
This project is a part of the MARA Project, so several configuration options/decisions were made to support that effort. The kubernetes-manifests directory contains the YAML used to deploy as part of MARA. That project contains the logic necessary to deploy Bank of Sirius alongside monitoring and management tooling, including showing how to create / generate the JWT key.
The method you're using - deploying via the dev-kubernetes-manifests - is probably a better way to deploy if you are not using within the MARA context.
Happy to help if you provide more context on your overall goals here, just let me know.
At first, I used kubernetes-manifests to deploy, but there will be various problems after the container is started (jwt key does not exist), and then I switched to dev-kubernetes-manifests to deploy and run successfully, but I found that loadgenerator.yaml is missing service, I think Increase the amount of concurrency, do not know how to operate. I don't understand why this project is a bit messy, why can't the whole project be made simpler? I want to start it faster and see how it works.
This is an interesting project, maybe my understanding is wrong and I'm using it incorrectly, can anyone give me some guidance?
The text was updated successfully, but these errors were encountered: