Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve deployment documentation #1274

Open
Tansito opened this issue Apr 2, 2024 · 1 comment
Open

Improve deployment documentation #1274

Tansito opened this issue Apr 2, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request priority: low Low priority

Comments

@Tansito
Copy link
Member

Tansito commented Apr 2, 2024

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
@Tansito Tansito added documentation Improvements or additions to documentation enhancement New feature or request priority: low Low priority labels Apr 2, 2024
@johannesgreiner
Copy link

yes this is great thx David for the joint effort in updating! Also whatever insights we can add on deploying in other Cloud contexts is helpful, I'll scan through my materials on this as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request priority: low Low priority
Projects
None yet
Development

No branches or pull requests

2 participants