Questions tagged [ibm-cloud-kubernetes]

Questions related to the IBM Cloud Kubernetes service.

The IBM Cloud Kubernetes service is a managed Kubernetes offering. For more information visit https://www.ibm.com/cloud/container-service/.

36 questions
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…
3
votes
1 answer

How do you add custom NGINX (Ingress) snippets for proxy buffering params in IBM Bluemix/Kubernetes?

Hi we need to increase the proxy_buffer_size and related parameters on an IBM Kubernetes implementation for the Ingress/NGINX INgress/NGINX is throwing us a error upstream sent too big header while reading response header from upstream, client The…
aginsburg
  • 1,223
  • 1
  • 12
  • 22
3
votes
1 answer

how to use kubernetes with IBM bluemix containers

I am newbie in Kubernetes. I didn't find option for IBM Bluemix container in your_provider for cluster configuration. (I am referring to this link). Cloud you please tell me, Is it possible to integrate Bluemix with Kubernetes or not, If so,what can…
2
votes
0 answers

PostgreSQL vs Kubernetes performance problem

I am running some performance tests against PostgreSQL to test the performance when the DB server runs on a VSI and when it runs on a Kubernetes on a worker node. I use PgBench to run these tests. My DB (that in production is configured in the…
2
votes
3 answers

Jenkins build Docker daemon not running on kubernetes cluster

I'm new to Dev Ops and trying to build my code using Jenkins and upload it on the kubernetes cluster which is hosted on the IBM cloud. But when I run the Docker run command in the Jenkins script I keep getting this error. Installed all the latest…
2
votes
2 answers

Couchbase Operator tool for Kubernetes (cbopctl) does not support "oidc" authentication

I have a Kubernetes cluster running on IBM Cloud and I'm trying to deploy the Couchbase operator. When running the command: cbopctl apply --kubeconfig /home/jenkins/.bluemix/cluster.yml -f…
jdoecool
  • 153
  • 1
  • 4
  • 10
2
votes
2 answers

Read only error when creating a mounting a PVC in IBM Cloud Kubernetes

I'm trying to deploy Nexus3 as a Kubernetes pod in IBM Cloud service. I am getting this error, probably because the PVC is mounted as read only for that user. I have had this problem other times in Postgres for example but I can't recall how to…
icordoba
  • 1,834
  • 2
  • 33
  • 60
1
vote
1 answer

Prefect kubernetes agent throws AuthorizationError when start

I try to run Prefect flow in IBM Cloud Kubernetes cluster. So I am setting up the Kubernetes Agent. I see errors when I do: kubectl apply -f prefect_agent.yaml kubectl logs prefect-agent-778f997b7-hnsk2 [2021-12-07 12:34:14,399] INFO - agent |…
Zheng Xie
  • 415
  • 3
  • 13
1
vote
1 answer

How to generate an IBM Cloud token from an API Key

I have generated an API key for IBM Cloud, how do I programmatically generate a token from the API key?
1
vote
1 answer

Kubernetes Network Policy - Allow specific IP

I'm using Kubernetes on IBM cloud. I want to create a network policy that denies all the incoming connections to a pod (which expose the app on port 3000 ), but which allows the incoming connections only from a specific IP (MY_IP). I wrote…
1
vote
1 answer

How to enable IPV6 support in IBM Kubernetes service

I need to install a IPV6 haproxy docker in IBM Cloud Kubernetes service. All info I see is just about IPV4. I don't even know if IBM Kubernetes supports IPV6 so I can support IPV6 requests in my docker instance deployed in one of my cluster…
icordoba
  • 1,834
  • 2
  • 33
  • 60
1
vote
2 answers

URL for IBM Cloud Kubernetes deployment

This is a bit of a beginner's question. I'm attempting to get a simple Hello World Python flask application deployed in a kubernetes cluster on IBM Cloud. The application (main.py): import os from flask import Flask app =…
1
vote
5 answers

Kubernetes service external IP address remains pending with IBM Cloud (earlier called as Bluemix)

I'm following an example from Kubernetes in Action to run a simple docker image in kubernetes: $ bx login --apikey @apiKey.json -a https://api.eu-de.bluemix.net $ bx cs cluster-config my_kubernetes $ export KUBECONFIG=..my_kubernetes.yml Next, run…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
1
vote
1 answer

Postgres on Kubernetes on IBM Bluemix containers

I am trying to deploy Postgres on Bluemix Container service (Kubernetes) I have created the Image and deployed it through the following yaml file: apiVersion: v1 kind: Service metadata: name: tripbru-postgres labels: app: tripbruREST spec: …
icordoba
  • 1,834
  • 2
  • 33
  • 60
0
votes
1 answer

IBM Cloud: Kubernetes add-on ALB Oauth2 Proxy for App ID integration fails to start

I deployed a containerized app to my IBM Cloud Kubernetes service in a VPC. The app uses App ID for authentication. The deployment pipeline ran successfully. The app seems ready, but when accessing its URL it gives an internal server error (500…
data_henrik
  • 16,724
  • 2
  • 28
  • 49
1
2 3