python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
AWS EKS not able to connect with RDS instance in the same VPC
I have launched an EKS cluster version 1.21 using this terraform module. The cluster is up and running, no issues there. I have launched my app in the cluster but it is not able to connect to the RDS ...
Luv33preet
Votes: 0
Answers: 0
Authorization errors when starting a Loki pod
This morning I discovered that Loki stopped working in the EKS cluster
In the loki pod logs I see the following:
level=error ts=2022-04-07T10:44:43.298418416Z caller=table_manager.go:233 msg="err...
Andrew
Votes: 0
Answers: 1
GPU nodegroup in EKS
I am not able to create a nodegroup with GPU type using EKS, getting this error from cloud formation:
[!] retryable error (Throttling: Rate exceeded status code: 400, request id: 1e091568-812c-45a5-8...
Jumana Kass
Votes: 0
Answers: 1
How do I create an EKS cluster with nodes via CDK?
I'm able to deploy a Kubernetes Fargate cluster via CDK on my desired VPC:
const vpc = ec2.Vpc.fromLookup(this, 'vpc', {
vpcId: 'vpc-abcdefg'
})
const cluster = new eks.FargateCluster(this, 'sample...
James Kelleher
Votes: 0
Answers: 1