Hey, I'm trying to deploy my API using kubernetes. Its my first time handling with kubernetes. I've tried "deploying" my API on localhost by using minikube and it worked, now, I'm trying to deploy it at AWS on a EC2 server. I've followed this tutorial: https://www.redswitches.com/blog/install-kubernetes-cluster-ubuntu/. After applying my deployments I got this CrashLoopBackOff error:
ubuntu@ip-172-31-3-29:~$ kubectl get pods -n agendi
NAME READY STATUS RESTARTS AGE
agendi-deployment-668f777b5b-f6gjl 0/1 CrashLoopBackOff 18 (55s ago) 2d16h
agendi-deployment-668f777b5b-frjx4 0/1 CrashLoopBackOff 18 (60s ago) 2d16h
agendi-deployment-6fdc474986-2lsjk 0/1 CrashLoopBackOff 14 (72s ago) 2d15h