Hacker News new | ask | show | jobs
by nodesocket 2223 days ago
How do snapshots work? Is it simply taking snapshots of the underlying VM's or are you doing it at a Kubernetes resource level?

Also, can you describe the performance (cpu / memory) of the clusters? Obviously if I am running lots of pods that have:

  resources:
    requests:
      memory: 512Mi
      cpu: 500m
Allocated, could run into problems if the underlying servers don't have enough cpu / memory.