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
5
votes
2 answers

How to gain authorization to perform requested action, specifically create an instance of a service in Bluemix?

I am following the Developing Watson Applications with BlueMix tutorial but for some reason when attempting to create an instance via cf create-service DataCache free DataCacheInst I get the following error: FAILED Server error, status code: 403,…
Reah
  • 195
  • 2
  • 10
5
votes
1 answer

Bluemix Load Balancer Algorithm

What algorithm is used to balance HTTP load among several instances running on Bluemix? It seems I can use auto-scaling service to scale horizontally, and want to know what algorithm is used when balancing the load.
Elena K.
  • 55
  • 5
5
votes
3 answers

Adding FFMPEG to Bluemix Node.JS buildpack

It appears that Bluemix does not include FFMPEG as part of the standard runtime. However, we'd like to use FFMPEG in our application. It seems the "correct" way to do this is to use a custom buildpack. Consequently, a few questions: Should we be…
Nick Maynard
  • 641
  • 5
  • 10
5
votes
2 answers

Invalid Auth Token response to cf command

I tend to leave my cf cli (Cloud Foundry client) logged in and set to a specific target in Bluemix. I return and issue commands again after a long pause without fail. Recently I got an unexpected response: Invalid Auth Token What happened and…
Pat Mc
  • 171
  • 8
5
votes
3 answers

How to specify npm version when deploying nodejs apps to bluemix?

I created a node.js application with runtime dependencies of scoped packages in my package.json: "dependencies": { "@shawnzhu/mybot" : "latest", ... }, "engines": { "npm": ">2.0.0", "node": "0.10.38" }, I also have a custom .npmrc…
shawnzhu
  • 7,233
  • 4
  • 35
  • 51
5
votes
3 answers

Cannot Deploy Application on Eclipse (Bluemix)

I am trying to create my first web app on Bluemix. I created a Java Liberty Runtime and downloaded the Starter Code to work on Eclipse. I installed IBM Bluemix tools to Eclipse and imported the starter code as an archive file. When I try to run…
smtnkc
  • 488
  • 2
  • 9
  • 23
5
votes
6 answers

Not able to push my local app to bluemix

I had an app running on another bluemix account. I wanted to copy the app and run it in another bluemix account. So I downloaded code from github repo., but when I am trying to push this app to another account I am seeing following error. Note : I…
Venkat Reddy
  • 117
  • 1
  • 5
5
votes
4 answers

What is Last Write Wins?

I am trying to use Mobile Data service in Bluemix and I come across the term last write wins. Can anyone explain what it is clearly? And what are the other options apart from it
James_RajKumar
  • 201
  • 3
  • 12
4
votes
3 answers

Getting ErrImagePull : 401 Unauthorized when creating a Kubernetes Pod with a declarative command

I am working through a lab that shows how to set-up Kubernetes and the CLI on IBM Cloud. I have the Kubernetes cluster setup, and the container registry. I am logged in to IBM Cloud and the Container Registry on the CLI. The image has been created…
chughts
  • 4,210
  • 2
  • 14
  • 27
4
votes
1 answer

Getting a Code: 503 error in running Watson Speech to Text API

I have been using the Watson API for a long time now, however it has started giving me Code:503 errors recently for the past 4 days and I am rarely able to get the desired output which I used to. The code works fine and is unchanged. This is the…
AWad
  • 43
  • 2
4
votes
1 answer

How to fix "error CS0656: Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create'"

I'd like to use IBM's Watson API SpeechToText on Unity (ver.2018.4.13). First, I'm reading https://github.com/watson-developer-cloud/unity-sdk/blob/master/README.md and tried to install but console…
L.M
  • 41
  • 1
  • 1
  • 2
4
votes
2 answers

How to get a direct URL to a file on IBM Cloud Object Storage

So, I have a bucket on IBM's Cloud Object Storage. In this bucket I have an file named 'test.png'. What I need is an URL i can use to access this file directly. An URL that I can just write on browser and the image will open on my browser. I've…
4
votes
3 answers

Error: Invalid or corrupt jarfile /app.jar

I am trying to push a spring boot created microservice to an ibm cloud hosted K8 cluster but am constantly getting the below error on startup: Error: Invalid or corrupt jarfile /app.jar My dockerfile: FROM openjdk:8-jdk-alpine VOLUME /tmp ARG…
Tristan O'Keefe
  • 371
  • 2
  • 4
  • 14
4
votes
3 answers

NLB -> Istio Gateway vs ALB -> Istio Gateway

It is my understanding that you're gonna have an NLB or ALB in front of your Istio Gateway anyway? But I am confused because it seems like Istio Gateway does a lot of things ALB does for Layer 7 and even more? So I read ALB -> Istio Gateway is ok,…
atkayla
  • 8,143
  • 17
  • 72
  • 132
4
votes
1 answer

node-rdkafka producer isn't receiving a 'ready' event

I'm trying to setup a producer to send messages, using node-rdkafka, to an Event Stream Service in IBM Cloud, however I've not been able to receive the 'ready' event back from the server. I've had a day trying to figure this out and I'm sure it's…
Neil
  • 89
  • 2
  • 8