Skip to content

Building and deploying custos

Chanikya Reddy Vmmanagari edited this page May 7, 2022 · 4 revisions

custos deployment

  • custos application is built in java. We need to modify various configuration files to build custos specific to our deployment.
  • Once the config files are changed we build the custos project using maven which creates various docker images
  • All these images are pushed to docker hub to personal account image
  • Once images are uploaded we deploy the images to the cluster using helm for that we need to have access to cluster master node via ssh image
Clone this wiki locally