Skip to main content

All Questions

Tagged with
-1 votes
0 answers
34 views

DNS resolution does not work in K8s pod with CoreDNS service IP but works with CoreDNS pod IP [closed]

I have a single node K8s cluster running on a Ubuntu 22.04 machine, and I launched the cluster from K8s source code with the following command: sudo CGROUP_DRIVER=systemd KUBELET_RESOLV_CONF=/run/...
Eric's user avatar
  • 736
0 votes
2 answers
31 views

Does nodeSelector field override taints set on a node?

I'm trying to understand how nodeSelector and taints work together in Kubernetes. Specifically, I want to know if using nodeSelector in a pod specification can override the taints on a node, allowing ...
Syed Ilhan's user avatar
0 votes
1 answer
114 views

deployment.yaml: error parsing uri: scheme must be "mongodb" or "mongodb+srv"

I am trying to run an application on my EKS cluster. The Kubernetes cluster is supposed to access an AWS EC2 instance with Mongodb installed on there. I've applied both a service.yaml file and ...
user14682208's user avatar
0 votes
0 answers
13 views

Minikube not getting started after being installled on windows 11 after installation of docker,kubectl

C:\Windows\System32>minikube start W0719 09:32:32.201445 13512 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: ...
Pratik Khose's user avatar
-1 votes
0 answers
25 views

Converting Memory Output from Ki to MB with JSON Path Query Output

I am running the below query to get two outputs across two columns : Name Memory But the memory output is shown in Ki. I would like to convert the output of the node memory into MB when it is ...
Pallab's user avatar
  • 2,147
0 votes
0 answers
18 views

Pods not Starting after applying istio-enabled label [closed]

I am following Istio Installation for installing istio on a 2 node Kubernetes Cluster. I see no error and all looks good when issuing istioctl verify-install . Then i label the default namespace ...
Dinesh's user avatar
  • 11
-1 votes
0 answers
21 views

Spring Cloud Gateway with Kubernetes discovery client for http and grpc requests

I'm trying to implement gateway service using Spring Cloud Gateway with k8s client dicovery that will redirect both http/1.1 and http/2(GRPC) requests I set the following configurations: server: ...
Lior Derei's user avatar
0 votes
0 answers
9 views

How to tell Tilt to identify a deployment / service created by an existing pod?

In my Tiltfile, I create a frontend and backend deployment, with a service for each one. I also configure the images used in each deployment to synchronize live updates: # Identify deployment and ...
Rushil Joshi's user avatar
-1 votes
0 answers
16 views

Fluent bit adds slash into kubernetes log when sending it to elasticsearch [closed]

This is my configmap file for fluent. apiVersion: v1 kind: ConfigMap metadata: name: fluent-bit-config namespace: logging labels: k8s-app: f-bit-pod data: Configuration files: server, input, filters ...
Trusha Mehta's user avatar
2 votes
0 answers
28 views

Airflow pods wil only run on one k8s node (probably not an affinity issue)

I am running Airflow (deployed via Helm chart) using the KubernetesExecutor on a microk8s cluster that's also runnig Ceph. We have 4 nodes. A control node and three identical data/processing nodes. I ...
einarhg's user avatar
  • 21
-1 votes
0 answers
14 views

Pod recycle /restarting causes Network error

Once the Pod gets to the limit the new pod starts. But it takes so long that requests start to timeout whilst waiting to be serviced so when the pod 2 (new pod) gets request it throws error as it ...
sancia dsouza's user avatar
0 votes
0 answers
14 views

Error when adding volumeTemplates to nodeSet, Elastic Cloud on Kubernetes (ECK) on DigitalOcean

I was following the ECK installation guide on Elastic site https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-deploy-elasticsearch.html I am applying this to DigitalOceans managed Kubernetes ...
Kristian Johansson's user avatar
0 votes
0 answers
15 views

Solace with EKS

soalce I'm using an event-driven architecture for a microservice project, deploying all microservices and Solace in my EKS cluster. I'm accessing APIs via an ALB and Solace via an NLB as per the ...
Jay Mehta's user avatar
0 votes
1 answer
53 views

Kubernetes Endpoint & Service

I have a question, when we provide static Endpoints for the Service, is targetPort ignored ? As we can see below, endpoint listens on port 10235 and in Service targetPort I specified port 80. It works ...
Xavier123's user avatar
  • 127
0 votes
1 answer
18 views

Helm template access dependency's values

In a helm chart, I want to access one of the dependencies' values in my parent chart. apiVersion: v2 name: hajhosein-kube-prom description: A Helm chart for Kubernetes # The version of the parent ...
Hosein abootaleb's user avatar

15 30 50 per page