I'm trying to reduce logging to "error" (or perhaps "warning") level for the Jaeger Collector pod. In the values file, in all sections (just to eliminate unluck
I am having the following issue. I am new to GCP/Cloud, I have created a cluster in GKE and deployed our application there, installed nginx as a POD in the clus
Im still new to jenkins and kubernetes, I want to deploy a python app on my (minikube) kubernetes cluster. For that I have my Jenkins instance running inside my
Hey I have a kubernetes cluster for a gitlab ci/cd pipeline. There is a gitlab runner (kubernetes executor) running on it. Sometimes the pipeline passes, but so
Having a rolebinding with a serviceaccount on the same namespace as subject. Is it possible to specify the current namespace through reference. Something simill
I am using https://kustomize.io/ have below is my kustomization.yaml file, I would like to pass newTag image version to labels on deployment.yaml when i use Arg
I am trying to implement nodeLocalDns on my eks cluster. I have deployed the master branch of https://kubernetes.io/docs/tasks/administer-cluster/nodelocaldns/
i am trying to use rabbitMQ Topology Operator to manage a rabbitMQ cluster running on kubernetes. As a setup i have deployed rabbitmq-cluster-operator to create
What I need is to retrieve image tag using java api for Kubernetes. basically, what the command kubectl -n <NAMESPACE> get deployments.apps <DEPLOYMENT
After I inject network delay of, say 5s, using add_delay_fault function, the delay is nicely effected for all traffic coming in via the Istio ingress gateway LB
From Kubernetes document, when readiness probe fails, it removes the Pod's IP address from the endpoints of all services that match the pod. We are thinking abo
I am getting the below error when installing the latest stable Rancher Desktop in my Virtual Machine. Could someone please help? Error: Error: wsl.exe exited w
I have multiple location blocks under a single host:, something like this: apiVersion: networking.k8s.io/v1 kind: ingress metadata: name: ingress-nginx anno
I am trying to learn Kubernetes. Create a single-node Kubernetes Cluster on Oracle Cloud using these steps here cat /etc/resolv.conf >> nameserver 169.254
I installed OpenTelemetry operator in Kubernets. Installed it using helm. helm install my-opentelemetry-collector open-telemetry/opentelemetry-collector Below
I'm trying to set up my metrics-server for HPA but I'm encountering some issues. This is my metrics-server.yaml: apiVersion: v1 kind: ServiceAccount metadata:
I am using Helm v3 and trying to iterate over a complex object/map in a YAML definition file for Kubernetes network policy with the following content:values.ya
i am trying to install via helm elasticsearch on an azure aks this is the helm repo command : helm repo add elastic https://helm.elastic.co this is my values.y
I use the following function, and I need to raise the coverage of it (if possible to 100%), the problem is that typically I use interface to handle such cases i
We have a set of Micro-Services (MS-a, MS-b, MS-c..) each has its own dependencies specified in requirements.yaml. Some have the same requirements, e.g mongodb.