Now that we have CGI scripts in the cloud (lambdas), there ought to appear an implementation of inetd, too! Jokes aside, I wonder when cloud providers will add something like this as a native feature.
Hakuna Cloud – Stop cloud servers when they are not in use
41–50 of 64 posts
Re: Hakuna Cloud – Stop cloud servers when they are not in use
#42(No affiliation, just a satisfied customer.)
Re: Hakuna Cloud – Stop cloud servers when they are not in use
#43> Hakuna Cloud is a software-as-a-service HTTPS proxy. You don't need to change existing software or infrastructure, and you don't need to install additional tools on your servers. > Each cloud server must have an FQDN/DNS name configured as a CNAME to our load balancers. > When your server stops receiving requests, it will be stopped. As soon as a new request arrives, Hakuna will start it. Interesting idea. It's lik…
I'm looking forward to checking out Hakuna Cloud - looks like the two services are pretty complimentary.
Re: Hakuna Cloud – Stop cloud servers when they are not in use
#44hakuna = there is no (Kiswahili) what a great name!
Re: Hakuna Cloud – Stop cloud servers when they are not in use
#45Efficiency is an area where there can be a lot of cost hiding. We recently saved a lot of money by: - Using the Kubernetes Vertical Pod Autoscaler ( https://github.com/kubernetes/autoscaler/tree/master/vertica... ) for CPU and memory scaling, and switching to metrics like requests per second and connection count for horizontal scaling - Collecting metrics on container CPU and memory allocation vs utilization - Writin…
Would love to see a more detailed write-up, if one exists, on your experience. We're nowhere near your scale but will probably ramp up in the next year or so.
Re: Hakuna Cloud – Stop cloud servers when they are not in use
#46Re: Hakuna Cloud – Stop cloud servers when they are not in use
#47It's pretty cool that utility computing is large enough to spawn 3rd party companies that further increase effeciency of the pool. It's layers upon layers of technical progress in parallel.
Maybe. This is a bit of a cottage industry that shouldn't need to exist. It's so hard to get data and visibility into these things in AWS right now. Billing is hard, it's impossible to easily tell what is costing me what in every region, etc. AWS should do all this natively as part of their service, but everything is so poorly designed from a user standpoint that it's very time consuming to do, so third-party service…
Re: Hakuna Cloud – Stop cloud servers when they are not in use
#48Efficiency is an area where there can be a lot of cost hiding. We recently saved a lot of money by: - Using the Kubernetes Vertical Pod Autoscaler ( https://github.com/kubernetes/autoscaler/tree/master/vertica... ) for CPU and memory scaling, and switching to metrics like requests per second and connection count for horizontal scaling - Collecting metrics on container CPU and memory allocation vs utilization - Writin…
Actually, HakunaCloud works on cloud servers, not containers. With Kubernetes you pay for the worker nodes, not for running containers. HakuaCloud starto&stop cloud servers, so you actually pay only for the time the servers are needed