|
|
|
|
|
by Just1689
2049 days ago
|
|
This advice might not be at all helpful, but anyway. Consider checking the following:
- Number of CPUs. The number of CPUs is not CPU cores but Kubernetes millicores. 1 vCPU on CR = 400m (4/10 of a CPU core).
- Background processes - not recommended [https://stackoverflow.com/questions/61154349/google-cloud-ru...]
- Container size on disk. Google Cloud is fast. However they need to cap the moving container images around as they can't use all the network capacity for moving a 400MB Docker image. If you're not already, use multi-stage builds with tiny final images. |
|