Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
7 views

Does it make sense to use karpenter when not automatically consolidating

I'm trying determining whether karpenter makes sense when you aren't automatically consolidating with: consolidationPolicy: WhenUnderutilized I understand that if consolidation is happening, that I ...
sss's user avatar
  • 1
0 votes
0 answers
13 views

Is AWS EKS cluster management with Linux and Windows nodes common? [closed]

We are new to K8s. From a K8s management perspective, is it a better choice to run 2 separate EKS clusters (with one cluster managing only Linux-based nodes and the other cluster managing only Windows-...
chz's user avatar
  • 383
0 votes
0 answers
21 views

kubernetes cronjob error: Saw a job that the controller did not create or forgot

Task:-> Restarting pod automatically at specific time. cronjob not working fine after manually triger, getting error- like Saw a job that the controller did not create or forgot: vijay-deployment-...
Vijaykumar Jawale's user avatar
0 votes
0 answers
14 views

Pod getting stuck in ContainerCreating state when it is attached to 2 EFS RWX volume

Created EFS file system on aws console Using EFS file system ID from step 1 we created storage class and used that storage class in app deployment After helm deployment we got EFS access point, pv and ...
saurabh umathe's user avatar
-1 votes
0 answers
22 views

AWS EKS Multi cluster/Multi Environment access common services [closed]

Wanted to understand what is the best approach to access common services/pods from different EKS clusters. Assuming separate cluster per environment is good approach compared to having 1 cluster with ...
user3496519's user avatar
0 votes
0 answers
47 views

Issue trying to override max pods in a managed EKS node group using Terraform

I am following the guide to override the number of maximum pods per node from https://docs.aws.amazon.com/eks/latest/userguide/cni-increase-ip-addresses.html The guide is quite straightforward if I ...
Cornul11's user avatar
  • 309
0 votes
0 answers
8 views

May and how I rewrite X-Forwarded-Proto header for ingress in ingress-nginx configuration in Kubernetes/AWS NLB?

I have: EKS cluster (AWS) ingress-nginx deployed as LoadBalancer (corresponding nlb active in EC2 configuration) NLB terminates https with ACM certificate Application in some namespace which listen ...
Dmitry Matyushkin's user avatar
0 votes
0 answers
26 views

Empty string in container env value [closed]

I edit the env of a container definition as below. env: - name: STAGE value: '' - name: PORT value: '1069' But when I query the pod using @kubernetes/client-node, the value and valueFrom ...
陳智圓's user avatar
0 votes
0 answers
17 views

Solace with EKS [closed]

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
20 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
1 answer
56 views

How to create aws-ebs-csi-driver with eks_blueprints_addons by Terraform?

I created AWS EBS CSI Driver addon with eks_blueprints_addons by Terraform: module "eks_cluster" { source = "terraform-aws-modules/eks/aws" version = "~> ...
Alpin Cleopatra's user avatar
0 votes
0 answers
31 views

Elasticsearch’s S3 Snapshot Repository: The Mystery of the Inaccessible S3 Bucket ==> Access Denied

Elasticsearch Version 7.17.12 Installed Plugins repository-s3 Java Version JAVA_RUNTIME_VERSION="20.0.2+9-78 OS Version Linux elasticsearch-data-0 5.10.214-202.855.amzn2.x86_64 #1 SMP Tue Apr 9 ...
Y.hadj.younes's user avatar
1 vote
1 answer
65 views

argocd-image-updater failing to connect aws ECR: Could not set registry endpoint credentials: invalid script output, must be single line with syntax

I am trying to setup a pull based deployment pipeline where argocd image updater reads updates to images in amazon elastic container registry. What have I done so far? Installed image updater in the ...
Gabe's user avatar
  • 158
1 vote
1 answer
53 views

Airflow ERROR - Received SIGTERM. Terminating subprocesses

I am running a DAG which invokes an API multiple times and API gets data from a DB. After few invocations, the DAG returns the below error. I am running the DAG in Kubernetes environment. Could ...
deepak's user avatar
  • 11
0 votes
2 answers
27 views

Postgres redeployment on EKS pulls old Postgres deployment seemingly saved on EC2 nodes storage

I'm trying to deploy an ephemeral postgres database for our development team to bring up and down without persisting any data. Currently during testing I'm using kubectl apply -f postgres deployment ...
Steve Nadraus's user avatar

15 30 50 per page
1
2 3 4 5
166