Steps to build and deploy the service on kubernetes #907
Replies: 7 comments
-
Hey there! We don't recommend you build the code unless you are intending to contribute functionality. If you would like to use k8s, please feel free to use the helm chart https://github.com/featurehub-io/featurehub-helm, there is space in the helm chart values for you to add you appropriate Cloud Vendor's required customisations to expose the service. There is also a If you would like to follow the Architecture - please have a look at our Architecture diagrams in our documentation and feel free to ask questions here. |
Beta Was this translation helpful? Give feedback.
-
Hey, thanks for the reply. |
Beta Was this translation helpful? Give feedback.
-
Sure! If you are planning on building a docker image just to the local docker engine, there is a script in the backend folder called The front end is built using Flutter, but it does use a docker image to do so, which is on Dockerhub so you should be fine doing that. So the command you listed which builds all of the code into your local repo, and then the |
Beta Was this translation helpful? Give feedback.
-
got it, |
Beta Was this translation helpful? Give feedback.
-
Heya - this is presumably because you are running on an Apple Silicon Mac and it doesn't emulate a AMD64 architecture for certain key areas. You will need to build the image for the flutter-web docker image for Apple Silicon yourself unfortunately, we are all on Intel silicon, and our build servers are all Intel as well. The image is in the folder |
Beta Was this translation helpful? Give feedback.
-
I've removed the image and when running the make-image.sh I am getting the following error
|
Beta Was this translation helpful? Give feedback.
-
Hey again! I'm back from xmas/new years break, did you resolve this? |
Beta Was this translation helpful? Give feedback.
-
Hey,
I am able to build the services with the following command :
cd backend && mvn -f pom-first.xml install && cd .. && mvn -T4C -DskipTests clean install
but not able to create the Docker image from all the individual jars. I understand that you use jib plugin for creating docker images but I cannot find the command to run that.
Can you guyz pls send a step by step commands for setting up a kubernets pipeline for building and deploying the service.
We are evaluating featurehub for a company wide use case at large scale and need some assistance. It would be really helpful if we can get on a call and understand some internal setup of the service.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions