GitHub and Google reaffirm partnership with Cloud Build CI/CD tool integration

When Microsoft acquired GitHub for $7.5 billion smackeroos in June, it sent some shock waves through the developer community as it is a key code repository. Google certainly took notice, but the two companies continue to work closely together. Today at Google Next, they announced an expansion of their partnership around Google’s new CI/CD tool, Cloud Build, which was unveiled this week at the conference.

Politics aside, the purpose of the integration is to make life easier for developers by reducing the need to switch between tools. If GitHub recognizes a Docker file without a corresponding CI/CD tool, the developer will be prompted to grab one from the GitHub Marketplace with Google Cloud Build offered prominently as one of the suggested tools.

Photo: GitHub

Should the developer choose to install Cloud Build, that’s where the tight integration comes into play. Developers can run Cloud Build against their code directly from GitHub, and the results will appear directly in the GitHub interface. They won’t have to switch applications to make this work together, and that should go a long way toward saving developer time and effort.

Google Cloud Build. Photo: Google

This is part of GitHub’s new “Smart Recommendations,” which will be rolling out to users in the coming months.

Melody Meckfessel, VP of Engineering for Google Cloud says that the two companies have a history and a context and they have always worked extremely well together on an engineer-to-engineer level. “We have been working together from an engineering standpoint for so many years. We both believe in doing the right thing for developers. We believe that success as it relates to cloud adoption comes from collaborating in the ecosystem,” she said.

Given that close relationship, it had to be disappointing on some level when Microsoft acquired GitHub. In fact, Google Cloud head, Diane Greene expressed sadness about the deal in an interview with CNBC earlier this week, but GitHub’s SVP of Technology Jason Warner believes that Microsoft will be a good steward and that the relationship with Google will remain strong.

Warner says the company’s founding principles were about not getting locked in to any particularly platform and he doesn’t see that changing after the acquisition is finalized. “One of the things that was critical in any discussion about an acquisition was that GitHub shall remain an open platform,” Warner explained.

He indicated that today’s announcement is just a starting point, and the two companies intend to build on this integration moving forward. “We worked pretty closely on this together. This announcement is a nod to some of the future oriented partnerships that we will be announcing later in the year,” he said. And that partnership should continue unabated, even after the Microsoft acquisition is finalized later this year.


By Ron Miller

Virtu teams up with Google to bring its end-to-end encryption service to Google Drive

Virtu, which is best known for its email encryption service for both enterprises and consumers, is announcing a partnership with Google today that will bring the company’s encryption technology to Google Drive.

Only a few years ago, the company was still bolting its solution on top of Gmail without Google’s blessing, but these days, Google is fully on board with Virtu’s plans.

Its new Data Protection for Google Drive extends its service for Gmail to Google’s online file storage service. It ensures that files are encrypted before upload, which ensures the files remain protected, even when they are shared outside of an organization. The customer remains in full control of the encryption keys, so Google, too, has no access to these files, and admins can set and manage access policies by document, folder and team drive.

Virtu’s service uses the Trusted Data Format, an open standard the company’s CTO Will Ackerly developed at the NSA.

While it started as a hack, Virtu is Google’s only data protection partner for G Suite today, and its CEO John Ackerly tells me the company now gets what he and his team are trying to achieve. Indeed, Virtu now has a team of engineers that works with Google. As John Ackerly also noted, GDPR and the renewed discussion around data privacy is helping it gain traction in many businesses, especially in Europe, where the company is opening new offices to support its customers there. In total, about 8,000 organization now use its services.

It’s worth noting that while Virtu is announcing this new Google partnership today, the company also supports email encryption in Microsoft’s Office 365 suite.


By Frederic Lardinois

Google is rolling out a version of Google Voice for enterprise G Suite customers

Google today said it will be rolling out an enterprise version of its Google Voice service for G Suite users, potentially tapping a new demand source for Google that could help attract a whole host of new users.

Google voice has been a long-enjoyed service for everyday consumers, and offers a lot of benefits beyond just having a normal phone number. The enterprise version of Google Voice appears to give companies a way to offer those kinds of tools, including AI-powered parts of it like voicemail transcription, that employees may be already using and potentially skirting the guidelines of a company. Administrators can provision and port phone numbers, get detailed reports and set up call routing functionality. They can also deploy phone numbers to departments or employees, giving them a sort of universal number that isn’t tied to a device — and making it easier to get in touch with someone where necessary.

All of this is an effort to spread adoption of G Suite among larger enterprises as it offers a nice consistent business for Google. While its advertising business continues to grow, the company is investing in cloud products as another revenue stream. That division offers a lot of overhead while Google figures out where the actual total market capture of its advertising is and starts to work on other projects like its hardware, Google Home, and others.

While Google didn’t explicitly talk about it ahead of the conference today, there’s another potential opportunity for something like this: call centers. An enterprise version of Google Voice could give companies a way to provision out certain phone numbers to employees to handle customer service requests and get a lot of information about those calls. Google yesterday announced that it was rolling out a more robust set of call center tools that lean on its expertise in machine learning and artificial intelligence, and getting control of the actual numbers that those calls take in is one part of that equation.

There’s also a spam filtering feature, which will probably be useful in handling waves of robo-calls for various purposes. It’s another product that Google is porting over to its enterprise customers with a bit better controls for CTOs and CIOs after years of understanding how normal consumers are using it and having an opportunity to rigorously test parts of the product. That time also gives Google an opportunity to thoroughly research the gaps in the product that enterprise customers might need in order to sell them on the product.

Google Voice enterprise is going to be available as an early adopter product.


By Matthew Lynley

Google Cloud introduces shielded VMs for additional security

While we might like to think all of our applications are equal in our eyes, in reality some are more important than others and require an additional level of security. To meet those requirements, Google introduced shielded virtual machines at Google Next today.

As Google describes it, “Shielded VMs leverage advanced platform security capabilities to help ensure your VMs have not been tampered with. With Shielded VMs, you can monitor and react to any changes in the VM baseline as well as its current runtime state.”

These specialized VMs run on GCP and come with a set of partner security controls to defend against things like rootkits and bootkits, according to Google. There are a whole bunch of things that happen even before an application launches inside a VM, and each step in that process is vulnerable to attack.

That’s because as the machine starts up, before you even get to your security application, it launches the firmware, the boot sequence, the kernel, then the operating system — and then and only then, does your security application launch.

That time between startup and the security application launching could leave you vulnerable to certain exploits that take advantage of those openings. The shielded VMs strip out as much of that process as possible to reduce the risk.

“What we’re doing here is we are stripping out any of the binary that doesn’t absolutely have to be there. We’re ensuring that every binary that is there is signed, that it’s signed by the right party, and that they load in the proper sequence,” a Google spokesperson explained. All of these steps should reduce overall risk.

Shielded VMs are available in Beta now


By Ron Miller

Google is baking machine learning into its BigQuery data warehouse

There are still a lot of obstacles to building machine learning models and one of those is that in order to build those models, developers often have to move a lot of data back and forth between their data warehouses and wherever they are building their models. Google is now making this part of the process a bit easier for the developers and data scientists in its ecosystem with BigQuery ML, a new feature of its BigQuery data warehouse, by building some machine learning functionality right into BigQuery.

Using BigQuery ML, developers can build models using linear and logistical regression right inside their data warehouse without having to transfer data back and forth as they build and fine-tune their models. And all they have to do to build these models and get predictions is to write a bit of SQL.

Moving data doesn’t sound like it should be a big issue, but developers often spend a lot of their time on this kind of grunt work — time that would be better spent on actually working on their models.

BigQuery ML also promises to make it easier to build these models, even for developers who don’t have a lot of experience with machine learning. To get started, developers can use what’s basically a variant of standard SQL to say what kind of model they are trying to build and what the input data is supposed to be. From there, BigQuery ML then builds the model and allows developers to almost immediately generate predictions based on it. And they won’t even have to write any code in R or Python.

These new features are now available in beta.


By Frederic Lardinois

Google launches a standalone version of Drive for businesses that don’t want the full G Suite

If you are a business and want to use Google Drive, then your only option until now was to buy a full G Suite subscription, even if you don’t want or need access to the rest of the company’s productivity tools. Starting today, though, these businesses will be able to buy a subscription to a standalone version of Google Drive, too.

Google says that a standalone version of Drive has been at the top of the list of requests from prospective customers, so it’s now giving this option to them in the form of this new service (though to be honest, I’m not sure how much demand there really is for this product). Standalone Google Drive will come with all the usual online storage and sharing features as the G Suite version.

Pricing will be based on usage. Google will charge $8 per month per active user and $0.04 per GB stored in a company’s Drive.

Google’s idea here is surely to convert those standalone Drive users to full G Suite users over time, but it’s also an acknowledgement on Google’s part that not every business is ready to move away from legacy email tools and desktop-based productivity applications like Word and Excel just yet (and that its online productivity suite may not be right for all of those businesses, too).

Drive, by the way, is going to hit a billion users this week, Google keeps saying. I guess I appreciate that they don’t want to jump the gun and are actually waiting for that to happen instead of just announcing it now when it’s convenient. Once it does, though, it’ll become the company’s eighth product with more than a billion users.


By Frederic Lardinois

Google takes on Yubico and builds its own hardware security keys

Google today announced it is launching its own hardware security keys for two-factor authentication. These so-called Titan Security Keys will go up against similar keys from companies like Yubico, which Google has long championed as the de facto standard for hardware-based two-factor authentication for Gmail and other services.

The FIDO-compatible Titan keys will come in two versions. One with Bluetooth support for mobile devices and one that plugs directly into your computer’s USB port. In terms of looks and functionality, those keys look quite a lot like the existing keys from Yubico, though our understanding is that these are Google’s own designs.

Unsurprisingly, the folks over at Yubico got wind of today’s announcement ahead of time and have already posted a reaction to today’s news (and the company is exhibiting at Google Cloud Next, too, which may be a bit awkward after today’s announcement).

“Yubico strongly believes there are security and privacy benefits for our customers, by manufacturing and programming our products in USA and Sweden,” Yubico founder and CEO Stina Ehrensvard writes, and goes on to throw a bit of shade on Google’s decision to support Bluetooth. “Google’s offering includes a Bluetooth (BLE) capable key. While Yubico previously initiated development of a BLE security key, and contributed to the BLE U2F standards work, we decided not to launch the product as it does not meet our standards for security, usability and durability. BLE does not provide the security assurance levels of NFC and USB, and requires batteries and pairing that offer a poor user experience.”

It’s unclear who is manufacturing the Titan keys for Google (the company spokesperson didn’t know when asked during the press conference), but the company says that it developed its own firmware for the keys. And while Google is obviously using the same Titan brand it uses for the custom chips that protect the servers that make up its cloud, it’s also unclear if there is any relation between those.

No word on pricing yet, but the keys are now available to Google Cloud customers and will be available for purchase for anyone in the Google Store, soon.


By Frederic Lardinois

Google brings its search technology to the enterprise

One of Google’s first hardware products was its search appliance, a custom-built server that allowed businesses to bring Google’s search tools to the data behind their firewalls. That appliance is no more, but Google today announced the spiritual successor to it with an update to Cloud Search. Until today, Cloud Search only indexed G Suite data. Now, it can pull in data from a wide variety of third-party services that can run on-premise or in the cloud, too, making the tool far more useful for large businesses that want to make all of their data searchable by their employees.

“We are essentially taking all of Google expertise in search and are applying it to your enterprise content,” Google said.

One of the launch customers for this new service is Whirlpool, which built its own search portal and indexed over 12 million documents from more than a dozen services using this new service.

“This is about giving employees access to all the information from across the enterprise, even if it’s traditionally siloed data whether that’s in a database or a legacy productivity tool and make all of that available in a single index,” Google explained.

To enable this functionality, Google is making a number of software adapters available that will bridge the gap between these third-party services and Cloud Search. Over time, Google wants to add support for more services and bring this cloud-based technology on par with what its search appliance was once capable of.

The service is now rolling out to a select number of users and over time, it’ll become available to both G Suite users and as a stand-alone version.


By Frederic Lardinois

Google announces a suite of updates to its contact center tools

As Google pushes further and further into enterprise services, it’s looking to leverage what it’s known for — a strong expertise in machine learning — to power some of the most common enterprise functions, including contact centers.

Now Google is applying a lot of those learnings in a bunch of new updates for its contact center tools. That’s basically leaning on a key focus Google has, which is using machine learning for natural language recognition and image recognition. Those tools have natural applications in enterprises, especially those looking to spin up the kinds of tools that larger companies have with complex customer service requests and niche tools. Today’s updates, announced at the Google Cloud Next conference, including a suite of AI tools for its Google Cloud Contact Center.

Today the company said it is releasing a couple updates to its Dialogflow tools, including a new one called phone gateway, which helps companies automatically assign a working phone number to a virtual agent. The company says you can begin taking those calls in “less than a minute” without infrastructure, with the rest of the machine-learning powered functions like speech recognition and natural language understanding managed by Google.

Google is adding AI-powered tools to the contact center with agent assistant tools, which can quickly pull in with relevant information, like suggested articles. It also has an update to its analytics tools, which lets companies sift through historical audio data to pull in trends — like common calls and complaints. One application here would be to be able to spot some confusing update or a broken tool based on a high volume of complaints, and that helps companies get a handle on what’s happening without a ton of overhead.

Other new tools include sentiment analysis, correcting spelling mistakes, tools to understand unstructured documents within a company like knowledge base articles — streaming that into Dialogflow. Dialogflow is also getting native audio response.


By Matthew Lynley

Google’s Cloud Functions serverless platform is now generally available

Cloud Functions, Google’s serverless platform that competes directly with tools like AWS Lambda and Azure Functions from Microsoft, is now generally available, the company announced at its Cloud Next conference in San Francisco today.

Google first announced Cloud Functions back in 2016, so this has been a long beta. Overall, it also always seemed as if Google wasn’t quite putting the same resources behind its serverless play when compared to its major competitors. AWS, for example, is placing a major bet on serverless, as is Microsoft. And there are also plenty of startups in this space, too.

Like all Google products that come out of beta, Cloud Functions is now backed by an SLA and the company also today announced that the service now runs in more regions in the U.S. and Europe.

In addition to these hosted options, Google also today announced its new Cloud Services platform for enterprises that want to run hybrid clouds. While this doesn’t include a self-hosted Cloud Functions option, Google is betting on Kubernetes as the foundation for businesses that want to run serverless applications (and yes, I hate the term ‘serverless,’ too) in their own data centers.


By Frederic Lardinois

Watch the Google Cloud Next day one keynote live right here

Google is hosting its big cloud conference, Google Cloud Next, this morning over at the Moscone center in San Francisco. Obviously it’s not quite as large as its flagship event I/O earlier this year, but Google’s cloud efforts have become one of its brightest points over the past several quarters.

With heavy investments in Google Cloud’s infrastructure, its enterprise services, as well as a suite of machine learning tools layered on top of all that, Google is clearly trying to make Google Cloud a core piece of its business going forward. Traditionally an advertising juggernaut, Google is now figuring out what comes next after that, even as that advertising business continues to grow at a very healthy clip.

The keynote starts at 9 a.m. Pacific time, and the TechCrunch team is on the ground here covering all the newsiest and best bits. Be sure to check out our full coverage on TechCrunch as the keynote moves forward.


By Matthew Lynley

Google Cloud CEO Diane Greene: “We’re playing the long game here”

Google is hosting its annual Cloud Next conference in San Francisco this week. With 20,000 developers in attendance, Cloud Next has become the cloud-centric counterpart to Google I/O. A few years ago, when the event only had about 2,000 attendees and Google still hosted it on a rickety pier, Diane Greene had just taken over as the CEO of Google’s cloud businesses and Google had fallen a bit behind in this space, just as Amazon and Microsoft were charging forward. Since then, Google has squarely focused on bringing business users to its cloud, both to its cloud computing services and to G Suite.

Ahead of this year’s Cloud Next, I sat down with Diane Greene to talk about the current state of Google Cloud and what to expect in the near future. As Greene noted, a lot of businesses first approached cloud computing as an infrastructure play — as a way to get some cost savings and access to elastic resources. “Now, it’s just becoming so much more. People realize it’s a more secure place to be, but really, I feel like in its essence it’s all about super-charging your information to make your company much more successful.” It’s the cloud, after all, where enterprises get access to globally distributed databases like Cloud Spinner and machine learning tools like AutoML (and their equivalent tools from other vendors).

When she moved to Google Cloud, Greene argued, Google was missing many of the table stakes that large enterprises needed. “We didn’t have all the audit logs. We didn’t have all the fine-grained security controls. We didn’t have the peer-to-peer networking. We didn’t have all the compliance and certification,” she told me.

People told her it would take Google 10 years to be ready for enterprise customers. “That’s how long it took Microsoft. And I was like, no, it’s not 10 years.” The team took that as a challenge and now, two years later, Greene argues that Google Cloud is definitely ready for the enterprise (and she’s tired of people calling it a ‘distant third’ to AWS and Azure).

Today, when she thinks about her organization’s mission, she sees it as a variation on Google’s own motto. “Google’s mission is to organize the world’s information,” she said. “Google Cloud’s mission then is to supercharge our customers’ information.”

When it comes to convincing large enterprises to bet on a given vendor, though, technology is one thing, but a few years ago, Google also didn’t have the sales teams in place to sell to these companies. That had to change, too, and Greene argues that the company’s new approach is working as well. And Google needed the right partners, too, which it has now found with companies like SAP, which has certified Google’s Cloud for its Hana in-memory database, and the likes of Cisco.

A few months ago, Greene told CNBC she thought that people were underestimating the scale of Google’s cloud businesses. And she thinks that’s still the case today, too. “They definitely are underestimating us. And to some extent, maybe that hurt us. But we love our pipeline and all our engagements that we have going on,” she told me.

Getting large businesses on board is one thing, but Greene also argued that today is probably the best time ever to be an enterprise developer. “I’ve never seen companies so aggressively pursuing the latest technology and willing to adopt this disruptive technology because they see the advantage that can give them and they see that they won’t be competitive if the people they compete with adopt it first,” Greene told me. “And because of this, I think innovation in the enterprise is happening right now, even faster than it is in consumer, which is somewhat of a reversal.”

As for the companies that are choosing Google Cloud today, Greene sees three distinct categories. There are those that were born in the cloud. Think Twitter, Spotify and Snap, which are all placing significant bets on Google Cloud. Not shy to compare Google’s technology prowess to its competitors, Green noted that “they are with Google Cloud because they know that we’re the best cloud from a technology standpoint.”

But these days, a lot of large companies that preceded the internet but were still pretty data-centric are also moving to the cloud. Examples there, as far as Google Cloud customers go, include Schlumberger, HSBC and Disney. And it’s those companies that Google is really going after at this year’s Next with the launch of the Google Services Platform for businesses that want or need to take a hybrid approach to their cloud adoption plans. “They see that the future is in the cloud. They see that’s where the best technology is going to be. They see that through using the technology of the cloud they can redeploy their people to be more focused on their business needs,” Greene explained.

Throughout our conversation, Greene stressed that a lot of these companies are coming to Google because of its machine learning tools and its support for Kubernetes. “We’re bringing the cloud to them,” Greene said about these companies that want to go hybrid. “We are taking Kubernetes and Istio, the monitoring and securing of the container workflows and we’re making it work on-prem and within all the different clouds and supporting it across all that. And that way, you can stay in your data center and have this Kubernetes environment and then you can spill over into the cloud and there’s no lock-in.”

But there’s also a third category, the old brick-and-mortar businesses like Home Depot that often don’t have any existing large centralized systems but that now have to go through their own digital transformation, too, to remain competitive.

While it’s fun to talk about up-and-coming technologies like Kubernetes and containers, though, Greene noted the vast majority of users still come to Google Cloud because of its compute services and data management and analytics tools like BigQuery. Of course there’s lot of momentum behind the Google Kubernetes Engine, too, as well as the company’s machine learning tools, but enterprises are only now starting to think about these tools.

But Greene also stressed that a lot of customers are looking for security, not just in the cloud computing side of Google Cloud but also when it comes to choosing the G Suite set of productivity tools.

“Companies are getting hacked and Google, knock on wood, is not getting hacked,” she noted. “We are so much more secure than any company could ever contemplate.”

But while that’s definitely true, Google has also faced an interesting challenge here because of its consumer businesses. Greene noted that it sometimes takes people a while to understand that what Google does with consumer data is vastly different from what it does with data that sits in Google Cloud. Google, after all, does mine a good amount of its free users’ data to serve them more relevant ads.

“We’ve been keeping billions of people’s data private for almost 20 years and that’s a lot of hard work, but a cloud customer’s data is completely private to them and we do have to continually educate people about that.”

So while Google got a bit of a late start in getting enterprises to adopt its Cloud, Greene now believes that it’s on the right track. “And the other thing is, we’re playing the long game,” she noted. “This thing is early. Some people estimate that only 10 percent of workloads are in the big public clouds. And if it’s not in a public cloud, it is going to be in a public cloud.”


By Frederic Lardinois

Google Cloud’s partnership network begins paying dividends

When Google Cloud brought Diane Greene on board at the end of 2015, one of her goals was to expand the division’s partnership network, an approach she found worked quite well when she was running VMware in the early 2000s. It appears to be working at Google too.

This week at Google Next, the company’s annual cloud conference, they announced the partner program had grown significantly since the beginning of last year. “Since the start of 2017, we’ve increased the number of technology partners by 10x and we’ve more than doubled our team supporting these partners,” Google’s Nan Boden and Nina Harding wrote in a blog post on partner program progress.

Google is partnering with a variety of large enterprise vendors from Cisco to SAP to NetApp to Diane Greene’s old company, VMware. In addition, they are also working with the traditional systems integrators like Accenture, Deloitte, KPMG and others.

All of this is enabling Google Cloud customers to work through familiar channels while helping Google to build out its cloud business and gain more traction in the enterprise. Partners in general help customers work with a platform like Google Cloud more easily by providing integrations that might not otherwise exist.

One thing Google has going for it, especially on the G Suite side of the house, which includes Gmail, Docs, Drive and Calendar, is sheer numbers with millions of users. It benefits the partner to work with a company like Google Cloud to help all their common users, and perhaps attract new ones, and it benefits Google because it makes their cloud services all the more valuable to the customer.

The company sees Software as a Service in particular as a key area for growth and they announced out a new partnership program this week with access to more Google personnel and marketing funding to help encourage more interaction with SaaS partners on the platform. They already have multiple agreements in place with popular SaaS vendors including Salesforce, Box, MongoDB, Zenoss, Elastic, RedisLabs, JFrog, BetterCloud, DialPad, and many others

Cloud computing has always been different from traditional enterprise computing because cooperation has always been the watch word. Even companies like Salesforce and DialPad and Cisco and SAP that could be competing with Google on some levels see the benefits of working with them (and other cloud providers). It’s what their customers want, and cooperation when it makes sense, benefits all parties involved.


By Ron Miller