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

All Questions

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
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
-1 votes
0 answers
18 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
-1 votes
1 answer
62 views

Issue with 502 Bad Gateway on EKS with ALB Ingress

RESOLVED: The issue was that the port configured on the service did not match the one specified in the labels. I have created an EKS cluster in AWS, where I am trying to deploy a service. So far, I ...
Gonza-B'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
1 vote
1 answer
29 views

How to run snakemake on AWS now that Tibanna is not anymore available on Snakemake 8

Currently I am running snakemake pipelines on AWS using an older version of Snakemake (7.30.0). I would like to update to a more recent version of Snakemake. Unfortunately it seems that Tibanna is not ...
laurentius's user avatar
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
1 vote
0 answers
62 views

Hive Metastore credentials on K8S

I am running hive-metastore on a K8S cluster (working with trino to query data on AWS) I have configured a service account on the hive-metastore, and when I connect to the pod and run aws sts get-...
Maya Harel's user avatar
0 votes
0 answers
34 views

How to manage Argo CD applications with the eks_blueprints_addons module v4.32 to v5 in Terraform?

I'm currently migrating from an older Terraform module (eks_shared_services_kubernetes_addons) to the newer eks_blueprints_addons module provided by aws-ia. In our existing setup, we manage Argo CD ...
Dhaval Shah's user avatar
0 votes
1 answer
76 views

EKS Fargate workloads unable to resolve DNS names

Why is a workload running EKS Fargate unable to resolve DNS names, while the same workload when run on an EC2 Node can resolve the names? In Fargate, the workload can't resolve a service running in ...
David Gard's user avatar
  • 11.8k
1 vote
0 answers
20 views

Failed to load chart file

I am getting below error while performing a helm push in my github actions workflow. Could any one please helm me out? - name: Copy Helm Chart to S3 Prod Helm Repo run: | helm repo ...
Nihit Raj's user avatar
1 vote
0 answers
145 views

Terraform EKS node groups not passing user data to launch template and eks nodes

Will appreciate any solutions or recommendations for this issue. Dependencies K8s: 1.29 ami: amazon-eks-node-1.29-v20240615 Terraform: v1.8.4 Cloud: AWS Service: EKS Context I am currently using ...
Ajay Renganathan's user avatar
0 votes
0 answers
47 views

All Kubernetes pods at my worker node getting CrashLoopBackOff status

I'm new to kubernetes and I'm having trouble to setup a functioning k8s cluster using EC2 AWS instances as nodes. My master node seems fine and also my worker node (I currently only have this to for ...
Miguel Domingos's user avatar
0 votes
1 answer
142 views

How to scale kubernetes for websockets

I'm having issues with scaling my kubernetes cluster properly with huge number of websocket connections. So before i moved to kubernetes i was using a t2.medium aws ec2 instance for my server,held up ...
Precious112's user avatar

15 30 50 per page
1
2 3 4 5
155