Questions tagged [ibm-cloud]

IBM® Cloud platform (formerly Bluemix) combines platform as a service (PaaS) with infrastructure as a service (IaaS) to build, run, deploy, and manage applications on the cloud. Additionally, the IBM Cloud platform has a rich catalog of cloud services that can be easily integrated with your applications. Supported programming languages and runtimes include Java, Node.js, Swift, Go, PHP, Python, and Ruby, and other languages.

IBM Cloud platform is based on open source technology. In addition to using IBM Cloud platform to build Web applications for multiple frameworks - including iOS - you can create Kubernetes and OpenShift clusters, or launch virtual server instances. IBM Cloud platform follows a Hybrid Cloud model meaning that the apps, containers, and VMs that you use with the platform are portable across public, dedicated, and on-premises clouds.

The IBM Cloud platform console provides application boilerplates to help you get started. The IBM Cloud platform console offers a growing catalog of over 100 services to build applications.

Service categories

  • Compute: Obtain access to bare metal and virtual servers
  • Storage: Store unstructured data in the cloud
  • Network: Secure VPN connections, orchestrate load balancing, and use other network services
  • Security: Configure firewalls and secure connections
  • Containers: Deploy Kubernetes and OpenShift clusters and use Docker-based containers
  • VMware: Integrate VMware solutions
  • Boilerplates: Use templates to help you get started with various services
  • APIs: Create, manage, enforce, and run APIs
  • Application Services: Deliver applications that include business rules, automation, an application server, and more
  • Blockchain: Integrate the IBM Blockchain technology in your environment
  • Cloud Foundry Apps: Choose from multiple runtimes including Liberty for Java, SDK for Node.js, and Swift
  • Data & Analytics: Select from a variety of database options, including Compose, and incorporate big data analytics
  • DevOps: Go from application development to deployment with continuous delivery, auto-scaling, globalization, and alert notifications
  • Finance: Manage your investments and finances
  • Functions: Execute serverless event-driven programming (IBM Cloud Functions)
  • Integrate: Access API management, product insights, secure gateway functionality
  • Internet of Things: Manage connected devices using IoT foundation and IoT for electronics
  • Mobile: Integrate push notifications, testing, tuning, and analytics for mobile applications
  • Watson: Add cognitive abilities to applications

When asking questions about the IBM Cloud platform, you should:

  • Ensure you are asking a technical question about using the IBM Cloud platform or services. (For questions about your account or IBM Cloud platform offerings, ask at IBM developerWorks Answers or open a support ticket.)
  • Search Stack Overflow to see if somebody else has already asked the same question.
  • Explain what you were trying to do when you encountered the problem. What software versions were you using? Is there anything else about your environment that could lead to the problem?
  • Provide code samples where possible. Isolate the problem and reproduce it with as little code as possible.
  • Include the tag, plus an additional tag to indicate the service or technology in question.

Getting support for the IBM Cloud platform

  • Ask technical questions on Stack Overflow about programming and deploying applications using the IBM Cloud platform and services. The IBM Cloud platform Development and Support teams monitor Stack Overflow closely.
  • Ask non-technical questions about the IBM Cloud platform offerings at IBM developerWorks Answers. It’s also the best place to ask questions about getting started with the platform.
  • Open a support ticket to get answers to your issue especially if you cannot find the answer in the forums. See Getting Customer Support for details on contacting Support and opening tickets.

Helpful links

6810 questions
4
votes
0 answers

Import JSON documents in MySQL in Bluemix Dedicated platform

I have a MySQL DB deployed in Bluemix(ibm-cloud) dedicated. Installed MySQL shell 8.0.15 for Windows and tried to import a JSON file and got the error message: ERROR: Util.importJson: An X Protocol session is required for JSON import. Tried to…
4
votes
1 answer

IBM Cloud Kubernetes - Cannot get a new refresh token

I am trying to access my cluster (running for example kubectl get pods) and I'm getting an error response with this: "errorMessage":"Provided refresh token is expired" This documentation says that you are provided a new refresh token when you run…
zcleghern
  • 827
  • 7
  • 21
4
votes
1 answer

Kubernetes Ingress - Rewrite path

I’m trying to redirect the incoming connections with an ingress of a cluster created in IBM Cloud. I’m able to successfully set up the ingress and contact the pod. However, when the connection reaches the endpoint…
4
votes
1 answer

How to add more than one skill to an assistant in IBM Watson Assistant?

I have created few skills under IBM Watson Assistant and also created one assistant to link the one skill. I would like to know how to add more than one skills to a single assistant ?
kalyan
  • 41
  • 3
4
votes
1 answer

Flask with Gunicorn on Kubernetes ingress yields 502 nginx error

I have built a flask app that I would like to add to a Kubernetes ingress. Currently, I have 2 questions I cannot seem to get my head around: In order for the flask app to be able to handle several requests, I figured I would add gunicorn. Do I…
jawwe
  • 638
  • 1
  • 5
  • 13
4
votes
3 answers

IBM Watson APIs Java SDK use Watson token authentication fail

I use Watson APIs Java SDK and my Authentication was use function setUsernameAndPassword(username, password), but now I want to use Tokens for authentication. my "Username and Password" Code mAssistant = new…
4
votes
0 answers

How to update SSL certificate on IBM Cloud without downtime?

we use bluemix-letsencrypt for generating SSL certificates (as mentioned for example here). When you run the script, at the end of the process, there is mentioned a limitation - you're not able to update existing certificate without downtime. You…
Zdeněk
  • 323
  • 2
  • 9
4
votes
1 answer

Are there enterprise solutions being developed/already developed using Hyperledger Composer

I did a small POC on blockchain using Hyperledger Composer and deployed a BNA file created using Hyperledger Playground on IBM Bluemix Container. The Angular sample app created by yeoman gave me an option to connect to the REST API exposed for the…
4
votes
1 answer

Bluemix toolchain export & import

If I have created a bluemix toolchain through UI, how can I export that. I see there's an option to create a toolchain from a template described in yml files. But how can I get these yml files for an existing toolchain created using UI. Thanks
jeet
  • 629
  • 1
  • 4
  • 15
4
votes
1 answer

Error "Authentication error. Please log back to authenticate" uploading artifact to bluemix with Java Buildpack

After doing login in bluemix I tried to upload a java artifact to bluemix with the Cloud Foundry java buildpack and I always get this message; FAILED Authentication has expired. Please log back in to re-authenticate. I have tried to logout and…
user2848017
  • 301
  • 2
  • 5
4
votes
4 answers

How to fetch asset modification history in hyperledger fabric

I am using IBM bluemix blockchain service to tryout some smart contract logic for my asset sharing demo. Is there anyway to query the asset modified history in hyperledger fabric network. I have checked with documentations for both fabric 0.6 and…
Girish007
  • 442
  • 6
  • 26
4
votes
5 answers

Solution to identify "Similar Product Images"?

I want to build a cloud based solution in which I would give a pool of images; and then ask for "find similar image to a particular image from this pool of images" !! Pool of images can be like "all t-shirt" images. Hence, similar images mean…
4
votes
2 answers

pyodbc install on IBM Bluemix server error

I am trying to host my app on IBM bluemix. In my app, I have used flask and I am trying to Connect to Azure SQL Server database. So for that, I am using Pyodbc. So in requirement.txt file I have given pip install pyodbc and pip install flask.…
PriyalChaudhari
  • 363
  • 1
  • 7
  • 23
4
votes
2 answers

Bluemix create container group linking to another container

We have a Java application running with MongoDB, each one in a different Bluemix container. Both are SINGLE Bluemix containers. We want to serve the Java app using one of our subdomains: https://subdomain.mydomain.com, which is already pointing to…
Mike
  • 1,296
  • 2
  • 15
  • 40
4
votes
1 answer

MongoImport Error: X509_STORE_add_cert:cert already in hash table

I am currently trying to import a group of JSON files containing data into my mongo database hosted on IBM Bluemix/Compose. I have a script that runs through the files creating and then running a mongoimport command to import the files into the…
CD-jS
  • 1,125
  • 1
  • 15
  • 32