Top "Amazon-eks" questions

Amazon EKS stands for "Amazon Elastic Kubernetes Service" It is a part of Amazon Web Services (AWS) and provides a fully managed Kubernetes platform, with the ability to have to have your containers deployed across a EC2 backed solution or as a serverless solution with AWS Fargate.

The connection to the server localhost:8080 was refused - did you specify the right host or port?

when i am trying to test the configuration of kubectl kubectl get svc i am getting this error: the server …

kubernetes kubectl amazon-eks
How to use Docker Image in ECR with AWS EKS

I have created EKS Cluster. I also have docker image in ECR. I am not sure how to use the …

amazon-web-services aws-ecr amazon-eks
Kubernetes Pods Terminated - Exit Code 137

I need some advise on an issue I am facing with k8s 1.14 and running gitlab pipelines on it. Many …

linux kubernetes kubernetes-pod amazon-eks
error: the server doesn't have a resource type "svc"

Getting error: the server doesn't have a resource type "svc" when testing kubectl configuration whilst following this guide: https://docs.…

kubernetes kubectl amazon-eks
DNS problem on AWS EKS when running in private subnets

I have an EKS cluster setup in a VPC. The worker nodes are launched in private subnets. I can successfully …

kubernetes amazon-vpc amazon-eks
how to redirect http to https using a kubernetes ingress controller on Amazon EKS

I have configured amazon certificate manager, ALB Ingress Controller and a domain names for my application. I can access my …

kubernetes kubernetes-ingress amazon-eks
Pod limit on Node - AWS EKS

On AWS EKS I'm adding deployment with 17 replicas (requesting and limiting 64Mi memory) to a small cluster with 2 nodes type …

amazon-web-services kubernetes amazon-eks
How do you get kubectl to log in to an AWS EKS cluster?

Starting from a ~empty AWS account, I am trying to follow https://docs.aws.amazon.com/eks/latest/userguide/getting-started.…

amazon-web-services kubernetes kubectl amazon-eks
Kubernetes ingress-nginx gives 502 error (Bad Gateway)

I have an EKS cluster for which I want : - 1 Load Balancer per cluster, - Ingress rules to direct to …

kubernetes kubernetes-ingress nginx-ingress amazon-eks
AWS EKS "is not authorized to perform: iam:CreateServiceLinkedRole"

I have followed the documentation for spinning up an EKS cluster that says to make a service role with certain …

amazon-web-services kubernetes kubectl amazon-eks