Skip to main content

Questions tagged [kubernetes]

KUBERNETES QUESTIONS MUST BE SPECIFICALLY RELATED TO SOFTWARE DEVELOPMENT. Configuration and deployment is off-topic here. A good rule of thumb is, if it happens outside the pod, it's probably off-topic - DevOps Stack Exchange or Server Fault may be more appropriate. If it's about code running inside the pod, it's probably OK.

0 votes
0 answers
12 views

How to get a k8 cluster ip and update a same value in yaml file with batch or powershell script

i need to get a below k8 cluster ip from the console and update the same yaml file with batch or powershell scripts, pls suggest the possible script commands to achieve the same C:\WINDOWS\system32>...
Vikram selva's user avatar
0 votes
0 answers
4 views

How to specify schedulerName in a Fission Environment YAML?

I'm new to Fission and I'm trying to integrate a custom Kubernetes scheduler that I wrote in Python (just a simple python script written with Kubernetes python client). The scheduler is designed to ...
IsLearning's user avatar
0 votes
0 answers
4 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
10 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
0 answers
24 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
12 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
0 votes
0 answers
20 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
0 votes
0 answers
15 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
0 votes
0 answers
24 views

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
  • 175
0 votes
0 answers
11 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
21 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
12 views

how to remove encoding and use rewrite annotations

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
1 answer
44 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
  • 438
0 votes
0 answers
14 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

15 30 50 per page
1
2 3 4 5
3882