3,741 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
29
views
AWS MNG launch template cannot dynamically resolve AMI
I'm trying to use Kubernetes cluster-autoscaler in EKS, and I'd like to ensure fresh nodes are always created with the latest recommended AMI (so that OS patches don't have to wait for a manual CI/CD ...
0
votes
1
answer
48
views
ActiveProcessorCount is showing "-1" even after specifying CPU limits in Container
I have my application running on an AL2023 node in EKS cluster.
Below is the snippet of the Container resources in the Pod definition
resources:
# memory ~ heap space +10%
# CPU ~ no more than 1/8 of ...
0
votes
0
answers
27
views
AppDynamics not working on EKS after migrating from Rancher
I'm using a Python application that had AppDynamics working correctly on Rancher, but it stopped working when migrated to EKS.
This application is able to connect to AppDynamics and creates the agent, ...
0
votes
1
answer
87
views
Helm doesn't remove initContainers from Deployment
I've created deployment template using helm (v3.14.3) with support for setting initContainers. Last time I realized one of initContainers removed from values.yaml is still present in cluster. I tried ...
0
votes
1
answer
106
views
EKS: AWS Fargate: ImagePullBackOff due to "no match for platform in manifest" when deploying
Environment Setup:
Created an EKS cluster.
Added a Fargate profile and configured fargate-apps as the
namespace.
Built a Node.js Docker Image on my Local.
Pushed the image to private Amazon ECR with ...
0
votes
1
answer
41
views
AppDynamics Python agent not working when migrating to EKS
I have a Python application that uses AppDynamics, that works on Rancher. Everything is ok, no errors of any kind and the data is sent correctly by the agent.
I'm migrating it now to EKS and the agent ...
1
vote
1
answer
72
views
Why does kubectl create secret fail with an error stating it is not logged in?
When I try to run kubectl create secret generic from my pipeline it fails with the error:
error: You must be logged in to the server (the server has asked for the client to provide credentials)
Here ...
0
votes
1
answer
69
views
Docker Base Image for EKS Workload [closed]
I'm creating Docker images for an EKS workload running on Fargate. Initially, I selected the Amazon Corretto official image. However, it seems there is no JRE-only version of the Corretto image ...
0
votes
1
answer
132
views
How to programmatically check if EKS Split Cost Allocation is actually enabled (not just configured in CUR)
I'm trying to programmatically verify whether Split Cost Allocation is truly enabled for Amazon EKS — specifically, whether Kubernetes pod-level usage data is being emitted to my Cost and Usage ...
0
votes
1
answer
202
views
Grafana Alloy no Prefect Pod Logs on Bottlerocket
In the Explore or Drilldown of Grafana, I can see Loki logs for different services, but when I tried to see prefect logs (the labels are preset in the filter), nothing is returned. I also tried to ...
1
vote
0
answers
63
views
Spark Dynamic Resource Allocation Configuration while using IBM S3 Shuffle Plugin on EMR on EKS
I have successfully implemented the IBM S3 Shuffle Plugin v0.9.6 (https://github.com/IBM/spark-s3-shuffle)
on EMR on EKS (Spark 3.5.0) and the shuffle operations are
working correctly with S3 storage. ...
3
votes
1
answer
131
views
EMR on EKS: Dynamic Allocation + FSx Lustre -- Executors with shuffle data won't terminate despite idle timeout
Having trouble getting dynamic allocation to properly terminate idle executors when using FSx Lustre for shuffle persistence on EMR 7.8 (Spark 3.5.4) on EKS. Trying this strategy out to battle cost ...
0
votes
0
answers
45
views
Grafana 404 Error After Re-Importing EKS Cluster — URL Points to Old Cluster ID
Rancher version: v2.11.1
Installation option: v1.27.11+k3s1 on docker
Kubernetes version: EKS 1.32
Cluster Type (Local/Downstream): Import AWS EKS 1.32
I upgraded Rancher from v2.9.2 to v2.11.1. After ...
0
votes
0
answers
34
views
Fluentd eks sidecar container
any idea why fluentd trying to mkdir in root .../log
tried changing security context but no luck
Info:https://github.com/jfrog/log-analytics-datadog/blob/master/helm/artifactory-ha-values.yaml
2025-06-...
1
vote
1
answer
121
views
Spark memoryOverheadFactor is set to 0.1 instead of 0.4 for non-JVM workloads
I submit a Pyspark application on Kubernetes (EKS on EC2) and when I check the container memory request and limit, I can see that the memoryOverheadFactor is set to 0.1 by default instead of 0.4 (...