amazon-eks Questions
4
Solved
I'm trying to understand how are managed RBAC authorizations for the first user that create an EKS cluster within AWS.
Or in other words : How is the cluster creator mapped to the "system:mast...
Menorca asked 22/11, 2020 at 14:44
4
Solved
I'm trying to deploy an EKS self managed with Terraform. While I can deploy the cluster with addons, vpc, subnet and all other resources, it always fails at helm:
Error: Kubernetes cluster un...
Krenek asked 4/2, 2022 at 15:20
3
Solved
I'm dynamically provisioning a EBS Volume (Kubernetes on AWS through EKS) through PersistentVolumeClaim with a StorageClass
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: k8seb...
Stercoraceous asked 14/8, 2018 at 15:35
10
Solved
After deleting kubernetes cluster with "terraform destroy" I can't create it again anymore.
"terraform apply" returns the following error message:
Error: Kubernetes cluster unr...
Clem asked 1/3, 2021 at 17:53
8
Solved
Don't know if this is an error from AWS or something. I created an IAM user and gave it full admin policies. I then used this user to create an EKS cluster using the eksctl CLI but when I logging t...
Cane asked 20/1, 2022 at 13:58
3
Solved
I've two accounts: Account A and Account B. I would like to run an image from ECR at Account A on EKS on Account B.
I'm a bit confused on how to give the EKS the permissions.
At first I thought of...
Rome asked 1/8, 2019 at 4:40
10
I created a cluster.yaml file which contains the below information:
---
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: eks-litmus-demo
region: ${AWS_REGION}
version: "1....
Caravan asked 8/3, 2022 at 13:52
13
Solved
I am doing a lab setup of EKS/Kubectl and after the completion cluster build, I run the following:
> kubectl get node
And I get the following error:
Unable to connect to the server: getting cr...
Drisko asked 21/1, 2020 at 0:19
8
Solved
I need some advise on an issue I am facing with k8s 1.14 and running gitlab pipelines on it. Many jobs are throwing up exit code 137 errors and I found that it means that the container is being ter...
Toddle asked 14/1, 2020 at 8:24
5
Solved
I wonder if that would be possible to temporary stop the worker VM instances so they are not running at night time when I am not working on a cluster development. So far the only way I am aware of ...
Soapberry asked 16/7, 2019 at 0:44
7
Solved
I have configured amazon certificate manager, ALB Ingress Controller and a domain names for my application. I can access my application through port 80 and port 443 (all certificates works just fin...
Paddock asked 17/9, 2019 at 18:18
9
Solved
I created the eks cluster trying to connect it with local cli, for that, I installed the aws-cli and also provide the right 'aws configure' credentials. The user which I am using to connect with th...
Experiential asked 10/2, 2023 at 2:13
4
When running following command to update kubernetes config to get connected with EKS cluster then getting this error "'NoneType' object is not iterable"
aws eks update-kubeconfig --region...
Kutz asked 9/5, 2022 at 18:33
25
I am facing an error while deploying deployment in CircleCI. Please find the configuration file below.
When running the kubectl CLI, we got an error between kubectl and the EKS tool of the aws-cli....
Scotism asked 5/5, 2022 at 10:56
2
Solved
I have created a new EKS cluster with 1 worker node in a public subnet. I am able to query node, connect to the cluster, and run pod creation command, however, when I am trying to create a pod it f...
Barela asked 6/1, 2023 at 4:29
4
Solved
we have Cloudformation template through which we deploy the infra resources for our product. and below are the AWS component which are creating through CF templates:
1. Networking Components. Like ...
Saintpierre asked 11/3, 2020 at 9:51
2
Solved
I'm trying to add a Container Insight to my EKS cluster but running into a bit of an issue when deploying. According to my logs, I'm getting the following:
[error] [output:cloudwatch_logs:cloudwatc...
Brockbrocken asked 8/1, 2022 at 2:21
5
I am not exactly sure what's going on which is why I am asking this question. When I run this command:
kubectl config get-clusters
I get:
arn:aws:eks:us-west-2:91xxxxx371:cluster/eks-cluster-1
...
Parisparish asked 22/5, 2019 at 3:31
7
Solved
I am using, terraform & kubectl to deploy insfra-structure and application.
Since I changed aws configure :
terraform init
terraform apply
I always got :
terraform apply
Error: error ...
Barbel asked 10/9, 2019 at 7:17
13
Solved
I was setting up my new Mac for my eks environment.
After the installation of kubectl, aws-iam-authenticator and the kubeconfig file placement in default location. I ran the command kubectl command...
Proconsul asked 2/3, 2022 at 7:15
3
I am trying to figure out how to list all namespaces in a cluster:
https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
something like:
kubectl describe cluster --namepac...
Gord asked 28/8, 2019 at 20:40
3
I am very new at kubernetes.
I have created a cluster setup at AWS EKS
Now I want to configure kubectl at a local ubuntu server so that I can connect at AWS EKS cluster.
Need to understand the p...
Laggard asked 21/2, 2020 at 8:39
5
I have searched many websites and articles but not found any perfect answer. I am using eks version 1.18. I can see a few of the pods are "Evicted", but when trying to check the node I ca...
Charry asked 31/3, 2021 at 7:12
7
Solved
Background:
I have a VPC with 3 public subnets(the subnets have access to an internet gateway)
I have an EKS Cluster in this VPC, the EKS cluster is created from the console and not using eksctl
...
Upsilon asked 4/2, 2021 at 4:47
2
I have an EKS cluster for my university project and I want to setup Prometheus on the cluster. To do this I am using helm with the following commands (see this tutorial https://archive.eksworkshop....
Durian asked 8/2, 2023 at 23:53
1 Next >
© 2022 - 2024 — McMap. All rights reserved.