It sounds like you are trying to deploy MongoDB on a Kubernetes cluster, but the processor on your cluster does not support the Advanced Vector Extensions (AVX) instruction set. This can cause issues with the deployment of MongoDB, as it relies on AVX for optimal performance.
One possible solution to this problem is to use a different processor or set of processors that do support AVX. This will allow MongoDB to run properly on your Kubernetes cluster. Another option is to use a different database management system that does not require AVX support. It's important to carefully consider the requirements of your application and choose the right database system to meet those needs.
To solve this issue I had to run an older mongo-db
docker image version (4.4.6), as follows:
image: mongo:4.4.6