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
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
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
0 answers

fluentd indices not adding to elasticsearch and kibana

I've deployed EFK stack in IBM Kuberentes cloud by following the step by step guide from this article. Every deployment is done successfully, all EFK stack are deployed fine, but I'm unable to find fluentd indices in elastic search, I'm unable to…
1
vote
2 answers

How to create a directory inside a PVC and then push a file into it in kubernetes?

I am working with IBM Kubernetes Service and need to create a directory in the PVC. There are 2 PVCs which are already created. Can I use the same to create a directory or shall I create a new one as those two are already bound? Also, I tried…
1
vote
1 answer

Is it possible to ssh into the IKS worker nodes deployed on vpc2 infa?

If a K8s cluster is deployed on IBM VPC2 infrastructure then Is it possible to ssh into the worker nodes? I have enabled Public Gateway but I'm not sure if I can do the ssh using the public IP mentioned in the public gateway? Also Is it possible to…
metadata
  • 1,139
  • 1
  • 7
  • 28
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
0
votes
0 answers

How to Enforce outbound traffic of istio-enabled namespace over a consistent IP in IKS?

I've my application deployed in istio-enabled namespace in IKS. I've egress-gateway service available in 'istio-system' namespace with external IP.how to enforce egress traffic over this external IP of egress-gateway for a istio-enabled namespace?…
0
votes
1 answer

How can we automate the login process into IBM Kubernetes Service(IKS)?

We need some scripts or some way that can help us to automate our login into the IBM kubernetes cluster so that we don't have to do it manually everytime and can keep running automation scripts into the pipeline. We already have a cluster on IBM…
Muskan Sharma
  • 11
  • 1
  • 3
0
votes
1 answer

Kubernetes IKS cloud | how to get actual hostname of the node from node describe?

In IKS platform, the hostname under the Addresses field of a node is not matching with the actual hostname. Even the label with kubernetes.io/hostname is not having an actual hostname. is it possible to use labels on the node? I see there is one…
0
votes
2 answers

How to SSH to worker nodes of openshift cluster on IBM cloud

I have a openshift cluster on IBM cloud. I want to connect to the worker nodes using SSH via Putty but documentation says, SSH by password is unavailable on the worker nodes. Is there a way to connect to those?
Nish
  • 922
  • 13
  • 31
0
votes
1 answer

How to connect IKS environment using external Rundeck?

I'm using external Rundeck present outside IKS usually we login to ibmcloud and then access IKS. But I need to access IKS environment with service account (cert & token). Is that possible? if yes how I can store this kubeconfig temporarily…
Vishnu
  • 97
  • 1
  • 13
0
votes
1 answer

How to uniquely identify a Kubernetes node using Kubernetes API and the node operating system?

I have 2 components that run in a Kubernetes environment. One is listing all the nodes in the cluster (using Kubernetes API) and the other is reporting details of the node it runs on to the first one. I want my first component to match the reported…
1
2