Acer going all in with Windows 10 smartphones
Acer didn’t embrace Microsoft’s Windows Phone 8.1 OS for smartphones, but it’s really warming up to Windows 10.The Taiwanese company plans to launch more Windows 10 smartphones as it looks to bring a consistent user experience across its phones, tablets and PCs, said Wahid Razali, marketing manager for Acer in Europe, at the Mobile World Congress trade show in Barcelona. Unlike its predecessor, the new OS makes it easier to share content and use the same applications across the range of Windows devices.Acer has mainly offered Android smartphones in the past, but Windows 10 has made it rethink that strategy. It’s one of the only PC makers that can offer Windows on tablets, laptops and smartphones, which makes adoption of the OS on handsets an easy decision, Razali said.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.
