Questions tagged [iks]

This tag is to be used with the IBM Cloud Kubernetes Service (IKS). IKS is the Kubernetes service that is part of the IBM Cloud.

This tag is to be used with the IBM Cloud Kubernetes Service (IKS). IKS is the Kubernetes service that is part of the IBM Cloud.

The IBM Cloud Kubernetes Service is a managed Kubernetes service that is hosted on the IBM Cloud.

26 questions
0
votes
1 answer

How to setup manual fail over (PROD to DR) in IKS?

We have two IBM kubernetes cluster whenever issue happens in one cluster we need to failover to DR. Can anyone tell me how to do that automatically ? both cluster present in two different zones Montreal & torento. Also we have IBM Cloud internet…
Vishnu
  • 97
  • 1
  • 13
0
votes
1 answer

Kubernetes deploy failed jenkins deployment "failed to create containerd task"

While deploying jenkins pod in our kubernetes cluster, kubernetes return the following error: Error: failed to create containerd task: OCI runtime create failed: container_linux.go:346: starting container process caused "process_linux.go:449:…
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
0 answers

Setup RedisCache on IKS

I have setup IKS and logged in to one of the container's command line. I need to execute a script on that container that connects to RedisCache's client. Here is the script (testScript.py) I want to execute - import redis r =…
user9755712
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

How to let another user access my kubernetes on IBM Bluemix?

I created a kubernetes cluster under my user account on IBM Bluemix, and added another into my organization. But he can't see my cluster. Is there any other configure?
reachlin
  • 4,516
  • 7
  • 18
  • 23
-1
votes
1 answer

Can IBM Cloud Free Tier run Wordpress?

Is it possible to run Wordpress site using IBM Cloud Free Tier account? If so what is overall technical plan i should follow?
-1
votes
2 answers

Is there any way to collect metric data of free kubernetes cluster in ibm cloud?

I have created a free kubernetes cluster in ibm-cloud. I want to get the metric data like cpu utilization, memory utilization etc for that cluster. Is there any way to do that?
1
2