Questions tagged [eksctl]
149 questions
0
votes
0 answers
eksctl prefixes everything it creates with "eksctl" How do I chagne that?
The AWS team in my company has things locked down so that everything, including IAM roles, need to be prefixed with "project". I set the name of the cluster I'm trying to create to have that: project-projname. But it's still trying to create…

Michael Eves Shaffer
- 11
- 5
0
votes
2 answers
Create EKS private cluster using CLI without NAT gateway?
Create 2 managed node group join private EKS cluster
I tried following the link: https://eksctl.io/usage/creating-and-managing-clusters/

Văn Hoàng Kha
- 3
- 3
0
votes
0 answers
How can i delete a managed node group and keep the role that is used for other nodegroup in another cluster?
Some time ago EKS managed node group was created, at the time it created the role and the nodes, fast forward to today, the same role is used in other nodegroups in other clusters, the cloudformation stack has the nodegroup and the roles, whenever y…

paltaa
- 2,985
- 13
- 28
0
votes
0 answers
Resource "kubernetes_service_account" cannot be made depend_on resource "aws_eks_cluster"
I'm trying to create EKS Cluster using terraform and also wanted to create few services after the creation of the cluster. But when i tried to add depends_on it doesn't work.
resource "aws_eks_cluster" "eks" {
name = "${var.clustername}"
version…

HarishReddyenv
- 11
- 4
0
votes
0 answers
Unable to create node object manually in EKS
I'm trying to setup kubedge with cloudcore in EKS (k8s version 1.21.12) and edgecore in an external server. As part of the kubeedge setup, I had to create a node object manually in cloudside which will be labelled as edge node.
But when I do the…

akhi1
- 1,322
- 1
- 16
- 25
0
votes
1 answer
eksctl create iamserviceaccount with EKS add-on support for ADOT Operator
I am attempting to install the AWS Distro for OpenTelemetry (ADOT) into my EKS cluster.
https://docs.aws.amazon.com/eks/latest/userguide/adot-reqts.html
I am following this guide to create the service account for the IAM role (irsa technique in…

Robert Campbell
- 303
- 3
- 12
0
votes
1 answer
EKS pod in workspace getting default scheduler for Fargate
Here is the issue I am running into:
I am creating the cluster using eksctl create cluster --name abc_name --profile profile_aws_creds
Once the cluster is created, I am creating the namespace using kubectl create namespace airflow-dev
On this…

tkansara
- 534
- 1
- 4
- 21
0
votes
1 answer
How to configure max price for managed node group for spot instances while creating AWS EKS cluster using eksctl config schema?
I'm creating EKS cluster using the eksctl. While developing the yaml configurations for the underlying resources, I came to know that spot instance is also supported with AWS EKS cluster(here). However while referring the documentation/schema, I…

Swanand
- 97
- 1
- 15
0
votes
2 answers
Not able to connect to my aws eks cluster getting error
after setting up my cluster tried to connect to my cluster. test everything is fine. but getting below error.
command i executed:
kubectl get svc
Error i get:
Unable to connect to the server: getting credentials: decoding stdout: no kind…

siddhes
- 9
- 1
- 2
0
votes
1 answer
How to duplicate an eks cluster with eksctl or cloudformation
I have an eks cluster that is being deployed with terraform and have been tasked with creating an eksctl or cloudformation alternative. I have a version of the eks cluster I need to duplicate up and running.
Is there a command I can point to an…

Alex Cohen
- 5,596
- 16
- 54
- 104
0
votes
1 answer
Encrypting secret to read GitHub source in Flux
In my Kubernetes cloud I do have FluxCD to manage all components. FluxCD is using SOPS to decrypt all the passwords. This is resulting in a declaration like this:
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
metadata:
name:…

Marc Enschede
- 828
- 10
- 16
0
votes
1 answer
How can I publicly access my application running on a Kubernetes cluster on Amazon EKS?
Kubernetes & AWS EKS newbie here.
I have deployed a simple Node.js web application onto a cluster on Amazon EKS. When I send a GET request to the root (/) route, my app responds with the message: Hello from Node.
My Deployment and Service…

HKS
- 526
- 8
- 32
0
votes
1 answer
HostPath volume on AWS EKS
Deployed Kubernetes deployment on AWS EKS.
Kubernetes Pod has some jars, which are required to patch (java jar with some changes) in development process. These jars are kept in EKS worker node’s /tmp folder as hostPath volume. But unfortunately pod…

priyankaJ
- 90
- 1
- 10
0
votes
0 answers
Getting connection refused in k8s pods when trying to connect to other pods in the same namespace
I am setting up a prometheus-stack of version --version 14.6.2 in K8s EKS 1.22 created by EKSCTL, My issue is that while the Prometheus stack came up and running i am getting connection refused when trying to test the connection from grafana to…
0
votes
1 answer
Pod assigned node role instead of service account role on AWS EKS
Before I get started I have seen questions this and this, and they did not help.
I have a k8s cluster on AWS EKS on which I am deploying a custom k8s controller for my application. Using instructions from eksworkshop.com, I created my service…

asr9
- 2,440
- 1
- 21
- 37