-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestpriority: lowLow priorityLow priority
Description
What is the expected enhancement?
From last interaction with Johannes and Paco, they asked to update the documentation to deploy in IBM Cloud. Basically we followed the next steps:
- IBM Cloud setup
- Make sure to be part of an Access Group with admin rights
- Create Kubernetes Service with minimal resources
- Create VPC
- 4 CPU cores minimum
- Create Object Storage
- Create minimal PostgreSQL instance
- 0 dedicated cores and 1 GB Ram is fine for testing purposes
- Open IBM Cloud Shell
- Set Context: ibmcloud ks cluster config --cluster $YOUR_CLUSTER_ID
- Get cluster ID from the overview of the Kubernetes Service resource you created
- Create namespace: kubectl create namespace serverless-namespace
- Next step is configure object storage and database to be able to access to them
- for PostgreSQL you need: click in the database > service credentials > new credential
- for Object Storage you need:
- create credentials: enter in the instance > service credentials > new credentials with: role writer and HMAC ON
- create bucket: custom bucket > default configuration is more than enough
- Steps to configure object storage plugin in the cluster:
- Install Quantum Serverless
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestpriority: lowLow priorityLow priority