Zend certified PHP/Magento developer

Multiple cron:run 2>&1

I have a site with magento 2.4 in AWS with kubernetes and I try to execute the jobs with bin/magento cron:install. This generate in crontab a new line:
crontab -l

The problem is when I check with command top the processes I see multiple cron:run executing:
Command top

processes overlap and causes the machine to reboot

Any suggestions to solve this problem?