cloudmesh / cloudmesh-pi-cluster

Other
4 stars 4 forks source link

Research Container Services on public clouds #31

Open dkkolli opened 3 years ago

dkkolli commented 3 years ago
  1. Create comparison table & charts of services offered between public clouds and other visualizations
  2. Look into alternatives to Kubernetes (other open source services or cloud services?)
  3. Add to overleaf

Questions to answer:

  1. What happens if you sent a million microservices to a Kubernetes cluster
  2. What happens if a node runs out of resources
  3. What happens when you overrun the master node with requests
  4. How does the pod relate to millions of containers being spawned
adamint commented 3 years ago

Section on docker swarm should be expanded. It's a nice, simple, lightweight kubernetes alternative that allows any host to "join" a swarm cluster. This can be closed after a chart/table is created, if needed @dkkolli