scethiren
scethiren
hi, I can list droplets but cant shutdown droplets using prodived code here. import digitalocean manager = digitalocean.Manager(token="secretspecialuniquesnowflake") my_droplets = manager.get_all_droplets() for droplet in my_droplets: droplet.shutdown() to shutdown droplet but...
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)...
Hi I have query regarding how to connect with promtheus running on cloud. And do this forecasting?? Thanks Hiren