Skip to main content

All Questions

Tagged with
0 votes
0 answers
28 views

cAdvisor reports high WSS, but low RSS and cache memory usage

I observed the following cAdvisor memory metrics for a container deployed in Kubernetes Service on Azure and am struggling to come up with an explanation. It's a .NET 6 program running in the ...
scharnyw's user avatar
  • 2,634
-1 votes
0 answers
26 views

With Ignite 2.16.0, Failed to retrieve Ignite pods IP addresses

I am trying to run ignite in kubernetes env with the following configuration. Cluster-role.yaml apiVersion: v1 kind: ServiceAccount metadata: name: ignite namespace: ignite --- apiVersion: rbac....
snanduri's user avatar
-1 votes
0 answers
36 views
+50

Jenkins on EKS, mount EFS in DIND

I am running Jenkins master and agents on K8S. Some of CI workloads require a docker image to be build and pushed to ECR. I installed Jenkins using its Helm chart and running the DIND agent as a ...
Doug's user avatar
  • 123
0 votes
0 answers
12 views

ClusterAutoscaler on EKS

Has anyone deployed Cluster autoscaler on EKS With multiple nodegroups? I want the nodegroups to be individually configurable so I am using https://github.com/kubernetes/autoscaler/blob/master/cluster-...
karthick's user avatar
-1 votes
0 answers
25 views

How can I capture exceptions thrown by a Java application within Airflow's on_failure_callback?

I am using Airflow to run KubernetesPodOperator tasks that run java application image. The java application use beam dataflow. My custom airflow operators inherit KubernetesPodOperator. I am trying to ...
Maria Dorohin's user avatar
0 votes
0 answers
20 views

how to remove encoding and use rewrite annotations [closed]

i have an issue where we are using rewrite annotations and its encoding the URI example - im calling from postman --> https://Myorg.com/APPname/v1/releaseToCountry/Czech%20Republic%20%28the%29 at ...
user16975013's user avatar
-2 votes
0 answers
21 views

Long image rendering time when using Grafana image renderer plugin [closed]

The following configuration is available: Grafana and Grafana Image Renderer are installed as separate pods in the same k8s namespace, Grafana has access via Service to the Grafana image renderer pod, ...
Flex1sh's user avatar
  • 61
0 votes
0 answers
58 views

Access service on host from pod on minikube

I'm trying to follow this guide: https://minikube.sigs.k8s.io/docs/handbook/host-access/ But host.minikube.internal from my pod solve to 127.0.0.1 that is obviously not the ip that I need to reach a ...
Fi3's user avatar
  • 439
0 votes
0 answers
18 views

ArgoCD Default and overwrite source path

I am trying ArgoCD product as a solution for Kubernetes Infra installation (RBACs, Namespaces and third party charts) I want to use the main branch on my repo and it will contains a path that look ...
zxar zxar's user avatar
0 votes
0 answers
11 views

Using Fully Qualified Domain Names (FQDNs) for Service IDs in Kubernetes with Spring Cloud Kubernetes

I'm currently working on a project where I need to interact with services that have the same name but exist across different namespaces in Kubernetes. Each namespace hosts a service with a unique REST ...
Tarun Bharti's user avatar
-1 votes
1 answer
9 views

Post curl request in Deployment kind lifecyclehook in deployment yaml file with Openshift upgrade to 4.14

As by OpenShift 4.14, DeploymentConfig is getting deprecated and we need to use kind:Deployment Previous we use something like this for sending notification for deployment: kind: DeploymentConfig ...
Ananthram J's user avatar
-1 votes
0 answers
15 views

How to configure permissions for NFS to display files in a folder properly? [closed]

Using NFS as storage, after deploying MySQL in K8S environment, NFS cannot display the contents of MySQL folders. Without manually modifying the NFS folder permissions, can the files under the ...
刘兆波's user avatar
0 votes
1 answer
28 views

Issue with 502 Bad Gateway on EKS with ALB Ingress

I have created an EKS cluster in AWS, where I am trying to deploy a service. So far, I have set up a Deployment, a Service (NodePort), and an Ingress that creates an Application Load Balancer (ALB). I ...
Gonza-B's user avatar
0 votes
1 answer
31 views

How to create ConfigMap yaml manifest for Azure Kubernetes using shell or PowerShell script?

I have requirement to create yaml file which can be used to create configmap in kubernetes. I have 3 xml files which are need to be imported in template yaml file. YAML Template: apiVersion: v1 data: ...
New Progrommer's user avatar
0 votes
0 answers
20 views

Kubernetes no longer starts after restarting the host system - failed to load kubelet config file [closed]

Kubernetes runs on a proxmox vm. After I changed the CPU type from “kvm64” to “host” and restarted the host system, kubernetes no longer works. I then checked if kubelet was running: sudo systemctl ...
j.w.'s user avatar
  • 1

15 30 50 per page