Cloudslab / cloudsim

CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services
http://www.cloudbus.org/cloudsim/
816 stars 491 forks source link

how to simulate kubernates/docker swarm behavior in cloudsim 5 #141

Open scethiren opened 4 years ago

scethiren commented 4 years ago

Hi, I am working on resource management and I want to

1) simulate kubernates/docker swarm behaviour in cloudsim.

2) I also want to simulate micro-service based application like tea-store (https://github.com/DescartesResearch/TeaStore) or Sock Shop (https://microservices-demo.github.io/) using above 1) behavior

3) how to generate user requests to simulate this micro service base app for cloudsim ?

Thanks, Hiren

armanriazi commented 4 years ago

You had better replace microservices with cloudlets and add LB-Scheduler as ApiGW. So it is more suitable If you run the code of docker swarm in its and then get pattern of docker swarm to this simulator.

scethiren commented 4 years ago

hi, thank you very much for your reply, it will be great if you elaborate it.