Skip to main content

YOU WANT TO BUILD AN EMPIRE LIKE GOOGLE’S? THIS IS YOUR OS

GOOGLE CALLED IT Borg, and for many years, it was among the company's best-kept secrets.

Borg ran just about everything within the
company, including Google Search, Gmail,Google Maps, Google Docs, and any other Google service you can think of—not to mention the private services you and I never see. Basically, it provided a way
of parceling tasks across dozens,
hundreds, even thousands of machines with extreme efficiency. A few years ago,uber Google engineer John Wilkes told me Borg was so efficient—so adept at finding a use for available processing power on each and every machine—that it had probably saved Google the cost of building another data center. And those things are expensive.

Even then, Borg remained veiled in
secrecy. Wilkes wouldn't even refer to it by name. But inside another big-name company, Twitter, Ben Hindman was recreating this sweeping software tool alongside several former Google engineers. They called it Mesos. Hindman
started the project as a grad student at UC Berkeley, and after joining Twitter, he used it to rebuild the very foundation of the company's microblogging service.
Mesos was a little different from Borg—and Twitter a little smaller than Google—but Hindman's creation served the same basic purpose, allowing Twitter to
efficiently run software across a massive data center in much the same way you run software on a phone or laptop.

Now, Hindman hopes to bring this idea to every company on the planet. From the beginning, Mesos was an open source project, meaning anyone could use and
modify the code, and after leaving Twitter, Hindman helped launch Mesosphere, a company that aims to help businesses embrace the project—in essence, helping them build a Borg of their own. Today, in
an effort to advance this goal, Hindman and company open sourced other software tools that work in tandem with Mesos.

Collectively, all this software is called DC/OS, or data center operating system—which is kinda catchy. This, Hindman says,was the original vision for the company:
to create an operating system that let's anyone run vast online services across a data center. But the decision to open source DC/OS also reflects—and is likely a response to—the rapid evolution of so many other tools that seek to do much the same thing.

The Container Revolution
The move comes amid an enormous
revolution sweeping information
technology, one in which big-name
companies and startups alike aim to recreate Borg for the rest of the world.
Alex Polvi, who runs one of these
startups, CoreOS, describes the revolution with a hashtag: #GIFEE, or Google Infrastructure For Everyone Else—which is even catchier. In addition to Mesosphere and CoreOS, a company called Docker is pushing this idea alongside the biggest names in cloud computing: Amazon, Microsoft, and, yes,Google.

In the three years since Wilkes referred to Borg as "the system that will not be named"—a level of secrecy indicative of how Google treated the tech driving its data centers—the company has entered a period in which it not only freely discusses many of these technologies, but actively shares code. This is a way of driving the
use of its cloud computing services, which are now enormously important to Google.
In the summer of 2014, the company unveiled Kubernetes, its own open source effort to create a version of Borg others could use. Now that Kubernetes is open source, it seems, Mesosphere must open source all of DC/OS. By itself, Mesos provides only part of what Kubernetes offers.

In any event, even Google believes in Google Infrastructure For Everyone Else.
And it stands to reason, because Google and so many other companies have proven th benefits of the Borg idea, which involves packaging software into tiny
"containers" that can run on any machine across a data center or, indeed, across multiple data centers. If you can do that,you can efficiency pack myriad containers
onto each machine.

This may sound a bit like an older
technology called virtualization, but tools like DC/OS and Kubernetes takes things much further. For one, they can run
massive quantities of software far more efficiently than virtualization ever could.
"The magic of the container world is that the computational overhead is far less than full virtualization," says Mike Stoppelman, the senior vice president of engineering at Yelp, which now runs its operation at DC/OS. "Even today, moving
around a 20 megabyte container is so much easier than moving a 100 megabyte virtual image … and the network traffic created by this stuff is an order of magnitude less."

But this also is about improving the lives of software engineers. Any company that hits 50 to 100 engineers, Stoppelman says,
almost has to embrace this kind of
container architecture. It must break down its software into tiny pieces that can by run across myriad machines.
Otherwise, things get too unwieldy. Tools like DC/OS and Kubernetes make it far easier to build that kind of distributed software. And the importance of this should not be underestimated. After all, software that runs across dozens or even
hundreds of machines—think Google and Twitter and Apple Siri—drives the modern world.

From Google to AirBnb to Yelp
The container revolution is quite real.
Hindman redesigned Twitter's
infrastructure alongside his old friend Florian Leibert, who helped bring the container idea to Airbnb. Now, they're both at Mesosphere, where they've helped pushe the idea into countless other
companies, including Yelp, Netflix,
Autodesk, and Apple. This really is
Google's infrastructure spreading
everywhere. Stoppelman, once a senior engineer at Google describes Yelp's new infrastructure as "very similar to Borg."

Stoppelman notes that Mesosphere
developed an early lead in the new
market, and Polvi says much the same thing. But Polvi also believes the market eventually will center on Kubernetes. His company offers an individual server operating system, CoreOS, that works with tools like Kubernetes, and he has
worked closely with Google on the open source project. "I think things kinda. converge on Kubernetes in due course,"Polvi says. "Kubernetes nailed the interface—the API—for how you talk to these distributed systems."

That said, Mesophere's DC/OS is clearly an effort to narrow any gap. It seeks to expand Mesos into more than just a technology for hardcore engineers, into software that any business can use.

In the Clouds
Companies are also using such tools atop cloud computing services. Yelp runs much of its infrastructure, for instance, on the
Amazon cloud. And this is where things can get confusing. Cloud services rely on virtualization—they offer virtual machines where customers can run software without setting up physical machines—but containers still make sense when running atop virtual machines. You can still
increase efficiency—if not quite as much—and more importantly, you can still improve life for coders.

One reason Mesosphere is opening
sourcing DC/OS is that this makes it
easier for companies to run the tool both atop outside cloud services and inside their own data centers. For instance, Microsoft (which is an investor in Mesophere) uses DC/OS to drive a kind of container service it offers atop its cloud,and now, if they so desire, business can
their software atop both this service and a version of DC/OS running on their own machines. Google pushes the same idea. It
offers Kubernetes as a cloud service, but since the tool is open source, you're also free to use Kubernetes in your own data
center. "That's one of the great value propositions of open source," says Mark Russinovich, the chief technology officer of Microsoft Azure. "People get this portability."

Windows, Here We Come
Microsoft's involvement is interesting because containers grew out of the open source Linux operating system, a rival to
its own Windows OS. At Google, Borg drove thousands of machines loaded with Linux. The same goes for Twitter and Airbnb and Yelp. Containers were designed for Linux, and DC/OS only works with Linux machines.

Yes, it's interesting that Microsoft is embracing a Linux technology, but that's just how the company operates nowadays.
Much as Google realized that the age of cloud computing means it must freely share its data center technologies, Microsoft came to see it must embrace open source software atop its cloud. But
Redmond also is trying to recreate the container idea for use with its own Windows operating system.

Microsoft has already built a version of Windows that juggles containers—it uses this to run servers across its own online
empire—and as Russinnovich notes, the company is working with Mesosphere to build a version of DC/OS that works with Windows. It really is Google Infrastructure for Everyone Else—including everyone who runs Microsoft software.

www.josiahdele.blogspot.com

Comments

Popular posts from this blog

Dangerous sex Positions For Men

The most common cause of pĂ©nile injury is found among the variety of potentially dangerous positions used for sĂ©xual intercourse. The most popular is the ‘woman-on-top’. This type of position can result in an impact between the pĂ©nis against the female pelvis or perineum that can easily traumatize the pĂ©nile cylinders. A pĂ©nis becomes Ă©rect when the lining of the cylinder within it is engorged with blood.  A pĂ©nis fracture can occur when there is trauma to the erĂ©ct pĂ©nis, resulting in a rupture of the cylinder lining. This very painful injury is often accompanied by an abrupt, distressing cracking noise that is immediately followed by dark bruising of the pĂ©nis due to blood escaping the cylinder. In ten to 30% of pĂ©nis fractures, the urethra is damaged and blood may be visible at the urinary opening. Given these signs, an injury should be relatively simple to diagnose, right? You would be surprised, even with the unsettling sounds of a fracture occurring, many men...

AWS Battles Rivals: Advertising Campaign

Amazon Web Services has defeated IBM in a competition for lucrative federal contracts, threatened Microsoft's core businesses, and reshaped corporate technology. In the last few months, the pioneering cloud-computing unit of the online retail giant has taken a page from the playbook of some of its more traditional competitors: It started advertising. Ads have been splashed across billboards and in airport terminals, television spots and web videos, featuring a whiteboard full of sketches of software architecture and appeals to invent something using Amazon's collection of rented computing services. The advertising campaign, which bears the "Build On" tagline, represents a milestone in AWS' march from technology upstart to one of the major players in business software, technologists and marketers say. For many years, AWS didn't advertise, partly because it didn't have to. The service held a wide lead over the competition, and word-of-mouth was enough to...

It's real and cool, no scam involve.

Beat Bad Breath naturally!   Breathing nauseating odor from mouth makes isolate you from the goodies of societies. It is a state when you are not wanted to utter even a single word or breathe publicly. Bad breath is a result of many a factor such as dentures, cavities, throat infection, alcohol, smoking, lung infection, anything from food to poor oral hygiene. Thanks to some the natural home remedies that prove immensely helpful in getting rid of bad breathe. Following are some helpful tips to overcome bad breath. 1. The first and foremost thing to be bear in mind is dont forget to brush your teeth after every meal. 2. Sweeten your breath by chewing up a few cardamom seeds. The aromatic flavor in cardamom freshens up your breath. 3. Often drink one glass of lemon juice with little salt and sugar. 4. Chew up some leaves of Parsley for fresh breath. 5. Tea made from Fenugreek (methi) seeds also helps relieve of bad odor and bad breath. 6. Before going to bed, rinse your mouth ...