sparse-intern-71089
02/24/2021, 1:53 PMwitty-candle-66007
02/24/2021, 8:43 PMkube-system
services (e.g. coredns) comes up ok? But then when you create a deployment it doesn’t show up at all? Or does it hang waiting for pods?
Regarding the fargate profile, when you look at the EKS cluster in the AWS console and go to the Configuration tab and the Compute tab you should see the profile at the bottom of the pagebumpy-laptop-30846
02/25/2021, 12:23 PM+ kubernetes:core/v1:Service my-app-svc creating [1/3] Finding Pods to direct traffic to
208 + kubernetes:apps/v1:Deployment my-app-dep creating [1/2] Waiting for app ReplicaSet be marked available
209 + kubernetes:apps/v1:Deployment my-app-dep creating [1/2] Waiting for app ReplicaSet be marked available (0/2 Pods available)
210 + kubernetes:apps/v1:Deployment my-app-dep creating warning: [MinimumReplicasUnavailable] Deployment does not have minimum availability.
211 + kubernetes:apps/v1:Deployment my-app-dep creating warning: [ProgressDeadlineExceeded] ReplicaSet "my-app-dep-bbd5g6ev-c88759cb6" has timed out progressing.
witty-candle-66007
02/25/2021, 1:55 PMaws
package and must have been missing something because when I switched to using the awsx
package it set things up correctly. I have not gone back to figure out what I was doing wrong yet since I’m focused on more eks-related topics right now. I think it was because I forgot to set up the NAT or routing correctly for the private subnets.
That all said, once coredns was launching correctly my app deployments launched fine.bumpy-laptop-30846
02/25/2021, 5:14 PM