Skip to content

Latest commit

 

History

History
69 lines (34 loc) · 2.16 KB

File metadata and controls

69 lines (34 loc) · 2.16 KB

Sample illustration of build and deploy a polyglot application with Graal VM with OCI Devops.


🪄 Objective .

  • Make a sample build and deploy using Polyglot application with Graal VM.
  • Its encomposed with nodejs and R application language.
  • the build and Deployment is orchestrated with OCI devops services .
  • The application will be deployed on to OCI OKE.

🖨️ How to use it .

- Specify below as deployment parameters.
- Refer deployment_spec.yaml for deployment manifest (as an inline or use with OCI artifactory) and the type as 'kube manifest' 

Finally


  • Post the successfull build /deployment ,connect to oke and execute *kubectl get all -n < namespace >' and fetch the OCI loadbalancer IP.

  • Launch the IP via browser and refer the sample view .You may update server.js to alter the view / experience it .

References & Credits for base code