IBM Cloud Private - Deploy Node Js application

8/2/2018

We have configured IBM Cloud Private 2.1.0.3 We have sample node application. We need to deploy the same in ICP console. We have followed the procedures listed in the below link.

https://www.ibm.com/support/knowledgecenter/SSBS6K_2.1.0.3/app_center/create_helm_cli.html

Please suggest suitable methods.

-- Jagadeesan Annadurai
ibm-cloud-private
kubernetes-helm

1 Answer

8/2/2018

to deploy an application, you can deploy using

  1. cli
  2. ICP UI

CLI

  1. using helm chart you created

  2. using deployment file

UI

  1. using helm chart you created and added into the UI catalog and deploy using it
    • see above .
  2. using deployment and service

hopes it helps.

-- jaricsng
Source: StackOverflow