3,748 questions
-1
votes
0
answers
27
views
Guidance needed for setting up self-managed ClickHouse on AWS EKS [closed]
I’m working on deploying a self-managed ClickHouse setup on AWS EKS and need some help locating the right resources. Specifically, I’m looking for:
A build or deployment guide for running ClickHouse ...
0
votes
0
answers
40
views
AWS CNI Plugin - Failed (Add): Add cmd: Unable to assign an IP address to the container, but there are still available IPs [closed]
I have two /27 subnets hosting the eks cluster, with a nodegroup containing two t3.medium nodes created by LaunchTemplate with the max-pods directive set to 110. After deploying a few pods, I noticed ...
0
votes
0
answers
22
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
45
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
23
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
73
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
95
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
64
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
67
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
104
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
190
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
61
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
119
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 ...