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
0
votes
1 answer

IBM Cloud Container Registry: How to remove a group (or even all) of images using CLI

Checking with "ibmcloud cr images" I see I have several hundred old images in IBM Cloud container registry. Is there a way to delete them all, or delete by date? For example, images older than one year? (Some shell script will probably do, of…
icordoba
  • 1,834
  • 2
  • 33
  • 60
0
votes
1 answer

How to install keycloak operator on IBM Cloud Kubernetes Service?

The operator is https://operatorhub.io/operator/keycloak-operator version 11.0.0. The cluster is Kubernetes version 1.18.12. I was able to follow the steps from OperatorHub.io to install the Operator Lifecycle Manager and the Keycloak…
0
votes
1 answer

Jenkinsci/Jenkins helm chart - jenkins container stucks at Beginning extraction from war file

I am trying to deploy jenkins to IBM Cloud Kubernetes Service using persistent volume. Jenkins container stucks at Beginning extraction from war file. I have tried without persistence and it is deployed as expected. persistence: storageClass:…
0
votes
1 answer

How to generate a kubeconfig for my kubernetes cluster in ibm cloud

I am wondering how do I create a kube config file for my Kubernetes cluster programatically so I can use it with kubectl in IBM Cloud.
Jeff Sloyer
  • 4,899
  • 1
  • 24
  • 48
0
votes
1 answer

IBM Cloud Function - Connecting to Kubernetes container

I want to connect from an IBM Cloud Function to a Kubernetes container so that the Cloud Function can query a Rest API that is in a Kubernetes cluster in the same resource group. The Kubernetes Cluster has the public ip disabled, just the private ip…
0
votes
1 answer

GitHub Action - Error while running kubernetes set image command

I have this script to develop CI/CD pipeline using GitHub action. Pipeline's flow is like GitHub -> Docker Hub -> IBM Cloud Kubernetes. I'm facing this issue for 2-3 days while running kubernetes set image command. Tried many things but no luck. And…
0
votes
1 answer

How can I deploy https://github.com/docker/compose-on-kubernetes on IBM Cloud Kubernetes service?

as in AWK o GKE, anyway to deploy compose (https://github.com/docker/compose-on-kubernetes) on IBM Cloud Kubernetes service.
0
votes
1 answer

Can not access ports of public LoadBalancer or Ingress of the Kubernetes Cluster on IBM Cloud

Is there any extra security settings by default that it won't allow the public access of the Kubernetes Cluster on the IBM Cloud? I exposed the application using the a NodePort service, but it is not accessible via 80 port and even I tried the other…
Michael
  • 31
  • 3
0
votes
1 answer

Can IBM cloud's free kubernetes cluster run multiple containers?

I am new to kubernetes. I have IBM free kubernetes cluster. I deployed image. Seems running fine. So i was wondering: is it meant to run just one container? Is that the same as deployment? Thanks.
normonds
  • 73
  • 4
0
votes
1 answer

User rights needed to provision IBM Cloud Kubernetes Service

I am trying to understand what userrights "exaclty" are needed for a user in the IBM Cloud, to being able to provision a Kubernetes Cluster / Container Registry ! Can someone pls depict the rights (admin, editor, etc..) rights per service to…
t.jirku
  • 35
  • 8
0
votes
1 answer

Setting up IBM Cloud Log Analysis for Kubernetes (E0004)

I am using IBM Cloud. I've created a Kubernetes cluster and deployed a simple app and I can see it running (see those console logs). I've also provisioned an IBM Cloud Log Analysis service. Both Kubernetes and Log Analysis are trial in case it…
KHP
  • 379
  • 1
  • 2
  • 10
0
votes
0 answers

Deploying DB2 Warehouse to IBM Cloud with Kubernetes

is there a way to deploy the docker image to our Kubernetes Cluster? I have been trying to add it with the below yaml file. but when I run status it says the environment is not setup. What I basically tried to do is to convert the docker run…
0
votes
1 answer

Multi-master Kubernetes nodes

I have a Kubernetes cluster on IBM Cloud Platform (not important, the question is related to Kubernetes itself). If I wanted to replicate across different data centers in different regions then, should I use multiple and different master nodes for…
0
votes
1 answer

How to get Kubernetes external ip inside Kitura server

I used kitura create to scaffold a new project so it came with CloudEnvironment which I bumped to version (7.1). I am deploying Kitura (2.3) as Docker image to IBM Kubernetes. The question I have is: how do I get Kubernetes external ip address…
0
votes
3 answers

Simplest approach to expose a HAProxy (port 80) Docker in IBM Cloud Kubernetes

I need to deploy a Docker running HAProxy which I already have working on on premise dockers into IBM Cloud (Bluemix) Kubernetes service. I am a bit lost on how to expose por 80 and 443. In plain simple docker that is very straightforward but seems…
icordoba
  • 1,834
  • 2
  • 33
  • 60