1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
0
Verify that the IAM user or role you are using has the necessary permissions to access resources in the EKS cluster. The cluster's aws-auth ConfigMap maps IAM identities to Kubernetes RBAC roles.
Check that pods are deployed successfully in the cluster by running kubectl get pods
Ensure the application load balancer is configured with the correct target group and security group to route traffic to the pods.
Try deploying a simple test application like the echoserver using:
apiVersion: apps/v1
kind: Deployment
...
kubectl create -f deployment.yaml
And check if you can access it at the load balancer endpoint.
Contenido relevante
- preguntada hace un mes
- preguntada hace 19 días
- Como solucionar el error: Supplied Policy document is breaching Cloudwatch Logs policy length limit.Respuesta aceptadapreguntada hace 5 días
- OFICIAL DE AWSActualizada hace 10 meses
- OFICIAL DE AWSActualizada hace 3 meses
- OFICIAL DE AWSActualizada hace 2 años
- OFICIAL DE AWSActualizada hace 2 años
Hi Blueagle, can you clarify why this was tagged with "SAP on AWS"? Is there some SAP-related context that this addresses also? If not please remove the tag; to help keep searches by others, relevant.