cortex
cortex copied to clipboard
Production infrastructure for machine learning at scale
hello. I'm currently using cortex 0.40.0. I seldom request thousands of jobs to certain cortex api by mistake. When I do like that, I can't use cortex cli well (the...
Is there a cache memory to speed up the installation of packages during the APIs' test time ?
### Version `0.40` ### Description Nodegroups added after initial deployment of cluster do not contain the tags defined in `cluster.yaml` config file using the `cortex cluster configure` command. Not facing...
The primary motivation for this would be performance and reducing load on an external image registry. One thing to test before investing in it is just how much faster would...
#### How to Add the following line to each node group config in the `generate_eks.py` script: https://github.com/weaveworks/eksctl/blob/main/examples/10-encrypted-volumes.yaml#L16
### Description We would like to have host-terminated TLS with our Cortex APIs. At the moment, we are using API Gateway (https://docs.cortex.dev/clusters/networking/https#internal-load-balancer) which is a proxy integration via a private...
### Description Allow users to specify a list of commands that will be executed during node startup. These will be added to eksctl's `preBootstrapCommands` list.
#### Description We can do this by adding another `ssl_certificate_arn` field in the cluster config destined for the operator ingress. We could have the following 2 fields: * `api_ssl_certificate_arn`. *...