Hello, I have a question regarding the kubernetes ...
# all-things-deployment
q
Hello, I have a question regarding the kubernetes (AWS EKS) deployment, I followed the quickstart guideline from here, and use the command:
Copy code
helm install prerequisites datahub/datahub-prerequisites
to install dependencies, but I keep on receiving errors from pods, is anyone know about this error or could help with that? Thanks a lot in advance.
s
Do you know how to describe deployments using kubernetes? You can look at the particular deployment to see the error
t
Most likely you do not have enough nodes with your EKS cluster. Elasticsearch is quite heavy. I have currently 5 m5.large instances.
q
Hmm, ok, I am using a EKS Fargate Cluster, it currently has 3 nodes, I will try to increase, thanks
r
Check the logs of that pod, it'll probably give a clue.
q
Here is the errors from the log:
So seems like an Kafka error, do I need to configure Kafka before deploying the Kubernetes dependencies ?
It's fixed, thank you all. Apparently I can't use an AWS EKS - Fargate only cluster, switch to EC2 solved the problem