New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
Questions tagged with Kubernetes
Kubernetes is an open source container management and orchestration tool.
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
121 results
I'm encountering kernel crashes when attempting to run WhisperX for audio transcription within a Jupyter Notebook on Kubeflow. While the script runs in the terminal, it throws a warning about missing ...
https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#available-versions
This page lists all the Kubernetes versions that have standard/extended support in AWS. Is there a way to l...
We are facing a challenge with managing vulnerabilities in certain open-source libraries used in our enterprise product. The current versions of these libraries have known vulnerabilities flagged by o...
I have a pod and I want to increase the ulimit on these pods. I have tried a couple of things to achieve this.
1. Increase soft and hard limit to 16384 on AWS host nodes by doing * soft stack 16384' ...
I've created a EKS cluster with auto mode and ipv6. To the cluster role I have attached
- AmazonEKSComputePolicy
- AmazonEKSBlockStoragePolicy
- AmazonEKSLoadBalancingPolicy
- AmazonEKSNetworkingPoli...
Dear Team,
I am new to Kubernetes and have started exploring it through the AWS official documentation. However, I find the topic and its workflow a bit complex to grasp initially.
Could anyone kin...
Will Automode handle things like right-sizing/optimizing the compute as well?
Description:
I'm experiencing persistent issues with EKS permissions for an IAM user who has been added to the system:masters group in the aws-auth ConfigMap but continues to receive forbidden errors...
EKS does not allow us to specify the k8s patch version when creating a cluster. It would be great to know when a new k8s version is available (especially regarding patch version).
We have some worklo...
I've set up kubernetes cluster using [this link](https://community.aws/content/2ZR8ia9vHflEPHiH6Rk8pOvPjhe/how-to-run-kubernetes-on-amazon-lightsail?lang=en). I have also setup the Load Balancers. Fo...
Hi,
In my Kubernetes setup, the EKS cluster and the managed node group are both running version 1.30, but the Karpenter-provisioned nodes are running version 1.29.
I think so far there haven’t been ...
Hello AWS Support Team,
I am currently running an Amazon EKS cluster, and I am trying to validate the spec.trafficDistribution= PreferClose feature that was introduced in Kubernetes 1.31. I have succ...