I have recently setup an EKS cluster with Fargate. When I tried to deploy Redis Service on k8s using guide, I am getting the following errors:
- Pod provisioning timed out (will retry) for pod: default/redis-operator-79d6d769dc-j246j
- Disabled logging because aws-logging configmap was not found. configmap "aws-logging" not found
For solving the above errors, I tried the following solutions but none of them worked
- Created a NAT gateway for granting internet connection to the instances in the private subnets.
- Updated CoreDNS to run pods on Fargate. Reference