0
Acer’s new low-cost handset will be upgradeable to Windows 10
Acer is getting a head-start on Windows 10, releasing a new smartphone that comes with Windows Phone 8.1 but which it promises will be upgradeable to the new OS when it arrives later this year. Called the Liquid M220, it’s priced from €79 (US$89) and will go on sale in Europe, the Middle East and Africa. Acer couldn’t immediately say if it will be sold in the U.S., but it’s been focussing on EMEA lately for its mobiles and wearables. It is one of many low-cost phones Acer is announcing at the Mobile World Congress in Barcelona. The others run Android.+ See our full coverage of MWC 2015 +To read this article in full or to leave a comment, please click here
If you’ve spent some time with Kubernetes, or docker in general, you probably start to wonder about performance. Moreover, you’re probably wondering how to gauge performance of he overall host as well as the containers running on it. This is where cAdvisor comes in. CAdvisor is a open source tool for monitoring docker and it’s running containers. The best part about cAdvisor is that it has native docker support and is super easy to integrate into an existing Kubernetes cluster. Additionally, cAdvisor runs in a container (starting to see why docker is awesome?) so the configuration changes required on the host are super minimal. AKA – You just need to tell the host to run the container.
