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.
when i am trying to test the configuration of kubectl kubectl get svc i am getting this error: the server …
kubernetes kubectl amazon-eksI 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-eksI 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-eksGetting error: the server doesn't have a resource type "svc" when testing kubectl configuration whilst following this guide: https://docs.…
kubernetes kubectl amazon-eksI have an EKS cluster setup in a VPC. The worker nodes are launched in private subnets. I can successfully …
kubernetes amazon-vpc amazon-eksI have configured amazon certificate manager, ALB Ingress Controller and a domain names for my application. I can access my …
kubernetes kubernetes-ingress amazon-eksOn 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-eksStarting 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-eksI have an EKS cluster for which I want : - 1 Load Balancer per cluster, - Ingress rules to direct to …
kubernetes kubernetes-ingress nginx-ingress amazon-eksI 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