0
Firefox OS coming to US, developed markets in 2016
Firefox OS, the smartphone operating system from Mozilla targeted at low-cost smartphones in emerging markets, is coming to more developed markets.A new project with carriers in the U.S., Japan, South Korea and Spain will see high-spec phones developed for release in 2016. But rather than challenging Android and iOS head on, the project will target something that’s been largely out of fashion in recent years: flip phones and sliders.Andreas Gal, chief technology officer at Mozilla, said some customers like the older form factors but choosing them often means being stuck with an old operating system that has none of the flexibility of a modern smartphone OS.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.
