Image Title

Search Results for YANG:

Fangjin Yang, Imply.io | CUBE Conversation


 

(bright upbeat music) >> Welcome, everyone, to this CUBE Conversation featuring Imply. I'm your host, Lisa Martin. Today, we are excited to be joined by FJ Yang, the co-founder and CEO of Imply. FJ, thanks so much for joining us today. >> Lisa, thank you so much for having me. >> Tell me a little bit about yourself and about Imply. >> Yeah, absolutely. So, I started Imply a couple years ago and before start the company, I was a technologist. So, I was a software engineer and software developer primarily specializing in distributed systems. And one of the projects I worked on, ultimately became kind of the centerpiece behind Imply. Imply, as a company is a database company. What we do is we provide developers a powerful tool in order to help them build various types of data analytic applications. We're also an open source company, where the company develops a popular open source project called Apache Druid. >> Got it, so database as a service for modern analytics applications. You're also one of the original authors of Apache Druid. Talk to me, gimme a timeline, Druid's 10-year history or so. What's the big picture? What's been the market evolution that you've seen? >> Yeah, absolutely. So, I moved out to Silicon Valley basically to try and work at a startup, 'cause I was enamored with startups and I thought they were the coolest thing ever. So, at one point, I basically joined the smallest startup I could find. It was a startup called Metamarkets, which actually doesn't exist anymore, it was ultimately acquired by Snapchat a couple years ago. But, I was one of the first employees there. And what we were trying to do at the time, was we were trying to build an analytics application, a user-facing application where people could slice and dice various types of data. At the time, the data sets we were working with were like online advertising, digital advertising data sets which were very large and complex. And, we really struggled to find a database that could basically power the kind of interactive and user experience that we know we want to provide our end customers. So, what ended up happening was we decided to build our own database and we were a three or five-person shop when we decided to build our own database, and that was Druid. And over time, we saw many other types of companies actually struggle with a similar set of problems, albeit with very different types of use cases and very different types of data sets. And, the Druid community kind of grew and evolved from that. And in my work in engaging with the community, what I saw was a market opportunity and a market gap and that's where Imply formed. >> Let's double click on that. You talked about why you built Druid, the problem you were looking to solve. But, talk to me about the role that Imply has. >> Right. So, Imply is a commercial company. What we do is we build kind of an end-to-end enterprise product around Druid as the core engine. Imply provides deployment, it deploys management, it provides security, and it also provides visualization and monitoring pieces around Druid as a core engine. What we aim to do at Imply is really enable developers to build various types of data applications with only the click of a few buttons and interacting with a simple set of APIs. So, the goal is, if you're a developer, you don't have to think about managing the database yourself, you don't have to think about the operational complexity at the database, but instead, what you do is just work with APIs and build your application. >> So, then what gives Druid its superpower? What makes Druid Druid? >> Yeah, so, Druid, the easiest way to think about it, is it's a really fast calculator and it's a very fast calculator for a whole lot of data. So, when you have a whole lot of data and you want to crunch numbers very, very quickly, Druid is very good at doing that. And, people always ask me this question, which is, what makes Druid special? And I always struggle with it, because it's never just one thing, it's actually layers, upon layers, upon layers of engineering. You start with fundamentals of how you maximally optimize the resources of any hardware. So, how do you maximize storage? How do you maximize compute? And then, there's a lot of optimizations around how do you store the data? How do you access that data in a very fast way once it's stored in order to run computations very quickly? So, unfortunately, there's no silver bullet about Druid, but maybe I can summarize in this way. Druid, it's like a search system, and a data warehouse, and a time series database all mixed together. And, that architecture enables it to be very, very quickly. And unfortunately, if you don't know what some of the components I'm talking about are, it's hard to describe where the secret sauce is (chuckling). >> Sometimes you want to keep that secret sauce secret. Talk to me about the overall data space, as we see these days, every company is a data company or if it's not, it needs to be to be successful. Where does Druid fit in the overall data space? Give us that picture of where it fits. >> Yeah, absolutely. So, it's pretty interesting that you see now in the public markets as well as the private markets, some of the hottest unicorns out there are actually data companies. And, I think what people are are understanding now for the first time, is just how vast and complex the data space is and also how large the market is as well. So for sure, there's many different components and pieces in the data space, and they oftentimes come together to form what's known as a data stack. So, data stack is basically kind of an architecture that has various systems and each of these systems are designed to do a certain set of things very, very well. For example, a company that recently went public is a company called Confluent, which mostly catered towards data transport, so getting data from one place to another. They're built around an open source engine called Apache Kafka. Databricks is another mega unicorn that's going to go public pretty soon. And they're built around an open source project called Spark, which is mainly used for data processing. Where we sit is on the data query side. So, what that means is we're a system in which people can store data and then access that data very, very quickly. And there's other systems that do that, but where our bread and butter is, is we're building some sort of application, where you have end users that are clicking buttons in order to get access to data, we're a platform that enables the best end user experience. We return queries very, very quickly with a consistent SLA, we immediately visualize data as soon as it's made available, and then we can support many, many, many concurrent end users to access the system at the same time. >> So, real time. One of the things I think that we learned during the pandemic, one of the many things is that access to real time data, it's no longer a nice to have, it is table stakes for, as I said, every company, these days is a data company. So with how you describe it, how should people think of Druid versus a data warehouse? >> Yeah. So, that's a great question. And obviously, data warehouses have been around since the 70s. In the B2B space, they're among the largest players that kind of exist in enterprise software. So, it's only natural that when you come up with sort of a new analytics database, that people compare it with what they already know, which is data warehouse. So, a lot of how we think about why we're different than data warehouse goes back to how I answered the previous question, and that we're focused right now, really, on powering different types of data applications. Data applications are UIs in which people are really accessing and getting insights from data by clicking buttons versus writing more complex equal queries. And when you click buttons and you get access to data, what you want in terms of an end user experience, is you want answers to questions to come back almost immediately. So you don't want to click a button and then see a spinning dial that goes on for minute and minutes before an answer comes back. You basically want results to come back immediately. You want that experience no matter what types of queries that you're issuing or how many people are issuing those queries. If you have thousands, if not tens of thousands of people that are trying to access data exact same time, you want to give a consistent user experience like Google, which is one of my favorite products. There're millions of people that use Google, and ask questions and they get their answers back immediately. So we try to provide that same experience, but instead of a generic search engine, what we're doing is we're providing a system that basically answers questions on data and users get a very interactive and fast experience when asking questions. And that's something that I think is very different than what data warehouses are primarily specialized in. Data warehouses are really designed to be systems in which people write very large complex sequel queries that might take minutes or hours sometimes to run. But the experience of using a data warehouse to power and application is not a great one. >> So, I'm just curious, FJ, in the last couple of years, with, as I mentioned before the access to real time data no longer a nice to have, but it's something business critical for so many industries, did you see any industries in particular in the recent years that were really primed candidates for what Druid would can deliver? >> Yeah, that's a great question. And you can imagine that the industries that really heavily rely on fast decision making are the ones that are earliest to adopt technologies like this. So, in the security space, and the observability space, as well as working with networking and various forms of backend kind of metrics data, this system has been very popular and it's been popular because people need to triage (indistinct) as they occur, they need to resolve problems, and they also need immediate visibility, as well as very fast queries on data. Another space is online advertising. Online advertising, nowadays is almost entirely programmatic and digital. So, response times are critical in order to make decisions. And that's where Druid was actually born. It was born for advertising before it kind of went everywhere else. We're seeing it more in fraud protection, fraud prevention as well as fraud diagnostics nowadays. We're seeing it in retail as well, which is pretty interesting. And, the goal, of course, is I believe every industry and every vertical needs the capabilities that we provide. So hopefully, we see a whole lot more use cases in the near future. >> Right, it's absolutely horizontal these days. So, 10-year history, you've got a community of thousands, what's the future of Druid? What do you see when you open the crystal ball and look now down the 12 months, 18 months road? >> Yeah. So, I think as a technologist, your goal as the technologist, at least for me, is to try and create technology that has as much applicability as possible and solves problems for as many people as possible. That's always the way I think about it. So, I want to do good engineering and I want to build good systems. And I think what the hallmark of a really good system is you can solve all different types of problems and condense all these different problems, actually into the same set of models and the same set of principles. And, a thing that makes me most excited about Druid is the many, many different industries that it's found value and the many different use cases it's found value. So, if I were to give 30,000 foot roadmap, that's what we're trying to do with the next generation of Druid. We're actually doing a pretty major engine upgrade right now, and pretty major overhaul the entire system. And the goal of that is to take all the learnings that we've had over the last decade and to create something new that can solve an expanded set of problems that we've heard from the community and from other places as well. >> Excellent. FJ, exciting work that you've done the last 10 years. Congratulations on that. Looking forward to the roadmap that you talked about. Thanks for sharing what Druid is, the Imply connection, and all the different use cases where it applies. We appreciate your insights. >> Appreciate you having me on the show. Thank you very much. >> My pleasure. For FJ Yang, I'm Lisa Martin. You're watching this CUBE Conversation, the leader in live tech enterprise coverage. (bright upbeat music)

Published Date : Mar 23 2022

SUMMARY :

the co-founder and CEO of Imply. and before start the company, You're also one of the original At the time, the data sets we were working the problem you were looking to solve. So, the goal is, if you're a developer, of the components I'm talking about are, the overall data space? in the data space, One of the things I think So, a lot of how we think So, in the security space, and look now down the 12 and the same set of principles. and all the different use Appreciate you having me on the show. the leader in live tech

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Lisa MartinPERSON

0.99+

thousandsQUANTITY

0.99+

Silicon ValleyLOCATION

0.99+

LisaPERSON

0.99+

SnapchatORGANIZATION

0.99+

10-yearQUANTITY

0.99+

18 monthsQUANTITY

0.99+

FJ YangPERSON

0.99+

threeQUANTITY

0.99+

ImplyORGANIZATION

0.99+

ConfluentORGANIZATION

0.99+

12 monthsQUANTITY

0.99+

30,000 footQUANTITY

0.99+

DruidTITLE

0.99+

eachQUANTITY

0.99+

oneQUANTITY

0.99+

Fangjin YangPERSON

0.99+

first timeQUANTITY

0.98+

TodayDATE

0.98+

GoogleORGANIZATION

0.98+

todayDATE

0.98+

millions of peopleQUANTITY

0.98+

OneQUANTITY

0.98+

Imply.ioORGANIZATION

0.97+

MetamarketsORGANIZATION

0.96+

five-personQUANTITY

0.96+

first employeesQUANTITY

0.94+

tens of thousands of peopleQUANTITY

0.94+

pandemicEVENT

0.94+

last couple of yearsDATE

0.91+

FJPERSON

0.91+

70sDATE

0.89+

one thingQUANTITY

0.89+

DatabricksORGANIZATION

0.88+

one pointQUANTITY

0.87+

DruidPERSON

0.84+

couple years agoDATE

0.81+

last decadeDATE

0.75+

Apache DruidORGANIZATION

0.73+

ConversationEVENT

0.73+

ApacheORGANIZATION

0.72+

last 10 yearsDATE

0.72+

doubleQUANTITY

0.69+

SparkTITLE

0.66+

my favorite productsQUANTITY

0.62+

CUBE ConversationTITLE

0.58+

minutesQUANTITY

0.54+

minuteQUANTITY

0.51+

KafkaTITLE

0.41+

CUBE ConversationEVENT

0.31+

June Yang, Google and Shailesh Shukla, Google | Google Cloud Next OnAir '20


 

>> Announcer: From around the globe, it's theCUBE. Covering Google Cloud Next on Air '20. >> Hi, I'm Stu Miniman. And this is theCUBE's coverage of Google Cloud Next On Air. One of the weeks that they had for the show is to dig deep into infrastructure, of course, one of the foundational pieces when we talk about cloud, so happy to welcome to the program, I've got two of the general managers for both compute and networking. First of all, welcome back one of our cube alumni, June Yang, who's the vice president of compute and also welcoming Shailesh Shukla who's the vice president and general manager of networking both with Google Cloud. Thank you both so much for joining us. >> Great to be here. >> Great to be here, thanks for inviting us Stu. >> So June, if I can start with, you know, one of the themes I heard in the keynote that you gave during the infrastructure week was talking about, we talked about meeting customers where they are, how do I get, you know, all of my applications that I have, obviously some of them are building new applications. Some of them I'm doing SaaS, but many of them, I have to say, how do I get it from where I am to where I want to be and then start taking advantage of cloud and modernization and new capabilities. So if you could, you know, what's new when it comes to migration from a Google Cloud standpoint and, you know, give us a little bit insight as to what you're hearing from your customers. >> Yeah, definitely happy to do so. I think for many of our customers, migration is really the first step, right? A lot of the applications on premise today so the goal is really how do I move from on prem to the cloud? So to that extend, I think we have announced a number of capabilities. And one of the programs that are very exciting that we have just launched is called RAMP program which stands for Google Cloud Rapid Assessment and Migration Program. So it's really kind of bundling a holistic approach of you know, kind of programs tooling and you know, as well as incentives altogether to really help customer with that kind of a journey, right? And then also on the product side, we have introduced a number of new capabilities to really ease that transition for customer to move from on premise to the cloud as well. One of the things we just announced is Google Cloud VMware Engine. And this is really, you know, we built as a native service inside Google as a (indistinct) to allow customer to run their VMware as a service on top of Google infrastructure. So customers can easily take their, you know, what's running on premise, that's running VMware today and move it to cloud was really no change whatsoever and really lift and shift. And your other point is really about a modernization, right? Cause most of our customers coming in today, it's not just about I'm running this as a way it is. It's also, how do I extract value out of this kind of capability? So we build this as a service so that customer can easily start using services like BigQuery to be able to extract data and insights out of this and to be able to give them additional advantages and to create new services and things like that. And for other customers who might want to be able to, you know, leverage our AI, ML capability, that's at their fingertips as well. So it's just really trying to make that process super easy. Another kind of class of workloads we see is really around SAP, right? That's our bread and butter for many enterprises. So customers are moving those out into the clouds and we've seen many examples really kind of really, allow customers to take the data that's sitting in SAP HANA and be able to extract more value out of those. Home Depot is a great example of those and where they're able to leverage the inquiry to take, you know, their stockouts and some of the inventory management and really to the next level, and really giving a customer a much better experience at the end of the day. So those are kind of just a few things that we're doing on that side to really make you a customer easy to lift and shift and then be able to modernize along the way. >> Well yeah, June, if I would like to dig in a little bit on the VMware piece that you talked about. I've been talking of VM-ware a bit lately, talking to some of their customers leveraging the VMware cloud offerings and that modernization is so important because the traditional way you think about virtualization was I stick something in a VM and I leave it there and of course customers, I want to be able to take advantage of the innovation and changes in the cloud. So it seems like things like your analytics and AI would be a natural fit for VMware customers to then get access to those services that you're offering. >> Yeah, absolutely. I think we have lots of customers, that's kind of want to differentiators that customers are looking for, right? I can buy my VMware in a variety of places, but I want to be able to take it to the next level. How do I use data as my differentiator? You know, one of the core missions as part of the Google mission is really how do we help customers to digitally transform and reimagine their business was a data power innovation, and that's kind of one key piece we know we want to focus on, and this is part of the reason why we built this as really a native service inside of Google Cloud so that you're going through the same council using, you know, accessing VMware engine, accessing BigQuery, accessing networking, firewalls, and so forth, all really seamlessly. And so it makes it really easy to be able to extend and modernize. >> All right, well, June one of the other things, anytime we come to the Cloud event is we know that there's going to be updates in some of the primary offerings. So when it comes to compute and storage, know there's a number of announcements there, probably more than we'll be able to cover in this, but give us some of the highlights. >> Yeah, let me give some highlights I mean, at the core of this is a really Google Compute Engine, and we're very excited we've introduced a number of new, what we call VM families, right? Essentially different UBM instances, that's catered towards different use cases and different kinds of workloads. So for example, we launched the N2D VM, so this is a set of VMs on EMD technology and really kind of provide excellent price performance benefit for customers and who can choose to go down that particular path. We're also just really introduced our A2 VM family. This is based on GPU accelerator optimized to VM. So we're the first ones in the market to introduce NVIDIA Ampere A 100. So for lots of customers who were really introduced, we're interesting, you know, use GPU to do their ML and AI type of analysis. This is a big help because it's got a better performance compared to the previous generation so they can run their models faster and turn it around and turn insights. >> Wonderful. Shailesh, of course we want to hear about the networking components to, you know, Google, very well known you know, everybody leverages Google's network and global reach so how about the update from your network side? >> Absolutely. Stu, let me give you a set of updates that we have announced at next conference. So first of all as you know, many customers choose Google Cloud for the scale, the reach, the performance and the elasticity that we provide and ultimately results in better user experience or customer experience. And the backbone of all of this capability is our private global backbone network, right? Which all of our cloud customers benefit from. The networking is extremely important to advance our customers digital journeys, the ones that June talked about, migration and modernization, as well as security, right? So to that end, we made several announcements. Let's talk about some of them. First we announced a new subsea cable called the Grace Hopper which will actually run between the U.S. on one side and UK on the other and Spain on another leg. And it's equipped with about 16 fiber pairs that will get completed in 2022. And it will allow for significant new capacity between the U.S. and Europe, right? Second Google Cloud CDN, it's one of our most popular and fast-growing service offerings. It now offers the capability to serve content from on prem, as well as other clouds especially for hybrid and multicloud deployments. This provides a tremendous amount of flexibility in where the content can be placed and overall content and application delivery. Third we have announced the expansion of our partnership with Cisco and it's we have announced this notion of Cisco SD-WAN Cloud Hub with Google Cloud. It's one of the first in the industry to actually create an automated end to end solution that intelligently and securely, you know, connects or bridges enterprise networks to any workload across multiple clouds and to other locations. Four, we announced a new capabilities in the network intelligence center. It's a platform that provides customers with unmatched visibility into their networks, along with proactive kind of network verification, security recommendations, and so on. There were two specific modules there, around firewall insights and performance dashboard that we announced in addition to the three that already existed. And finally, we have a range of really powerful announcements in the security front, as you know, security is one of our top priorities and our infrastructure and products are designed, built and operated with an end to end security framework and end to end security as a core design principle. Let me give you a few highlights. First, as part of making it easy for firewall management for our customers to manage firewall across multiple organizations, we announced hierarchical firewall. Second, in order to enable, you know, better security capability, we announced the notion of packet metering, right? So which is something that we announced earlier in the year, but it's now GA and allows customers to collect and inspect network traffic across multiple machine types without any overhead, right? Third is, in actually in our compute and security teams, we announced the capability to what we call as confidential VMs, which offer the ability to encrypt data while being processed. We have always had the capability to encrypt data at rest and while in motion, now we are the first in the industry to announce the ability to encrypt data even while it is being processed. So we are really, you know, pleased to offer that as part of our confidential computing portfolio. We also announced the ability to do a managed service around our cloud armor security portfolio for DDoS web application and bot detection, that's called Cloud Armor Managed Protection. And finally we also announced the capability called Private Service Connect that allows customers to connect effortlessly to other Google Cloud services or to third party SaaS applications while keeping their traffic secure and private over the, in kind of the broader internet. So we were really pleased to announce in number of, you know, very critical kind of announcements, products and capabilities and partnerships such as Cisco in order to further the modernization and migration for our customers. >> Yeah, one note I will make for our audience, you know, check the details on the website. I know some of the security features are now in data, many of the other things it's now general availability. Shailesh, follow up question I have for you is when I look in 2020, the internet patterns of traffic have changed drastically. You saw a very rapid shift, everyone had needed to work from home, there's been a lot of stresses and strains on the network, when I hear things like your CDN or your SD-WAN partnership with Cisco, I have to think that there's, you know, an impact on that. What are you seeing? What are you hearing from your customers? How are you helping them work through these rapid changes to be able to respond and still give people the, you know, the performance and reliability of traffic where they need it, when they need? >> Right, absolutely. This is a, you know, very important question and a very important topic, right? And when we saw the impact of COVID, you know, as you know Google's mission is to be, continue to be helpful to our customers, we actually invested and continue to invest in building out our CDN capability, our interconnect, the capacity in our network infrastructure, and so on, in order to provide better, for example distance learning, video conferencing, e-commerce, financial services and so on and we are proud to say that we were able to support a very significant expansion in the overall traffic, you know, on a global basis, right? In Google Clouds and Google's network without a hitch. So we are really proud to be able to say that. In addition there are other areas where we have been looking to help our customers. For example, high performance computing is a very interesting capability that many customers are using for things such as COVID research, right? So a good example is Northeastern University in Boston that has been using, you know, a sort of thousands of kind of preemptable virtual machines on Google Cloud to power very large scale and a data driven model and simulations to figure out how the travel restrictions and social distancing will actually impact the spread of the virus. That's an example of the way that we are trying to be helpful as part of the the broader global situation. >> Great. June, I have to imagine generally from infrastructure there've been a number of other impacts that Google Cloud has been helping your customers, any other examples that you'd like to share? >> Yeah, absolutely. I mean, if you look at the COVID impact, it impact different industries quite differently. We've seen certain industries that just really, their demand skyrocketed overnight. For example you know, I take one of our internal customer, Google, you know, Google Meet, which is Google's video conferencing service, we just announced that we saw a 30X increase over the last few months since COVID has started. And this is all running on Google infrastructure. And we've seen similar kind of a pattern for a number of our customers on the media entertainment area, and certainly video conferencing and so forth. And we've been able to scale to beat these key customer's demand and to make sure that they have the agility they need to meet the demand from their customers and so we're definitely very proud to be part of the, you know, part of this effort to kind of enable folks to be able to work from home, to be able to study from home and so on and so forth. You know, for some customers, you know, the whole business continuity is really a big deal for them, you know, where's the whole work from home a mandate. So for example, one of our customers Telus International, it's a Canadian telecommunication company, because of COVID they had to, you know, be able to transition tens and thousands of employees to work on the whole model immediately. And they were able to work with Google Cloud and our partner, itopia, who is specializing in virtual desktop and application. So overnight, literally in 24 hours, we're able to deploy a fully configured virtual desktop environments from Google Cloud and allow their employees to come back to service. So that's just one example, there's hundreds and thousands more of those examples, and it's been very heartening to be part of this, you know, Google to be helpful to our customer. >> Great. Well, I want to let both of you just have the final word when you're talking to customers here in 2020, how should they be thinking of Google Cloud? How do you make sure that you're helping them in differentiating from some of the other solutions and the environment? May be June if we could start with you. >> Sure, so at Google Cloud, our goal is to make it easy for anyone you know, whether you're big big enterprises or small startups, to be able to build your applications, to be able to innovate and harness the power of data to extract additional information, insights, and to be able to scale your business. As an infrastructure provider, we want to deliver the best infrastructure to run all customers application and on a global basis, reliably and securely. Definitely getting more and more complicated and you know, as we kind of spread our capacity to different locations, it gets more complicated from a logistics and a perspective as well so we want to help to do the heavy lifting around the infrastructure, so that from a customer, they can simply consume our infrastructure as a service and be able to focus on their businesses and not worry about the infrastructure side. So, you know, that's our goal, we'll do the plumbing work and we'll allow customers innovate on top of that. >> Right. You know, June you said that very well, right? Distributed infrastructure is a key part of our strategy to help our customers. In addition, we also provide the platform capability. So essentially a digital transformation platform that manages data at scale to help, you know, develop and modernize the applications, right? And finally we layer on top of that, a suite of industry specific solutions that deliver kind of these digital capabilities across each of the key verticals, such as financial services or telecommunications or media and entertainment, retail, healthcare, et cetera. So that's how combining together infrastructure platform and solutions we are able to help customers in their modernization journeys. >> All right, June and Shailesh, thank you so much for sharing the updates, congratulations to your teams on the progress, and absolutely look forward to hearing more in the future. >> Great, thank you Stu. >> Thank you Stu. >> All right, and stay tuned for more coverage of Google Cloud Next On Air '20. I'm Stu Miniman, thank you for watching theCUBE. (Upbeat music)

Published Date : Aug 25 2020

SUMMARY :

the globe, it's theCUBE. so happy to welcome to the program, Great to be here, So June, if I can start with, you know, and to be able to give and changes in the cloud. And so it makes it really easy to be able there's going to be updates to the previous generation very well known you know, Second, in order to enable, you know, and still give people the, you know, and simulations to figure out June, I have to imagine and to make sure that they and the environment? and to be able to scale your business. scale to help, you know, to hearing more in the future. you for watching theCUBE.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
CiscoORGANIZATION

0.99+

ShaileshPERSON

0.99+

Telus InternationalORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

tensQUANTITY

0.99+

Shailesh ShuklaPERSON

0.99+

2020DATE

0.99+

2022DATE

0.99+

June YangPERSON

0.99+

BostonLOCATION

0.99+

24 hoursQUANTITY

0.99+

twoQUANTITY

0.99+

JuneDATE

0.99+

threeQUANTITY

0.99+

JunePERSON

0.99+

hundredsQUANTITY

0.99+

FirstQUANTITY

0.99+

ThirdQUANTITY

0.99+

Northeastern UniversityORGANIZATION

0.99+

Stu MinimanPERSON

0.99+

SecondQUANTITY

0.99+

firstQUANTITY

0.99+

Home DepotORGANIZATION

0.99+

U.S.LOCATION

0.99+

EuropeLOCATION

0.99+

bothQUANTITY

0.99+

SpainLOCATION

0.99+

SAP HANATITLE

0.98+

NVIDIAORGANIZATION

0.98+

one exampleQUANTITY

0.98+

FourQUANTITY

0.98+

UKLOCATION

0.98+

Shailesh ShuklaPERSON

0.98+

oneQUANTITY

0.98+

OneQUANTITY

0.98+

todayDATE

0.98+

first stepQUANTITY

0.98+

two specific modulesQUANTITY

0.97+

Ampere A 100COMMERCIAL_ITEM

0.97+

thousandsQUANTITY

0.97+

one noteQUANTITY

0.96+

StuPERSON

0.96+

one keyQUANTITY

0.96+

Google Cloud NextTITLE

0.96+

BigQueryTITLE

0.96+

one sideQUANTITY

0.95+

eachQUANTITY

0.94+

Grace HopperCOMMERCIAL_ITEM

0.93+

itopiaORGANIZATION

0.91+

Google CloudTITLE

0.9+

about 16 fiber pairsQUANTITY

0.9+

first onesQUANTITY

0.89+

Varun Chhabra, Dell EMC & June Yang, VMware | VMworld 2019


 

>> live from San Francisco, celebrating 10 years of high tech coverage. It's the Cube covering Veum World 2019 brought to you by IBM Wear and its ecosystem partners. >> Welcome back, I'm stew minimum like co host for this segment is Justin War, and this is the 10th year of the Cube here at VM World 2019 when the lobby of Mosconi North and happened. Welcome to the program first, a first time guest on the program. June Yang, who is the vice president of product management and engineering at VM. Where. Thank you so much for joining us. >> Thank you for having me. >> And welcoming back to the program is Marin Cabra, who's the vice president. Product marketing of Cloud at Delhi emcee for in Great to See You, thanks to All right, June so many different pieces talking about Cloud Way. Think back 10 years ago, you know, Pomerance was talking about it like it's the software mainframe. What we're talking because, you know, even back then, you know, Cloud isn't really it's not a destination or a place. You know, there is no cloud is just somebody else's computer. It's more of an operating model, so of course, the VM work cloud on various solutions. Of course. Sitting here with Del, I'm sure we'll be talking about the V. MacLeod, a deli emcee. But just give us over a little bit about you know, you're in a lot of customer meetings. You know what's resonating with your customers. What are they coming to you tow? Discuss when it comes to their overall cloud strategy? >> Yeah, I think for a lot of customers, they're really looking for both the hybrid cloud story as well as a multi call story. I mean, this is something that Pat spend quite a bit of time talking to you on the Mondays keynote. We see customers clearly. Many of them have very large existing footprints on premises and edges again as a growing segment off their infrastructure. It's also getting very significant, making very significant investment over there. And of course, the public cloud itself. So we see many customer really trying to straddle the combination off the private cloud, the public cloud and the edge side, and our strategy is really we want to have a consistent infrastructure that's running everywhere, so therefore we have a consistent operational model that enables the customer and their advance to be to do that. >> Yeah, In some ways, it reminds me back. You know, in the early days when I worked with VM where every group had some application they'd built and you know which server they bought, you know, you know, they would run VM. We're underneath that because it would help with the efficiency in there. So in some ways, is multi cloud similar to what we had in multi vendor back in the day, >> I mean, we think of, you know, you think about the first it oration. Of'em were right. We're really thinking about We're taking the hype, the hyper visor, and making all the hardware underneath that to be really invisible right you're using, You're dealing with a high. You're doing the hyper visor and really hide it a head virginity off. What's underneath that? And then we talk about our STD Sierra, which is really focusing software defined data center were virtualized not only compute, but also storage and network as well and really hide in the head Virginity for that. And so the third iteration flies really looking at the cloud as the next level off you know, different instructor comes from money again. We want to go to hide that and offer consistent operational model there. >> So from the customer perspective, back in the day when Vienna, where was new It was new and scary for a lot of customers. And we had we saw that with cloud as well. So 10 years ago, Cloud was evil and wrong, and we should never use it. Customers have moved on in both of those cases Have we have We reached the point now where cloud is just Yes, it's accepted and we're going to be doing it. Are we? Are we going to have another battle about whether hybrid or multi cloud or customers just moved past that and are now looking at? We know what we want to use this for, so we know that we need to choose it. We're not gonna be moving everything to the cloud, but we're not gonna be putting everything in V EMS either. We're going to choose what is the right solution for the for the different views. Guys, >> I think over the last court, a couple of years that has become sort of the defective standard people comfortable with the cloud people comfortable with on premises. They know that it's gonna be hybrid cloud world. It's gonna be a multi cloud world. >> So Varun, we talked about the VM War cloud on Delhi M C. We had a number of conversations back. Adelle Technologies World. You know, earlier this year when you look out in the general market place, they're like, Oh, I look at the family. Well, Della's the hardware Veum. Where's the software? There are a lot of announcements this week that we're the cross pollination of pieces, and a lot of those are software pieces from the Dell family that tie into what's happening on VCF and the like. So bring us the update. >> Mr Was, as June said, both Daddy M. C and V M were incredibly customer driven companies, right? So what we've been hearing from customers is one. They're really excited about being able to try out the Ember cloud and a GMC, so we're very, very happy to be working with the hammer to bring this to market first. So that's something that that our customers have been asking us for. But then, along with that, as customers start understanding the model of the fully manage data. So you know the fully manage infrastructure you can. The next question that customers have is okay. I can now focus on higher value added service is And one of the things that immediately comes up next is okay. What about my data out? We're protected, right? I'm gonna be running applications on this. And we've already spoken on this show many times before. Data is increasingly one off our organization's most valuable assets. It's a competitive differentiator. Bc news, Every day, if it falls in the wrong hands, what happens? Right? So what we've been doing now, in addition to the three amazing amount of work that we've been doing the June's team to bring this to market, they've also been working on the data protection side. So now the deli emcee data protection is now validated to be working on Williams of you, MacLeod and DMC as the data protection solution. So this means that customers can not only take advantage of the the integration that we have on the infrastructure earlier. You can also take advantage of just have the peace of mind that our industry leading data protection solutions Will will be there to help them manage the data and protect their data. >> So it sounds like it's something that you don't have to think about it as an afterthought, which is often the challenge with data protection. If you if you wait to think about it, it never happens. So this pretty much just comes. We know it's gonna work. Turn it on Day one. Just have it. Start with your data being protected and just have that baked into the way that you run your operations so that it no longer becomes spinning up a specific backup project. Because those things that they always expensive, there's no there's no perceived value to the business of doing this, whereas if it's just now part off, this is how you run your infrastructure. So this is how you stand up via MacLeod on Delhi emcee, and this is just how you should do business. >> You know, it's absolutely like that way. What would we find? That's really exciting. What the Hammer Claw Run DMC is. Customers are asking us to deliver the cloud model right to their data centers do their edge locations, so that's how they want to consume software solutions as well. So what's amazing about the solution is you're you're doing everything to the browser. So that's how you're gonna cause you Data protection becomes an ad on service that you want to add on that. And I'm sure over time we're gonna enter the capabilities as well. But it's really that's the key part here. The ease of consumption it Sorry, The ease of use and basically being able to consume things through the browser is a game changer for for infrastructure, on data in the data center on the edge. >> So June 1 of the things that definitely has caught our attention and one of the bigger announcements this week is Tom Zoo in the con to Mission Control. That's what they call it because from going to have multiple locations, we've been looking for my entire career in I t o. You know, we're gonna have some tool that's going to manage across these environments and made a VM wear cloud, you know, on Delhi emcee. But I probably of'em were cloud on some of the public clouds, and I you might also be doing some kubernetes. That's not even with the V a more pieces, so help paint a picture is kind of where we are today and where we're going when it comes to you know that management consumption and maybe even some of the finances in getting to that cloud operating model across all my environments. >> Yeah, tonsil Vincenzo is a kind of follow. Your name for a number of products was in that tons of mission control, of course, is one part of that. The way we view Content Zoo is that this is really a multi called platform. We understand that customers of developers in particular, wanted to use consume, consume carbon eighties cluster and the often they want to choose communities. Cluster based on different cloud for variety reasons, sometimes cause something's resiliency, sometimes just geographical availability. And then there needs the way to be able to see this in the consolidated fashion. And that's what tons of mission control does. And that's when I showcase yesterday the keynote to really show that you can now have a single pane glass to be able to see all of these clusters across multiple clouds and and then be able to, you know, do some troubleshooting and so forth making things much easier that, of course, buildup Holly policies on top of these clusters and then welcome propagated changes and making sure those in force. So those are some really, really, I think, really good operational capabilities that really simplifies the data. The operational cut, you know, kind of the task that operator has to do its part of the >> driver for this, that that enterprises who got this investment in v sphere. So they've spent 10 years of 10 more years investing in envy sphere. And then all of a sudden, you've got these cloud people who want to come and do things in a completely different way. So now, as a business, I either I have to make a choice of what do I invest a lot of money in both of these things? Do I move everything to one model? It sounds like you're actually trying to provide customers with away. That's a look. You've already made these investments and you don't have to throw them all away. You can still operate things here, but you can also have these cloud things without having to move everything off into a completely different operating model. Is that fairly >> accurate. So I think we're very customer driven by We want to deliver what customer wants to. It wants to be able to consume S o. You know, That's why you know, part of the reason we're so excited about a Project Pacific on top of the V sphere side is really customer has made a huge investment on the visa for platform. And we've got 500,000 customers out there and tons of customers does. He becomes their standard in the data center and that you now have a kubernetes coming in and containers coming in and we don't want a customer. Have to do a siloed platform for it. And by embedding communities directly into V's for yourself, we have now made V's fear The platform for containers and for VMC Sport was well, so that investment customer has made on the on the VCR side. Now kind of moves out to people to cover the communities and containers as well. And because our std see and our hybrid cloud story we're taking the same V sphere across to be a mark on the deli Emcee the Mark child on aws mbm were cloud, you know on edge and so forth. That means all this benefits that fracture. Pacific greens is now going everywhere. >> Having spoken to some clients about the experience of even managed community service is it's really, really painful for them. So being about having these of use of these fear, if you could bring that to group in a visa and have that is a manage service, I'm sure you'll make a lot of people very happy. >> That's that's why we're so excited about it. >> Do you want to click one level further on the product Pacific stuff? Because the thing that struck me at first it's like, Wait, you know, containers and communities That's gonna be the cloud and being, you know, feast fear. We want to modernize it. But you know, that's not what I want to put in the public cloud. But Product Pacific. Is this primarily a data center offering? If I'm doing via more cloud in a public cloud to expect to be leveraging the native public cloud and then tan to helps me manage across them? Is that how we think of them? Or am I not getting the full story? >> So I think a little bit about you think about. There's 111 track is you can do is all these fear based clouds, right? These fear based on premise the sphere based on dahlia MSI ve sphere based on top of you know, public cloud right, That's one track if you follow that track than Project Pacific essentially allows you to be able to run both kubernetes and virtual machines on a single platform. Now, if customers also wanted to be able to run a native cloud, then this is what kind of bring tons of mission control in, because that's a multi called story. So that was kind of what paddle trying explain at the keynote in terms of hybrid cloud versus the versus the multi cloud. >> Okay, so you don't actually have to make a choice of one way of saying things, the tyranny of the single glass of pain. I have to make choices and you can't have a lot of things. And if there's one thing enterprises, height is that that's dedicating themselves to just one way of doing things, they like to have choice. >> We want to give them choices. Well, >> s O. B. Having that ability to be able to make those choices and have it be an end decision instead of war. I think that's >> so one of the questions we've gotten from customers this week is you know, your partners he had VM wear have just made a lot of acquisitions. It's a lot of integration work that needs to get it done. Their bills got strong experience in these things. That sit on top of the stack gives a little bit of what we should see going forward on your planet. >> I mean, I think if there's anything that's that's apparent this week, is that being there and L Technologies are just getting started. I mean, even as a having having known a little bit about some of these announcements, it was just so exciting to see all that stuff come Rio. And we're very, very excited to continue to work with the, um, where to bring. You know, Tan Xue. The various components attends a more Cooper container stuff as well, as well as other other capabilities that we saw in you realize orchestrator and automation. We want to bring that to our customers in an integrated fashion so that it's easy for them to deploy just easy for them to use. And so I think what you're seeing here is just the start. >> That sounds fantastic. Yeah. So all of this investment that women there were saying from from the M wear and from Delhi and see like our customers going to see the payoff immediately, like tomorrow. Or we're going to have to wait. Another wait for some of these investments and integration is to pay off. How long are we going away? >> You think a lot of this is coming to fruition already? We announced availability. Of'em were called on Dahlia emcee at B M World. So it's ready for customer to purchase today, right? If a customer wanted Thio, you know much like what I demolition at the keynote. If a customer has a data center, they want to stood up wherever they need to be taken, literally place, order and be able to get that right. So that's the benefit they can have immediately. And of course, a lot of the longer term things have been talking about by layering additional capabilities. When Project Pacific comes into for a shin, this becomes available, you know, across the veer mark Wild and tell'em see products as well. I mean, these things will all kind of continuous snowballing as we go forward. But there's immediate benefit today and they'll be ongoing benefit as we go forward, making additional investment. >> Excellent. I don't have to wait forever. >> Yes, yes, it's about instant gratification. That's the trick. Now >> what? Wonder if you could speak to kind of changing application portfolio. His customers are modernizing, Going cloud native on that, what's the impact on your platforms and what are you seeing and hearing from customers? >> You know, uh, there is obviously a lot of interest in containers, and customers are either already trying it out or having some sort of applications that her back is there or they have or they're looking at it and saying, This seems really interesting. In some ways, it seems very, very similar to what What I saw from customers five years ago when people were saying, I'm gonna move everything to the public club and, you know, sometimes you hear a little bit of I'm gonna move everything to containers. I think what we will likely see over the next few years is a little bit of rationalization, just like we saw with public and private, is that it's both. I think we will continue to see sort of traditional applications and new applications live in more off of'em centric model. And I think there will be as their new applications being built or as I squeeze package of their applications to be more container friendly. We'll see some go that way. I you know, if anything, I've learned it is One thing I've learned in the I T industry in all these years is there really isn't a one size fits all solution. We get very excited about things, >> and we're like, Oh, >> everybody's going to do this But the reality is, things balanced themselves out and into June's point as a vendor. What we want to do is we want to give our customers choice. But we know that there's no one size fits all, and we want them to choose what's right for their business and help them achieved their goals. >> So, June last question I have for you. Congratulations on the keynote yesterday way Heard way. No, a lot of the inside work and, you know, heard like the guy that swim across the English Channel like that got added to the agenda, you know, like days beforehand flew way. Understand? What happened with demos and last minute gives a little bit is to kind of the making of the team that helped put that together. You know anything that you know, you were super excited. That actually made the final stage that you might not have thought would've gotten there, >> you know, we started out was we were very ambitious, right? And we put in 15 or 16 demos into it. And as we started putting things together, time was our biggest enemy, you know? You know our friend Joe, who is, you know, running the day to show he was telling me you are 30 seconds over on this particular done, though you are 45 seconds on the other day. You give yourself credit here. I'm trying to tell the story here. So, unfortunately, we actually had to cut some demos out just because he couldn't fit into the scope of time. We want to make sure the story really comes out and the customer really understood what we're trying to show. I mean, I'm just so excited as part of the, you know, me doing the key day to keynote. I actually learned about a bunch of products I wasn't that familiar with. And so I was like, Wow, I didn't even know were doing that. And so just to see the amount of capabilities that we're bringing to bear, it's pretty astonishing and it's it's exciting. >> June, I'll say It reminds me of other cloud shows where there's so much going on so much new products getting launched that no single person can keep up with that. But thank you, June and Vern for helping our audience learn a little bit more about the areas that you're doing with >> my pleasure. >> Thank you for having us. >> Justin Warren. I'm still Minuteman back with more coverage at VM World 2019. Thank you for watching the Cube

Published Date : Aug 28 2019

SUMMARY :

brought to you by IBM Wear and its ecosystem partners. Thank you so much for joining us. What are they coming to you tow? I mean, this is something that Pat spend quite a bit of time talking to you on the Mondays keynote. you know, they would run VM. I mean, we think of, you know, you think about the first it oration. So from the customer perspective, back in the day when Vienna, where was new It was new the cloud people comfortable with on premises. earlier this year when you look out in the general market place, they're like, Oh, I look at the family. So you know the fully manage infrastructure you can. So it sounds like it's something that you don't have to think about it as an afterthought, which is often the challenge with data protection. But it's really that's the key part here. So June 1 of the things that definitely has caught our attention and one of the bigger announcements The operational cut, you know, kind of the task that operator has to do its You've already made these investments and you don't have to throw them all away. Emcee the Mark child on aws mbm were cloud, you know on edge and so forth. if you could bring that to group in a visa and have that is a manage service, I'm sure you'll make a lot of people very happy. like, Wait, you know, containers and communities That's gonna be the cloud and being, you know, on top of you know, public cloud right, That's one track if you follow that track than Project Pacific I have to make choices and you can't have a lot of things. We want to give them choices. s O. B. Having that ability to be able to make those choices and have it be an end decision instead of war. so one of the questions we've gotten from customers this week is you know, And so I think what you're seeing here is just the start. from from the M wear and from Delhi and see like our customers going to see the payoff When Project Pacific comes into for a shin, this becomes available, you know, across the veer mark I don't have to wait forever. That's the trick. Wonder if you could speak to kind of changing application portfolio. I'm gonna move everything to the public club and, you know, sometimes you hear a little bit of I'm gonna move everything to containers. and we want them to choose what's right for their business and help them achieved their goals. No, a lot of the inside work and, you know, You know our friend Joe, who is, you know, running the day to show he was telling me you a little bit more about the areas that you're doing with Thank you for watching the Cube

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
15QUANTITY

0.99+

JoePERSON

0.99+

Marin CabraPERSON

0.99+

45 secondsQUANTITY

0.99+

San FranciscoLOCATION

0.99+

30 secondsQUANTITY

0.99+

Justin WarrenPERSON

0.99+

10 yearsQUANTITY

0.99+

IBMORGANIZATION

0.99+

June YangPERSON

0.99+

10th yearQUANTITY

0.99+

500,000 customersQUANTITY

0.99+

Justin WarPERSON

0.99+

bothQUANTITY

0.99+

June 1DATE

0.99+

VernPERSON

0.99+

JuneDATE

0.99+

VarunPERSON

0.99+

oneQUANTITY

0.99+

this weekDATE

0.99+

Project PacificORGANIZATION

0.99+

five years agoDATE

0.99+

10 more yearsQUANTITY

0.99+

10 years agoDATE

0.99+

DelPERSON

0.99+

B M WorldORGANIZATION

0.99+

DelhiLOCATION

0.99+

tomorrowDATE

0.99+

yesterdayDATE

0.99+

OneQUANTITY

0.99+

this weekDATE

0.98+

GMCORGANIZATION

0.98+

one modelQUANTITY

0.98+

Adelle Technologies WorldORGANIZATION

0.98+

DMCORGANIZATION

0.98+

todayDATE

0.98+

VMwareORGANIZATION

0.98+

L TechnologiesORGANIZATION

0.98+

VM World 2019EVENT

0.98+

Dell EMCORGANIZATION

0.98+

first timeQUANTITY

0.98+

Tan XuePERSON

0.97+

MacLeodORGANIZATION

0.97+

WasPERSON

0.97+

Mosconi NorthLOCATION

0.97+

one wayQUANTITY

0.97+

tonsil VincenzoPERSON

0.97+

third iterationQUANTITY

0.97+

one partQUANTITY

0.97+

V MPERSON

0.96+

111 trackQUANTITY

0.96+

earlier this yearDATE

0.96+

firstQUANTITY

0.96+

Day oneQUANTITY

0.95+

VMworld 2019EVENT

0.95+

CooperORGANIZATION

0.95+

single platformQUANTITY

0.95+

Veum World 2019EVENT

0.94+

one trackQUANTITY

0.94+

PomerancePERSON

0.94+

VMORGANIZATION

0.94+

threeQUANTITY

0.94+

MondaysDATE

0.93+

M wearORGANIZATION

0.93+

Product PacificORGANIZATION

0.93+

RioLOCATION

0.92+

16 demosQUANTITY

0.92+

tons of mission controlQUANTITY

0.92+

singleQUANTITY

0.91+

single glassQUANTITY

0.9+

ViennaLOCATION

0.9+

DellaORGANIZATION

0.89+

ThioPERSON

0.89+

JuneORGANIZATION

0.88+

DD, Cisco + Han Yang, Cisco | theCUBE NYC 2018


 

>> Live from New York, It's the CUBE! Covering theCUBE, New York City 2018. Brought to you by SiliconANGLE Media and its Ecosystem partners. >> Welcome back to the live CUBE coverage here in New York City for CUBE NYC, #CubeNYC. This coverage of all things data, all things cloud, all things machine learning here in the big data realm. I'm John Furrier and Dave Vellante. We've got two great guests from Cisco. We got DD who is the Vice President of Data Center Marketing at Cisco, and Han Yang who is the Senior Product Manager at Cisco. Guys, welcome to the Cube. Thanks for coming on again. >> Good to see ya. >> Thanks for having us. >> So obviously one of the things that has come up this year at the Big Data Show, used to be called Hadoop World, Strata Data, now it's called, the latest name. And obviously CUBE NYC, we changed from Big Data NYC to CUBE NYC, because there's a lot more going on. I heard hallway conversations around blockchain, cryptocurrency, Kubernetes has been said on theCUBE already at least a dozen times here today, multicloud. So you're seeing the analytical world try to be, in a way, brought into the dynamics around IT infrastructure operations, both cloud and on premises. So interesting dynamics this year, almost a dev ops kind of culture to analytics. This is a new kind of sign from this community. Your thoughts? >> Absolutely, I think data and analytics is one of those things that's pervasive. Every industry, it doesn't matter. Even at Cisco, I know we're going to talk a little more about the new AI and ML workload, but for the last few years, we've been using AI and ML techniques to improve networking, to improve security, to improve collaboration. So it's everywhere. >> You mean internally, in your own IT? >> Internally, yeah. Not just in IT, in the way we're designing our network equipment. We're storing data that's flowing through the data center, flowing in and out of clouds, and using that data to make better predictions for better networking application performance, security, what have you. >> The first topic I want to talk to you guys about is around the data center. Obviously, you do data center marketing, that's where all the action is. The cloud, obviously, has been all the buzz, people going to the cloud, but Andy Jassy's announcement at VMworld really is a validation that we're seeing, for the first time, hybrid multicloud validated. Amazon announced RDS on VMware on-premises. >> That's right. This is the first time Amazon's ever done anything of this magnitude on-premises. So this is a signal from the customers voting with their wallet that on-premises is a dynamic. The data center is where the data is, that's where the main footprint of IT is. This is important. What's the impact of that dynamic, of data center, where the data is with the option of a cloud. How does that impact data, machine learning, and the things that you guys see as relevant? >> I'll start and Han, feel free to chime in here. So I think those boundaries between this is a data center, and this a cloud, and this is campus, and this is the edge, I think those boundaries are going away. Like you said, data center is where the data is. And it's the ability of our customers to be able to capture that data, process it, curate it, and use it for insight to take decision locally. A drone is a data center that flies, and boat is a data center that floats, right? >> And a cloud is a data center that no one sees. >> That's right. So those boundaries are going away. We at Cisco see this as a continuum. It's the edge cloud continuum. The edge is exploding, right? There's just more and more devices, and those devices are cranking out more data than ever before. Like I said, it's the ability of our customers to harness the data to make more meaningful decisions. So Cisco's take on this is the new architectural approach. It starts with the network, because the network is the one piece that connects everything- every device, every edge, every individual, every cloud. There's a lot of data within the network which we're using to make better decisions. >> I've been pretty close with Cisco over the years, since '95 timeframe. I've had hundreds of meetings, some technical, some kind of business. But I've heard that term edge the network many times over the years. This is not a new concept at Cisco. Edge of the network actually means something in Cisco parlance. The edge of the network >> Yeah. >> that the packets are moving around. So again, this is not a new idea at Cisco. It's just materialized itself in a new way. >> It's not, but what's happening is the edge is just now generating so much data, and if you can use that data, convert it into insight and make decisions, that's the exciting thing. And that's why this whole thing about machine learning and artificial intelligence, it's the data that's being generated by these cameras, these sensors. So that's what is really, really interesting. >> Go ahead, please. >> One of our own studies pointed out that by 2021, there will be 847 zettabytes of information out there, but only 1.3 zettabytes will actually ever make it back to the data center. That just means an opportunity for analytics at the edge to make sense of that information before it ever makes it home. >> What were those numbers again? >> I think it was like 847 zettabytes of information. >> And how much makes it back? >> About 1.3. >> Yeah, there you go. So- >> So a huge compression- >> That confirms your research, Dave. >> We've been saying for a while now that most of the data is going to stay at the edge. There's no reason to move it back. The economics don't support it, the latency doesn't make sense. >> The network cost alone is going to kill you. >> That's right. >> I think you really want to collect it, you want to clean it, and you want to correlate it before ever sending it back. Otherwise, sending that information, of useless information, that status is wonderful. Well that's not very valuable. And 99.9 percent, "things are going well." >> Temperature hasn't changed. (laughs) >> If it really goes wrong, that's when you want to alert or send more information. How did it go bad? Why did it go bad? Those are the more insightful things that you want to send back. >> This is not just for IoT. I mean, cat pictures moving between campuses cost money too, so why not just keep them local, right? But the basic concepts of networking. This is what I want to get in my point, too. You guys have some new announcements around UCS and some of the hardware and the gear and the software. What are some of the new announcements that you're announcing here in New York, and what does it mean for customers? Because they want to know not only speeds and feeds. It's a software-driven world. How does the software relate? How does the gear work? What's the management look like? Where's the control plane? Where's the management plane? Give us all the data. >> I think the biggest issues starts from this. Data scientists, their task is to export different data sources, find out the value. But at the same time, IT is somewhat lagging behind. Because as the data scientists go from data source A to data source B, it could be 3 petabytes of difference. IT is like, 3 petabytes? That's only from Monday through Wednesday? That's a huge infrastructure requirement change. So Cisco's way to help the customer is to make sure that we're able to come out with blueprints. Blueprints enabling the IT team to scale, so that the data scientists can work beyond their own laptop. As they work through the petabytes of data that's come in from all these different sources, they're able to collaborate well together and make sense of that information. Only by scaling with IT helping the data scientists to work the scale, that's the only way they can succeed. So that's why we announced a new server. It's called a C480ML. Happens to have 8 GPUs from Nvidia inside helping customers that want to do that deep learning kind of capabilities. >> What are some of the use cases on these as products? It's got some new data capabilities. What are some of the impacts? >> Some of the things that Han just mentioned. For me, I think the biggest differentiation in our solution is things that we put around the box. So the management layer, right? I mean, this is not going to be one server and one data center. It's going to be multiple of them. You're never going to have one data center. You're going to have multiple data centers. And we've got a really cool management tool called Intersight, and this is supported in Intersight, day one. And Intersight also uses machine learning techniques to look at data from multiple data centers. And that's really where the innovation is. Honestly, I think every vendor is bend sheet metal around the latest chipset, and we've done the same. But the real differentiation is how we manage it, how we use the data for more meaningful insight. I think that's where some of our magic is. >> Can you add some code to that, in terms of infrastructure for AI and ML, how is it different than traditional infrastructures? So is the management different? The sheet metal is not different, you're saying. But what are some of those nuances that we should understand. >> I think especially for deep learning, multiple scientists around the world have pointed that if you're able to use GPUs, they're able to run the deep learning frameworks faster by roughly two waters magnitude. So that's part of the reason why, from an infrastructure perspective, we want to bring in that GPUs. But for the IT teams, we didn't want them to just add yet another infrastructure silo just to support AI or ML. Therefore, we wanted to make sure it fits in with a UCS-managed unified architecture, enabling the IT team to scale but without adding more infrastructures and silos just for that new workload. But having that unified architecture, it helps the IT to be more efficient and, at the same time, is better support of the data scientists. >> The other thing I would add is, again, the things around the box. Look, this industry is still pretty nascent. There is lots of start-ups, there is lots of different solutions, and when we build a server like this, we don't just build a server and toss it over the fence to the customer and say "figure it out." No, we've done validated design guides. With Google, with some of the leading vendors in the space to make sure that everything works as we say it would. And so it's all of those integrations, those partnerships, all the way through our systems integrators, to really understand a customer's AI and ML environment and can fine tune it for the environment. >> So is that really where a lot of the innovation comes from? Doing that hard work to say, "yes, it's going to be a solution that's going to work in this environment. Here's what you have to do to ensure best practice," etc.? Is that right? >> So I think some of our blueprints or validated designs is basically enabling the IT team to scale. Scale their stores, scale their CPU, scale their GPU, and scale their network. But do it in a way so that we work with partners like Hortonworks or Cloudera. So that they're able to take advantage of the data lake. And adding in the GPU so they're able to do the deep learning with Tensorflow, with Pytorch, or whatever curated deep learning framework the data scientists need to be able to get value out of those multiple data sources. These are the kind of solutions that we're putting together, making sure our customers are able to get to that business outcome sooner and faster, not just a-- >> Right, so there's innovation at all altitudes. There's the hardware, there's the integrations, there's the management. So it's innovation. >> So not to go too much into the weeds, but I'm curious. As you introduce these alternate processing units, what is the relationship between traditional CPUs and these GPUs? Are you managing them differently, kind of communicating somehow, or are they sort of fenced off architecturally. I wonder if you could describe that. >> We actually want it to be integrated, because by having it separated and fenced off, well that's an IT infrastructure silo. You're not going to have the same security policy or the storage mechanisms. We want it to be unified so it's easier on IT teams to support the data scientists. So therefore, the latest software is able to manage both CPUs and GPUs, as well as having a new file system. Those are the solutions that we're putting forth, so that ARC-IT folks can scale, our data scientists can succeed. >> So IT's managing a logical block. >> That's right. And even for things like inventory management, or going back and adding patches in the event of some security event, it's so much better to have one integrated system rather than silos of management, which we see in the industry. >> So the hard news is basically UCS for AI and ML workloads? >> That's right. This is our first server custom built ground up to support these deep learning, machine learning workloads. We partnered with Nvidia, with Google. We announced earlier this week, and the phone is ringing constantly. >> I don't want to say godbot. I just said it. (laughs) This is basically the power tool for deep learning. >> Absolutely. >> That's how you guys see it. Well, great. Thanks for coming out. Appreciate it, good to see you guys at Cisco. Again, deep learning dedicated technology around the box, not just the box itself. Ecosystem, Nvidia, good call. Those guys really get the hot GPUs out there. Saw those guys last night, great success they're having. They're a key partner with you guys. >> Absolutely. >> Who else is partnering, real quick before we end the segment? >> We've been partnering with software sci, we partner with folks like Anaconda, with their Anaconda Enterprise, which data scientists love to use as their Python data science framework. We're working with Google, with their Kubeflow, which is open source project integrating Tensorflow on top of Kubernetes. And of course we've been working with folks like Caldera as well as Hortonworks to access the data lake from a big data perspective. >> Yeah, I know you guys didn't get a lot of credit. Google Cloud, we were certainly amplifying it. You guys were co-developing the Google Cloud servers with Google. I know they were announcing it, and you guys had Chuck on stage there with Diane Greene, so it was pretty positive. Good integration with Google can make a >> Absolutely. >> Thanks for coming on theCUBE, thanks, we appreciate the commentary. Cisco here on theCUBE. We're in New York City for theCUBE NYC. This is where the world of data is converging in with IT infrastructure, developers, operators, all running analytics for future business. We'll be back with more coverage, after this short break. (upbeat digital music)

Published Date : Sep 12 2018

SUMMARY :

It's the CUBE! Welcome back to the live CUBE coverage here So obviously one of the things that has come up this year but for the last few years, Not just in IT, in the way we're designing is around the data center. and the things that you guys see as relevant? And it's the ability of our customers to It's the edge cloud continuum. The edge of the network that the packets are moving around. is the edge is just now generating so much data, analytics at the edge Yeah, there you go. that most of the data is going to stay at the edge. I think you really want to collect it, (laughs) Those are the more insightful things and the gear and the software. the data scientists to work the scale, What are some of the use cases on these as products? Some of the things that Han just mentioned. So is the management different? it helps the IT to be more efficient in the space to make sure that everything works So is that really where a lot of the data scientists need to be able to get value There's the hardware, there's the integrations, So not to go too much into the weeds, Those are the solutions that we're putting forth, in the event of some security event, and the phone is ringing constantly. This is basically the power tool for deep learning. Those guys really get the hot GPUs out there. to access the data lake from a big data perspective. the Google Cloud servers with Google. This is where the world of data

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Dave VellantePERSON

0.99+

NvidiaORGANIZATION

0.99+

CiscoORGANIZATION

0.99+

Han YangPERSON

0.99+

GoogleORGANIZATION

0.99+

New YorkLOCATION

0.99+

Diane GreenePERSON

0.99+

AmazonORGANIZATION

0.99+

DavePERSON

0.99+

HortonworksORGANIZATION

0.99+

2021DATE

0.99+

New York CityLOCATION

0.99+

Andy JassyPERSON

0.99+

8 GPUsQUANTITY

0.99+

847 zettabytesQUANTITY

0.99+

John FurrierPERSON

0.99+

99.9 percentQUANTITY

0.99+

MondayDATE

0.99+

SiliconANGLE MediaORGANIZATION

0.99+

3 petabytesQUANTITY

0.99+

AnacondaORGANIZATION

0.99+

WednesdayDATE

0.99+

DDPERSON

0.99+

first timeQUANTITY

0.99+

one serverQUANTITY

0.99+

ClouderaORGANIZATION

0.99+

PythonTITLE

0.99+

first topicQUANTITY

0.99+

one pieceQUANTITY

0.99+

VMworldORGANIZATION

0.99+

'95DATE

0.98+

1.3 zettabytesQUANTITY

0.98+

NYCLOCATION

0.98+

bothQUANTITY

0.98+

oneQUANTITY

0.98+

this yearDATE

0.98+

Big Data ShowEVENT

0.98+

CalderaORGANIZATION

0.98+

two watersQUANTITY

0.97+

todayDATE

0.97+

ChuckPERSON

0.97+

OneQUANTITY

0.97+

Big DataORGANIZATION

0.97+

earlier this weekDATE

0.97+

IntersightORGANIZATION

0.97+

hundreds of meetingsQUANTITY

0.97+

CUBEORGANIZATION

0.97+

first serverQUANTITY

0.97+

last nightDATE

0.95+

one data centerQUANTITY

0.94+

UCSORGANIZATION

0.92+

petabytesQUANTITY

0.92+

two great guestsQUANTITY

0.9+

TensorflowTITLE

0.86+

CUBE NYCORGANIZATION

0.86+

HanPERSON

0.85+

#CubeNYCLOCATION

0.83+

Strata DataORGANIZATION

0.83+

KubeflowTITLE

0.82+

Hadoop WorldORGANIZATION

0.81+

2018DATE

0.8+

Erin Yang, Workday | Grace Hopper 2017


 

>> Announcer: Live from Orlando, Florida, it's theCube! Covering Grace Hopper's celebration of women in computing, brought to you by Silicon Angle Media. (upbeat techno music) >> Welcome back to theCube's coverage of the Grace Hopper conference, here in Orlando. I'm your host, Rebecca Knight, along with my co-host, Jeff Rick. We're joined by Erin Yang. She is the VP of Technology Product Management for Workday. Thanks so much for joining us. >> Of course, thank you for having me. >> So tell us a little bit about what you do at Workday and what are the most exciting projects you're working on right now? >> All right, so I lead up our Technology Product Management team at Workday, and so for those of you who might not have heard of Workday, we are a leading cloud provider for financial management, human capital management, analytical applications. Been around since 2005, I've been there for the last six years and I would say the technology is such an exciting part of the company and one of the things that really drew me there so a lot of people don't the original story around workday but when we started we had this amazing mix of really experienced leaders who had been in the enterprise space before, who had built a lot of these products before. Combined with cloud technologies, just taking off and no one had really done the HCM and the cloud before financials in the cloud and so they were able to completely start over, we like to say with a clean sheet of paper, with new technologies but having experience in the industry and build from there. So we have a single technology platform that powers all of our different applications and that's the part of the company that I sit on. >> So you're really in the core technology that's driving the application. Desired technology NOD, ATM or one of the other sets. >> So the things that my team really looks after are security, integration, our infrastructure, the common data model and the common work flow that goes across the different applications. And the fact that we can have a single platform that connects all the applications, makes it so much easier for our customers and that's really been the philosophy of the company, which is customers first. We really focus on making our customers happy and so one of our company goals is always hitting 95% customer satisfaction, which is really unheard of in the enterprise industry when most people are not super happy with those products. And we've been able to hit 97% in the last year that we did the surveys. >> It's an interesting part of the SAS model because unlike a traditional enterprise software sale, they make the sale, they collect the 15%. But you're getting paid monthly I assume and maybe it's an annual contract. So you have to keep delivering value each and every single month cause you don't have this long term, big giant, enterprise license. >> It's a subscription revenue model. It's no more of a you deliver a product, then you don't think about it anymore. It's a continuous partnership with our customers. And I think that's why the relationship matters so much with our customers, they're stuck with us to a certain extent and we want to make sure that they're happy, that they're getting the value that they wanted out of the product and then we can also grow with them. And so one of the interesting parts of our technology is that we actually abstract the application and business logic from the technology itself through a meta data language that we've built out internally. And so we've been able to swap out our persistence technology, change the way that we store data, scale our transactions without our customers even knowing it. So that's kind of one of the beautiful parts of the way that our architecture was designed. >> So it's the architecture but then what else are you doing to hit that 97%. The key is empathizing with your customer. >> We spend a lot of time with our customers, that's one of the big points, almost every single product, every single feature that we build has a design partner program where we literally are with our customers, understanding what their pain points are and figuring out how can we solve those pain points in the product. And on the fact that we're pure SAS, so we just have one version that every customer has. So if we're improving the product for one customer, we're improving it for all of our customers. And so we're able to just focus on that single version instead of splitting our attention across old versions and maintaining old systems. >> So shifting gears a little bit to Grace Hopper specifically. You talked about, before we turned on the cameras that Workday made a big investment in Grace Hopper this year and you brought a huge contingent of people. I think its interesting and I think a lot of people know that there's a lot of hiring that goes on. I don't know that everyone knows as a development opportunity where companies bring large contingents. I wonder if you can speak to one. What is the value that you guys made this investment in this show around people that already work for Workday. >> So ultimately we're here because at Workday, we really believe in diversity, being good for our business, being good for our people. It helps us make better decisions, helps us build better products, we're more creative and it helps the bottom line. I think there's a lot of research out there now. And so at Grace Hopper we think this is the best way because it's such a big event to improve all aspects of the talent pipeline. So it's not just the hiring coming in from college, which we are definitely doing but it's also bringing, we have over 130 employees who came here from Workday and all walks in their careers. So some newer more junior people and some more experienced people. And we really think that the networking that they can do here, the sessions that they can come to to do professional development and learn. One of our sessions is how to get out of that middle management quagmire. How do they continue moving up and forward in their careers. It's not just that entry point into that junior entry level position. >> So what an investment. Outside of your own event, I would imagine that's probably the biggest presence you have at any tech event. >> I think it is, I haven't heard of us having more than 130 people at any other event. And it's a big investment especially because our big customer conference is next week. (laughs) We're all busy with that but this is a important enough event for us, both for college recruiting, both for professional developments and for, like I said, building that network even within the women who are here at Workday because we're a bigger company now and this is a good opportunity for us all to strengthen those relationships and we have eight employees who are speaking in sessions and that's a great experience as well. To get up on stage, to build your presence, learn how to speak and communicate and challenge yourself in that way. >> What would you say has been the biggest challenges in your career and your someone who grew up in the bay area, went to the same high school Steve Jobs, Stanford graduate, working in this industry for a while now. What would you say you've learned along the way in terms of overcoming challenges. >> I would say I've had a lot of opportunities growing up and I would say some of the biggest challenges though are the impressions that people might have of you that you need to overcome >> Okay interesting. >> And so for me it's like, first you start off as a female and so people think you might be leaning towards certain areas and so starting from when I was young I got a rush out of defying expectations that people had of me and maybe that's how I have ended up to where I am today. But I like to surprise people but some people don't like that and so I can see that being a challenge for some women if they're saying I really like math and technology and science and if it gets them odd looks or even just a lack of support, they might, start backing off and start thinking they may be better suited for something else. But for me I actually really liked the challenge, it made me more excited to overcome that and say hey, I can be a woman, I want to surprise more people, I want to get into Stanford and do electrical engineering cause that's not going to be the expected path that others have of me and I want to show that I can do it. And it's been really nice to see more and more female role models who have stories like that. Because then you start making it the norm so that if someone really is hesitant on whether they should or shouldn't be going down that path if they see other women who've been strong and achieved many things that they were able to do that. >> Before the cameras were rolling, you were also talking about your experience at Workday and mentorships and the sponsors that you've received. Can you tell our viewers a little bit more about your experience. >> I think that's been a big part of my journey at Workday. I started off as the product manager for our collaboration team. It was my first time doing product management only six years ago and my manager at that time, he really believed in me and combine that with the fact that we're at a fast growing company we were only 900 people at that point. I told you we're over 7000 now, lots of opportunities were coming up. He was able to say, there's this other opportunity around our extensibility area, which was totally unrelated to collaboration but he's like, you've down well with what I gave you over here, why don't you try this? And it was not something I would personally volunteer for cause I actually didn't think that I was capable of doing it. But he's like, no, I believe in you, I think you can do it, I've already advocated for you that you should take on this role. And so I stepped into it, did a good enough job for them to say, okay we're going to keep investing in her. And that manager continued to really put me forward for other opportunities and then when he switched roles he nominated me to be his successor for leading the whole team and so he's been a really major part of my career progression here at Workday and I think having someone who can be there to advocate for opportunities for you, and also teach you how to navigate and organization, who are the key decision makers, who do you need to influence, what are the relationships you need to build. All of that is such valuable knowledge to have that you may not know otherwise. A mentor might not even be able to do that for you but someone who's really sponsoring you can. >> Well Erin thanks so much for joining us here in the cube, its been great talking to you. >> Thank you so much. >> I'm Rebecca Knight for Jeff Rick, we will have more from Grace Hopper just after this. (upbeat techno music)

Published Date : Oct 12 2017

SUMMARY :

brought to you by Silicon Angle Media. of the Grace Hopper conference, here in Orlando. and no one had really done the HCM and the cloud in the core technology that's driving the application. And the fact that we can have a single platform So you have to keep delivering value And so one of the interesting parts of our technology So it's the architecture but then what else are you doing And on the fact that we're pure SAS, What is the value that you guys made this investment and it helps the bottom line. the biggest presence you have at any tech event. and we have eight employees who are speaking in sessions has been the biggest challenges in your career and so I can see that being a challenge for some women and mentorships and the sponsors that you've received. and also teach you how to navigate and organization, its been great talking to you. we will have more from Grace Hopper just after this.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Jeff RickPERSON

0.99+

Rebecca KnightPERSON

0.99+

Erin YangPERSON

0.99+

ErinPERSON

0.99+

OrlandoLOCATION

0.99+

Silicon Angle MediaORGANIZATION

0.99+

15%QUANTITY

0.99+

95%QUANTITY

0.99+

97%QUANTITY

0.99+

one versionQUANTITY

0.99+

Orlando, FloridaLOCATION

0.99+

Grace HopperORGANIZATION

0.99+

next weekDATE

0.99+

2005DATE

0.99+

more than 130 peopleQUANTITY

0.99+

six years agoDATE

0.99+

eight employeesQUANTITY

0.99+

last yearDATE

0.99+

bothQUANTITY

0.98+

oneQUANTITY

0.98+

over 130 employeesQUANTITY

0.98+

StanfordORGANIZATION

0.98+

one customerQUANTITY

0.98+

first timeQUANTITY

0.98+

over 7000QUANTITY

0.97+

todayDATE

0.97+

this yearDATE

0.97+

single platformQUANTITY

0.97+

JobsPERSON

0.97+

single versionQUANTITY

0.97+

eachQUANTITY

0.95+

Grace HopperPERSON

0.95+

2017DATE

0.94+

WorkdayEVENT

0.94+

theCubeORGANIZATION

0.93+

firstQUANTITY

0.93+

single technology platformQUANTITY

0.85+

One of ourQUANTITY

0.8+

last six yearsDATE

0.78+

900 peopleQUANTITY

0.77+

single featureQUANTITY

0.77+

StanfordLOCATION

0.75+

GracePERSON

0.73+

single monthQUANTITY

0.73+

every single productQUANTITY

0.67+

SteveORGANIZATION

0.66+

HCMLOCATION

0.63+

HopperEVENT

0.57+

customerQUANTITY

0.53+

SASORGANIZATION

0.51+

WorkdayORGANIZATION

0.46+

Bradd Lewis & David Linthicum, Deloitte, Dell Technologies | Dell Technologies World 2022


 

>>The Cube Presents Dell Technologies World Brought to You by Dell. >>Hey, everyone, welcome back to the Cubes Coverage of Dell Technologies World 2022. Live from the Venetian in Las Vegas. Lisa Martin With a Volonte. This is Day two of the Cubes coverage. We've had a lot of great focus on talking about multi cloud partner ecosystems, as et cetera, the last day and a half. Now we're going to have a conversation with Dell, and we've got two guests joining us. Please welcome David Linthicum, the chief cloud strategy officer at Deloitte, and Brad Lewis, the senior vice president and GM of the global transformation office at Dell Technologies. Guys, welcome to the Cube. >>Thank you for having us. You guys >>so lots to talk about multi cloud. You can't. It's one of the biggest themes here, David. I want to start with you. One of the things that Michael Dell said in his keynote, and he said it on the Cape today is its multi cloud world by default. What does that mean to you? >>What that means is that if you don't find multi cloud, multi cloud is going to find you. It's a complex distributed system that basically is invasive to what we do within the enterprise. So anybody who's leveraging cloud computing is going to find that there is a need to leverage multiple clouds of multiple kinds of technologies. And therefore we're kind of focused on what's in between the clouds versus the clouds themselves. And I think that's okay. We're leveraging multi cloud by choice. It's driving innovation. It's driving agility. That's why people are adopting it. So whether or not you have it or not within your enterprise chances are you do. Are you going to have it pretty soon, >>right? I think stand I saw yesterday was 75% of organisations have at least 3 to 4 different clouds. What is your take on when you're talking with customers in the field? How are they? How are they managing that approach? What are they doing right? What do they Maybe not doing right. >>I think what they're doing wrong mainly was hit. That one first is that they're managing their clouds within the silos. And so, in other words, are using whatever native tools are in the particular cloud provided to do operations do security, governance, things like that. And the reality is, it's a more holistic approach that needs to be taken. We need to span these solutions across the different cloud providers and also the existing legacy systems thinking holistically about that. It's just something we haven't done ever with an I t. And now we're having to do it. Read. >>What is the global transformation office? Adele, What's your What's your role in your mission? Sure. >>So our mission is working with our customers, who are really focused on driving outcome centric types of relationship with us, so worried less about the just in and of itself and really wanting to figure out how do I take advantage of all of those capabilities that Dell and its partner ecosystem have to drive business value? Ultimately, what does a great experience look like that or a developer for my lines of business? How do I start to improve the type of agility that I've got? How do I office stuff up some of the types of flexible platforms that I'm really reading about or aspiring to be able to offer? So being able to look at that holistic through through the lens of technology, the economics of that. The operational constructs and operating models around it and being able to really take all of those assets and capabilities and map them to the types of outcomes, milestones and timelines that are relevant to that. >>Who is your ideal partner at the customer? Is it uh, C I o the line of business? Somebody in infrastructure? >>It's all of the above, I think, as we get as we get through the conversation, what will become apparent is tech as part of the answer. So it's not. It's important. It has to be considered. It has to be architected. Well, it has to be operated well. But as important as taking an increasingly more so is how to David's point, how are you going to go and build that common model of operational construct around all of these different platforms so you don't end up with a silo based approach? Application owners and driving utilisation and adoption is important and more so than it's ever been. So having those line of business tie ins and the application owners all of those different stakeholders finance and being able to set expectations well and being able to deliver against those consistently and reliably and the impact that has on confidence and investment. All of those things become part of the fabric of a collective that's about mapping to those. So there's no one set of stakeholders that we work with. But what is really important as having somebody who sits across all of those things that has the ability to call the shots and make decisions when hard decisions are having to be made because where things don't typically work well is when we get into stalemates or standoffs, where there's different factional issues or politics comes into it or somebody is not empowered? Having that governance model so that there is a senior stakeholder who can move roadblocks and make sure that we remain aligned is one of the most critical factors. >>David question for you removing those roadblocks the last two years. Obviously, we've seen a lot of organisations massively pivot multiple times right to survive and not to thrive. But we've seen so much investment in the remote workforce and now a lot of businesses facing ageing infrastructure, what do we do? How do you help them remove those roadblocks? Obviously time is of the essence right. So from a competitive perspective, what more do some of those conversations look and sound like >>they're one? Get the obstacles out of the way. In other words, if you think this is about building more data centres to have more VPN, traffic and things like that, that's not what it's all about. This is about finding solutions that provide scalability within the organisation and it's going to maintain scalability. Keep in mind, we're running to work force. People are going to work independently. They're gonna exist on their own infrastructure. They're going to have their own data which is personalised to them. They're gonna basically interact with other employees and other co workers in different, more collaborative ways. Hopefully. So the idea being that we're trying to get everything back centralised again is crazy. We need to figure out ways in which we can diversify the workforce, diversify that kind of technology we're using and leverage things that are really kind of on demand and scalable quick thinking about building data centres. >>Okay, so square the circle for me because I totally agree with what you just said. But it seems like a lot of organisations when it comes to data are taking that approach like Okay, let's centralise all the data so we can make it more manageable and more efficient to manage. Yet we talk about edge. Data is distributed by its very nature. So help me understand that Yin and Yang. >>I think it's partially we get into, obviously, the governance and the data governance and sort of all of the regulator in compliance aspects of that part of it is also emerging technologies. It's the area that's probably the least mature. We spend a lot of time figuring around how to have operational toolsets around multi cloud. Then we figured about how to have applications traverse multi cloud. Now we're moving on to the real crux of the problem and especially as translate edge start to take hold. We're generating large volumes of data is being generated at the edge. It's being generated in the in the core, and that ability to look at things holistically is going to become increasingly important. It's an area of focus for obviously us at Dell Technologies. It's where we're investing heavily and from an R and D standpoint. It's where the marketplace is going to evolve. But it's still in an early stage of maturity and being able to look at that holistically, >>so not necessarily shove it all into a single data store but enable it to be distributed and managed and and governor who should own the data life cycle. Should it be somebody in the business? Should it be somebody in I t. Should it be a data >>group? >>It's >>now. There is a long How long have we got? Well, I mean, you must have these discussions. We absolutely do, but sort of being serious about it. I think the important point is the people who ultimately are the ones who are who are responsible for getting value from that data is where it should resign. So because of the people who have the greatest insight and understanding of how of how to really get value from it, because ultimately we want to pivot from having a data conversation to how do we generate information and actionable information? It's not a data problem in and of itself, it's it's This is a business intelligence. How do we get value from this and that the best place for the data to live is the people who are going to be able to make the most of that. So >>Deloitte's gonna be having these conversations all the time with your customers. But this is, uh, an organisational discussion, isn't it? >>It's also a functional discussion. You have to remember that there's two tiers there. There's the people who own the data tier but don't necessarily want to administer the data so they know what the data is, What it does, they control how it's changed. They control how it's monitored, and we have multiple people that are distributed all over the company that do that. And then there's the people that actually run the control plane, and we get to distribute a data we're having to get to a common control plane that goes across the various databases, which is able to make the changes to the metadata and changes to the technical geeky stuff we have to do to keep data running. And so it's okay to have that. It's okay to have non technical and technical users who still maintain ownership of the data, and they work together in kind of a devops situation to make sure that we're maintaining the data to the needs of the business, and we have the business owners in there to tell us what that is. And we have the data administrators and that would actually make the changes. >>So the technology is, uh, an implementation detail in that model. Um, that's not It's not the tail wagging the dog. It's subservient to the business. Essentially, >>they're working together. And the reality is that the people who have the technical know how and have the business now how are often city in two different organisations that can exist anymore. They need to be maintained. They need to remove the barriers. And I deal with this with my clients all the time. They can't sit in silos. They need to collaborate together to make sure that the systems and the data are going to reflect and to solve the needs of the business. The only way to do that is to have collaboration at that level. >>So Lisa referenced multi cloud by default. You know, Chuck Witton was talking about that on the Cube recently. Uh, so I have often said multi clouds, Really? Multi vendor. It's like, Oh, I woke up. I got all these clouds. Okay, So what are the right strategies for customers? Where are they starting? How are they thinking about it? >>The people who are making the best progress is looking at it holistically. Looking at what does what does God look like? What are the things that are important to us? One of the capabilities were wanting to offer up and going into going into things, worried less about the tech of it. But more about how are we going to do things like accelerate business agility? How are we going to start to empower our lines of business to have first mover advantage? How do we take advantage of all of these disparate capabilities that over time it's going to vary? Who has competitive advantage? You could have one provider comes up with something that's a really compelling use case for what you're looking to do. But so if you've got the ability to be able to consume as a consistent ecosystem, all of those different partners, it's very easy to tap into that quickly and effectively delivering it. If you're trying to build things so that you're only tied into different people in different ways with different operational constructs, that don't really talk very well together. It's going to become very difficult for you to really take the maximum advantage of multi Cloud. So the thing that I would stress is, what are you actually trying to accomplish out of that work from the top down? Think about what good looks like. What are the capabilities that are meaningful and impactful to the business. And then the easiest thing in the world is to figure out which technology choices you have that enable that. But it has to be done through that lens of what is business value look like? And how do we manage that? And maximise that versus making desperate sort of distinct technology choices >>with the focus on business scene, which is absolutely critical. David, What's the GTM like between Dell and Deloitte? How do you when you bring them in? It's >>a perfect relationship. You've got to remember the customers and our clients have to have two things. Number one. They have to have a trusted adviser, and someone can bring to bear risk. Financial financial analysis, the ability to deal with technology, data, security, governance, things like that which are hard problems to solve. But do so in an objective way, making sure we're bringing the right solutions to bear to solve the problems looking after for the client as well as a technology partner that has the breath of everything you see on this floor that we can pick and choose different technologies to bring together to solve their exact needs. So having a partner like Dell is very important because ultimately allows us to pick the right solutions for the customer and bring to bear the exact solutions are going to solve their issues and do so in a way where they're going to be 100% optimised, where the solution that they're running is going to be near 100% optimisation as much as we can, and therefore that's going to value the business. Do you tend >>to these days, uh, to come into an organisation on a more sort of project basis? Or is it more things like we're talking digital transformation or data architecture? And then you figure out okay, where's the priorities? And the spending have to be is a kind of a top down or is it bottom up or a middle out? >>It tends to be a little bit of well, ultimately it ends up being both. So whether the conversation starts at a macro level and it's a more existential, how do we? How do we want to go to market and how do we want to support our business? A lot of conversations start that way. Sometimes it'll be bottom up where it is a specific project. We've got a net new application. We've got to go to market initiative, a new geography, whatever it happens to be. That is sort of what spawns that type of a dialogue. But ultimately, those two things do end up balancing out. Because if you do anything well and the expectation is that we're going to do things well, then it will grow. Or alternatively, if the aspiration is is that you want to do things in the best way possible, it will attract and pull through use cases and projects as and where required anyway. So the two things end up becoming pretty symbiotic, irrespective of whether it started as a top down. Michael meets a customer and sort of starts that way, or it's something from the grassroots up that it's more demand based from a project. >>When you have edged discussions with customers, how much of that is? You know, maybe it's the OT people or the folks out at the edge, and how much is I t involved in those discussions? >>It tends to be so. It's becoming more mainstream that it's a more holistic conversation, so a little bit is always the case. Some of the early conversations tend to be about use cases that are very business century so that you will have conversations with somebody who imagine somebody doing payments of distributed payments in financial services or something like that. And it's all about mobile banking and proximity and things. So you tend to talk to people about well, what are the potential use cases? How do you monetise some of those things? And then you talk to end up in a technology conversation or some could be potentially. Somebody says, Well, look, we've got the Capital Markets group want to do something, or the consumer banks want to go do something that's eccentric. How would we go about doing that from the organisation? We're now getting to a much greater degree of maturity with a lot of customers where it is a collaborative where you've got the person who owns the business problem or the business opportunity, plus the technology group. And it's a collaborative around. Well, what does the technology solution need to be able to offer up and deliver? And if we can do those things, how would we then go and leverage that technology and the most effective way to drive those types of business outcomes? We're talking about seeing >>a similar >>patterns. Yeah, I'm seeing very similar patterns. Ultimately, this is about tactical technology that has a strategic purpose. And you gotta remember we've had edge in one way, shape or form around for the last 30 years. We just haven't done it very well. And the thing is, we're starting to move a lot of these processes and a lot of these data collections, a lot of these analytics and a lot of knowledge engines, you know, out to the edge of the networks. And by doing so, that creates a strategic opportunity for folks in the organisations to figure out how that's going to work for them. And so it isn't necessarily a geeky conversation that we're having it strategically. We're looking to expand the way in which we're doing compute and doing data storage. It has these opportunities within the industry you're in. We're going to build this technology to make it happen. And that goes to both sides, people who do the implementation boards of directors and CEOs. But >>you can kick out if you have to, >>but they've all got to be there. And that collaboration seems like it's absolutely foundational to overall projects being successful. Guys, thank you so much for joining David me on the programme today. Talking about Dylan deployed better together and all the opportunities that there are to unlock the value and multi cloud. We appreciate your insights. >>Thanks for having us our >>pleasure. Thanks for our guests and a volonte. I'm Lisa Martin coming to you live from Las Vegas. Day two of our coverage of Dell Technologies World stick around. We'll be right back with our next guest. >>Thanks. >>Mm. Mhm. Mhm.

Published Date : May 3 2022

SUMMARY :

as et cetera, the last day and a half. Thank you for having us. What does that mean to you? It's a complex distributed system that basically is invasive to what we do within the enterprise. How are they managing that approach? And the reality is, it's a more holistic approach that needs to be taken. What is the global transformation office? all of those assets and capabilities and map them to the types of outcomes, It's all of the above, I think, as we get as we get through the conversation, massively pivot multiple times right to survive and not to thrive. to have more VPN, traffic and things like that, that's not what it's all about. Okay, so square the circle for me because I totally agree with what you just said. and that ability to look at things holistically is going to become increasingly important. so not necessarily shove it all into a single data store but enable it to be distributed So because of the people who have Deloitte's gonna be having these conversations all the time with your customers. And so it's okay to have that. It's subservient to the business. And the reality is that the people who have the technical know how and Okay, So what are the right strategies for customers? What are the capabilities that are meaningful and impactful to the business. How do you when you bring them in? Financial financial analysis, the ability to deal with technology, data, Or alternatively, if the aspiration is is that you want to do things in the best way Some of the early conversations tend to for folks in the organisations to figure out how that's going to work for them. And that collaboration seems like it's absolutely foundational to I'm Lisa Martin coming to you live from Las Vegas.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Michael DellPERSON

0.99+

DeloitteORGANIZATION

0.99+

DavidPERSON

0.99+

Brad LewisPERSON

0.99+

Lisa MartinPERSON

0.99+

DellORGANIZATION

0.99+

David LinthicumPERSON

0.99+

AdelePERSON

0.99+

Chuck WittonPERSON

0.99+

LisaPERSON

0.99+

Las VegasLOCATION

0.99+

75%QUANTITY

0.99+

DylanPERSON

0.99+

100%QUANTITY

0.99+

two guestsQUANTITY

0.99+

yesterdayDATE

0.99+

Dell TechnologiesORGANIZATION

0.99+

two tiersQUANTITY

0.99+

MichaelPERSON

0.99+

two thingsQUANTITY

0.99+

Capital MarketsORGANIZATION

0.99+

bothQUANTITY

0.98+

oneQUANTITY

0.98+

one providerQUANTITY

0.98+

todayDATE

0.98+

CubesORGANIZATION

0.98+

Bradd LewisPERSON

0.97+

Day twoQUANTITY

0.97+

OneQUANTITY

0.97+

two different organisationsQUANTITY

0.97+

both sidesQUANTITY

0.94+

firstQUANTITY

0.94+

VenetianLOCATION

0.9+

YinORGANIZATION

0.89+

single data storeQUANTITY

0.88+

4 different cloudsQUANTITY

0.87+

first moverQUANTITY

0.81+

last 30 yearsDATE

0.8+

Technologies WorldEVENT

0.78+

last two yearsDATE

0.75+

last dayDATE

0.73+

CapeLOCATION

0.7+

one wayQUANTITY

0.67+

Technologies World 2022EVENT

0.66+

TechnologiesEVENT

0.62+

GodPERSON

0.62+

CubeORGANIZATION

0.59+

at least 3QUANTITY

0.58+

CubeCOMMERCIAL_ITEM

0.54+

WorldORGANIZATION

0.5+

VolonteORGANIZATION

0.49+

YangPERSON

0.46+

2022DATE

0.35+

Kate Goodall, Halcyon | AWS Public Sector Summit Online


 

>>from around the globe. It's the Q with digital coverage of AWS Public sector online brought to you by Amazon Web services. Welcome back to the cubes. Virtual coverage of AWS Amazon Web services published. Public Sector Summit Online I'm John for your host with a great Gas Cube alumni Kate Goodall, Healthy in co founder and CEO, also known as the Halsey in house in the D C area. Kate, great to see you. Thanks for coming on. Virtually >>you, too. Thanks for having me, John. >>We can't be there in person. Normally, we're in person by rain going to these events. We can't do it this year because of Cove in the Pandemic. But this topic that I'm proud to talk to you about is Bahrain Women intensive program and just diversity in the global tech scene in general. So first tell us what's going on with the 2021 by Rain. Women's initiative Intensive initiative. >>Yeah, absolutely. As you know, Housing Incubator has been running for about seven years now. We've welcomed during that time over 150 entrepreneurs through a full time fellowship program which you were there, John, you saw, you know It is a really unique program that includes residents in a ah house in Georgetown s O that people really get to sort of former community. But the full time residential program isn't the right fit preneurs. So we also offer these intensive housing incubator programs for early stage social entrepreneurs from different parts of the world in different industries and sectors. Um, a W s been an amazing partner both for the full time fellowship program on for many of these intensive, including one that was focused earlier this year on entrepreneurs, an opportunity zones in our very own city. Um, but this new intensive partnership is designed specifically to support tech oriented social enterprise startups that are founded by women and based in Bahrain s. So it's It's really nicely at this intersection of calcium goal off supporting entrepreneurs who are often underserved or underrepresented. And AWS is very clearly stated goal of diversifying leadership in tech. >>I was there last year in person Bahrain, and, uh, I went to the women's diversity um, breakfast and I'm like, This is exciting and I had to give up my seat. There was so many people, there was high demand eso I >>wanna >>ask you what >>is >>this program hoping to achieve the intensive initiative? >>Yeah. I mean, there's certain things that we're always seeking to achieve in supporting and serving sort of the brightest minds and the best ideas in social enterprise. On in many ways, this one is no different. Um, but we're really looking Thio Thio, find some incredible startups in Bahrain. Um, applications for the program start today. Andi will be measuring. You know, the success of the program on a number of factors, Aziz, we always do. You know, ultimately, it's the number of jobs that get created theme the quality and quantity of the impact of the startups Onda And ultimately, you know, revenue and dollars raised all of the things that you would measure a successful business by, um uh, s so we're just really excited to find some incredible ventures that fit really well in this in the selection criteria. Andi, we'll be looking thio. Everyone's help spread the word about this great opportunity. >>Congratulations on your new program. I wanna ask you specifically, if you could give some examples of the kinds of startups you're hoping to attract, so as you look at the candidates. What's gonna be the criteria you mentioned is a criteria What jumps off the page in your mind. >>Yeah. So we want people that really understand that. Why, you know, why are they starting that business on bond? Ideally, people that have a really good idea for a rapidly scaling tech startup that also has a double bottom line attached to it. So something whereby the business models succeeds and scales and achieves eso to with the impact that is inherent in that in that model, you know, some some examples from just passed cohorts at healthy. And, you know, we've had most recently, um, incredible entrepreneur that came out off the US prison system and was really interested in reducing recidivism and worked on a tech startup that allows families to communicate with incarcerated loved ones where through a tech platform where you can convert your text to a loved one into a postcard that then could be sent into the system because obviously people aren't allowed to communicate through cell phones when they're incarcerated s Oh, that's a good example of something where you know the profit and impact really scale themselves. Um, you know, similarly from just this. You know, recent cohorts, we had a, uh, founder who herself suffered from pulmonary pulmonary hypertension. And she created a really great wearable device that can attach to your ear. Looks just like an earring. It's quite fashionable, actually. I want one. And, um, it lets you know how your oxygen level is because she just didn't have access to something that was that easy and wearable, but needed to monitor her oxygen level. Turns out, that's actually really, ah, useful piece of technology during covert. So, you know, we're looking for people that are thinking about healthcare, thinking about the environment, thinking about education on decree, ating a sustainable business model that that will help them to scale that idea. >>I wanna get into the whole social entrepreneurship conversation. It's really great when I wanna unpack that, But let's stay on this program. Um, it's super exciting. How do people get involved? It's open, but there's some criteria. Um, you mentioned startups. You're looking for changing world double Bottom line. How do people get involved? >>Really excited. You asked that because I you know, I have some people that are watching can help us um certainly, uh, going to the home page of our website housing house dot or GTA. If anyone knows any great social entrepreneurs in Bahrain, please let them know and help us spread the word. Really happy to be working with AWS and startup Borane to do so. But we we want to, you know, make it as far and wide as possible. So both for people that are interested in applying to the program and also people that are interested in helping because we always pull together a vast network of mentors and advisors and investors to really make the programmers robustas possible, they should I would encourage everyone to reach out and get in touch either through the website or, uh at housing inspires on Social Media said that our team can get back to you >>for the question is how, um What? How will the selection process work and when will they be >>partnering with AWS and start up by rain? Thio select the best start up ventures. They'll be notified in December on by The program will begin virtually in January. >>And what are the winners get? They get money. Do they get mentoring? What can you talk >>about package, so every in computer program is a little bit different. But generally they all get, uh, some serious training and assigned mentor a specific skill. Siri's that's bespoke to that intensive, and those founders needs. But more than likely, this one will include, as as they all do, you know ways to plan Thio, acquire customers ways to improve your business model and make good projections ways to think about investment and how to understand. Um, investment bond, get investment should you need thio eso. It'll have all of that along with marketing and branding and how to measure impact. But then also some bespoke things. You know, once we know exactly what the founders needs are on but then very bespoke advisors and mentors in accordance with those needs >>and really nurturing that start up in that project to getting some traction, then hopefully track into some funding vehicles. I imagine right? >>Absolutely, absolutely, and access to D. C. S. You know, great landscape when it comes to this kind of thing, both in terms of sort of three institutions that air here and the investment that is here on do all of them will also, of course, receive a ws cloud computing credits and technical support, which we found to be profoundly helpful for all of our, um, tech startups or tech enabled startups. >>Yeah, I think that's one of the things that people don't realize that some free credits out there as well take advantage of those That's awesome. And I love how this ecosystem nurturing here. When I was in Bahrain, I noticed that very young demographics changing demographics. Diversity is huge. But like here in North America and all around the world, the lack of diversity in the tech sector has been a big conversation is always happening. Thes, impact driven businesses actually consult two things you're doing. A program that impacts the diversity as well as solves the problem for diversity. Talking about double Bottom line. Can you talk about this diversity? >>Yeah, absolutely. I mean, e think you know, it's interesting because we all know that diverse teams out perform. We all understand the imperative to do that, but you're right, it's it's not just a US problem or Bahrain problem. It's a global problem, you know. And I think one of the ways to solve it is to go early because we know that women founders and founders of color and other marginalized founders, you know, start businesses roughly at the same rate. But they generally don't grow as big, and they don't, um, uh often get us much investment. In fact, the investment numbers are quite stark. In terms of who receives venture capital eso. We know that there's a lot left to disrupt, but we also know that if we're going to solve the problems that we all face right now that we need the whole population involved in solving it. So we're really interested in in in creating a much better ecosystem everywhere for for women. Founders on DWI know that that requires the support of everyone, regardless of gender and background and lived experience. Eso it is it is an imperative. But it's also a tremendous opportunity, you know, to get more people involved on Bahrain's got some incredible women and some great, uh, resource is and pieces of the ecosystem already in place. Thio, I think really be a leader in this area. >>Yes. Start up our rain to you mentioned that they have a great program. They're they're really there to help the entrepreneur, and I think the key here and I want to get your reaction to this is that not only is that important to get off the ground and having someone to be around and being a community that fosters the kind of innovation, thinking and getting started, great. But you've had a very successful program. The Halsey in house housing house dot org's as you mentioned, the u R L. You've had success, but you've been physically in D. C. What have you learned from the house? Your house success that you're applying that could be applied for others? Toe learn. >>Yeah, there's there's a lot to unpack there. I mean, we've had a Zai mentioned about 150 you know, Fellows come through our doors and they've gone on to create over 1800 jobs around the world. Received $150 million in funding, which for early stage social social ventures is a really good mark of success. Andi have gone on to impact the lives of more than 2.5 million people around the world, so I hope that this program is that you know will be able to help empower these founders, um, in Bahrain to do exactly those things and to be able to scale the adventures to create that impact. You know, we've learned a lot about you know what these startups need. Um, you know, that goes beyond just sort of the the office space and sort of traditional incubator offerings that they need a really strong community around them to celebrate their successes and also to help them with their lows. Entrepreneurship is a very rocky journey, and so that community becomes really, really important. Eso we know a lot about building, you know, supportive, nurturing community. We also know that you know, women when they go to get investment, are going to receive 70% mawr prevention questions. And this is even from women venture capitalists, right? They just venture capitalists are creatures of habit, and they generally will just look at the patterns, successes and trends that they've had and repeat those. So they're going to be looking for the same types of people. Are they funded in the past, which are traditionally young white males and eso? We know that just by virtue of the system that we all live in on DWhite. It's implanted in all of us that women are going to receive more questions about the risk of their business many, many more than they will about the opportunity. So how do we train women for that landscape? You know, how do we train them to answer the questions about the risk realistically and fairly but pivot so that they get the same opportunities as a male entrepreneur, perhaps to answer questions about the ceiling as well as the floor. >>Yeah, and addresses trade up and understand the criteria and having that confidence. And I think that the great news is that we're all changing and we're all open to it. And there's more funds now like this and your >>leadership. E love that point, John. I think, you know, I think that everyone's eyes are open right, and I can say that sort of it with a really strong sense of conviction. That, like 2020 is is a great year for acknowledging this problem and for I think a lot of joint motivation to really properly address it. So I'm actually feeling really optimistic about it, >>and we're at a cultural crossroads. Everyone kind of knows that you're seeing it play out on the big stage of the world on again. Your leadership has been doing this, and I want to get your thoughts on this because you mentioned entrepreneurship, the ups and downs. Some call it a rollercoaster highs and lows. You have great days, and you have really, really bad days. And it's even compounded when you're not in the pattern matching world of what people are seeing. If you're a woman or under verse, a minority or group, I gotta ask you the question around mental health because one of the things, especially with co vid, is having that community. Because the ups and downs swings are important that people maintain their confidence, and mentors and community add value there. Can you talk about that important piece of the equation because it's it plays a big role, often not talked about much? Um, it is tough now more than ever than ever before, but still not enough. This community there, it's >>having support. We can, you know, we talk about it a lot of healthy and what people need to prioritize their mental health as they grow a business. And ultimately, if you're not doing a good job of that. Your business will not succeed because your team would be healthy and you're just it compounds. Um, so it's really imperative. And it does take a toll on founders on entrepreneurs, I think in in higher degrees. And it does in the general population because a small crack can become a chasm if people are not careful. Andi, everyone knows even if you're super passionate about something, putting in 20 hours a day, every day continuously is eventually going to catch up with you, right? So you have to create healthy habits from the beginning for you and your team on board. And certainly during covert we've seen some of those things exacerbated due to isolation. So that community peace becomes really, really important. I don't think she would mind me saying so. I'm going Thio mention that one of our previous entrepreneurs and Yang brilliant, brilliant woman actually did a great piece. Uh, you can just google and Yang entrepreneur depression, mental health and and it will come up for you, but just a really candid expose on what it is like. Thio be an entrepreneur that perhaps struggles with with mental health >>Yeah, it's super important. And I gotta say, I really love your work. I've always been an admirer of the Halsey in Mission and the people behind it, the halcyon house. And now you're taking it to buy rain under with an intensive kind of program. It's a global landscape. Final word, Kate. What should people know about this program? Summarize it real quick. >>We're just super happy to be reaching out and supporting a greater number off talented founders from the Middle East with Although Bahrain on our partners started, Borane and AWS have to offer. You know, we we love to expand our work to serve more and more entrepreneurs. And we couldn't be more excited to support these women. >>We're an upward better time now than ever. It's gonna be a big change happening. Big cultural change. Your part of it. Thank you for joining me. >>Thank you, John. >>Great to see you >>really appreciate it. >>Thank you. I'm John for your here. The cube. Virtual covering A W s public sector online. Thanks for watching

Published Date : Oct 20 2020

SUMMARY :

AWS Public sector online brought to you by Amazon Thanks for having me, John. I'm proud to talk to you about is Bahrain Women intensive program and just diversity in Georgetown s O that people really get to sort of former community. breakfast and I'm like, This is exciting and I had to give up my seat. you know, revenue and dollars raised all of the things that you would measure a successful business by, I wanna ask you specifically, if you could give some examples of the kinds impact that is inherent in that in that model, you know, Um, you mentioned startups. Media said that our team can get back to you Thio select the best start up What can you talk you know ways to plan Thio, acquire customers ways to improve your and really nurturing that start up in that project to getting some traction, that air here and the investment that is here on do all of them will also, of course, A program that impacts the diversity I mean, e think you know, it's interesting because we all only is that important to get off the ground and having someone to be around and being a community that fosters so I hope that this program is that you know will be able to help empower these founders, And there's more funds now like this and your I think, you know, I think that everyone's and you have really, really bad days. So you have to create healthy habits from the beginning for you and your team on in Mission and the people behind it, the halcyon house. talented founders from the Middle East with Although Bahrain on Thank you for joining me. I'm John for your here.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Kate GoodallPERSON

0.99+

KatePERSON

0.99+

JohnPERSON

0.99+

AWSORGANIZATION

0.99+

BahrainLOCATION

0.99+

DecemberDATE

0.99+

JanuaryDATE

0.99+

BoraneORGANIZATION

0.99+

North AmericaLOCATION

0.99+

70%QUANTITY

0.99+

$150 millionQUANTITY

0.99+

SiriTITLE

0.99+

Middle EastLOCATION

0.99+

ThioPERSON

0.99+

last yearDATE

0.99+

bothQUANTITY

0.99+

USLOCATION

0.99+

AzizPERSON

0.99+

D. C. S.LOCATION

0.98+

2020DATE

0.98+

AndiPERSON

0.98+

more than 2.5 million peopleQUANTITY

0.98+

firstQUANTITY

0.98+

over 1800 jobsQUANTITY

0.98+

over 150 entrepreneursQUANTITY

0.98+

20 hours a dayQUANTITY

0.98+

oneQUANTITY

0.98+

Amazon WebORGANIZATION

0.98+

HalcyonPERSON

0.97+

YangPERSON

0.97+

2021DATE

0.96+

DWhiteORGANIZATION

0.96+

about seven yearsQUANTITY

0.96+

this yearDATE

0.96+

Thio ThioPERSON

0.96+

D CLOCATION

0.95+

Georgetown s OLOCATION

0.94+

D. C.LOCATION

0.94+

googleORGANIZATION

0.93+

about 150QUANTITY

0.92+

Amazon WebORGANIZATION

0.92+

Public Sector SummitEVENT

0.92+

PandemicLOCATION

0.92+

thioPERSON

0.9+

doubleQUANTITY

0.9+

three institutionsQUANTITY

0.88+

MissionLOCATION

0.86+

GTATITLE

0.86+

two thingsQUANTITY

0.86+

todayDATE

0.86+

Housing IncubatorORGANIZATION

0.85+

earlier this yearDATE

0.85+

ZaiPERSON

0.82+

HalseyPERSON

0.79+

Gas CubeORGANIZATION

0.76+

DWILOCATION

0.73+

HalseyORGANIZATION

0.72+

Bahrain WomenEVENT

0.71+

pulmonary pulmonary hypertensionOTHER

0.68+

Cove in theEVENT

0.57+

programEVENT

0.56+

Krish Prasad and Manuvir Das | VMworld 2020


 

>> Narrator: From around the globe, it's theCube. With digital coverage of VMworld 2020. Brought to you by VMware and its ecosystem partners. >> Hello, and welcome back to theCube virtual coverage of VMworld 2020. I'm John Furrier, host of theCube. VMworld's not in person this year, it's on the virtual internet. A lot of content, check it out, vmworld.com, a lot of great stuff, online demos, and a lot of great keynotes. Here we got a great conversation to unpack, the NVIDIA, the AI and all things Cloud Native. With Krish Prasad, who's the SVP and GM of Cloud Platform, Business Unit, and Manuvir Das head of enterprise computing at NVIDIA. Gentlemen, great to see you virtually. Thanks for joining me on the virtual Cube, for the virtual VMworld 2020. >> Thank you John. >> Pleasure to be here. >> Quite a world. And I think one of the things that obviously we've been talking about all year since COVID is the acceleration of this virtualized environment with media and everyone working at home remote. Really puts the pressure on digital transformation Has been well discussed and documented. You guys have some big news, obviously on the main stage NVIDIA CEO, Jensen there legend. And of course, you know, big momentum with with AI and GPUs and all things, you know, computing. Krish, what are your announcements today? You got some big news. Could you take a minute to explain the big announcements today? >> Yeah, John. So today we want to make two major announcements regarding our partnership with NVIDIA. So let's take the first one, and talk through it and then we can get to the second announcement later. In the first one, as you well know, NVIDIA is the leader in AI and VMware as the leader in virtualization and cloud. This announcement is about us teaming up, deliver a jointly engineered solution to the market to bring AI to every enterprise. So as you well know, VMware has more than 300,000 customers worldwide. And we believe that this solution would enable our customers to transform their data centers or AI applications running on top of their virtualized VMware infrastructure that they already have. And we think that this is going to vastly accelerate the adoption of AI and essentially democratize AI in the enterprise. >> Why AI? Why now Manuvir? Obviously we know the GPUs have set the table for many cool things, from mining Bitcoin to really providing a great user experience. But AI has been a big driver. Why now? Why VMware now? >> Yes. Yeah. And I think it's important to understand this is about AI more than even about GPUs, you know. This is a great moment in time where AI has finally come to life, because the hardware and software has come together to make it possible. And if you just look at industries and different parts of life, how is AI impacting? So for example, if you're a company on the internet doing business, everything you do revolves around making recommendations to your customers about what they should do next. This is based on AI. Think about the world we live in today, with the importance of healthcare, drug discovery, finding vaccines for something like COVID. That work is dramatically accelerated if you use AI. And what we've been doing in NVIDIA over the years is, we started with the hardware technology with the GPU, the Parallel Processor, if you will, that could really make these algorithms real. And then we worked very hard on building up the ecosystem. You know, we have 2 million developers today who work with NVIDIA AI. That's thousands of companies that are using AI today. But then if you think about what Krish said, you know about the number of customers that VMware has, which is in the hundreds of thousands, the opportunity before us really now is, how do we democratize this? How do we take this power of AI, that makes every customer and every person better and put it in the hands of every enterprise customer? And we need a great vehicle for that, and that vehicle is VMware. >> Guys, before we get to the next question, I would just want to get your personal take on this, because again, we've talked many times, both of you've been on theCube on this topic. But now I want to highlight, you mentioned the GPU that's hardware. This is software. VMware had hardware partners and then still software's driving it. Software's driving everything. Whether it's something in space, it's an IOT device or anything at the edge of the network. Software, is the value. This has become so obvious. Just share your personal take on this for folks who are now seeing this for the first time. >> Yeah. I mean, I'll give you my take first. I'm a software guy by background, I learned a few years ago for the first time that an array is a storage device and not a data structure in programming. And that was a shock to my system. Definitely the world is based on algorithms. Algorithms are implemented in software. Great hardware enables those algorithms. >> Krish, your thoughts. we live we're living in the future right now. >> Yeah, yeah. I would say that, I mean, the developers are becoming the center. They are actually driving the transformation in this industry, right? It's all about the application development, it's all about software, the infrastructure itself is becoming software defined. And the reason for that is you want the developers to be able to craft the infrastructure the way they need for the applications to run on top of. So it's all about software like I said. >> Software defined. Yeah, just want to get that quick self-congratulatory high five amongst ourselves virtually. (laughs) Congratulations. >> Exactly. >> Krish, last time we spoke at VMworld, we were obviously in person, but we talked about Tanzu and vSphere. Okay, you had Project Pacific. Does this expand? Does this announcement expand on that offering? >> Absolutely. As you know John, for the past several years, VMware has been on this journey to define the Hybrid Cloud Infrastructure, right? Essentially is the software stack that we have, which will enable our customers to provide a cloud operating model to their developers, irrespective of where they want to land their workloads. Whether they want to land their workloads On-Premise, or if they want it to be on top of AWS, Google, Azure, VMware stack is already running across all of them as you well know. And in addition to that, we have around, you know, 4,000, 5,000 service providers who are also running our Platform to deliver cloud services to their customers. So as part of that journey, last year, we took the Platform and we added one further element to it. Traditionally, our platform has been used by customers for running via VMs. Last year, we natively integrated Kubernetes into our platform. This was the big re architecture of vSphere, as we talked about. That was delivered to the market. And essentially now customers can use the same platform to run Kubernetes, Containers and VM workloads. The exact same platform, it is operationally the same. So the same skillsets, tools and processes can be used to run Kubernetes as well as VM applications. And the same platform runs, whether you want to run it On-Premise or in any of the clouds, as we talked about before. So that vastly simplifies the operational complexity that our customers have to deal with. And this is the next chapter in that journey, by doing the same thing for AI workload. >> You guys had great success with these Co-Engineering joined efforts. VMware and now with NVIDIA is interesting. It's very relevant and is very cool. So it's cool and relevant, so check, check. Manuvir, talk about this, because how do you bring that vision to the enterprises? >> Yeah, John, I think, you know, it's important to understand there is some real deep Computer Science here between the Engineers at VMware and NVIDIA. Just to lay that out, you can think of this as a three layer stack, right? The first thing that you need is, clearly you need the hardware that is capable of running these algorithms, that's what the GPU enable. Then you need a great software stack for AI, all the right Algorithmics that take advantage of that hardware. This is actually where NVIDIA spends most of its effort today. People may sometimes think of NVIDIA as a GPU company, but we have much more a software company now, where we have over the years created a body of work of all of the software that it actually takes to do good AI. But then how do you marry the software stack with the hardware? You need a platform in the middle that supports the applications and consumes the hardware and exposes it properly. And that's where vSphere, you know, as Krish described with either VMs or Containers comes into the picture. So the Computer Science here is, to wire all these things up together with the right algorithmics so that you get real acceleration. So as examples of early work that the two teams have done together, we have workloads in healthcare, for example. In cancer detection, where the acceleration we get with this new stack is 30X, right? The workload is running 30 times faster than it was running before this integration just on CPUs. >> Great performance increase again. You guys are hiring a lot of software developers. I can attest to knowing folks in Silicon Valley and around the world. So I know you guys are bringing the software jobs to the table on a great product by the way, so congratulations. Krish, Democratization of AI for the enterprise. This is a liberating opportunity, because one of the things we've heard from your customers and also from VMware, but mostly from the customer's successes, is that there's two types of extremes. There's the, I'm going to modernize my business, certainly COVID forcing companies, whether they're airlines or whatever, not a lot going on, they have an opportunity to modernize, to essentially modern apps that are getting a tailwind from these new digital transformation accelerated. How does AI democratize this? Cause you got people and you've got technology. (laughs) Right? So share your thoughts on how you see this democratizing. >> That's a very good question. I think if you look at how people are running AI applications today, like you go to an enterprise, you would see that there is a silo of bare metal sun works on the side, where the AI stack is run. And you have people with specialized skills and different tools and utilities that manage that environment. And that is what is standing in the way of AI taking off in the enterprise, right? It is not the use case. There are all these use cases which are mission critical that all companies want to do, right? Worldwide, that has been the case. It is about the complexity of life that is standing in the way. So what we are doing with this is we are saying, "hey, that whole solution stack that Manuvir talked about, is integrated into the VMware Virtualized Infrastructure." Whether it's On-Prem or in the cloud. And you can manage that environment with the exact same tools and processes and skills that you traditionally had for running any other application on VMware infrastructure. So, you don't need to have anything special to run this. And that's what is going to give us the acceleration that we talked about and essentially hive the Democratization of AI. >> That's a great point. I just want to highlight that and call that out, because AI's every use case. You could almost say theCube could have AI and we do actually have a little bit of AI and some of our transcriptions and work. But it's not so much just use cases, it's actually not just saying you got to do it. So taking down that blocker, the complexity, certainly is the key. And that's a great point. We're going to call that out after. Alright, let's move on to the second part of the announcement. Krish Project Monterey. This is a big deal. And it looks like a, you know, kind of this elusive, it's architectural thing, but it's directionally really strategic for VMware. Could you take a minute to explain this announcement? Frame this for us. >> Absolutely. I think John, you remember Pat got on stage last year at Vmworld and said, you know, "we are undertaking the biggest re architecture of the vSphere platform in the last 10 years." And he was talking about natively embedding Kubernetes, in vSphere, right? Remember Tanzu and Project Pacific. This year we are announcing Project Monterrey. It's a project that is significant with several partners in the industry, along with NVIDIA was one of the key partners. And what we are doing is we are reimagination of the data center for the next generation applications. And at the center of it, what we are going to do is rearchitect vSphere and ESX. So that the ESX can normally run on the CPU, but it'll also run on the Smart Mix. And what this gives us is the whole, let's say data center, infrastructure type services to be offloaded from running on the CPU onto the Smart Mix. So what does this provide the applications? The applications then will perform better. And secondly, it provides an extra layer of security for the next generation applications. Now we are not going to stop there. We are going to use this architecture and extended it so that we can finally eliminate one of the big silos that exist in the enterprise, which is the bare metal silo. Right? Today we have virtualized environments and bare metal, and what this architecture will do is bring those bare metal environments also under ESX management. So you ESX will manage environments which are virtualized and environments which are running bare metal OS. And so that's one big breakthrough and simplification for the elimination of silo or the elimination of, you know, specialized skills to keep it running. And lastly, but most importantly, where we are going with this. That just on the question you asked us earlier about software defined and developers being in control. Where we want to go with this is give developers, the application developers, the ability to really define and create their run time on the Fly, dynamically. So think about it. If dynamically they're able to describe how the application should run. And the infrastructure essentially kind of attaches computer resources on the Fly, whether they are sitting in the same server or somewhere in the network as pools of resources. Bring it all together and compose the runtime environment for them. That's going to be huge. And they won't be constrained anymore by the resources that are tied to the physical server that they are running on. And that's the vision of where we are taking it. It is going to be the next big change in the industry in terms of enterprise computing. >> Sounds like an Operating System to me. Yeah. Run time, assembly orchestration, all these things coming together, exciting stuff. Looking forward to digging in more after Vmworld. Manuvir, how does this connect to NVIDIA and AI? Tie that together for us. >> Yeah, It's an interesting question, because you would think, you know, okay, so NVIDIA this GPU company or this AI company. But you have to remember that INVIDIA is also a networking company. Because friends at Mellanox joined us not that long ago. And the interesting thing is that there's a Yin and Yang here, because, Krish described the software vision, which is brilliant. And what this does is it imposes a lot on the host CPU of the server to do. And so what we've be doing in parallel is developing hardware. A new kind of "Nick", if you will, we call it a DPU or a Data Processing Unit or a Smart Nick that is capable of hosting all this stuff. So, amusingly when Krish and I started talking, we exchanged slides and we basically had the same diagram for our vision of where things go with that software, the infrastructure software being offloaded, data center infrastructure on a chip, if you will. Right? And so it's a very natural confluence. We are very excited to be part of this, >> Yeah. >> Monterey program with Krish and his team. And we think our DPU, which is called the NVIDIA BlueField-2, is a pretty good device to empower the work that Krish's team is doing. >> Guys it's awesome stuff. And I got to say, you know, I've been covering Vmworld now 11 years with theCube, and I've known VMware since its founding, just the evolution. And just recently before VMworld, you know, you saw the biggest IPO in the history of Wall Street, Snowflake an Enterprise Data Cloud Company. The number one IPO ever. Enterprise tech is so exciting. This is really awesome. And NVIDIA obviously well known, great brand. You own some chip company as well, and get processors and data and software. Guys, customers are going to be very interested in this, so what should customers do to find out more? Obviously you've got Project Monterey, strategic direction, right? Framed perfectly. You got this announcement. If I'm a customer, how do I get involved? How do I learn more? And what's in it for me. >> Yeah, John, I would say, sorry, go ahead, Krish. >> No, I was just going to say sorry Manuvir. I was just going to say like a lot of these discussions are going to be happening, there are going to be panel discussions there are going to be presentations at Vmworld. So I would encourage customers to really look at these topics around Project Monterey and also about the AI work we are doing with NVIDIA and attend those sessions and be active and we will have a ways for them to connect with us in terms of our early access programs and whatnot. And then as Manuvir was about to say, I think Manuvir, I will give it to you about GTC. >> Yeah, I think right after that, we have the NVIDIA conference, which is GTC, where we'll also go over this. And I think some of this work is a lot closer to hand than people might imagine. So I would encourage watching all the sessions and learning more about how to get started. >> Yeah, great stuff. And just for the folks @vmworld.com watching, Cloud City's got 60 solution demos, go look for the sessions. You got the EX, the expert sessions, Raghu, Joe Beda amongst other people from VMware are going to be there. And of course, a lot of action on the content. Guys, thanks so much for coming on. Congratulations on the news, big news. NVIDIA on the Bay in Virtual stage here at VMworld. And of course you're in theCube. Thanks for coming. Appreciate it. >> Thank you for having us. Okay. >> Thank you very much. >> This is Cube's coverage of VMworld 2020 virtual. I'm John Furrier, host of theCube virtual, here in Palo Alto, California for VMworld 2020. Thanks for watching. (upbeat music)

Published Date : Sep 18 2020

SUMMARY :

Brought to you by VMware Thanks for joining me on the virtual Cube, is the acceleration of this and VMware as the leader GPUs have set the table the Parallel Processor, if you will, Software, is the value. the first time that an array the future right now. for the applications to run on top of. Yeah, just want to get that quick Okay, you had Project Pacific. And the same platform runs, because how do you bring that the acceleration we get and around the world. that is standing in the way. certainly is the key. the ability to really define Sounds like an Operating System to me. of the server to do. And we think our DPU, And I got to say, you know, Yeah, John, I would say, and also about the AI work And I think some of this And just for the folks Thank you for having us. This is Cube's coverage

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
NVIDIAORGANIZATION

0.99+

JohnPERSON

0.99+

KrishPERSON

0.99+

30 timesQUANTITY

0.99+

John FurrierPERSON

0.99+

Krish PrasadPERSON

0.99+

VMwareORGANIZATION

0.99+

Silicon ValleyLOCATION

0.99+

RaghuPERSON

0.99+

Joe BedaPERSON

0.99+

Last yearDATE

0.99+

two teamsQUANTITY

0.99+

last yearDATE

0.99+

MellanoxORGANIZATION

0.99+

Manuvir DasPERSON

0.99+

todayDATE

0.99+

more than 300,000 customersQUANTITY

0.99+

Project PacificORGANIZATION

0.99+

PatPERSON

0.99+

11 yearsQUANTITY

0.99+

30XQUANTITY

0.99+

first oneQUANTITY

0.99+

ESXTITLE

0.99+

VmworldORGANIZATION

0.99+

hundreds of thousandsQUANTITY

0.99+

two typesQUANTITY

0.99+

AWSORGANIZATION

0.99+

Palo Alto, CaliforniaLOCATION

0.99+

VMworldORGANIZATION

0.99+

first timeQUANTITY

0.99+

vSphereTITLE

0.99+

INVIDIAORGANIZATION

0.99+

second partQUANTITY

0.99+

TodayDATE

0.98+

VMworld 2020EVENT

0.98+

SnowflakeORGANIZATION

0.98+

first thingQUANTITY

0.98+

oneQUANTITY

0.98+

bothQUANTITY

0.98+

60 solution demosQUANTITY

0.98+

first oneQUANTITY

0.98+

GoogleORGANIZATION

0.97+

This yearDATE

0.97+

firstQUANTITY

0.97+

vmworld.comOTHER

0.97+

Sheng Liang, Rancher Labs & Murli Thirumale, Portworx | KubeCon + CloudNativeCon Europe - Virtual


 

>>from around the globe. It's the Cube with coverage of Coop con and cloud, native con Europe 2020 Virtual brought to you by Red Hat, The Cloud Native Computing Foundation and its ecosystem partners >>Welcome back. This is the Cube coverage of Cube Con Cloud, native con, the European show for 2020. I'm your host to Minuteman. And when we talk about the container world, we talk about what's happening in cloud. Native storage has been one of those sticking points. One of those things that you know has been challenging, that we've been looking to mature and really happy to welcome back to the program two of our cube alumni to give us the update on the state of storage for the container world. Both of them are oh, founders and CEOs. First of all, we have Xiang Yang from Rancher Labs, of course, was recently acquired by Sue Save it and the intention to acquire on and also joining us from early the relay. Who is with port works? Shang Amerli. Thanks so much for joining us. Thank you. Thank you. Alright. So early. I actually I'm going to start with you just cause you know we've seen, you know, a couple of waves of companies working on storage. In this environment, we know storage is difficult. Um, And when we change how we're building things, there's architectural things that can happen. Eso maybe if you could just give us a snapshot, you know, Port works, you know, was created to help unpack this. You know, straight on here in 2020 you know, where you see things in the overall kind of computer storage landscape? >>Absolutely. Still, before I kind of jump into port works. I just want to take a minute to publicly congratulate the the whole rancher team, and and Shang and Shannon And will China have known those folks for a while there? They're kind of true entrepreneurs. They represent the serial entrepreneur spirit that that so many folks know in the valley, and so, you know, great outcome for them. We're very happy for them and ah, big congrats and shout out to the whole team. What works is is a little over five years old, and we've been kind of right from the inception of the company recognized that to put containers in production, you're gonna have to solve, not just the orchestration problem. But the issue of storage and data orchestration and so in a natural kubernetes orchestrates containers and what works orchestrates storage and data. And more specifically, by doing that, what we enable is enterprises to be able to take APS that are containerized into production at scale and and have high availability. Disaster recovery, backup all of the things that for decades I t has had to do and has done to support application, reliability and availability. But essentially we're doing it for purpose with the purpose build solution for containerized workloads. >>Alright, shaming. Of course, storage is a piece of the overall puzzle that that ranchers trying to help with. Maybe if you could just refresh our audience on Longhorn, which your organization has its open source. It's now being managed by the CN. CF is my understanding. So help us bring Longhorn into the discussion >>thanks to. So I'm really glad to be here. We've I think rancher and port work started about the same time, and we started with a slightly different focus. More is exactly right to get containers going, you really need both so that the computer angle orchestrating containers as well as orchestrating the storage and the data. So rancher started with, ah, it's slightly stronger focus on orchestrating containers themselves, but pretty quickly, we realized, as adoption of containers grow, we really need it to be able to handle ah, storage feather. And like any new technology, you know, uh, Kubernetes and containers created some interesting new requirements and opportunities, and at the time, really, they weren't. Ah, a lot of good technologies available, you know, technologies like rook and SEF at the time was very, very premature, I think, Ah, the You know, we actually early on try to incorporate ah, the cluster technology. And it was just it was just not easy. And And at the time I think port Works was, ah, very busy developing. Ah, what turned out to be there flagship product, which we end up, end up, uh, partnering very, very closely. But but early on, we really had no choice but to start developing our own storage technology. So Long horn. As a piece of container storage technology, it's actually almost as oh, there's rancher itself. When about funding engineers, we hired he he ended up, you know, working on it and Then over the years, you know the focus shift that I think the original version was written in C plus plus, and over the years it's now being completely re written in Golan. It was originally written more for Docker workload. Now, of course, everything is kubernetes centric. And last year we you know, we we decided to donate the Longhorn Open Source project to CN CF. And now it's a CN CF sandbox project, and the adoption is just growing really quickly. And just earlier this year, we we finally ah decided to we're ready to offer a commercial support for it. So So that's that's where rancher is. And with longhorn and container storage technology. >>Yeah, it has been really interesting to watch in this ecosystem. A couple of years ago, one of the Q con shows I was talking to people coming out of the Believe It was the Sigs, the special interest group for storage, and it was just like, Wow, it was heated. Words were, you know, back and forth. There's not a lot of agreement there. Anybody that knows the storage industry knows that you know standards in various ways of doing things often are contentious and there's there's differences of opinion. Look at the storage industry. You know, there's a reason why there's so many different solutions out there. So maybe it love to hear from early. From your standpoint, things are coming to get a little bit more. There are still a number of options out there. So you know, why is this kind of coop petition? I actually good for the industry? >>Yeah, I think this is a classic example of Coop petition. Right? Let's let's start with the cooperation part right? The first part of time the you know, the early days of CN, CF, and even sort of the Google Communities team, I think, was really very focused on compute and and subsequent years. In the last 34 years, there's been a greater attention to making the whole stack works, because that's what it's going to take to take a the enterprise class production and put it in, you know, enterprise class application and put it in production. So extensions like C and I for networking and CS I container storage interface. We're kind of put together by a working group and and ah ah you know both both in the CN CF, but also within the kubernetes Google community. That's you talked about six storage as an example. And, you know, as always happens, right? Like it It looks a little bit in the early days. Like like a polo game, right where folks are really? Ah, you know, seemingly, uh, you know, working with each other on on top of the pool. But underneath they're kicking each other furiously. But that was a long time back, and we've graduated from then into really cooperating. And I think it's something we should all be proud of. Where now the CS I interface is really a A really very, very strong and complete solution tow, allowing communities to orchestrate storage and data. So it's really strengthened both communities and the kubernetes ecosystem. Now the competition part. Let's kind of spend. I want to spend a couple of minutes on that too, right? Um, you know, one of the classic things that people sometimes confuse is the difference between an overlay and an interface. CSC is wonderful because it defines how the two layers off essentially kind of old style storage. You know, whether it's a san or ah cloud, elastic storage bucket or all of those interact with community. So the the definition of that interface kind of lay down some rules and parameters for how that interaction should happen. However, you still always need an overlay like Port Works that that actually drives that interface and enables Kubernetes to actually manage that storage. And that's where the competition is. And, you know, she mentioned stuff and bluster and rook and kind of derivatives of those. And I think those have been around really venerable and and really excellent products for born in a different era for a different time open stack, object storage and all of that not really meant for kind of primary workloads. And they've been they've been trying to be adapted for, for for us, for this kind of workload. Port Works is really a built from right from the inception to be designed for communities and for kubernetes workloads at enterprise scale. And so I think, you know, as I as I look at the landscape, we welcome the fact that there are so many more people acknowledging that there is a vital need for data orchestration on kubernetes right, that that's why everybody and their brother now has a CS I interface. However, I think there's a big difference between having an interface. This is actually having the software that provides the functionality for H. A, D R. And and for backup, as as the kind of life cycle matures and doing it not just at scale, but in a way that allows kind of really significant removal or reduction off the storage admin role and replaces it with self service that is fully automated within communities. Yeah, if I >>can, you know, add something that that I completely agree. I mean, over the Longhorns been around for a long time. Like I said, I'm really happy that over the years it hasn't really impacted our wonderful collaborative partnership with what works. I mean, Poll works has always been one of our premier partners. We have a lot of, ah, common customers in this fight. I know these guys rave about what works. I don't think they'll ever get out for works. Ah, home or not? Uh huh. Exactly. Like Morissette, you know, in the in the storage space, there's interface, which a lot of different implementations can plugging, and that's kind of how rancher works. So we always tell people Rancher works with three types of storage implementations. One is let we call legacy storage. You know, your netapp, your DMC, your pure storage and those are really solid. But they were not suddenly not designed to work with containers to start with, but it doesn't matter. They've all written CS I interfaces that would enable containers to take advantage of. The second type is some of the cloud a block storage or file storage services like EBS, GFS, Google Cloud storage and support for these storage back and the CS I drivers practically come with kubernetes itself, so those are very well supported. But there's still a huge amount of opportunities for the third type of you know, we call container Native Storage. So that is where Port Works and the Longhorn and other solutions like open EBS storage OS. All these guys fitting is a very vibrant ecosystem of innovation going on there. So those solutions are able to create basically reliable storage from scratch. You know, when you from from just local disks and they're actually also able to add a lot of value on top of whatever traditional or cloud based, persistent storage you already have. So so the whole system, the whole ecosystem, is developing very quickly. A lot of these solutions work with each other, and I think to me it's really less of a competition or even Coop petition. It's really more off raising the bar for for the capabilities so that we can accelerate the amount of workload that's been moved onto this wonderful kubernetes platform in the end of the benefit. Everyone, >>Well, I appreciate you both laying out some of the options, you know, showing just a quick follow up on that. I think back if you want. 15 years ago was often okay. I'm using my GMC for my block. I'm using my netapp for the file. I'm wondering in the cloud native space, if we expect that you might have multiple different data engine types in there you mentioned you know, I might want port works for my high performance. You said open EBS, very popular in the last CN CF survey might be another one there. So is do we think some of it is just kind of repeating itself that storage is not monolithic and in a micro service architecture. You know, different environments need different storage requirements. >>Yeah, I mean quick. I love to hear more is view as well, especially about you know, about how the ecosystem is developing. But from my perspective, just just the range of capabilities that's now we expect out of storage vendors or data management vendors is just increased tremendously. You know, in the old days, if you can store blocks to object store file, that's it. Right. So now it's this is just table stakes. Then then what comes after that? There will be 345 additional layers of requirements come all the way from backup, restore the our search indexing analytics. So I really think all of this potentially off or in the in the bucket of the storage ecosystem, and I just can't wait to see how this stuff will play out. I think we're still very, very early stages, and and there, you know what? What, what what containers did is they made fundamentally the workload portable, but the data itself still holds a lot of gravity. And then just so much work to do to leverage the fundamental work load portability. Marry that with some form of universal data management or data portability. I think that would really, uh, at least the industry to the next level. Marie? >>Yeah. Shanghai Bean couldn't. Couldn't have said it better. Right? Let me let me let me kind of give you Ah, sample. Right. We're at about 160 plus customers now, you know, adding several by the month. Um, just with just with rancher alone, right, we are. We have common customers in all common video expedient Roche March X, Western Asset Management. You know, charter communications. So we're in production with a number off rancher customers. What are these customers want? And why are they kind of looking at a a a Port works class of solution to use, You know, Xiang's example of the multiple types, right? Many times, people can get started with something in the early days, which has a CS I interface with maybe say, $10 or 8 to 10 nodes with a solution that allows them to at least kind of verify that they can run the stack up and down with, say, you know, a a rancher type orchestrator, workloads that are containerized on and a network plug in and a storage plugging. But really, once they start to get beyond 20 notes or so, then there are problems that are very, very unique to containers and kubernetes that pop up that you don't see in a in a non containerized environment, right? Some. What are some of these things, right? Simple examples are how can you actually run 10 to hundreds of containers on a server, with each one of those containers belonging to a different application and having different requirements? How do you actually scale? Not to 16 nodes, which is sort of make typically, maybe Max of what a San might go to. But hundreds and thousands of notes, like many of our customers, are doing like T Mobile Comcast. They're running this thing at 600 thousands of notes or scale is one issue. Here is a critical critical difference that that something that's designed for Kubernetes does right. We are providing all off the storage functions that Shang just described at container granted, granularity versus machine granularity. One way to think about this is the old Data center was in machine based construct. Construct everything you know. VM Ware is the leader, sort of in that all of the way. You think of storage as villains. You think of compute and CPUs, everything. Sub sub nets, right? All off. Traditional infrastructure is very, very machine centric. What kubernetes and containers do is move it into becoming an app defined control plane, right? One of the things were super excited about is the fact that Kubernetes is really not just a container orchestrator, but actually a orchestrator for infrastructure in an app defined way. And by doing that, they have turned, uh, you know, control off the infrastructure via communities over to a kubernetes segment. The same person who uses rancher uses port works at NVIDIA, for example to manage storage as they use it, to manage the compute and to manage containers. And and that's marvellous, because now what has happened is this thing is now fully automated at scale and and actually can run without the intervention off a storage admin. No more trouble tickets, right? No more requests to say, Hey, give me another 20 terabytes. All of that happens automatically with the solution like port works. And in fact, if you think about it in the world of real time services that we're all headed towards right Services like uber now are expected in enterprises machine learning. Ai all of these things analytics that that change talk about are things that you expect to run in a fully automated way across vast amounts of data that are distributed sometimes in the edge. And you can't do that unless you're fully automated and and not really the storage admin intervention. And that's kind of the solution that we provide. >>Alright, well, we're just about out of time. If I could just last piece is, you know, early and saying to talk about where we are with long for and what we should expect to see through the rest of this year and get some early for you to you know, what differentiates port works from Just, you know, the open source version. So And maybe if we start with just kind of long or in general and then really from from your standpoint, >>yeah, so it's so so the go along one is really to lower the bar for folks to run state for workloads on on kubernetes we want you know, the the Longhorn is 100% open source and it's owned by CN cf now. So we in terms of features and functionalities is obviously a small subset of what a true enterprise grade solution like Port Works or, um, CEO on that that could provide. So there's just, you know, the storage role. Ah, future settle. The roadmap is very rich. I don't think it's not really Ranchers go Oh, our Longhorns goal to, you know, to try to turn itself into a into a plug in replacement for these enterprise, great storage or data management solutions. But But they're you know, there's some critical critical feature gaps that we need address. And that's what the team is gonna be focusing on, perhaps for the rest of the year. >>Yeah, uh, still, I would I would kind of, you know, echo what Chang said, right? I think folks make it started with solutions, like longer or even a plug in connector plug in with one of their existing storage vendors, whether it's pure netapp or or EMC from our viewpoint, that's wonderful, because that allows them to kind of graduate to where they're considering storage and data as part of the stack. They really should that's the way they're going to succeed by by looking at it as a whole and really with, You know, it's a great way to get started on a proof of concept architecture where your focus initially is very much on the orchestration and the container ization part. But But, as Xiang pointed out, you know what what rancher did, what I entered it for Kubernetes was build a simple, elegant, robust solution that kind of democratized communities. We're doing the same thing for communities storage right? What Port works does is have a solution that is simple, elegant, fully automated, scalable and robust. But more importantly, it's a complete data platform, right? We we go where all these solutions start, but don't kind of venture forward. We are a full, complete lifecycle management for data across that whole life cycle. So there's many many customers now are buying port works and then adding deal right up front, and then a few months later they might come back and I'd backup from ports. So two shanks point right because of the uniqueness of the kubernetes workload, because it is an app defined control plane, not machine to find what is happening is it's disrupting, Just like just like virtualization day. VM exist today because because they focused on a VM version off. You know, the their backup solution. So the same thing is happening. Kubernetes workloads are district causing disruption of the D r and backup and storage market with solutions like sports. >>Wonderful. Merlin Chang. Thank you so much for the updates. Absolutely. The promise of containers A Z you were saying? Really, is that that Atomic unit getting closer to the application really requires storage to be a full and useful solution. So great to see the progress that's being made. Thank you so much for joining us. >>Welcome, Shannon. We look forward to ah, working with you as you reach for the stars. Congratulations again. We look >>forward to the containing partnership morally and thank you. Still for the opportunity here. >>Absolutely great talking to both of you And stay tuned. Lots more coverage of the Cube Cube Con cloud, native con 2020 Europe. I'm stew minimum. And thank you for watching the Cube. Yeah, yeah, yeah, yeah, yeah, yeah

Published Date : Aug 18 2020

SUMMARY :

and cloud, native con Europe 2020 Virtual brought to you by Red Hat, I actually I'm going to start with you just cause you know we've seen, of the things that for decades I t has had to do and has done to Of course, storage is a piece of the overall puzzle that that ranchers trying to help Ah, a lot of good technologies available, you know, Anybody that knows the storage industry knows that you know standards in various ways And so I think, you know, the third type of you know, we call container Native Storage. I think back if you want. I love to hear more is view as well, especially about you know, And that's kind of the solution that we provide. the rest of this year and get some early for you to you know, to run state for workloads on on kubernetes we want you know, causing disruption of the D r and backup and storage market with solutions like sports. Thank you so much for the updates. We look forward to ah, working with you as you reach for the stars. Still for the opportunity here. Absolutely great talking to both of you And stay tuned.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Red HatORGANIZATION

0.99+

$10QUANTITY

0.99+

hundredsQUANTITY

0.99+

Rancher LabsORGANIZATION

0.99+

Shang AmerliPERSON

0.99+

NVIDIAORGANIZATION

0.99+

2020DATE

0.99+

ShannonPERSON

0.99+

uberORGANIZATION

0.99+

Western Asset ManagementORGANIZATION

0.99+

last yearDATE

0.99+

BothQUANTITY

0.99+

20 terabytesQUANTITY

0.99+

CN CF.ORGANIZATION

0.99+

20 notesQUANTITY

0.99+

MariePERSON

0.99+

MorissettePERSON

0.99+

bothQUANTITY

0.99+

100%QUANTITY

0.99+

T Mobile ComcastORGANIZATION

0.99+

one issueQUANTITY

0.99+

Xiang YangPERSON

0.99+

firstQUANTITY

0.99+

10QUANTITY

0.99+

8QUANTITY

0.99+

OneQUANTITY

0.98+

Sheng LiangPERSON

0.98+

second typeQUANTITY

0.98+

C plus plusTITLE

0.98+

ChangPERSON

0.98+

KubeConEVENT

0.98+

XiangPERSON

0.98+

Sue SavePERSON

0.98+

15 years agoDATE

0.98+

GoogleORGANIZATION

0.98+

longhornORGANIZATION

0.97+

ShangPERSON

0.97+

two layersQUANTITY

0.97+

earlier this yearDATE

0.97+

LonghornORGANIZATION

0.97+

oneQUANTITY

0.97+

Roche March XORGANIZATION

0.97+

345 additional layersQUANTITY

0.97+

GMCORGANIZATION

0.97+

16 nodesQUANTITY

0.96+

CN cfORGANIZATION

0.96+

third typeQUANTITY

0.96+

each oneQUANTITY

0.96+

about 160 plus customersQUANTITY

0.95+

a few months laterDATE

0.95+

both communitiesQUANTITY

0.94+

FirstQUANTITY

0.94+

over five years oldQUANTITY

0.94+

CN CFORGANIZATION

0.93+

EBSORGANIZATION

0.93+

three typesQUANTITY

0.93+

twoQUANTITY

0.93+

600 thousands of notesQUANTITY

0.93+

Merlin ChangPERSON

0.93+

SigsORGANIZATION

0.92+

hundreds of containersQUANTITY

0.91+

One wayQUANTITY

0.91+

The Cloud Native Computing FoundationORGANIZATION

0.9+

this yearDATE

0.89+

CoopORGANIZATION

0.89+

EuropeLOCATION

0.89+

Port WorksORGANIZATION

0.89+

CloudNativeCon EuropeEVENT

0.88+

CubeCOMMERCIAL_ITEM

0.87+

CSCTITLE

0.87+

A couple of years agoDATE

0.86+

Coop conORGANIZATION

0.86+

KubernetesTITLE

0.86+

PortworxORGANIZATION

0.86+

six storageQUANTITY

0.85+

todayDATE

0.84+

rancherORGANIZATION

0.84+

Cube ConCOMMERCIAL_ITEM

0.84+

GolanTITLE

0.83+

Port WorksORGANIZATION

0.82+

10 nodesQUANTITY

0.82+

Aviatrix Altitude - Panel 1 - Industry Experts Panel


 

(electronic music) >> From Santa Clara, California in the heart of Silicon Valley, its theCUBE. Covering Altitude 2020, brought to you by Aviatrix. (electronic music) >> Female pilot: Good morning, ladies and gentlemen, this is your captain speaking, we will soon be taking off on our way to altitude. (upbeat music) Please keep your seat belts fastened and remain in your seat. We will be experiencing turbulence, until we are above the clouds. (thunder blasting) (electronic music) (seatbelt alert sounds) Ladies and gentlemen, we are now cruising at altitude. Sit back and enjoy the ride. (electronic music) >> Female pilot: Altitude is a community of thought leaders and pioneers, cloud architects and enlightened network engineers, who have individually and are now collectively, leading their own IT teams and the industry. On a path to lift cloud networking above the clouds. Empowering enterprise IT to architect, design and control their own cloud network, regardless of the turbulent clouds beneath them. It's time to gain altitude. Ladies and gentlemen, Steve Mullaney, president and CEO of Aviatrix. The leader of multi-cloud networking. (electronic music) (audience clapping) >> Steve: All right. (audience clapping) Good morning everybody, here in Santa Clara as well as to the millions of people watching the livestream worldwide. Welcome to Altitude 2020, all right. So, we've got a fantastic event, today, I'm really excited about the speakers that we have today and the experts that we have and really excited to get started. So, one of the things I wanted to share was this is not a one-time event. This is not a one-time thing that we're going to do. Sorry for the Aviation analogy, but, you know, Sherry Wei, aviatrix means female pilot so everything we do has an aviation theme. This is a take-off, for a movement. This isn't an event, this is a take-off of a movement. A multi-cloud networking movement and community that we're inviting all of you to become part of. And why we're doing that, is we want to enable enterprises to rise above the clouds, so to speak and build their network architecture, regardless of which public cloud they're using. Whether it's one or more of these public clouds. So the good news, for today, there's lots of good news but this is one good news, is we don't have any PowerPoint presentations, no marketing speak. We know that marketing people have their own language. We're not using any of that, and no sales pitches, right? So instead, what are we doing? We're going to have expert panels, we've got Simon Richard, of Gartner here. We've got ten different network architects, cloud architects, real practitioners that are going to share their best practices and their real world experiences on their journey to the multi-cloud. So, before we start, everybody know what today is? In the U.S., it's Super Tuesday. I'm not going to get political, but Super Tuesday there was a bigger, Super Tuesday that happened 18 months ago. And Aviatrix employees know what I'm talking about. Eighteen months ago, on a Tuesday, every enterprise said, "I'm going to go to the cloud". And so what that was, was the Cambrian explosion, for cloud, for the enterprise. So, Frank Cabri, you know what a Cambrian explosion is. He had to look it up on Google. 500 million years ago, what happened, there was an explosion of life where it went from very simple single-cell organisms to very complex, multi-cell organisms. Guess what happened 18 months ago, on a Tuesday, I don't really know why, but every enterprise, like I said, all woke up that day and said, "Now I'm really going to go to cloud" and that Cambrian explosion of cloud meant that I'm moving from a very simple, single cloud, single-use case, simple environment, to a very complex, multi-cloud, complex use case environment. And what we're here today, is we're going to go undress that and how do you handle those, those complexities? And, when you look at what's happening, with customers right now, this is a business transformation, right? People like to talk about transitions, this is a transformation and it's actually not just a technology transformation, it's a business transformation. It started from the CEO and the Boards of enterprise customers where they said, "I have an existential threat to the survival of my company." If you look at every industry, who they're worried about is not the other 30-year-old enterprise. What they're worried about is the three year old enterprise that's leveraging cloud, that's leveraging AI, and that's where they fear that they're going to actually wiped out, right? And so, because of this existential threat, this is CEO led, this is Board led, this is not technology led, it is mandated in the organizations. We are going to digitally transform our enterprise, because of this existential threat and the movement to cloud is going to enable us to go do that. And so, IT is now put back in charge. If you think back just a few years ago, in cloud, it was led by DevOps, it was led by the applications and it was, like I said, before the Cambrian explosion, it was very simple. Now, with this Cambrian explosion, an enterprise is getting very serious and mission critical. They care about visibility, they care about control, they care about compliance, conformance, everything, governance. IT is in charge and that's why we're here today to discuss that. So, what we're going to do today, is much of things but we're going to validate this journey with customers. >> Steve: Did they see the same thing? We're going to validate the requirements for multi-cloud because, honestly, I've never met an enterprise that is not going to be multicloud. Many are one cloud today but they all say, " I need to architect my network for multiple clouds", because that's just what, the network is there to support the applications and the applications will run in whatever cloud it runs best in and you have to be prepared for that. The second thing is, is architecture. Again, with IT in charge, you, architecture matters. Whether its your career, whether its how you build your house, it doesn't matter. Horrible architecture, your life is horrible forever. Good architecture, your life is pretty good. So, we're going to talk about architecture and how the most fundamental and critical part of that architecture and that basic infrastructure is the network. If you don't get that right, nothing works, right? Way more important than compute. Way more important than storage. Network is the foundational element of your infrastructure. Then we're going to talk about day two operations. What does that mean? Well day one is one day of your life, where you wire things up they do and beyond. I tell everyone in networking and IT -- it's every day of your life. And if you don't get that right, your life is bad forever. And so things like operations, visibility, security, things like that, how do I get my operations team to be able to handle this in an automated way because it's not just about configuring it in the cloud, it's actually about how do I operationalize it? And that's a huge benefit that we bring as Aviatrix. And then the last thing we're going to talk and it's the last panel we have, I always sayyou can't forget about the humans, right? So all this technology, all these things that we're doing, it's always enabled by the humans. At the end of the day, if the humans fight it, it won't get deployed. And we have a massive skills gap, in cloud and we also have a massive skills shortage. You have everyone in the world trying to hire cloud network architects, right? There's just not enough of them going around. So, at Aviatrix, we said as leaders do, "We're going to help address that issue and try to create more people." We created a program, what we call the ACE Program, again, aviation theme, it stands for Aviatrix Certified Engineer. Very similar to what Cisco did with CCIEs where Cisco taught you about IP networking, a little bit of Cisco, we're doing the same thing, we're going to teach network architects about multicloud networking and architecture and yeah, you'll get a little bit of Aviatrix training in there, but this is the missing element for people's careers and also within their organizations. So we're going to go talk about that. So, great, great event, great show. We're going to try to keep it moving. I next want to introduce, my host, he is the best in the business, you guys have probably seen him multiple, many times, he is the co-CEO and co founder of theCUBE, John Furrier. (audience clapping) (electronic music) >> John: Okay, awesome, great speech there, awesome. >> Yeah. >> I totally agree with everything you said about the explosion happening and I'm excited, here at the heart of silicon valley to have this event. It's a special digital event with theCUBE and Aviatrix, where we're live-streaming to, millions of people, as you said, maybe not a million. >> Maybe not a million. (laughs) Really to take this program to the world and this is really special for me, because multi-cloud is the hottest wave in cloud. And cloud-native networking is fast becoming the key engine, of the innovations, so we got an hour and a half of action-packed programming. We have a customer panel. Two customer panels. Before that Gartner's going to come out, talk about the industry. We have global system integrators, that will talk about, how their advising and building these networks and cloud native networking. And then finally the ACE's, the Aviatrix Certified Engineers, are going to talk more about their certifications and the expertise needed. So, let's jump right in, let's ask, Simon Richard to come on stage, from Gartner. We'll kick it all off. (electronic music) (clapping) >> John: Hi, can I help you. Okay, so kicking things off, getting started. Gartner, the industry experts on cloud. Really kind of more, cue your background. Talk about your background before you got to Gartner? >> Simon: Before being at Gartner, I was a chief network architect, of a Fortune 500 company, that with thousands of sites over the world and I've been doing everything in IT from a C programmer, in the 90, to a security architect, to a network engineer, to finally becoming a network analyst. >> So you rode the wave. Now you're covering the marketplace with hybrid cloud and now moving quickly to multi-cloud, is really what everyone is talking about. >> Yes. >> Cloud-native's been discussed, but the networking piece is super important. How do you see that evolving? >> Well, the way we see Enterprise adapting, cloud. The first thing you do about networking, the initial phases they either go in a very ad hoc way. Is usually led by none IT, like a shadow IT, or application people, sometime a DevOps team and it just goes as, it's completely unplanned. They create VPC's left and right with different account and they create mesh to manage them and they have Direct Connect or Express Route to any of them. So that's the first approach and on the other side. again within our first approach you see what I call, the lift and shift. Where we see like enterprise IT trying to, basically replicate what they have in a data center, in the Cloud. So they spend a lot of time planning, doing Direct Connect, putting Cisco routers and F5 and Citrix and any checkpoint, Palo Alto device, that in a sense are removing that to the cloud. >> I got to ask you, the aha moment is going to come up a lot, in one our panels, is where people realize, that it's a multi-cloud world. I mean, they either inherit clouds, certainly they're using public cloud and on-premises is now more relevant than ever. When's that aha moment? That you're seeing, where people go, "Well I got to get my act together and get on this cloud." >> Well the first, right, even before multi-cloud. So there is two approach's. The first one, like the adult way doesn't scare. At some point IT has to save them, 'cause they don't think about the tools, they don't think about operation, they have a bunch of VPC and multiple cloud. The other way, if you do the lift and shift way, they cannot take any advantages of the cloud. They lose elasticity, auto-scaling, pay by the drink. All these agility features. So they both realize, okay, neither of these ways are good, so I have to optimize that. So I have to have a mix of what I call, the cloud native services, within each cloud. So they start adapting, like all the AWS Construct, Azure Construct or Google Construct and that's what I call the optimal phase. But even that they realize, after that, they are all very different, all these approaches different, the cloud are different. Identities is constantly, difficult to manage across clouds. I mean, for example, anybody who access' accounts, there's subscription, in Azure and GCP, their projects. It's a real mess, so they realized, well I don't really like constantly use the cloud product and every cloud, that doesn't work. So I have, I'm going multi-cloud, I like to abstract all of that. I still want to manage the cloud from an EPI point of view, I don't necessarily want to bring my incumbent data center products, but I have to do that and in a more EPI driven cloud environment. >> So, the not scaling piece that you where mentioning, that's because there's too many different clouds? >> Yes. >> That's the least they are, so what are they doing? What are they, building different development teams? Is it software? What's the solution? >> Well, the solution is to start architecting the cloud. That's the third phase. I called that the multi-cloud architect phase, where they have to think about abstraction that works across cloud. Fact, even across one cloud it might not scale as well, If you start having like ten thousand security agreement, anybody who has that doesn't scale. You have to manage that. If you have multiple VPC, it doesn't scale. You need a third-party, identity provider. In variously scales within one cloud, if you go multiple cloud, it gets worse and worse. >> Steve, weigh in here. What's your thoughts? >> I thought we said this wasn't going to be a sales pitch for Aviatrix. (laughter) You just said exactly what we do, so anyway, that's a joke. What do you see in terms of where people are, in that multi-cloud? So, like lot of people, you know, everyone I talk to, started at one cloud, right, but then they look and then say okay but I'm now going to move to Azure and I'm going to move to... (trails off) Do you see a similar thing? >> Well, yes. They are moving but there's not a lot of application, that uses three cloud at once, they move one app in Azure, one app in AWS and one app in Google. That's what we see so far. >> Okay, yeah, one of the mistakes that people think, is they think multi-cloud. No one is ever going to go multi-cloud, for arbitrage. They're not going to go and say, well, today I might go into Azure, 'cause I get a better rate on my instance. Do you agree? That's never going to happen. What I've seen with enterprise, is I'm going to put the workload in the app, the app decides where it runs best. That may be Azure, maybe Google and for different reasons and they're going to stick there and they're not going to move. >> Let me ask you guys-- >> But the infrastructure, has to be able to support, from a networking team. >> Yes. >> Be able to do that. Do you agree with that? >> Yes, I agree. And one thing is also very important, is connecting to the cloud, is kind of the easiest thing. So, the wide area network part of the cloud, connectivity to the cloud is kind of simple. >> Steve: I agree. >> IP's like VPN, Direct Connect, Express Route. That's the simple part, what's difficult and even the provisioning part is easy. You can use Terraform and create VPC's and Vnet's across your three cloud provider. >> Steve: Right. >> What's difficult is that they choose the operation. So we'll define day two operation. What does that actually mean? >> Its just the day to day operations, after you know, the natural, lets add an app, lets add a server, lets troubleshoot a problem. >> Something changes, now what do you do? >> So what's the big concerns? I want to just get back to the cloud native networking, because everyone kind of knows what cloud native apps are. That's been the hot trend. What is cloud native networking? How do you guys, define that? Because that seems to be the hardest part of the multi-cloud wave that's coming, is cloud native networking. >> Well there's no, you know, official Gartner definition but I can create one on the spot. >> John: Do it. (laughter) >> I just want to leverage the Cloud Construct and the cloud EPI. I don't want to have to install, like a... (trails off) For example, the first version was, let's put a virtual router that doesn't even understand the cloud environment. >> Right. If I have if I have to install a virtual machine, it has to be cloud aware. It has to understand the security group, if it's a router. It has to be programmable, to the cloud API. And understand the cloud environment. >> And one thing I hear a lot from either CSO's, CIO's or CXO's in general, is this idea of, I'm definitely not going API. So, its been an API economy. So API is key on that point, but then they say. Okay, I need to essentially have the right relationship with my suppliers, aka you called it above the clouds. So the question is... What do I do from an architectural standpoint? Do I just hire more developers and have different teams, because you mentioned that's a scale point. How do you solve this problem of, okay, I got AWS, I got GCP, or Azure, or whatever. Do I just have different teams or do I just expose EPI's? Where is that optimization? Where's the focus? >> Well, I think what you need, from a network point of view is a way, a control plane across the three clouds. And be able to use the API's of the cloud, to build networks but also to troubleshoot them and do day to day operation. So you need a view across the three clouds, that takes care of routing, connectivity. >> Steve: Performance. >> John: That's the Aviatrix plugin, right there. >> Steve: Yeah. So, how do you see, so again, your Gartner, you see the industry. You've been a network architect. How do you see this this playing out? What are the legacy incumbent client server, On Prem networking people, going to do? >> Well they need to.. >> Versus people like a Aviatrix? How do you see that playing out? >> Well obviously, all the incumbents, like Arista, Cisco, Juniper, NSX. >> Steve: Right. >> They want to basically do the lift and shift part, they want to bring, and you know, VMware want to bring in NSX on the cloud, they call that "NSX everywhere" and Cisco want to bring in ACI to the cloud, they call that "ACI Anywhere". So, everyone's.. (trails off) And then there's CloudVision from Arista, and Contrail is in the cloud. So, they just want to bring the management plane, in the cloud, but it's still based, most of them, is still based on putting a VM in them and controlling them. You extend your management console to the cloud, that's not truly cloud native. >> Right. >> Cloud native you almost have to build it from scratch. >> We like to call that cloud naive. >> Cloud naive, yeah. >> So close, one letter, right? >> Yes. >> That was a big.. (slurs) Reinvent, take the T out of Cloud Native. It's Cloud Naive. (laughter) >> That went super viral, you guys got T-shirts now. I know you're loving that. >> Steve: Yeah. >> But that really, ultimately, is kind of a double-edged sword. You can be naive on the architecture side and ruleing that. And also suppliers or can be naive. So how would you define who's naive and who's not? >> Well, in fact, their evolving as well, so for example, in Cisco, it's a little bit more native than other ones, because there really is, "ACI in the cloud", you can't really figure API's out of the cloud. NSX is going that way and so is Arista, but they're incumbent, they have their own tools, its difficult for them. They're moving slowly, so it's much easier to start from scratch. Even you, like, you know, a network company that started a few years ago. There's only really two, Aviatrix was the first one, they've been there for at least three or four years. >> Steve: Yeah. >> And there's other one's, like Akira, for example that just started. Now they're doing more connectivity, but they want to create an overlay network, across the cloud and start doing policies and things. Abstracting all the clouds within one platform. >> So, I got to ask you. I interviewed an executive at VMware, Sanjay Poonen, he said to me at RSA last week. Oh, there'll only be two networking vendors left, Cisco and VMware. (laughter) >> What's you're response to that? Obviously when you have these waves, these new brands that emerge, like Aviatrix and others. I think there'll be a lot of startups coming out of the woodwork. How do you respond to that comment? >> Well there's still a data center, there's still, like a lot, of action on campus and there's the wan. But from the cloud provisioning and cloud networking in general, I mean, they're behind I think. You know, you don't even need them to start with, you can, if you're small enough, you can just keep.. If you have AWS, you can use the AWS construct, they have to insert themselves, I mean, they're running behind. From my point of view. >> They are, certainly incumbents. I love the term Andy Jess uses at Amazon web services. He uses "Old guard, new guard", to talk about the industry. What does the new guard have to do? The new brands that are emerging. Is it be more DevOp's oriented? Is it NetSec ops? Is it NetOps? Is it programmability? These are some of the key discussions we've been having. What's your view, on how you see this programmability? >> The most important part is, they have to make the network simple for the Dev teams. You cannot make a phone call and get a Vline in two weeks anymore. So if you move to the cloud, you have to make that cloud construct as simple enough, so that for example, a Dev team could say, "Okay, I'm going to create this VPC, but this VPC automatically associates your account, you cannot go out on the internet. You have to go to the transit VPC, so there's lot of action in terms of, the IAM part and you have to put the control around them to. So to make it as simple as possible. >> You guys, both. You're the CEO of Aviatrix, but also you've got a lot of experience, going back to networking, going back to the, I call it the OSI days. For us old folks know what that means, but, you guys know what this means. I want to ask you the question. As you look at the future of networking, you hear a couple objections. "Oh, the cloud guys, they got networking, we're all set with them. How do you respond to the fact that networking's changing and the cloud guys have their own networking. What's some of the paying points that's going on premises of these enterprises? So are they good with the clouds? What needs... What are the key things that's going on in networking, that makes it more than just the cloud networking? What's your take on it? >> Well as I said earlier. Once you could easily provision in the cloud, you can easily connect to the cloud, its when you start troubleshooting applications in the cloud and try to scale. So that's where the problem occurred. >> Okay, what's your take on it. >> And you'll hear from the customers, that we have on stage and I think what happens is all the clouds by definition, designed to the 80-20 rule which means they'll design 80% of the basic functionality. And then lead to 20% extra functionality, that of course every Enterprise needs, to leave that to ISV's, like Aviatrix. Because why? Because they have to make money, they have a service and they can't have huge instances, for functionality that not everybody needs. So they have to design to the common and that, they all do it, right? They have to and then the extra, the problem is, that Cambrian explosion, that I talked about with enterprises. That's what they need. They're the ones who need that extra 20%. So that's what I see, there's always going to be that extra functionality. In an automated and simple way, that you talked about, but yet powerful. With the up with the visibility and control, that they expect of On Prem. That kind of combination, that Yin and the Yang, that people like us are providing. >> Simon I want to ask you? We're going to ask some of the cloud architect, customer panels, that same question. There's pioneer's doing some work here and there's also the laggards who come in behind their early adopters. What's going to be the tipping point? What are some of these conversations, that the cloud architects are having out there? Or what's the signs, that they need to be on this, multi-cloud or cloud native networking trend? What are some of the signal's that are going on in the environment? What are some of the thresholds? Are things that are going on, that they can pay attention to? >> Well, once they have the application on multiple cloud and they have to get wake up at two in the morning, to troubleshoot them. They'll know it's important. (laughter) So, I think that's when the rubber will hit the road. But, as I said, it's easier to prove, at any case. Okay, it's AWS, it's easy, user transit gateway, put a few VPC's and you're done. And you create some presents like Equinox and do a Direct Connect and Express Route with Azure. That looks simple, its the operations, that's when they'll realize. Okay, now I need to understand! How cloud networking works? I also need a tool, that gives me visibility and control. But not only that, I need to understand the basic underneath it as well. >> What are some of the day in the life scenarios. you envision happening with multi-cloud, because you think about what's happening. It kind of has that same vibe of interoperability, choice, multi-vendor, 'cause they're multi-cloud. Essentially multi-vendor. These are kind of old paradigms, that we've lived through with client server and internet working. What are some of the scenarios of success, that might be possible? Will be possible, with multi-cloud and cloud native networking. >> Well, I think, once you have good enough visibility, to satisfy your customers, not only, like to, keep the service running and application running. But to be able to provision fast enough, I think that's what you want to achieve. >> Simon, final question. Advice for folks watching on the Livestream, if they're sitting there as a cloud architect or CXO. What's your advice to them right now, in this market, 'cause obviously, public cloud check, hybrid cloud, they're working on that. That gets on premises done, now multi-cloud's right behind it. What's your advice? >> The first thing they should do, is really try to understand cloud networking. For each of their cloud providers and then understand the limitations. And, is what the cloud service provider offers enough? Or you need to look to a third party, but you don't look at a third party to start with. Especially an incumbent one, so it's tempting to say "I have a bunch of F5 experts", nothing against F5. I'm going to bring my F5 in the Cloud, when you can use an ELB, that automatically understand eases and auto scaling and so on. And you understand that's much simpler, but sometimes you need your F5, because you have requirements. You have like iRules and that kind of stuff, that you've used for years. 'cause you cannot do it. Okay, I have requirement and that's not met, I'm going to use Legacy Star and then you have to start thinking, okay, what about visibility control, above the true cloud. But before you do that you have to understand the limitations of the existing cloud providers. First, try to be as native as possible, until things don't work, after that you can start thinking of the cloud. >> Great insight, Simon. Thank you. >> That's great. >> With Gartner, thank you for sharing. (electronic music)

Published Date : Mar 5 2020

SUMMARY :

Covering Altitude 2020, brought to you by Aviatrix. Sit back and enjoy the ride. and the industry. and the movement to cloud is going to enable us and that basic infrastructure is the network. I totally agree with everything you said about and the expertise needed. Gartner, the industry experts on cloud. in the 90, to a security architect, to a network engineer, and now moving quickly to multi-cloud, but the networking piece is super important. and they create mesh to manage them I got to ask you, the aha moment is going to come up a lot, So I have to have a mix of what I call, Well, the solution is to start architecting the cloud. What's your thoughts? and then say okay but I'm now going to move to Azure that uses three cloud at once, they move one app in Azure, and for different reasons and they're going to stick there But the infrastructure, has to be able to support, Be able to do that. is connecting to the cloud, is kind of the easiest thing. and even the provisioning part is easy. What's difficult is that they choose the operation. Its just the day to day operations, after you know, Because that seems to be the hardest part of the but I can create one on the spot. (laughter) and the cloud EPI. It has to be programmable, to the cloud API. Okay, I need to essentially have the right relationship with and do day to day operation. What are the legacy incumbent client server, Well obviously, all the incumbents, like Arista, and Contrail is in the cloud. Reinvent, take the T out of Cloud Native. That went super viral, you guys got T-shirts now. You can be naive on the architecture side and ruleing that. They're moving slowly, so it's much easier to start across the cloud and start doing policies and things. So, I got to ask you. How do you respond to that comment? they have to insert themselves, I mean, What does the new guard have to do? they have to make the network simple for the Dev teams. and the cloud guys have their own networking. you can easily connect to the cloud, So they have to design to the common and that, that the cloud architects are having out there? and they have to get wake up at two in the morning, What are some of the day in the life scenarios. I think that's what you want to achieve. What's your advice to them right now, in this market, and then you have to start thinking, okay, Thank you. With Gartner, thank you for sharing.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
StevePERSON

0.99+

CiscoORGANIZATION

0.99+

AviatrixORGANIZATION

0.99+

Frank CabriPERSON

0.99+

Sanjay PoonenPERSON

0.99+

SimonPERSON

0.99+

JohnPERSON

0.99+

VMwareORGANIZATION

0.99+

Steve MullaneyPERSON

0.99+

Andy JessPERSON

0.99+

GartnerORGANIZATION

0.99+

Sherry WeiPERSON

0.99+

NSXORGANIZATION

0.99+

Santa ClaraLOCATION

0.99+

20%QUANTITY

0.99+

Silicon ValleyLOCATION

0.99+

Simon RichardPERSON

0.99+

80%QUANTITY

0.99+

three yearQUANTITY

0.99+

AmazonORGANIZATION

0.99+

AWSORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

JuniperORGANIZATION

0.99+

John FurrierPERSON

0.99+

Santa Clara, CaliforniaLOCATION

0.99+

AristaORGANIZATION

0.99+

firstQUANTITY

0.99+

AkiraORGANIZATION

0.99+

FirstQUANTITY

0.99+

Eighteen months agoDATE

0.99+

one-timeQUANTITY

0.99+

U.S.LOCATION

0.99+

bothQUANTITY

0.99+

todayDATE

0.99+

last weekDATE

0.99+

one platformQUANTITY

0.99+

theCUBEORGANIZATION

0.99+

18 months agoDATE

0.99+

TuesdayDATE

0.99+

twoQUANTITY

0.99+

first approachQUANTITY

0.99+

one appQUANTITY

0.99+

ten thousandQUANTITY

0.99+

first versionQUANTITY

0.99+

Aviatrix Altitude 2020, Full Event | Santa Clara, CA


 

(electronic music) >> From Santa Clara, California in the heart of Silicon Valley, its theCUBE. Covering Altitude 2020, brought to you by Aviatrix. (electronic music) >> Female pilot: Good morning, ladies and gentlemen, this is your captain speaking, we will soon be taking off on our way to altitude. (upbeat music) Please keep your seat belts fastened and remain in your seat. We will be experiencing turbulence, until we are above the clouds. (thunder blasting) (electronic music) (seatbelt alert sounds) Ladies and gentlemen, we are now cruising at altitude. Sit back and enjoy the ride. (electronic music) >> Female pilot: Altitude is a community of thought leaders and pioneers, cloud architects and enlightened network engineers, who have individually and are now collectively, leading their own IT teams and the industry. On a path to lift cloud networking above the clouds. Empowering enterprise IT to architect, design and control their own cloud network, regardless of the turbulent clouds beneath them. It's time to gain altitude. Ladies and gentlemen, Steve Mullaney, president and CEO of Aviatrix. The leader of multi-cloud networking. (electronic music) (audience clapping) >> Steve: All right. (audience clapping) Good morning everybody, here in Santa Clara as well as to the millions of people watching the livestream worldwide. Welcome to Altitude 2020, all right. So, we've got a fantastic event, today, I'm really excited about the speakers that we have today and the experts that we have and really excited to get started. So, one of the things I wanted to share was this is not a one-time event. This is not a one-time thing that we're going to do. Sorry for the Aviation analogy, but, you know, Sherry Wei, aviatrix means female pilot so everything we do has an aviation theme. This is a take-off, for a movement. This isn't an event, this is a take-off of a movement. A multi-cloud networking movement and community that we're inviting all of you to become part of. And why we're doing that, is we want to enable enterprises to rise above the clouds, so to speak and build their network architecture, regardless of which public cloud they're using. Whether it's one or more of these public clouds. So the good news, for today, there's lots of good news but this is one good news, is we don't have any PowerPoint presentations, no marketing speak. We know that marketing people have their own language. We're not using any of that, and no sales pitches, right? So instead, what are we doing? We're going to have expert panels, we've got Simon Richard, of Gartner here. We've got ten different network architects, cloud architects, real practitioners that are going to share their best practices and their real world experiences on their journey to the multi-cloud. So, before we start, everybody know what today is? In the U.S., it's Super Tuesday. I'm not going to get political, but Super Tuesday there was a bigger, Super Tuesday that happened 18 months ago. And Aviatrix employees know what I'm talking about. Eighteen months ago, on a Tuesday, every enterprise said, "I'm going to go to the cloud". And so what that was, was the Cambrian explosion, for cloud, for the enterprise. So, Frank Cabri, you know what a Cambrian explosion is. He had to look it up on Google. 500 million years ago, what happened, there was an explosion of life where it went from very simple single-cell organisms to very complex, multi-cell organisms. Guess what happened 18 months ago, on a Tuesday, I don't really know why, but every enterprise, like I said, all woke up that day and said, "Now I'm really going to go to cloud" and that Cambrian explosion of cloud meant that I'm moving from a very simple, single cloud, single-use case, simple environment, to a very complex, multi-cloud, complex use case environment. And what we're here today, is we're going to go undress that and how do you handle those, those complexities? And, when you look at what's happening, with customers right now, this is a business transformation, right? People like to talk about transitions, this is a transformation and it's actually not just a technology transformation, it's a business transformation. It started from the CEO and the Boards of enterprise customers where they said, "I have an existential threat to the survival of my company." If you look at every industry, who they're worried about is not the other 30-year-old enterprise. What they're worried about is the three year old enterprise that's leveraging cloud, that's leveraging AI, and that's where they fear that they're going to actually wiped out, right? And so, because of this existential threat, this is CEO led, this is Board led, this is not technology led, it is mandated in the organizations. We are going to digitally transform our enterprise, because of this existential threat and the movement to cloud is going to enable us to go do that. And so, IT is now put back in charge. If you think back just a few years ago, in cloud, it was led by DevOps, it was led by the applications and it was, like I said, before the Cambrian explosion, it was very simple. Now, with this Cambrian explosion, an enterprise is getting very serious and mission critical. They care about visibility, they care about control, they care about compliance, conformance, everything, governance. IT is in charge and that's why we're here today to discuss that. So, what we're going to do today, is much of things but we're going to validate this journey with customers. >> Steve: Did they see the same thing? We're going to validate the requirements for multi-cloud because, honestly, I've never met an enterprise that is not going to be multicloud. Many are one cloud today but they all say, " I need to architect my network for multiple clouds", because that's just what, the network is there to support the applications and the applications will run in whatever cloud it runs best in and you have to be prepared for that. The second thing is, is architecture. Again, with IT in charge, you, architecture matters. Whether its your career, whether its how you build your house, it doesn't matter. Horrible architecture, your life is horrible forever. Good architecture, your life is pretty good. So, we're going to talk about architecture and how the most fundamental and critical part of that architecture and that basic infrastructure is the network. If you don't get that right, nothing works, right? Way more important than compute. Way more important than storage. Network is the foundational element of your infrastructure. Then we're going to talk about day two operations. What does that mean? Well day one is one day of your life, where you wire things up they do and beyond. I tell everyone in networking and IT -- it's every day of your life. And if you don't get that right, your life is bad forever. And so things like operations, visibility, security, things like that, how do I get my operations team to be able to handle this in an automated way because it's not just about configuring it in the cloud, it's actually about how do I operationalize it? And that's a huge benefit that we bring as Aviatrix. And then the last thing we're going to talk and it's the last panel we have, I always sayyou can't forget about the humans, right? So all this technology, all these things that we're doing, it's always enabled by the humans. At the end of the day, if the humans fight it, it won't get deployed. And we have a massive skills gap, in cloud and we also have a massive skills shortage. You have everyone in the world trying to hire cloud network architects, right? There's just not enough of them going around. So, at Aviatrix, we said as leaders do, "We're going to help address that issue and try to create more people." We created a program, what we call the ACE Program, again, aviation theme, it stands for Aviatrix Certified Engineer. Very similar to what Cisco did with CCIEs where Cisco taught you about IP networking, a little bit of Cisco, we're doing the same thing, we're going to teach network architects about multicloud networking and architecture and yeah, you'll get a little bit of Aviatrix training in there, but this is the missing element for people's careers and also within their organizations. So we're going to go talk about that. So, great, great event, great show. We're going to try to keep it moving. I next want to introduce, my host, he is the best in the business, you guys have probably seen him multiple, many times, he is the co-CEO and co founder of theCUBE, John Furrier. (audience clapping) (electronic music) >> John: Okay, awesome, great speech there, awesome. >> Yeah. >> I totally agree with everything you said about the explosion happening and I'm excited, here at the heart of silicon valley to have this event. It's a special digital event with theCUBE and Aviatrix, where we're live-streaming to, millions of people, as you said, maybe not a million. >> Maybe not a million. (laughs) Really to take this program to the world and this is really special for me, because multi-cloud is the hottest wave in cloud. And cloud-native networking is fast becoming the key engine, of the innovations, so we got an hour and a half of action-packed programming. We have a customer panel. Two customer panels. Before that Gartner's going to come out, talk about the industry. We have global system integrators, that will talk about, how their advising and building these networks and cloud native networking. And then finally the ACE's, the Aviatrix Certified Engineers, are going to talk more about their certifications and the expertise needed. So, let's jump right in, let's ask, Simon Richard to come on stage, from Gartner. We'll kick it all off. (electronic music) (clapping) >> John: Hi, can I help you. Okay, so kicking things off, getting started. Gartner, the industry experts on cloud. Really kind of more, cue your background. Talk about your background before you got to Gartner? >> Simon: Before being at Gartner, I was a chief network architect, of a Fortune 500 company, that with thousands of sites over the world and I've been doing everything in IT from a C programmer, in the 90, to a security architect, to a network engineer, to finally becoming a network analyst. >> So you rode the wave. Now you're covering the marketplace with hybrid cloud and now moving quickly to multi-cloud, is really what everyone is talking about. >> Yes. >> Cloud-native's been discussed, but the networking piece is super important. How do you see that evolving? >> Well, the way we see Enterprise adapting, cloud. The first thing you do about networking, the initial phases they either go in a very ad hoc way. Is usually led by none IT, like a shadow IT, or application people, sometime a DevOps team and it just goes as, it's completely unplanned. They create VPC's left and right with different account and they create mesh to manage them and they have Direct Connect or Express Route to any of them. So that's the first approach and on the other side. again within our first approach you see what I call, the lift and shift. Where we see like enterprise IT trying to, basically replicate what they have in a data center, in the Cloud. So they spend a lot of time planning, doing Direct Connect, putting Cisco routers and F5 and Citrix and any checkpoint, Palo Alto device, that in a sense are removing that to the cloud. >> I got to ask you, the aha moment is going to come up a lot, in one our panels, is where people realize, that it's a multi-cloud world. I mean, they either inherit clouds, certainly they're using public cloud and on-premises is now more relevant than ever. When's that aha moment? That you're seeing, where people go, "Well I got to get my act together and get on this cloud." >> Well the first, right, even before multi-cloud. So there is two approach's. The first one, like the adult way doesn't scare. At some point IT has to save them, 'cause they don't think about the tools, they don't think about operation, they have a bunch of VPC and multiple cloud. The other way, if you do the lift and shift way, they cannot take any advantages of the cloud. They lose elasticity, auto-scaling, pay by the drink. All these agility features. So they both realize, okay, neither of these ways are good, so I have to optimize that. So I have to have a mix of what I call, the cloud native services, within each cloud. So they start adapting, like all the AWS Construct, Azure Construct or Google Construct and that's what I call the optimal phase. But even that they realize, after that, they are all very different, all these approaches different, the cloud are different. Identities is constantly, difficult to manage across clouds. I mean, for example, anybody who access' accounts, there's subscription, in Azure and GCP, their projects. It's a real mess, so they realized, well I don't really like constantly use the cloud product and every cloud, that doesn't work. So I have, I'm going multi-cloud, I like to abstract all of that. I still want to manage the cloud from an EPI point of view, I don't necessarily want to bring my incumbent data center products, but I have to do that and in a more EPI driven cloud environment. >> So, the not scaling piece that you where mentioning, that's because there's too many different clouds? >> Yes. >> That's the least they are, so what are they doing? What are they, building different development teams? Is it software? What's the solution? >> Well, the solution is to start architecting the cloud. That's the third phase. I called that the multi-cloud architect phase, where they have to think about abstraction that works across cloud. Fact, even across one cloud it might not scale as well, If you start having like ten thousand security agreement, anybody who has that doesn't scale. You have to manage that. If you have multiple VPC, it doesn't scale. You need a third-party, identity provider. In variously scales within one cloud, if you go multiple cloud, it gets worse and worse. >> Steve, weigh in here. What's your thoughts? >> I thought we said this wasn't going to be a sales pitch for Aviatrix. (laughter) You just said exactly what we do, so anyway, that's a joke. What do you see in terms of where people are, in that multi-cloud? So, like lot of people, you know, everyone I talk to, started at one cloud, right, but then they look and then say okay but I'm now going to move to Azure and I'm going to move to... (trails off) Do you see a similar thing? >> Well, yes. They are moving but there's not a lot of application, that uses three cloud at once, they move one app in Azure, one app in AWS and one app in Google. That's what we see so far. >> Okay, yeah, one of the mistakes that people think, is they think multi-cloud. No one is ever going to go multi-cloud, for arbitrage. They're not going to go and say, well, today I might go into Azure, 'cause I get a better rate on my instance. Do you agree? That's never going to happen. What I've seen with enterprise, is I'm going to put the workload in the app, the app decides where it runs best. That may be Azure, maybe Google and for different reasons and they're going to stick there and they're not going to move. >> Let me ask you guys-- >> But the infrastructure, has to be able to support, from a networking team. >> Yes. >> Be able to do that. Do you agree with that? >> Yes, I agree. And one thing is also very important, is connecting to the cloud, is kind of the easiest thing. So, the wide area network part of the cloud, connectivity to the cloud is kind of simple. >> Steve: I agree. >> IP's like VPN, Direct Connect, Express Route. That's the simple part, what's difficult and even the provisioning part is easy. You can use Terraform and create VPC's and Vnet's across your three cloud provider. >> Steve: Right. >> What's difficult is that they choose the operation. So we'll define day two operation. What does that actually mean? >> Its just the day to day operations, after you know, the natural, lets add an app, lets add a server, lets troubleshoot a problem. >> Something changes, now what do you do? >> So what's the big concerns? I want to just get back to the cloud native networking, because everyone kind of knows what cloud native apps are. That's been the hot trend. What is cloud native networking? How do you guys, define that? Because that seems to be the hardest part of the multi-cloud wave that's coming, is cloud native networking. >> Well there's no, you know, official Gartner definition but I can create one on the spot. >> John: Do it. (laughter) >> I just want to leverage the Cloud Construct and the cloud EPI. I don't want to have to install, like a... (trails off) For example, the first version was, let's put a virtual router that doesn't even understand the cloud environment. >> Right. If I have if I have to install a virtual machine, it has to be cloud aware. It has to understand the security group, if it's a router. It has to be programmable, to the cloud API. And understand the cloud environment. >> And one thing I hear a lot from either CSO's, CIO's or CXO's in general, is this idea of, I'm definitely not going API. So, its been an API economy. So API is key on that point, but then they say. Okay, I need to essentially have the right relationship with my suppliers, aka you called it above the clouds. So the question is... What do I do from an architectural standpoint? Do I just hire more developers and have different teams, because you mentioned that's a scale point. How do you solve this problem of, okay, I got AWS, I got GCP, or Azure, or whatever. Do I just have different teams or do I just expose EPI's? Where is that optimization? Where's the focus? >> Well, I think what you need, from a network point of view is a way, a control plane across the three clouds. And be able to use the API's of the cloud, to build networks but also to troubleshoot them and do day to day operation. So you need a view across the three clouds, that takes care of routing, connectivity. >> Steve: Performance. >> John: That's the Aviatrix plugin, right there. >> Steve: Yeah. So, how do you see, so again, your Gartner, you see the industry. You've been a network architect. How do you see this this playing out? What are the legacy incumbent client server, On Prem networking people, going to do? >> Well they need to.. >> Versus people like a Aviatrix? How do you see that playing out? >> Well obviously, all the incumbents, like Arista, Cisco, Juniper, NSX. >> Steve: Right. >> They want to basically do the lift and shift part, they want to bring, and you know, VMware want to bring in NSX on the cloud, they call that "NSX everywhere" and Cisco want to bring in ACI to the cloud, they call that "ACI Anywhere". So, everyone's.. (trails off) And then there's CloudVision from Arista, and Contrail is in the cloud. So, they just want to bring the management plane, in the cloud, but it's still based, most of them, is still based on putting a VM in them and controlling them. You extend your management console to the cloud, that's not truly cloud native. >> Right. >> Cloud native you almost have to build it from scratch. >> We like to call that cloud naive. >> Cloud naive, yeah. >> So close, one letter, right? >> Yes. >> That was a big.. (slurs) Reinvent, take the T out of Cloud Native. It's Cloud Naive. (laughter) >> That went super viral, you guys got T-shirts now. I know you're loving that. >> Steve: Yeah. >> But that really, ultimately, is kind of a double-edged sword. You can be naive on the architecture side and ruleing that. And also suppliers or can be naive. So how would you define who's naive and who's not? >> Well, in fact, their evolving as well, so for example, in Cisco, it's a little bit more native than other ones, because there really is, "ACI in the cloud", you can't really figure API's out of the cloud. NSX is going that way and so is Arista, but they're incumbent, they have their own tools, its difficult for them. They're moving slowly, so it's much easier to start from scratch. Even you, like, you know, a network company that started a few years ago. There's only really two, Aviatrix was the first one, they've been there for at least three or four years. >> Steve: Yeah. >> And there's other one's, like Akira, for example that just started. Now they're doing more connectivity, but they want to create an overlay network, across the cloud and start doing policies and things. Abstracting all the clouds within one platform. >> So, I got to ask you. I interviewed an executive at VMware, Sanjay Poonen, he said to me at RSA last week. Oh, there'll only be two networking vendors left, Cisco and VMware. (laughter) >> What's you're response to that? Obviously when you have these waves, these new brands that emerge, like Aviatrix and others. I think there'll be a lot of startups coming out of the woodwork. How do you respond to that comment? >> Well there's still a data center, there's still, like a lot, of action on campus and there's the wan. But from the cloud provisioning and cloud networking in general, I mean, they're behind I think. You know, you don't even need them to start with, you can, if you're small enough, you can just keep.. If you have AWS, you can use the AWS construct, they have to insert themselves, I mean, they're running behind. From my point of view. >> They are, certainly incumbents. I love the term Andy Jess uses at Amazon web services. He uses "Old guard, new guard", to talk about the industry. What does the new guard have to do? The new brands that are emerging. Is it be more DevOp's oriented? Is it NetSec ops? Is it NetOps? Is it programmability? These are some of the key discussions we've been having. What's your view, on how you see this programmability? >> The most important part is, they have to make the network simple for the Dev teams. You cannot make a phone call and get a Vline in two weeks anymore. So if you move to the cloud, you have to make that cloud construct as simple enough, so that for example, a Dev team could say, "Okay, I'm going to create this VPC, but this VPC automatically associates your account, you cannot go out on the internet. You have to go to the transit VPC, so there's lot of action in terms of, the IAM part and you have to put the control around them to. So to make it as simple as possible. >> You guys, both. You're the CEO of Aviatrix, but also you've got a lot of experience, going back to networking, going back to the, I call it the OSI days. For us old folks know what that means, but, you guys know what this means. I want to ask you the question. As you look at the future of networking, you hear a couple objections. "Oh, the cloud guys, they got networking, we're all set with them. How do you respond to the fact that networking's changing and the cloud guys have their own networking. What's some of the paying points that's going on premises of these enterprises? So are they good with the clouds? What needs... What are the key things that's going on in networking, that makes it more than just the cloud networking? What's your take on it? >> Well as I said earlier. Once you could easily provision in the cloud, you can easily connect to the cloud, its when you start troubleshooting applications in the cloud and try to scale. So that's where the problem occurred. >> Okay, what's your take on it. >> And you'll hear from the customers, that we have on stage and I think what happens is all the clouds by definition, designed to the 80-20 rule which means they'll design 80% of the basic functionality. And then lead to 20% extra functionality, that of course every Enterprise needs, to leave that to ISV's, like Aviatrix. Because why? Because they have to make money, they have a service and they can't have huge instances, for functionality that not everybody needs. So they have to design to the common and that, they all do it, right? They have to and then the extra, the problem is, that Cambrian explosion, that I talked about with enterprises. That's what they need. They're the ones who need that extra 20%. So that's what I see, there's always going to be that extra functionality. In an automated and simple way, that you talked about, but yet powerful. With the up with the visibility and control, that they expect of On Prem. That kind of combination, that Yin and the Yang, that people like us are providing. >> Simon I want to ask you? We're going to ask some of the cloud architect, customer panels, that same question. There's pioneer's doing some work here and there's also the laggards who come in behind their early adopters. What's going to be the tipping point? What are some of these conversations, that the cloud architects are having out there? Or what's the signs, that they need to be on this, multi-cloud or cloud native networking trend? What are some of the signal's that are going on in the environment? What are some of the thresholds? Are things that are going on, that they can pay attention to? >> Well, once they have the application on multiple cloud and they have to get wake up at two in the morning, to troubleshoot them. They'll know it's important. (laughter) So, I think that's when the rubber will hit the road. But, as I said, it's easier to prove, at any case. Okay, it's AWS, it's easy, user transit gateway, put a few VPC's and you're done. And you create some presents like Equinox and do a Direct Connect and Express Route with Azure. That looks simple, its the operations, that's when they'll realize. Okay, now I need to understand! How cloud networking works? I also need a tool, that gives me visibility and control. But not only that, I need to understand the basic underneath it as well. >> What are some of the day in the life scenarios. you envision happening with multi-cloud, because you think about what's happening. It kind of has that same vibe of interoperability, choice, multi-vendor, 'cause they're multi-cloud. Essentially multi-vendor. These are kind of old paradigms, that we've lived through with client server and internet working. What are some of the scenarios of success, that might be possible? Will be possible, with multi-cloud and cloud native networking. >> Well, I think, once you have good enough visibility, to satisfy your customers, not only, like to, keep the service running and application running. But to be able to provision fast enough, I think that's what you want to achieve. >> Simon, final question. Advice for folks watching on the Livestream, if they're sitting there as a cloud architect or CXO. What's your advice to them right now, in this market, 'cause obviously, public cloud check, hybrid cloud, they're working on that. That gets on premises done, now multi-cloud's right behind it. What's your advice? >> The first thing they should do, is really try to understand cloud networking. For each of their cloud providers and then understand the limitations. And, is what the cloud service provider offers enough? Or you need to look to a third party, but you don't look at a third party to start with. Especially an incumbent one, so it's tempting to say "I have a bunch of F5 experts", nothing against F5. I'm going to bring my F5 in the Cloud, when you can use an ELB, that automatically understand eases and auto scaling and so on. And you understand that's much simpler, but sometimes you need your F5, because you have requirements. You have like iRules and that kind of stuff, that you've used for years. 'cause you cannot do it. Okay, I have requirement and that's not met, I'm going to use Legacy Star and then you have to start thinking, okay, what about visibility control, above the true cloud. But before you do that you have to understand the limitations of the existing cloud providers. First, try to be as native as possible, until things don't work, after that you can start thinking of the cloud. >> Great insight, Simon. Thank you. >> That's great. >> With Gartner, thank you for sharing. (electronic music) >> Welcome back to ALTITUDE 2020. For the folks in the live stream, I'm John Furrier, Steve Mullaney, CEO of Aviatrix. For our first of two customer panels with cloud network architects, we've got Bobby Willoughby, AEGON Luis Castillo from National Instruments and David Shinnick with FactSet. Guys, welcome to the stage for this digital event. Come on up. (audience clapping) (upbeat music) Hey good to see you, thank you. Customer panel, this is my favorite part. We get to hear the real scoop, we get the Gardener giving us the industry overview. Certainly, multi-cloud is very relevant, and cloud-native networking is a hot trend with the live stream out there in the digital events. So guys, let's get into it. The journey is, you guys are pioneering this journey of multi-cloud and cloud-native networking and are soon going to be a lot more coming. So I want to get into the journey. What's it been like? Is it real? You've got a lot of scar tissue? What are some of the learnings? >> Absolutely. Multi-cloud is whether or not we accept it, as network engineers is a reality. Like Steve said, about two years ago, companies really decided to just bite the bullet and move there. Whether or not we accept that fact, we need to not create a consistent architecture across multiple clouds. And that is challenging without orchestration layers as you start managing different tool sets and different languages across different clouds. So it's really important to start thinking about that. >> Guys on the other panelists here, there's different phases of this journey. Some come at it from a networking perspective, some come in from a problem troubleshooting, what's your experiences? >> From a networking perspective, it's been incredibly exciting, it's kind of once in a generational opportunity to look at how you're building out your network. You can start to embrace things like infrastructure as code that maybe your peers on the systems teams have been doing for years, but it just never really worked on-prem. So it's really exciting to look at all the opportunities that we have and all of the interesting challenges that come up that you get to tackle. >> And effects that you guys are mostly AWS, right? >> Yeah. Right now though, we are looking at multiple clouds. We have production workloads running in multiple clouds today but a lot of the initial work has been with Amazon. >> And you've seen it from a networking perspective, that's where you guys are coming at it from? >> Yup. >> Awesome. How about you? >> We evolve more from a customer requirement perspective. Started out primarily as AWS, but as the customer needed more resources from Azure like HPC, Azure AD, things like that, even recently, Google analytics, our journey has evolved into more of a multi-cloud environment. >> Steve, weigh in on the architecture because this is going to be a big conversation, and I wanted you to lead this section. >> I think you guys agree the journey, it seems like the journey started a couple of years ago. Got real serious, the need for multi-cloud, whether you're there today. Of course, it's going to be there in the future. So that's really important. I think the next thing is just architecture. I'd love to hear what you, had some comments about architecture matters, it all starts, every enterprise I talked to. Maybe talk about architecture and the importance of architects, maybe Bobby. >> From architecture perspective, we started our journey five years ago. >> Wow, okay. >> And we're just now starting our fourth evolution over network architect. And we call it networking security net sec, versus just as network. And that fourth-generation architecture should be based primarily upon the Palo Alto Networks and Aviatrix. Aviatrix to new orchestration piece of it. But that journey came because of the need for simplicity, the need for a multi-cloud orchestration without us having to go and do reprogramming efforts across every cloud as it comes along. >> I guess the other question I also had around architecture is also... Luis maybe just talk about it. I know we've talked a little bit about scripting, and some of your thoughts on that. >> Absolutely. So for us, we started creating the network constructs with cloud formation, and we've stuck with that for the most part. What's interesting about that is today, on-premise, we have a lot of automation around how we provision networks, but cloud formation has become a little bit like the new manual for us. We're now having issues with having to automate that component and making it consistent with our on-premise architecture and making it consistent with Azure architecture and Google cloud. So, it's really interesting to see companies now bring that layer of abstraction that SD-WAN brought to the wound side, now it's going up into the cloud networking architecture. >> Great. So on the fourth generation, you mentioned you're on the fourth-gen architecture. What have you learned? Is there any lessons, scratch issue, what to avoid, what worked? What was the path that you touched? >> It's probably the biggest lesson there is that when you think you finally figured it out, you haven't. Amazon will change something, Azure change something. Transit Gateway is a game-changer. And listening to the business requirements is probably the biggest thing we need to do upfront. But I think from a simplicity perspective, like I said, we don't want to do things four times. We want to do things one time, we want be able to write to an API which Aviatrix has and have them do the orchestration for us. So that we don't have to do it four times. >> How important is architecture in the progression? Is it do you guys get thrown in the deep end, to solve these problems, are you guys zooming out and looking at it? How are you guys looking at the architecture? >> You can't get off the ground if you don't have the network there. So all of those, we've gone through similar evolutions, we're on our fourth or fifth evolution. I think about what we started off with Amazon without Direct Connect Gateway, without Transit Gateway, without a lot of the things that are available today, kind of the 80, 20 that Steve was talking about. Just because it wasn't there doesn't mean we didn't need it. So we needed to figure out a way to do it, we couldn't say, "Oh, you need to come back to the network team in a year, and maybe Amazon will have a solution for it." We need to do it now and evolve later and maybe optimize or change the way you're doing things in the future. But don't sit around and wait, you can't. >> I'd love to have you guys each individually answer this question for the live streams that comes up a lot. A lot of cloud architects out in the community, what should they be thinking about the folks that are coming into this proactively and, or realizing the business benefits are there? What advice would you guys give them on architecture? What should be they'd be thinking about, and what are some guiding principles you could share? >> So I would start with looking at an architecture model that can spread and give consistency to the different cloud vendors that you will absolutely have to support. Cloud vendors tend to want to pull you into using their native tool set, and that's good if only it was realistic to talk about only one cloud. But because it doesn't, it's super important to talk about, and have a conversation with the business and with your technology teams about a consistent model. >> And how do I do my day one work so that I'm not spending 80% of my time troubleshooting or managing my network? Because if I'm doing that, then I'm missing out on ways that I can make improvements or embrace new technologies. So it's really important early on to figure out, how do I make this as low maintenance as possible so that I can focus on the things that the team really should be focusing on? >> Bobby, your advice there, architecture. >> I don't know what else I can add to that. Simplicity of operations is key. >> So the holistic view of day two operations you mentioned, let's can jump in day one as you're getting stuff set up, day two is your life after. This is kind of of what you're getting at, David. So what does that look like? What are you envisioning as you look at that 20-mile stair, out post multi-cloud world? What are some of the things that you want in the day two operations? >> Infrastructure as code is really important to us. So how do we design it so that we can start fit start making network changes and fitting them into a release pipeline and start looking at it like that, rather than somebody logging into a router CLI and troubleshooting things in an ad hoc nature? So, moving more towards a dev-ops model. >> You guys, anything to add on that day two? >> Yeah, I would love to add something. In terms of day two operations you can either sort of ignore the day two operations for a little while, where you get your feet wet, or you can start approaching it from the beginning. The fact is that the cloud-native tools don't have a lot of maturity in that space and when you run into an issue, you're going to end up having a bad day, going through millions and millions of logs just to try to understand what's going on. That's something that the industry just now is beginning to realize it's such a big gap. >> I think that's key because for us, we're moving to more of an event-driven or operations. In the past, monitoring got the job done. It's impossible to monitor something that is not there when the event happens. So the event-driven application and then detection is important. >> Gardner is all about the cloud-native wave coming into networking. That's going to be a serious thing. I want to get your guys' perspective, I know you have each different views of how you come into the journey and how you're executing. And I always say the beauty's in the eye of the beholder and that applies to how the network's laid out. So, Bobby, you guys do a lot of high-performance encryption, both on AWS and Azure. That's a unique thing for you. How are you seeing that impact with multi-cloud? >> That's a new requirement for us too, where we have an increment to encrypt. And then if you ever get the question, should I encrypt, should I not encrypt? The answer is always yes. You should encrypt when you can encrypt. For our perspective, we need to migrate a bunch of data from our data centers. We have some huge data centers, and getting that data to the cloud is a timely expense in some cases. So we have been mandated, we have to encrypt everything, leave in the data center. So we're looking at using the Aviatrix insane mode appliances to be able to encrypt 10, 20 gigabits of data as it moves to the cloud itself. >> David, you're using Terraform, you've got FireNet, you've got a lot of complexity in your network. What do you guys look at the future for your environment? >> So many exciting that we're working on now as FireNet. So for our security team that obviously have a lot of knowledge base around Palo Alto, and with our commitments to our clients, it's not very easy to shift your security model to a specific cloud vendor. So there's a lot of SOC 2 compliance and things like that were being able to take some of what you've worked on for years on-prem and put it in the cloud and have the same type of assurance that things are going to work and be secure in the same way that they are on-prem, helps make that journey into the cloud a lot easier. >> And Louis, you guys got scripting, you got a lot of things going on. What's your unique angle on this? >> Absolutely. So for disclosure, I'm not an Aviatrix customer yet. (laughs) >> It's okay, we want to hear the truth, so that's good. Tell us, what are you thinking about? What's on your mind? >> When you talk about implementing a tool like this, it's really just really important to talk about automation focus on value. When you talk about things like encryption and things like so you're encrypting tunnels and encrypting the path, and those things should be second nature really. When you look at building those back-ends and managing them with your team, it becomes really painful. So tools like Aviatrix that add a lot automation it's out of sight, out of mind. You can focus on the value, and you don't have to focus on this. >> So I got to ask you guys. I see Aviatrix was here, they're supplier to this sector, but you guys are customers. Everyone's pitching your stuff, people knock on you, "Buy my stuff." How do you guys have that conversation with the suppliers, like the cloud vendors and other folks? What's it like? We're API all the way? You've got to support this? What are some of your requirements? How do you talk to and evaluate people that walk in and want to knock on your door and pitch you something? What's the conversation like? >> It's definitely API driven. We definitely look at the API structure that the vendors provide before we select anything. That is always first of mine and also, what problem are we really trying to solve? Usually, people try to sell or try to give us something that isn't really valuable, like implementing a Cisco solution on the cloud doesn't really add a lot of value, that's where we go. >> David, what's your conversation like with suppliers? Do you have a certain new way to do things? As it becomes more agile, essentially networking, and getting more dynamic, what are some of the conversations with either in commits or new vendors that you're having? What do you require? >> Ease of use is definitely high up there. We've had some vendors come in and say, "Hey, when you go to set this up, "we're going to want to send somebody on-site." And they're going to sit with you for a day to configure it. And that's a red flag. Well, wait a minute, do we really, if one of my really talented engineers can't figure it out on his own, what's going on there and why is that? Having some ease of use and the team being comfortable with it and understanding it is really important. >> Bobby, how about you? Old days was, do a bake-off and the winner takes all. Is it like that anymore? What's evolving? Bake-off last year for but still win. But that's different now because now when you get the product, you can install the product in AWS and Azure, have it up running in a matter of minutes. So the key is that can you be operational within hours or days instead of weeks? But do we also have the flexibility to customize it, to meet your needs? Because you don't want to be put into a box with the other customers when you have needs that are past their needs. >> I can almost see the challenge that you guys are living, where you've got the cloud immediate value, depending how you can roll up any solutions, but then you might have other needs. So you've got to be careful not to buy into stuff that's not shipping. So you're trying to be proactive and at the same time, deal with what you got. How do you guys see that evolving? Because multi-cloud to me is definitely relevant, but it's not yet clear how to implement across. How do you guys look at this baked versus future solutions coming? How do you balance that? >> Again, so right now, we're taking the ad hoc approach and experimenting what the different concepts of cloud are and really leveraging the native constructs of each cloud. But there's a breaking point for sure. You don't get to scale this like someone said, and you have to focus on being able to deliver, developers their sandbox or their play area for the things that they're trying to build quickly. And the only way to do that is with some consistent orchestration layer that allows you to-- >> So you expect a lot more stuff to becoming pretty quickly in that area. >> I do expect things to start maturing quite quickly this year. >> And you guys see similar trend, new stuff coming fast? >> Yeah. Probably the biggest challenge we've got now is being able to segment within the network, being able to provide segmentation between production, non-production workloads, even businesses, because we support many businesses worldwide and isolation between those is a key criteria there. So the ability to identify and quickly isolate those workloads is key. So the CIOs that are watching are saying, "Hey, take that hill, do multi-cloud." And then you have the bottoms up organization, "Pause, you're like off a little bit, it's not how it works." What is the reality in terms of implementing as fast as possible? Because the business benefits are clear, but it's not always clear on the technology how to move that fast. What are some of the barriers, what are the blockers, what are the enablers? >> I think the reality is that you may not think you're multi-cloud, but your business is. So I think the biggest barrier there is understanding what the requirements are and how best to meet those requirements in a secure manner. Because you need to make sure that things are working from a latency perspective that things work the way they did and get out of the mind shift that it was a tier-three application and the data center, it doesn't have to be a tier-three application in the cloud. So, lift and shift is not the way to go. >> Scale is a big part of what I see is the competitive advantage by these clouds and used to be proprietary network stacks in the old days, and then open systems came, that was a good thing. But as cloud has become bigger, there's an inherent lock-in there with the scale. How do you guys keep the choice open? How are you guys thinking about interoperability? What are some of the conversations that you guys are having around those key concepts? >> When we look at from a networking perspective, it's really key for you to just enable all the class to be able to communicate between them. Developers will find a way to use the cloud that best suits their business needs. And like you said, it's whether you're in denial or not, of the multi-cloud fact that your company is in already that's it becomes really important for you to move quickly. >> Yeah. And a lot of it also hinges on how well is the provider embracing what that specific cloud is doing? So, are they swimming with Amazon or Azure and just helping facilitate things, and they're doing the heavy lifting API work for you? Or are they swimming upstream and they're trying to hack it all together in messy way? And so that helps you stay out of the lock-in because there, if they're using Amazon native tools to help you get where you need to be, it's not like Amazon is going to release something in the future that completely makes you have designed yourself into a corner. So the closer, more than cloud-native they are, the more, the easier it is to deploy. >> Which also need to be aligned in such a way that you can take advantage of those cloud-native technologies. Will it make sense? TGW is a gamechanger in terms of cost and performance. So to completely ignore that, would be wrong. But if you needed to have encryption, TGW is not encrypted, so you need to have some type of Gateway to do the VPN encryption. So, the Aviatrix tool will give you the beauty of both worlds. You can use TGW or the Gateway. Real quick on the last minute we have, I want to just get a quick feedback from you guys. I hear a lot of people say to me, "Hey, pick the best cloud for the workload you got, then figure out multicloud behind the scenes." Do you guys agree with that? Do I go more to one cloud across the whole company or this workload works great on AWS, that workload works great on this. From a cloud standpoint, do you agree with that premise, and then when is multi-cloud stitching altogether? >> From an application perspective, it can be per workload, but it can also be an economical decision, certain enterprise contracts will pull you in one direction to add value, but the network problem is still the same. >> It doesn't go away. >> You don't want to be trying to fit a square into a round hall. If it works better on that cloud provider, then it's our job to make sure that service is there and people can use it. >> I agree, you just need to stay ahead of the game, make sure that the network infrastructure is there, security is available and is multi-cloud capable. >> At the end of the day, you guys are just validating that it's the networking game now. Cloud storage, compute check, networking is where the action is. Awesome. Thanks for your insights guys, appreciate you coming on the panel. Appreciate it, thanks. (upbeat music) >> John: Our next customer panel, got great another set of cloud network architects, Justin Smith with Zuora, Justin Brodley with EllieMae and Amit Utreja with Coupa. Welcome to stage. (audience applauds) (upbeat music) >> All right, thank you. >> How are ya? >> Thank you. Thank You. >> Hey Amit. How are ya? >> Did he say it right? >> Yeah. >> Okay he's got all the cliff notes from the last session, welcome back. Rinse and repeat. We're going to go into the hood a little bit. And I think they nailed what we've been reporting, we've been having this conversation around, networking is where the action is because that's at the end of the day you got to move packet from A to B and you got workloads exchanging data. So it's really killer. So let's get started. Amit, what are you seeing as the journey of multicloud as you go under the hood and say, "Okay, I got to implement this. "I have to engineer the network, "make it enabling, make it programmable, "make it interoperable across clouds." That almost sounds impossible to me. What's your take? >> Yeah, it seems impossible but if you are running an organization which is running infrastructure as a code it is easily doable. Like you can use tools out there that's available today, you can use third party products that can do a better job. But put your architecture first, don't wait. Architecture may not be perfect, put the best architecture that's available today and be agile, to iterate and make improvements over the time. >> We get to Justin's over here, so I have to be careful when I point a question to Justin, they both have the answer. Okay, journeys, what's the journey been like? Is there phases, We heard that from Gardner, people come into multicloud and cloud native networking from different perspectives? What's your take on the journey, Justin? >> Yeah, from our perspective, we started out very much focused on one cloud and as we've started doing acquisitions, we started doing new products to the market, the need for multicloud becomes very apparent, very quickly for us. And so having an architecture that we can plug and play into and be able to add and change things as it changes is super important for what we're doing in the space. >> Justin, your journey. >> Yes. For us, we were very ad hoc oriented and the idea is that we were reinventing all the time, trying to move into these new things and coming up with great new ideas. And so rather than it being some iterative approach with our deployments that became a number of different deployments. And so we shifted that toward and the network has been a real enabler of this. There's one network and it touches whatever cloud we want it to touch, and it touches the data centers that we need it to touch, and it touches the customers that we needed to touch. Our job is to make sure that the services that are available in one of those locations are available in all of the locations. So the idea is not that we need to come up with this new solution every time, it's that we're just iterating on what we've already decided to do. >> Before we get the architecture section, I want to ask you guys a question? I'm a big fan of let the app developers have infrastructure as code, so check. But having the right cloud run that workload, I'm a big fan of that, if it works great. But we just heard from the other panel, you can't change the network. So I want to get your thoughts, what is cloud native networking? And is that the engine really, that's the enabler for this multicloud trend? What's you guys take? We'll start with Amit, what do you think about that? >> Yeah, so you're going to have workloads running in different clouds and the workloads would have affinity to one cloud or other. But how you expose that it's a matter of how you are going to build your networks. How you're going to run security. How you're going to do egress, ingress out of it so -- >> You said networking is the big problem to solve. >> Yes. >> What's the solution? What's the key pain points and problem statement? >> The key pain point for most companies is how do you take your traditionally on premise network and then blow it out to the cloud in a way that makes sense. You have IP conflicts, you have IP space, you have public IPs on premise as well as in the cloud. And how do you kind of make sense of all of that? And I think that's where tools like Aviatrix make a lot of sense in that space. >> From our side, it's really simple. It's a latency, it's bandwidth and availability. These don't change whether we're talking about cloud or data center, or even corporate IT networking. So our job when these all of these things are simplified into like, S3, for instance and our developers want to use those. We have to be able to deliver that and for a particular group or another group that wants to use just just GCP resources. We have to support these requirements and these wants, as opposed to saying, "Hey, that's not a good idea." No, our job is to enable them not to disable them. >> Do you guys think infrastructure is code? Which I love that, I think that's the future in this. We even saw that with DevOps. But as you start getting the networking, is it getting down to the network portion where its network as code? Because storage and compute working really well, we're seeing all Kubernetes on service mesh trend. Network has code, reality is it there? Is it still got work to do? >> It's absolutely there, you mentioned net DevOps and it's very real. In Coupa we build our networks through terraform and not only just terraform, build an API so that we can consistently build VNets and VPC all across in the same way. >> So you guys are doing it? >> Yup. And even security groups. And then on top and Aviatrix comes in, we can peer the networks bridge all the different regions through code. >> Same with you guys. >> Yeah. >> What do you think about this? >> Everything we deploy is done with automation and then we also run things like Lambda on top to make changes in real time, we don't make manual changes on our network. In the data center, funny enough, it's still manual but the cloud has enabled us to move into this automation mindset. And all my guys, that's what they focus on is bringing, now what they're doing in the cloud into the data center, which is kind of opposite of what it should be or what it used to be. >> It's full DevOps then? >> Yes. >> For us, it was similar on-prem is still somewhat very manual, although we're moving more and more to ninja and terraform type concepts. But everything in the production environment is code, confirmation terraform code and now coming into the data center same (mumbles). >> So I just wanted to jump in Justin Smith, one of the comment that you made, because it's something that we always talk about a lot is that the center of gravity of architecture used to be an on-prem and now it's shifted in the cloud. And once you have your strategic architecture, what do you do? You push that everywhere. So what you used to see at the beginning of cloud was pushing the architecture on-prem into cloud. Now, I want to pick up on what you said, do you others agree that the center of gravity is here, I'm now pushing what I do in the cloud back into on-prem? And then so first that and then also in the journey, where are you at from zero to 100 of actually in the journey to cloud? Are you 50% there, are you 10%? Are you evacuating data centers next year? Where are you guys at? >> Yeah, so there's there's two types of gravity that you typically are dealing with, with the migration. First is data, gravity and your data set, and where that data lives. And then the second is the network platform that wraps all that together. In our case, the data gravity solely mostly on-prem but our network is now extending out to the app tier, it's going to be in cloud. Eventually, that data, gravity will also move to cloud as we start getting more sophisticated but in our journey, we're about halfway there. About halfway through the process, we're taking a handle of lift and shift and -- >> Steve: And when did that start? >> We started about three years ago. >> Okay, okay. >> Well for Coupa it's a very different story. It started from a garage and 100% on the cloud. So it's a business plan management platform, software as a service run 100% on the cloud. >> That was was like 10 years ago, right? >> Yes. >> Yeah. >> You guys are riding the wave of the architecture. Justin I want to ask you, Zuora, you guys mentioned DevOps. Obviously, we saw the huge observability wave, which essentially network management for the cloud, in my opinion. It's more dynamic, but this is about visibility. We heard from the last panel you don't know what's being turned on or turned off from a services standpoint, at any given time. How is all this playing out when you start getting into the DevOps down (mumbles)? >> This is the big challenge for all of us is visibility. When you talk transport within a cloud, very interestingly we we have moved from having a backbone that we bought, that we own, that would be data center connectivity. Zuora's a subscription billing company, so we want to support the subscription mindset. So rather than going and buying circuits and having to wait three months to install and then coming up with some way to get things connected and resiliency and redundancy. My backbone is in the cloud. I use the cloud providers interconnections between regions to transport data across and so if you do that with their native solutions, you do lose visibility. There are areas in that that you don't get, which is why controllers and having some type of management plane is a requirement for us to do what we're supposed to do and provide consistency while doing it. >> Great conversation. I loved what you said earlier latency, bandwidth, I think availability were your top three things. Guys SLA, just do ping times between clouds it's like, you don't know what you're getting for round trip time. This becomes a huge kind of risk management, black hole, whatever you want to call it, blind spot. How are you guys looking at the interconnect between clouds? Because I can see that working from ground to cloud on per cloud but when you start dealing with multiclouds workloads, SLAs will be all over the map, won't they just inherently. How do you guys view that? >> Yeah, I think we talked about workload and we know that the workloads are going to be different in different clouds, but they're going to be calling each other. So it's very important to have that visibility, that you can see how data is flowing at what latency and what availability is there and our authority needs to operate on that. >> So use the software dashboard, look at the times and look at the latency -- >> In the old days, Strongswan Openswan you try to figure it out, in the new days you have to figure out. >> Justin, what's your answer to that because you're in the middle of it? >> Yeah, I think the key thing there is that we have to plan for that failure, we have to plan for that latency in our applications. If certain things are tracking in your SLI, certain things are planning for and you loosely coupled these services in a much more microservices approach. So you actually can handle that kind of failure or that type of unknown latency and unfortunately, the cloud has made us much better at handling exceptions in a much better way. >> You guys are all great examples of cloud native from day one. When did you have the tipping point moment or the epiphany of saying a multiclouds real, I can't ignore it, I got to factor that into all my design principles and everything you're doing? Was there a moment or was it from day one? >> There are two reasons, one was the business. So in business, there were some affinity to not be in one cloud or to be in one cloud and that drove from the business side. So as a cloud architect our responsibility was to support that business. Another is the technology, some things are really running better in, like if you're running Dotnet workload or your going to run machine learning or AI so that you would have that preference of one cloud over other. >> Guys, any thoughts on that? >> That was the bill that we got from AWS. That's what drives a lot of these conversations is the financial viability of what you're building on top of. This failure domain idea which is fairly interesting. How do I solve our guarantee against a failure domain? You have methodologies with back end direct connects or interconnect with GCP. All of these ideas are something that you have to take into account but that transport layer should not matter to whoever we're building this for. Our job is to deliver the frames and the packets, what that flows across, how you get there? We want to make that seamless. And so whether it's a public internet API call or it's a back end connectivity through direct connect, it doesn't matter. It just has to meet a contract that you've signed with your application, folks. >> Yeah, that's the availability piece. >> Justin, your thoughts on that, any comment on that? >> So actually multiclouds become something much more recent in the last six to eight months, I'd say. We always kind of had a very much an attitude of like moving to Amazon from our private cloud is hard enough, why complicate it further? But the realities of the business and as we start seeing, improvements in Google and Azure and different technology spaces, the need for multicloud becomes much more important. As well as our acquisition strategies are matured, we're seeing that companies that used to be on premise that we typically acquire are now very much already on a cloud. And if they're on a cloud, I need to plug them into our ecosystem. And so that's really changed our multicloud story in a big way. >> I'd love to get your thoughts on the clouds versus the clouds, because you compare them Amazon's got more features, they're rich with features. Obviously, the bills are high to people using them. But Google's got a great network, Google's networks pretty damn good And then you got Azure. What's the difference between the clouds? Where do they fall? Where do they peak in certain areas better than others? What are the characteristics, which makes one cloud better? Do they have a unique feature that makes Azure better than Google and vice versa? What do you guys think about the different clouds? >> Yeah, to my experience, I think the approach is different in many places. Google has a different approach very DevOps friendly and you can run your workloads with your network can span regions. But our application ready to accept that. Amazon is evolving. I remember 10 years back Amazon's network was a flat network, we would be launching servers in 10.0.0/8, right. And then the VPCs came out. >> We'll have to translate that to English for the live feed. Not good. So the VPCs concept came out, multi account came out, so they are evolving. Azure had a late start but because they have a late start, they saw the pattern and they have some mature setup on the network. >> They've got around the same price too. >> I think they're all trying to say they're equal in their own ways. I think they all have very specific design philosophies that allow them to be successful in different ways and you have to kind of keep that in mind as you architect your own solution. For example, Amazon has a very regional affinity, they don't like to go cross region in their architecture. Whereas Google is very much it's a global network, we're going to think about as a global solution. I think Google also has advantage that it's third to market and so has seen what Azure did wrong, it seeing what AWS did wrong and it's made those improvements and I think that's one of their big advantage. >> They got great scale too. Justin thoughts on the cloud. >> So yeah, Amazon built from the system up and Google built from the network down. So their ideas and approaches are from a global versus original, I agree with you completely that is the big number one thing. But the if you look at it from the outset, interestingly, the inability or the ability for Amazon to limit layer to broadcasting and what that really means from a VPC perspective, changed all the routing protocols you can use. All the things that we had built inside of a data center to provide resiliency and make things seamless to users, all of that disappeared. And so because we had to accept that at the VPC level, now we have to accept that at the WAN level. Google's done a better job of being able to overcome those things and provide those traditional network facilities to us. >> Just a great panel, we could go all day here, it's awesome. So I heard, we will get to the cloud native naive questions. So kind of think about what's naive and what's cloud, I'll ask that next but I got to ask you I had a conversation with a friend he's like, "WAN is the new LAN?" So if you think about what the LAN was at a data center, WAN is the new LAN, cause you keep talking about the cloud impact? So that means ST-WAN, the old ST-WAN kind of changing. There's a new LAN. How do you guys look at that? Because if you think about it, what LANs were for inside a premises was all about networking, high speed. But now when you take the WAN and make it, essentially a LAN, do you agree with that? And how do you view this trend? Is it good or bad or is it ugly? What you guys take on this? >> Yeah, I think it's a thing that you have to work with your application architects. So if you are managing networks and if you're a server engineer, you need to work with them to expose the unreliability that it would bring in. So the application has to handle a lot of the difference in the latencies and the reliability has to be worked through the application there. >> LAN, WAN, same concept is that BS? Can you give some insight? >> I think we've been talking about for a long time the erosion of the edge. And so is this just a continuation of that journey we've been on for last several years. As we get more and more cloud native and we talked about API's, the ability to lock my data in place and not be able to access it really goes away. And so I think this is just continuation. I think it has challenges. We start talking about WAN scale versus LAN scale, the tooling doesn't work the same, the scale of that tooling is much larger. and the need to automation is much, much higher in a WAN than it wasn't a LAN. That's why you're seeing so much infrastructure as code. >> Yeah. So for me, I'll go back again to this, it's bandwidth and its latency that define those two LAN versus WAN. But the other thing that's comes up more and more with cloud deployments is whereas our security boundary and where can I extend this secure aware appliance or set of rules to protect what's inside of it. So for us, we're able to deliver VRFs or route forwarding tables for different segments wherever we're at in the world. And so they're trusted to talk to each other but if they're going to go to someplace that's outside of their network, then they have to cross the security boundary, where we enforce policy very heavily. So for me, there's it's not just LAN, WAN it's how does environment get to environment more importantly. >> That's a great point in security, we haven't talked it yet but that's got to be baked in from the beginning, this architecture. Thoughts on security, how you guys are dealing with it? >> Yeah, start from the base, have app to app security built in. Have TLS, have encryption on the data at transit, data at rest. But as you bring the application to the cloud and they're going to go multicloud, talking to over the internet, in some places, well have app to app security. >> Our principles day, security is day zero every day. And so we always build it into our design, build into our architecture, into our applications. It's encrypt everything, it's TLS everywhere. It's make sure that that data is secure at all times. >> Yeah, one of the cool trends at RSA, just as a side note was the data in use encryption piece, which is homomorphic stuff was interesting. Alright guys, final question. We heard on the earlier panel was also trending at re:Invent, we think the T out of cloud native, it spells cloud naive. They have shirts now, Aviatrix kind of got this trend going. What does that mean to be naive? To your peers out there watching the live stream and also the suppliers that are trying to supply you guys with technology and services, what's naive look like and what's native look like? When is someone naive about implementing all this stuff? >> So for me, because we are in 100% cloud, for us its main thing is ready for the change. And you will find new building blocks coming in and the network design will evolve and change. So don't be naive and think that it's static, evolve with the change. >> I think the biggest naivety that people have is that well, I've been doing it this way for 20 years, I've been successful, it's going to be successful in cloud. The reality is that's not the case. You got to think some of the stuff a little bit differently and you need to think about it early enough, so that you can become cloud native and really enable your business on cloud. >> Yeah for me it's being open minded. Our industry, the network industry as a whole, has been very much I'm smarter than everybody else and we're going to tell everybody how it's going to be done. And we fell into a lull when it came to producing infrastructure and so embracing this idea that we can deploy a new solution or a new environment in minutes as opposed to hours, or weeks or months in some cases, is really important in and so >> - >> It's naive being closed minded, native being open minded. >> Exactly. For me that was a transformative kind of where I was looking to solve problems in a cloud way as opposed to looking to solve problems in this traditional old school way. >> All right, I know we're at a time but I got to asked one more question, so you guys so good. Give me a quick answer. What's the BS language when you, the BS meter goes off when people talk to you about solutions? What's the kind of jargon that you hear, that's the BS meter going off? What are people talking about that in your opinion you here you go, "That's total BS?" What triggers you? >> So that I have two lines out of movies if I say them without actually thinking them. It's like 1.21 gigawatts are you out of your mind from Back to the Future right? Somebody's giving you all these wiz bang things. And then Martin Maul and Michael Keaton in Mr Mom when he goes to 220, 221, whatever it takes. >> Yeah. >> Those two right there, if those go off in my mind where somebody's talking to me, I know they're full of baloney. >> So a lot of speeds and feeds, a lot of speeds and feeds a lot of -- >> Just data. Instead of talking about what you're actually doing and solutioning for. You're talking about, "Well, it does this this this." Okay to 220, 221. (laughter) >> Justin, what's your take? >> Anytime I start seeing the cloud vendors start benchmarking against each other. Your workload is your workload, you need to benchmark yourself. Don't listen to the marketing on that, that's just awful. >> Amit, what triggers you in the BS meter? >> I think if somebody explains to you are not simple, they cannot explain you in simplicity, then it's all bull shit. >> (laughs) That's a good one. Alright guys, thanks for the great insight, great panel. How about a round of applause to practitioners. (audience applauds) (upbeat music) >> John: Okay, welcome back to Altitude 2020 for the digital event for the live feed. Welcome back, I'm John Furrier with theCUBE with Steve Mullaney, CEO Aviatrix. For the next panel from Global System Integrated, the folks who are building and working with folks on their journey to multicloud and cloud-native networking. We've got a great panel, George Buckman with DXC and Derrick Monahan with WWT, welcome to the stage. (Audience applauds) >> Hey >> Thank you >> Groovy spot >> All right (upbeat music) >> Okay, you guys are the ones out there advising, building, and getting down and dirty with multicloud and cloud-native networking, we just heard from the customer panel. You can see the diversity of where people come in to the journey of cloud, it kind of depends upon where you are, but the trends are all clear, cloud-native networking, DevOps, up and down the stack, this has been the main engine. What's your guys' take of this journey to multicloud? What do you guys think? >> Yeah, it's critical, I mean we're seeing all of our enterprise customers enter into this, they've been through the migrations of the easy stuff, ya know? Now they're trying to optimize and get more improvements, so now the tough stuff's coming on, right? They need their data processing near where their data is. So that's driving them to a multicloud environment. >> Yeah, we've heard some of the Edge stuff, I mean, you guys are-- >> Exactly. >> You've seen this movie before, but now it's a whole new ballgame, what's your take? Yeah, so, I'll give you a hint, our practice is not called the cloud practice, it's the multicloud practice, and so if that gives you a hint of how we approach things. It's very consultative. And so when we look at what the trends are, like a year ago. About a year ago we were having conversations with customers, "Let's build a data center in the cloud. Let's put some VPCs, let's throw some firewalls, let's put some DNS and other infrastructure out there and let's hope it works." This isn't a science project. What we're starting to see is customers are starting to have more of a vision, we're helping with that consultative nature, but it's totally based on the business. And you've got to start understanding how lines of business are using the apps and then we evolve into the next journey which is a foundational approach to-- >> What are some of the problems some of your customers are solving when they come to you? What are the top things that are on their mind, obviously the ease of use, agility, all that stuff, what specifically are they digging into? >> Yeah, so complexity, I think when you look at a multicloud approach, in my view is, network requirements are complex. You know, I think they are, but I think the approach can be, "Let's simplify that." So one thing that we try to do, and this is how we talk to customers is, just like you simplify in Aviatrix, simplifies the automation orchestration of cloud networking, we're trying to simplify the design, the plan, and implementation of the infrastructure across multiple workloads, across multiple platforms. And so the way we do it, is we sit down, we look at not just use cases, not just the questions we commonly anticipate, we actually build out, based on the business and function requirements, we build out a strategy and then create a set of documents, and guess what? We actually build it in a lab, and that lab that we platform rebuilt, proves out this reference architectural actually works. >> Absolutely, we implement similar concepts. I mean, they're proven practices, they work, right? >> But George, you mentioned that the hard part's now upon us, are you referring to networking, what specifically were you getting at there when you said, "The easy part's done, now the hard part?" >> So for the enterprises themselves, migrating their more critical apps or more difficult apps into the environments, ya know, we've just scratched the surface, I believe, on what enterprises are doing to move into the cloud, to optimize their environments, to take advantage of the scale and speed to deployment and to be able to better enable their businesses. So they're just now really starting to-- >> So do you guys see what I talked about? I mean, in terms of that Cambrian explosion, I mean, you're both monster system integrators with top fortune enterprise customers, you know, really rely on you for guidance and consulting and so forth, and deploy their networks. Is that something that you've seen? I mean, does that resonate? Did you notice a year and a half ago all of a sudden the importance of cloud for enterprise shoot up? >> Yeah, I mean, we're seeing it now. >> Okay. >> In our internal environment as well, ya know, we're a huge company ourselves, customer zero, our internal IT, so, we're experiencing that internally and every one of our other customers as well. >> So I have another question and I don't know the answer to this, and a lawyer never asks a question that you don't know the answer to, but I'm going to ask it anyway. DXC and WWT, massive system integrators, why Aviatrix? >> Great question, Steve, so I think the way we approach things, I think we have a similar vision, a similar strategy, how you approach things, how we approach things, at World Wide Technology. Number one, we want a simplify the complexity. And so that's your number one priority. Let's take the networking, let's simplify it, and I think part of the other point I'm making is we see this automation piece as not just an after thought anymore. If you look at what customers care about, visibility and automation is probably at the top three, maybe the third on the list, and I think that's where we see the value. I think the partnership that we're building and what I get excited about is not just putting yours and our lab and showing customers how it works, it's co-developing a solution with you. Figuring out, "Hey, how can we make this better?" >> Right >> Visibility is a huge thing, just in security alone, network everything's around visibility. What automation do you see happening, in terms of progression, order of operations, if you will? What's the low hanging fruit? What are people working on now? What are some of the aspirational goals around when you start thinking about multicloud and automation? >> So I wanted to get back to his question. >> Answer that question. >> I wanted to answer your question, you know, what led us there and why Aviatrix. You know, in working some large internal IT projects, and looking at how we were going to integrate those solutions, you know, we like to build everything with recipes. Network is probably playing catch-up in the DevOps world but with a DevOps mindset, looking to speed to deploy, support, all those things, so when you start building your recipe, you take a little of this, a little of that, and you mix it all together, well, when you look around, you say, "Wow, look, there's this big bag of Aviatrix. "Let me plop that in. That solves a big part "of my problems that I had, the speed to integrate, "the speed to deploy, and the operational views "that I need to run this." So that was what led me to-- >> John: So how about reference architectures? >> Yeah, absolutely, so, you know, they came with a full slate of reference architectures already out there and ready to go that fit our needs, so it was very easy for us to integrate those into our recipes. >> What do you guys think about all the multi-vendor inter-operability conversations that have been going on? Choice has been a big part of multicloud in terms of, you know, customers want choice, they'll put a workload in the cloud if it works, but this notion of choice and interoperability has become a big conversation. >> It is, and I think that our approach, and that's the way we talk to customers is, "Let's speed and de-risk that decision making process, "and how do we do that?" Because interoperability is key. You're not just putting, it's not just a single vendor, we're talking, you know, many many vendors, I mean think about the average number of cloud applications a customer uses, a business, an enterprise business today, you know, it's above 30, it's skyrocketing and so what we do, and we look at it from an interoperability approach is, "How do things inter-operate?" We test it out, we validate it, we build a reference architecture that says, "These are the critical design elements, "now let's build one with Aviatrix "and show how this works with Aviatrix." And I think the important part there, though, is the automation piece that we add to it and visibility. So I think the visibility is what I see lacking across industry today. >> In cloud-native that's been a big topic. >> Yep >> Okay, in terms of Aviatrix, as you guys see them coming in, they're one of the ones that are emerging and the new brands emerging with multicloud, you've still got the old guard encumbered with huge footprints. How are customers dealing with that kind of component in dealing with both of them? >> Yeah, I mean, we have customers that are ingrained with a particular vendor and you know, we have partnerships with many vendors. So our objective is to provide the solution that meets that client. >> John: And they all want multi-vendor, they all want interoperability. >> Correct. >> All right, so I got to ask you guys a question while we were defining Day-2 operations. What does that mean? You guys are looking at the big business and technical components of architecture, what does Day-2 operations mean, what's the definition of that? >> Yeah, so I think from our perspective, with my experience, we, you know, Day-2 operations, whether it's not just the orchestration piece in setting up and let it automate and have some, you know, change control, you're looking at this from a Day-2 perspective, "How do I support this ongoing "and make it easy to make changes as we evolve?" The cloud is very dynamic. The nature of how fast it's expanding, the number features is astonishing. Trying to keep up to date with the number of just networking capabilities and services that are added. So I think Day-2 operations starts with a fundamental understanding of building out supporting a customer's environments, and making the automation piece easy from a distance, I think. >> Yeah and, you know, taking that to the next level of being able to enable customers to have catalog items that they can pick and choose, "Hey I need this network connectivity "from this cloud location back to this on-prem." And being able to have that automated and provisioned just simply by ordering it. >> For the folks watching out there, guys, take a minute to explain as you guys are in the trenches doing a lot of good work. What are some of the engagements that you guys get into? How does that progress? What happens there, they call you up and say, "Hey I need some multicloud," or you're already in there? I mean, take us through how someone can engage to use a global SI, they come in and make this thing happen, what's the typical engagement look like? >> Derrick: Yeah, so from our perspective, we typically have a series of workshops in the methodology that we kind of go along the journey. Number one, we have a foundational approach. And I don't mean foundation meaning the network foundation, that's a very critical element, we got to factor in security and we got to factor in automation. So when you think about foundation, we do a workshop that starts with education. A lot of times we'll go in and we'll just educate the customer, what is VPC sharing? You know, what is a private link in Azure? How does that impact your business? We have customers that want to share services out in an ecosystem with other customers and partners. Well there's many ways to accomplish that. Our goal is to understand those requirements and then build that strategy with them. >> Thoughts George, on-- >> Yeah, I mean, I'm one of the guys that's down in the weeds making things happen, so I'm not the guy on the front line interfacing with the customers every day. But we have a similar approach. We have a consulting practice that will go out and apply their practices to see what those-- >> And when do you parachute in? >> Yeah, when I parachute in is, I'm on the back end working with our offering development leads for networking, so we understand and are seeing what customers are asking for and we're on the back end developing the solutions that integrate with our own offerings as well as enable other customers to just deploy quickly to meet their connectivity needs. So the patterns are similar. >> Right, final question for you guys, I want to ask you to paint a picture of what success looks like. You don't have to name customers, you don't have to get in and reveal who they are, but what does success look like in multicloud as you paint a picture for the folks here and watching on the live stream, if someone says, "Hey I want to be multicloud, I got to to have my operations Agile, I want full DevOps, I want programmability and security built in from Day-zero." What does success look like? >> Yeah, I think success looks like this, so when you're building out a network, the network is a harder thing to change than some other aspects of cloud. So what we think is, even if you're thinking about that second cloud, which we have most of our customers are on two public clouds today, they might be dabbling in it. As you build that network foundation, that architecture, that takes in to consideration where you're going, and so once we start building that reference architecture out that shows, this is how to approach it from a multicloud perspective, not a single cloud, and let's not forget our branches, let's not forget our data centers, let's not forget how all this connects together because that's how we define multicloud, it's not just in the cloud, it's on-prem and it's off-prem. And so collectively, I think the key is also is that we provide them an HLD. You got to start with a high level design that can be tweaked as you go through the journey but you got to give it a solid structural foundation, and that networking which we think, most customers think as not the network engineers, but as an after thought. We want to make that the most critical element before you start the journey. >> George, from your seat, how does success look for you? >> So, you know it starts out on these journeys, often start out people not even thinking about what is going to happen, what their network needs are when they start their migration journey to the cloud. So I want, success to me looks like them being able to end up not worrying about what's happening in the network when they move to the cloud. >> Steve: Good point. >> Guys, great insight, thanks for coming on and sharing. How about a round of applause for the global system integrators? (Audience applauds) (Upbeat music) >> The next panel is the AVH certified engineers, also known as ACEs. This is the folks that are certified, they're engineering, they're building these new solutions. Please welcome Toby Foss from Informatica, Stacey Lanier from Teradata, and Jennifer Reed with Viqtor Davis to the stage. (upbeat music) (audience cheering) (panelists exchanging pleasantries) >> You got to show up. Where's your jacket Toby? (laughing) You get it done. I was just going to rib you guys and say, where's your jackets, and Jen's got the jacket on. Okay, good. >> Love the Aviatrix, ACEs Pilot gear there above the Clouds. Going to new heights. >> That's right. >> So guys Aviatrix aces, I love the name, think it's great, certified. This is all about getting things engineered. So there's a level of certification, I want to get into that. But first take us through the day in the life of an ACE, and just to point out, Stacy is a squad leader. So he's, he's like a-- >> Squadron Leader. >> Squadron Leader. >> Yeah. >> Squadron Leader, so he's got a bunch of ACEs underneath him, but share your perspective a day in the Life. Jennifer, we'll start with you. >> Sure, so I have actually a whole team that works for me both in the North America, both in the US and in Mexico. So I'm eagerly working to get them certified as well, so I can become a squad leader myself. But it's important because one of the critical gaps that we've found is people having the networking background because you graduate from college, and you have a lot of computer science background, you can program you've got Python, but networking in packets they just don't get. So, just taking them through all the processes that it's really necessary to understand when you're troubleshooting is really critical. Because you're going to get an issue where you need to figure out where exactly is that happening on the network, Is my issue just in the VPCs? Is it on the instance side is a security group, or is it going on prem? This is something actually embedded within Amazon itself? I mean, I troubleshot an issue for about six months going back and forth with Amazon, and it was the VGW VPN. Because they were auto scaling on two sides, and we ended up having to pull out the Cisco's, and put in Aviatrix so I could just say, " okay, it's fixed," and actually helped the application teams get to that and get it solved. But I'm taking a lot of junior people and getting them through that certification process, so they can understand and see the network, the way I see the network. I mean, look, I've been doing this for 25 years when I got out. When I went in the Marine Corps, that's what I did, and coming out, the network is still the network. But people don't get the same training they got in the 90s. >> Was just so easy, just write some software, and they were, takes care of itself. I know, it's pixie dust.  >> I'll come back to that, I want to come back to that, the problem solved with Amazon, but Toby. >> I think the only thing I have to add to that is that it's always the network's fault. As long as I've been in networking, it's always been the network's fault. I'm even to this day, it's still the network's fault, and part of being a network guy is that you need to prove when it is and when it's not your fault. That means you need to know a little bit about 100 different things, to make that work. >> Now you got a full stack DevOps, you got to know a lot more times another hundred. >> Toby: And the times are changing, yeah. >> This year the Squadron Leader and get that right. What is the Squadron Leader firstly? Describe what it is. >> I think is probably just leading on the network components of it. But I think, from my perspective, when to think about what you asked them was, it's about no issues and no escalations. So of my day is like that, I'm happy to be a squadron leader. >> That is a good outcome, that's a good day. >> Yeah, sure, it is. >> Is there good days? You said you had a good day with Amazon? Jennifer, you mentioned the Amazon, and this brings up a good point, when you have these new waves come in, you have a lot of new things, new use cases. A lot of the finger pointing it's that guy's problem , that girl's problems, so how do you solve that, and how do you get the Young Guns up to speed? Is there training, is it this where the certification comes in? >> This is where the certifications really going to come in. I know when we got together at Reinvent, one of the questions that we had with Steve and the team was, what should our certification look like? Should we just be teaching about what AVH troubleshooting brings to bear, but what should that be like? I think Toby and I were like, No, no, no, no. That's going a little too high, we need to get really low because the better someone can get at actually understanding what's actually happening in the network, and where to actually troubleshoot the problem, how to step back each of those processes. Because without that, it's just a big black box, and they don't know. Because everything is abstracted, in Amazon and in Azure and in Google, is abstracted, and they have these virtual gateways, they have VPNs, that you just don't have the logs on, is you just don't know. So then what tools can you put in front of them of where they can look? Because there are full logs. Well, as long as they turned on the flow logs when they built it, and there's like, each one of those little things that well, if they'd had decided to do that, when they built it, it's there. But if you can come in later to really supplement that with training to actual troubleshoot, and do a packet capture here, as it's going through, then teaching them how to read that even. >> Yeah, Toby, we were talking before we came on up on stage about your career, you've been networking all your time, and then, you're now mentoring a lot of younger people. How is that going? Because the people who come in fresh they don't have all the old war stories, like they don't talk about it, There's never for, I walk in bare feet in the snow when I was your age, I mean, it's so easy now, right, they say. What's your take on how you train the young People. >> So I've noticed two things. One is that they are up to speed a lot faster in generalities of networking. They can tell you what a network is in high school level now, where I didn't learn that til midway through my career, and they're learning it faster, but they don't necessarily understand why it's that way here. Everybody thinks that it's always slash 24 for a subnet, and they don't understand why you can break it down smaller, why it's really necessary. So the ramp up speed is much faster for these guys that are coming in. But they don't understand why and they need some of that background knowledge to see where it's coming from, and why is it important, and that's old guys, that's where we thrive. >> Jennifer, you mentioned you got in from the Marines, it helps, but when you got into networking, what was it like then and compare it now? Because most like we heard earlier static versus dynamic Don't be static is like that. You just set the network, you got a perimeter. >> Yeah, no, there was no such thing. So back in the day, I mean, we had Banyan vines for email, and we had token ring, and I had to set up token ring networks and figure out why that didn't work. Because how many of things were actually sharing it. But then actually just cutting fiber and running fiber cables and dropping them over shelters to plug them in and all crap, they swung it too hard and shattered it and now I got to figure eight Polish this thing and actually should like to see if it works. I mean, that was the network , current cat five cables to run an Ethernet, and then from that I just said, network switches, dumb switches, like those were the most common ones you had. Then actually configuring routers and logging into a Cisco router and actually knowing how to configure that. It was funny because I had gone all the way up, I was the software product manager for a while. So I've gone all the way up the stack, and then two and a half, three years ago, I came across to work with Entity group that became Viqtor Davis. But we went to help one of our customers Avis, and it was like, okay, so we need to fix the network. Okay, I haven't done this in 20 years, but all right, let's get to it. Because it really fundamentally does not change. It's still the network. I mean, I've had people tell me, Well, when we go to containers, we will not have to worry about the network. And I'm like, yeah, you don't I do. >> And that's within programmability is a really interesting, so I think this brings up the certification. What are some of the new things that people should be aware of that come in with the Aviatrix A certification? What are some of the highlights? Can you guys share some of the highlights around the certifications? >> I think some of the importance is that it doesn't need to be vendor specific for network generality or basic networking knowledge, and instead of learning how Cisco does something, or how Palo Alto does something, We need to understand how and why it works as a basic model, and then understand how each vendor has gone about that problem and solved it in a general. That's true in multicloud as well. You can't learn how Cloud networking works without understanding how AWS and Azure and GCP are all slightly the same but slightly different, and some things work and some things don't. I think that's probably the number one take. >> I think having a certification across Clouds is really valuable because we heard the global s eyes as you have a business issues. What does it mean to do that? Is it code, is it networking? Is it configurations of the Aviatrix? what is, he says,the certification but, what is it about the multiCloud that makes it multi networking and multi vendor? >> The easy answer is yes, >> Yes is all of us. >> All of us. So you got to be in general what's good your hands and all You have to be. Right, it takes experience. Because every Cloud vendor has their own certification. Whether that's SOPs and advanced networking and event security, or whatever it might be, yeah, they can take the test, but they have no idea how to figure out what's wrong with that system. The same thing with any certification, but it's really getting your hands in there, and actually having to troubleshoot the problems, actually work the problem, and calm down. It's going to be okay. I mean, because I don't know how many calls I've been on or even had aviators join me on. It's like, okay, so everyone calm down, let's figure out what's happening. It's like, we've looked at that screen three times, looking at it again is not going to solve that problem, right. But at the same time, remaining calm but knowing that it really is, I'm getting a packet from here to go over here, it's not working, so what could be the problem? Actually stepping them through those scenarios, but that's like, you only get that by having to do it, and seeing it, and going through it, and then you get it. >> I have a question, so, I just see it. We started this program maybe six months ago, we're seeing a huge amount of interest. I mean, we're oversubscribed on all the training sessions. We've got people flying from around the country, even with Coronavirus, flying to go to Seattle to go to these events where we're subscribed, is that-- >> A good emerging leader would put there. >> Yeah. So, is that something that you see in your organizations? Are you recommending that to people? Do you see, I mean, I'm just, I guess I'm surprised or not surprised. But I'm really surprised by the demand if you would, of this MultiCloud network certification because there really isn't anything like that. Is that something you guys can comment on? Or do you see the same things in your organization? >> I see from my side, because we operate in a multiCloud environments that really helps and some beneficial for us. >> Yeah, true. I think I would add that networking guys have always needed to use certifications to prove that they know what they know. >> Right. >> It's not good enough to say, Yeah, I know IP addresses or I know how a network works. A couple little check marks or a little letters body writing helps give you validity. So even in our team, we can say, Hey, we're using these certifications to know that you know enough of the basics and enough of the understandings, that you have the tools necessary, right. >> I guess my final question for you guys is, why an ACE certification is relevant, and then second part is share with the live stream folks who aren't yet ACE certified or might want to jump in to be aviatrix certified engineers. Why is it important, so why is it relevant and why should someone want to be a certified aviatrix certified engineer? >> I think my views a little different. I think certification comes from proving that you have the knowledge, not proving that you get a certification to get an army there backwards. So when you've got the training and the understanding and you use that to prove and you can, like, grow your certification list with it, versus studying for a test to get a certification and have no understanding of it. >> Okay, so that who is the right person that look at this and say, I'm qualified, is it a network engineer, is it a DevOps person? What's your view, a little certain. >> I think Cloud is really the answer. It's the, as we talked like the edges getting eroded, so is the network definition getting eroded? We're getting more and more of some network, some DevOps, some security, lots and lots of security, because network is so involved in so many of them. That's just the next progression. >> Do you want to add something there? >> I would say expand that to more automation engineers, because we have those now, so I probably extend it beyond this one. >> Jennifer you want to? >> Well, I think the training classes themselves are helpful, especially the entry level ones for people who may be "Cloud architects" but have never done anything in networking for them to understand why we need those things to really work, whether or not they go through to eventually get a certification is something different. But I really think fundamentally understanding how these things work, it makes them a better architect, makes them better application developer. But even more so as you deploy more of your applications into the Cloud, really getting an understanding, even from people who have traditionally done Onprem networking, they can understand how that's going to work in Cloud. >> Well, I know we've got just under 30 seconds left. I want to get one more question then just one more, for the folks watching that are maybe younger than, that don't have that networking training. From your experiences each of you can answer why should they know about networking, what's the benefit? What's in it for them? Motivate them, share some insights of why they should go a little bit deeper in networking. Stacy, we'll start with you, we'll go then. >> I'll say it's probably fundamental, right? If you want to deliver solutions, networking is the very top. >> I would say if you, fundamental of an operating system running on a machine, how those machines start together is a fundamental changes, something that start from the base and work your way up. >> Jennifer? >> Right, well, I think it's a challenge. Because you've come from top down, now you're going to start looking from bottom up, and you want those different systems to cross-communicate, and say you've built something, and you're overlapping IP space, note that that doesn't happen. But how can I actually make that still operate without having to re IP re platform. Just like those challenges, like those younger developers or assistant engineers can really start to get their hands around and understand those complexities and bring that forward in their career. >> They get to know then how the pipes are working, and they're got to know it--it's the plumbing. >> That's right, >> They got to know how it works, and how to code it. >> That's right. >> Awesome, thank you guys for great insights, ACE Certified Engineers, also known as ACEs, give them a round of applause. (audience clapping) (upbeat music) >> Thank you, okay. All right, that concludes my portion. Thank you, Steve Thanks for having me. >> John, thank you very much, that was fantastic. Everybody round of applause for John Furrier. (audience applauding) Yeah, so great event, great event. I'm not going to take long, we got lunch outside for the people here, just a couple of things. Just to call the action, right? So we saw the ACEs, for those of you out of the stream here, become a certified, right, it's great for your career, it's great for not knowledge, is fantastic. It's not just an aviator's thing, it's going to teach you about Cloud networking, MultiCloud networking, with a little bit of aviatrix, exactly like the Cisco CCIE program was for IP network, that type of the thing, that's number one. Second thing is learning, right? So there's a link up there to join the community. Again like I started this, this is a community, this is the kickoff to this community, and it's a movement. So go to community.avh.com, starting a community of multiCloud. So get get trained, learn. I'd say the next thing is we're doing over 100 seminars across the United States and also starting into Europe soon, we will come out and we'll actually spend a couple hours and talk about architecture, and talk about those beginning things. For those of you on the livestream in here as well, we're coming to a city near you, go to one of those events, it's a great way to network with other people that are in the industry, as well as to start alone and get on that MultiCloud journey. Then I'd say the last thing is, we haven't talked a lot about what Aviatrix does here, and that's intentional. We want you leaving with wanting to know more, and schedule, get with us and schedule a multi hour architecture workshop session. So we sit down with customers, and we talk about where they're at in that journey, and more importantly, where they're going, and define that end state architecture from networking, computer, storage, everything. Everything you've heard today, everybody panel kept talking about architecture, talking about operations. Those are the types of things that we solve, we help you define that canonical architecture, that system architecture, that's yours. So many of our customers, they have three by five, plotted lucid charts, architecture drawings, and it's the customer name slash Aviatrix, network architecture, and they put it on their whiteboard. That's the most valuable thing they get from us. So this becomes their 20 year network architecture drawing that they don't do anything without talking to us and look at that architecture. That's what we do in these multi hour workshop sessions with customers, and that's super, super powerful. So if you're interested, definitely call us, and let's schedule that with our team. So anyway, I just want to thank everybody on the livestream. Thank everybody here. Hopefully it was it was very useful. I think it was, and Join the movement, and for those of you here, join us for lunch, and thank you very much. (audience applauding) (upbeat music)

Published Date : Mar 4 2020

SUMMARY :

2020, brought to you by Aviatrix. Sit back and enjoy the ride. of the turbulent clouds beneath them. for the Aviation analogy, but, you know, Sherry and that basic infrastructure is the network. John: Okay, awesome, great speech there, I totally agree with everything you said of the innovations, so we got an hour and background before you got to Gartner? IT from a C programmer, in the 90, to a security So you rode the wave. Cloud-native's been discussed, but the Well, the way we see Enterprise adapting, I got to ask you, the aha moment is going So I have to have a mix of what I call, the Well, the solution is to start architecting What's your thoughts? like lot of people, you know, everyone I talk not a lot of application, that uses three enterprise, is I'm going to put the workload But the infrastructure, has to be able Do you agree with that? network part of the cloud, connectivity to and even the provisioning part is easy. What's difficult is that they choose the Its just the day to day operations, after Because that seems to be the hardest definition but I can create one on the spot. John: Do it. and the cloud EPI. to the cloud API. So the question is... of the cloud, to build networks but also to John: That's the Aviatrix plugin, right What are the legacy incumbent Well obviously, all the incumbents, like and Contrail is in the cloud. Cloud native you almost have to build it the T out of Cloud Native. That went super viral, you guys got T-shirts the architecture side and ruleing that. really is, "ACI in the cloud", you can't really an overlay network, across the cloud and start So, I got to ask you. How do you respond to that comment? them to start with, you can, if you're small These are some of the key discussions we've So if you move to the at the future of networking, you hear a couple connect to the cloud, its when you start troubleshooting So they have to What are some of the signal's that multiple cloud and they have to get wake up What are some of the day in the life scenarios. fast enough, I think that's what you want What's your advice? to bring my F5 in the Cloud, when you can Thank you. With Gartner, thank you for sharing. We get to hear the real scoop, we really decided to just bite the bullet and Guys on the other panelists here, there's that come up that you get to tackle. of the initial work has been with Amazon. How about you? but as the customer needed more resources I wanted you to lead this section. I think you guys agree the journey, it From architecture perspective, we started of the need for simplicity, the need for a I guess the other question I also had around that SD-WAN brought to the wound side, now So on the fourth generation, you is that when you think you finally figured You can't get off the ground if you don't I'd love to have you guys each individually tend to want to pull you into using their as possible so that I can focus on the things I don't know what else I can add to that. What are some of the things that you to us. The fact is that the cloud-native tools don't So the And I always say the of data as it moves to the cloud itself. What do you guys look at the of assurance that things are going to work And Louis, you guys got scripting, you an Aviatrix customer yet. Tell us, what are you thinking on the value, and you don't have to focus So I got to ask you guys. look at the API structure that the vendors going to sit with you for a day to configure So the key is that can you be operational I can almost see the challenge that you orchestration layer that allows you to-- So you expect a lot more stuff to becoming I do expect things to start maturing quite So the ability to identify I think the reality is that you may not What are some of the conversations that you the class to be able to communicate between are, the more, the easier it is to deploy. So, the Aviatrix tool will give you the beauty the network problem is still the same. cloud provider, then it's our job to make I agree, you just need to stay ahead of At the end of the day, you guys are just Welcome to stage. Thank you. Hey because that's at the end of the day you got Yeah, it seems impossible but if you are to be careful when I point a question to Justin, doing new products to the market, the need and the idea is that we were reinventing all the other panel, you can't change the network. you are going to build your networks. You said networking is the big problem how do you take your traditionally on premise We have to support these getting down to the network portion where in the same way. all the different regions through code. but the cloud has enabled us to move into But everything in the production of actually in the journey to cloud? that you typically are dealing with, with It started from a garage and 100% on the cloud. We heard from the last panel you don't know to transport data across and so if you do I loved what you said important to have that visibility, that you In the old days, Strongswan Openswan you So you actually can handle that When did you have the and that drove from the business side. are something that you have to take into account much more recent in the last six to eight Obviously, the bills are high to you can run your workloads with your network So the VPCs concept that it's third to market and so has seen on the cloud. all the routing protocols you can use. I'll ask that next but I got to ask you I So the application has to handle and the need to automation is much, much higher their network, then they have to cross the from the beginning, this architecture. Yeah, start from the base, have app to And so we always build it into that are trying to supply you guys with technology in and the network design will evolve and that you can become cloud native and really it's going to be done. It's naive being closed minded, native to looking to solve problems in this traditional the kind of jargon that you hear, that's the It's like 1.21 gigawatts are you out of your to me, I know they're full of baloney. Okay to 220, 221. Anytime I start seeing the cloud vendors I think if somebody explains to you are thanks for the great insight, great panel. for the digital event for the live feed. and down the stack, this has been the main So that's driving them to a multicloud is not called the cloud practice, it's the And so the way we do it, is we sit down, we I mean, they're proven practices, they work, take advantage of the scale and speed to deployment So do you guys see what I talked about? that internally and every one of our other know the answer to this, and a lawyer never the partnership that we're building and what What are some of the "of my problems that I had, the speed to integrate, already out there and ready to go that fit What do you guys think about all the multi-vendor that's the way we talk to customers is, "Let's that are emerging and the new brands emerging So our objective is to provide the solution John: And they all want multi-vendor, they All right, so I got to ask you guys a question I support this ongoing "and make it easy to next level of being able to enable customers are some of the engagements that you guys the methodology that we kind of go along the Yeah, I mean, I'm one of the guys that's So the patterns to ask you to paint a picture of what success out that shows, this is how to approach it journey to the cloud. the global system integrators? This is the folks that going to rib you guys and say, where's your Love the Aviatrix, ACEs Pilot gear there So guys Aviatrix aces, I love the name, a day in the Life. and see the network, the way I see the network. and they were, takes care of itself. back to that, the problem solved with Amazon, of being a network guy is that you need to Now you got a full stack DevOps, you got What is the Squadron Leader firstly? my perspective, when to think about what you lot of the finger pointing it's that guy's have VPNs, that you just don't have the logs Because the people who come that background knowledge to see where it's You just set the network, you got a the network , current cat five cables to run What are some of the and GCP are all slightly the same but slightly Is it configurations of the Aviatrix? got to be in general what's good your hands the country, even with Coronavirus, flying I'm really surprised by the demand if you I see from my side, because we operate to prove that they know what they know. these certifications to know that you know I guess my final question for you guys and you use that to prove and you can, like, Okay, so that who is the right person that so is the network definition getting eroded? engineers, because we have those now, so I you deploy more of your applications into each of you can answer why should they know is the very top. that start from the base and work your way start to get their hands around and understand They get to know then how the pipes are They got to know how it works, and how Awesome, thank you guys for great insights, All right, that concludes and Join the movement, and for those of you

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
DavidPERSON

0.99+

StevePERSON

0.99+

GeorgePERSON

0.99+

CiscoORGANIZATION

0.99+

David ShinnickPERSON

0.99+

DerrickPERSON

0.99+

Steve MullaneyPERSON

0.99+

AmazonORGANIZATION

0.99+

JustinPERSON

0.99+

Steve MullaneyPERSON

0.99+

Jennifer ReedPERSON

0.99+

Toby FossPERSON

0.99+

AviatrixORGANIZATION

0.99+

Frank CabriPERSON

0.99+

Justin BrodleyPERSON

0.99+

Sanjay PoonenPERSON

0.99+

SimonPERSON

0.99+

JohnPERSON

0.99+

Justin SmithPERSON

0.99+

JenniferPERSON

0.99+

George BuckmanPERSON

0.99+

Amit UtrejaPERSON

0.99+

StacyPERSON

0.99+

Bobby WilloughbyPERSON

0.99+

VMwareORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

USLOCATION

0.99+

AWSORGANIZATION

0.99+

Andy JessPERSON

0.99+

GartnerORGANIZATION

0.99+

Stacey LanierPERSON

0.99+

Sherry WeiPERSON

0.99+

NSXORGANIZATION

0.99+

Santa ClaraLOCATION

0.99+

20%QUANTITY

0.99+

Derrick MonahanPERSON

0.99+

MexicoLOCATION

0.99+

80%QUANTITY

0.99+

EuropeLOCATION

0.99+

Silicon ValleyLOCATION

0.99+

John FurrierPERSON

0.99+

Simon RichardPERSON

0.99+

SeattleLOCATION

0.99+

Jason Zintak, 6sense | CUBEConversation, February 2020


 

(upbeat music) >> Hello, and welcome to our Palo Alto studios in California. I'm John Furrier, host of theCUBE. This is a CUBE conversation with Jason Zintak, CEO of 6sense. This is part of our next gen conversation series. We talk about the technologies and the news and the people making it happen for the next generation technologies, clouds, and solutions. Jason, welcome to theCUBE conversation. Thanks for coming on. >> Thanks, happy to be here. >> So you guys got some news. So you got a couple weeks ago you announced $40 million in funding, which we'll talk about. I want to get that out right away. But I think, more importantly, we're seeing a trend where this next gen blank is happening. You know, I'm watching just the Super Bowl next gen stats is for NFL. You got next gen cloud, you got next gen data. The world of the technology is kind of shifting to a new architecture. You're starting to see visibility into what this next gen looks like. Your company is squarely in the middle of this next gen sales and marketing platform, solutions in the new model. Cloud-scale, data first, this is a core, major shift and it's a huge market. Look at Salesforce, look at all these companies that've been around. And they're incumbents now, you're the new guard. >> Jason: Yeah, yeah. >> Tell us, what's going on with you guys? >> Sure, well you're right. We just raised $40 million. It's our Series C from Insight Partners. Went through a lengthy evaluation process and compete and happy to have announce that last month. And as far as next generation, you're correct. I grew up in a world of email platforms and then big data platforms, marketing automation. And this is a data first strategy, where we allow, we now have compute power that allows us to process huge amounts of data sets. So it's our belief that it should all be data first and driven from AI and ML on top of data that drives a next generation marketing tactic or sales tactic, an email, or a display ad. >> What's interesting is that you mentioned you worked in previous old school technology. You were CEO of Responsys, which was sold to Oracle. That was a great wave that brought in the marketing technology stack. We saw the sales and marketing solutions from Salesforce.com obviously. That was the first wave that you were part of. Now the new wave is going to that next level. This is really the fundamental shift. And it's not so much they're being replaced, but they're just being abstracted away with new capabilities, in some cases being replaced. What's the core problem that customers are having, or the core problem that you're solving because some of these old solutions can't scale. >> Jason: Sure. >> Some of them are because they're big, but what's the core problem in the industry? >> The core problem is that these systems were designed to be contact first, or lead first. And as you know today, no one likes an abundance of emails in their inbox. And so companies have said, hey I want to have a relationship with my customer or prospect. I want it to be a cycle of engagement, an infinity loop. Which means we don't blast emails. We monitor a relationship, what that's like, how we might engage. And the data allows us to do that. We can see what's going on with the activity, and based on that engagement, AI tells us what tactic might be the most appropriate. Which is actually send less but more effective and more targeted. So it's a data-driven approach. It's an account based focus in B2B world, as opposed to old generation which is lead and actually rule based. And so we used to write these, call them journey maps, these if then statements, which were manual. And the second we got done doing weeks of if then statements, they become stale. And so now data helps us and AI helps us understand real time behavior with intent and then the tactic. >> Love the name 6sense. Obviously you want to get a sense of what's going on around you, six degrees of separation. You got network effect. We're seeing a new reality and that is organic kind of user experience is different happening outside the funnel, sometimes inside the funnel, as they talk about in the sales and marketing. But users, at the end of the day, they're downloading Brave browser. They don't necessarily want the ads, and so they're making these decisions based on their experience that they want. So this is changing some of the tactics. >> Jason: Absolutely. >> So talk about that dynamic because the old way was based on see an ad, click on it, go to a landing page, get a lead, throw it in the funnel, matriculate down, and sell them something. And time's not on your side. It's not real time. It's slow, antiquated, you know how to quit. >> Exactly right, so if you don't look at Forrester or Gartner, they'll give you stats that 80% of the B2B sales cycle is done anonymously today. Meaning, they don't want to contact the vendor. There's an abundance of data on the web. And so we appreciate that. We want to actually enable an engagement through learning. We call it the actual dark funnel. This is all the research where it's happening without the vendor being contacted, without someone raising their hand and saying I want a vendor message. Because of this activity that we're able to see and be patient with, we're allowed to engage when the prospect or customer says they want to. But in a nurture format, so it's more respectful of their time. And all the while, this engagement idea is we're giving them content when they want it, when it's on demand, and when it's appropriate. >> And there's all kinds of new data laws coming, so you got to navigate that kind of regulatory environment. But we've been saying on theCUBE, this is our 10th year, and you know the old way and now we got a new way that you're on with company is that people are connected. Everything can be instrumented. This is the big data revelation that started about 10 years ago when the big data movement, and when people said hey data's going to be a big part of it. But with the internet, everyone's kind of connected, so you can technically measure everything. So as a company, how do you look at data? I mean data's fundamental to your vision and your execution. How is that ingrained into the culture and your product? >> Good question and first like to say we respect privacy in the data and personal and companies. So we are GDPR compliant, SOC 2, CCPA, the new California laws as you know. And that is part and parcel to our strategy, respect it. But at the same time, today's consumers generally want to be known in some way, shape or form because they understand the experience of engagement, whether it's an account or an individual customer. The experience is that much richer, if it's personalized and done with taste. Meaning, it's not spam. It's not a thousand emails. It's a meaningful, purposeful, time-based engagement,' content's relative to when they want to know something. >> Well I like what you guys are doing. I like this next gen architecture. It's definitely been valid. You've seen the rise of Amazon. Microsoft's shifted their business model to the cloud. And you're starting to see other ones, other people shifting. IBM shifting to the cloud. So they're all shifting to this new business model. So for you guys, 6sense, talk about and tell me about your target market. What market are you going after? Is it the marketing automation? Is it like the sales platform? What's the market that you're in now, and what market are you expanding into? >> Interesting you say that, so we're classically B2B. We obviously have a bunch of tech customers as our, in the account universe. But also manufacturers, service businesses. We are going after the entire B2B organization because the world as you know it, relative to marketing and sales, is changing. And so it's not just marketing automation that we're replacing, or a next generation of, it's customer success. It's the sellers. Our customers' sales organizations use it with their sales people to understand insights of their accounts and how to engage. So I'd say it's that whole universe, and it's that infinity loop across customer, sellers, marketers. >> You know, I want to just before I get into some of the business model questions and target audience, the buyer, you mentioned customer success. We're seeing a lot of energy around what that is. It used to be customer success was like customer satisfaction, support organization. You're seeing companies bring customer success much further forward into the sales and marketing process for pre-sales and or ongoing engagement as some of these SaaS environments evolve. >> Jason: Yep. >> Are you seeing that, and what's going on with this customer success? I'm seeing a lot more other than lip service. It's pretty integral with companies, organizations these days. What's your thoughts on that? >> I think all of us drive to be customer first, customer happiness, loyalty. Sure, why not? I mean, that's what we should do as organizations. Our software actually, interestingly enough, allows customers to monitor how their customers are engaging with the vendor. And for instance, they may be, if we see a spike in looking at a competitor, the customer will say, hey are you happy? Or product telemetry and usage. We help companies track that usage and see spikes and based on that intent, you might engage with your customer differently, high or low propensity to actually churn. We help with churn mitigation and churn management. >> Okay, let's get in to the product. We're kind of teasing around the product. What is the product? What's the core jewel? What's the IP? What's the main platform look like? What's the product? >> So as mentioned, we're a big data company first. Meaning, we believe it all starts with the data. Because of the compute power available, we're analyzing data, which is your first party data. So all your historical sales and marketing outbound, maybe your CRM system, your marketing automation system, some of the systems that will continue to evolve. And we'll match that data with behavioral data. So what's happening on the web, what's happening through maybe it's cookies, email hashes, display account ID, advertising ID. And we've patented an approach called a company ID graph. And this ID graph is essentially this marriage of people, personas, and accounts and what's going on. Based on the insight that comes from this monitoring, you can create audiences or segments to market to, to sell to. So the insights would be on the marketing side, relative to how do I parse my total addressable market. Or on the seller's side, Oh, I can understand what my count or my prospect might be doing today, therefore I want to execute XYZ tactic, and all led by AI. >> And so I got a, good point there about sales and marketing. In the old way you had a marketing tech, and a sales tech. The lines have blurred, almost seem to be fully integrated now, they're one in the same now, seems like that's the way you guys look at it. Is that true? >> Absolutely, I grew up in sales and marketing and the old world they didn't talk to each other. Today this is absolutely the glue, the connective tissue for sales and marketing so you can start with, whether it's marketing or sales ops, you start with a central plan around your account universe, and then parse from there and segment from there. And so, marketers and sellers will come up with the annual strategy, but allows the conversation. So it's no longer is my lead any good. We've got data around the lead, is the customer responding to an ad campaign. We've got data that it's true. It's not, you know, maybe. >> Yeah, it's always the sales guys always tripping about the leads, these are good leads. The leads are from Glen Gary, Glen Ross, always great quote, good quote that in there. All kidding aside, at the end of the day it's about customer satisfaction. No one wants to be marketed to, so it's a wave of personalization coming. And we're starting to see that now with Big Data, kind of set the tone on that. How are you seeing this new account based marketing and company selling platform. To deliver this kind of personalization it adds value. How do you orchestrate all that? So this is the big challenge, how do you bring that all together? What's your thoughts? >> So, actually our platform allows for that. So as you might imagine, you mentioned the sales funnel, and start with you know customer having initial curiosity, or maybe down at the bottom of the funnel there, actual buying stages through procurement. Based on where we detect someone is in the funnel, you would personalize the content. So if we detect through ID graph, that the company or person might be interested in general awareness, awareness content. If they're down in the buying cycle, far down into the funnel, then it's more related to transactional, meaningful clips that would be more relevant. And that is the personalization, so it's stage appropriate as someone would want to consume it. As there engaging with us. >> Jason give us some of the top use cases that you guys are seeing, as you start to see visibility, you got $40 million in funding, third round venture. You got customer growth, good growth. What's the visibility, what do you see in front of you, what are the use cases? >> Great, so for the capital, I assume you mean. We've had two great years, we've doubled the company two years in a row. We're expanding, so it's actually going to be sort of broad brush, we're expanding our field organization, we're expanding the engineering. We're looking for acquisitions that are strategic, and so our growth will be both organic and inorganic, but it's because of the success and the growth. We want to build the product better to make the customer happier. And that is the general use, of our international expansion. >> So I'm a customer, sell me on this, what's the pitch? >> So-- >> I'm a big tech company, I've got five tons of data. People, internal knife fights going on, I got this platform, we got to get the ROI out of it. How do you, what's the, what's in it for me, pitch me? >> Hey, John is your sales organization happy with the leads? Do they think it's quality? >> The leads are shit. (John laughs) >> The leads are shit, we can help you there, we actually have you know AI helping us understand your account prospects of whose high propensity to buy. We help your sellers. Does marketing talk to sales, John? >> They have meetings, no one want to attend them, I mean this is the kind of thing that goes on. I mean we're talking about, kind of role playing here, but in real time, Hey, no, we're good. It's the sales guys fault, they're not good enough. >> Yeah, exactly, so-- >> The leads are terrible. So there's obviously, again, this is the kind of thing, the tension that goes on. >> Yes, so from the marketers perspective they're looking for a more data driven approach to, and again data helps, data doesn't lie. You know it's sort of math. And so it's no longer speculative, it's we can see the engagement if we run a campaign, whether it be email, ads, social posts, chat bots. All this is collecting data, and showing data relative to efficacy, and that is actually what the marketer wants, and candidly the CEO wants to the see the result of those joint selling and marketing efforts. >> All right, so you got me hooked. Let's do something. How do your clients engage with you? What do they do? A POC? Do they just have a sandbox, is there kind of a freemium tier? can you explain some of the business model and engagement? >> Sure, yeah. We do POC's, we do sandbox. But interestingly enough, we can turn the data on in an hour, an actually a prospect can see what's happening in their universe, they're competitive universe or their own. website, for instance. And so that's a very easy way, tell-tale sign to see data at work. We have low entry points, where companies can come in at 30K at 20K, and start. Or we have million dollar plus contracts that you know span the breadth of sales, marketing and customer success. So it's an easy entry point, you can grow with data, you can grow with users, or you can grow with models. >> So Facebook, and LinkedIn are on, and Twitter, but mainly Facebook and LinkedIn are showing micro targeting as highly valuable. I mean the election train wreck that's happened this past few years, and even this year, I see Facebook has their own issues, but LinkedIn, a lot of people from a B2B standpoint, like LinkedIn. It's network effect kind of distribution, you got targeting, you got a lot of metadata in there. So it's kind of brought up the conversation around micro-targeting. Why can't you just go at the people? You guys do an account based marketing and sales orchestration platform, and you've got these little walled garden organizations out there like LinkedIn. I'm not sure they're selling the data, do they do that? Do you work with LinkedIn, so will there be more LinkedIn? Nope, we got our data, we're going to keep it? Data becomes the key, but if they're going to hoard the data, it's a problem. How do you address that? First of all, do they hoard the data or not? And if so, how do you guys get around that? >> Well you know LinkedIn's got a wonderful business, and they, to agree some of this wall, are a partner of ours, and actually we'll have some announcements pending. So I'll save that for later, but -- >> So they are engaging with platforms, LinkedIn from a data standpoint. >> Very much so, we're an active talks with LinkedIn. And I think we all want to share for the benefit of the ultimate customer experience. And we believe that because we have the Big Data, and we also allow for that micro-segmenting. LinkedIn's another channel, and we want to activate every channel through our platform and that is our strategy. So we allow you as mentioned before, email, display, social sites. >> Do you guys have a program or approach or posture to the marketplace in terms of, if I have a platform, do I engage with you. Can I be a partner or am I a customer? How do you look at the biz dev or partner side of it? >> You know part of the $40 million funding is going to allow us to build out the partner ecosystem that's already in play. We work with agencies, ad agencies. We work with professional service organizations. We work with complimentary software products. We want it to be an open system. We want to be able to bring your own data, and we'll carry it for you to make the AI that much smarter. >> Awesome, great stuff, quick plug of the company, we're you guys at in terms of head count? What are some of your goals this year? And what are you guys looking for, obviously hiring, you said, you mentioned earlier? Give a quick plug for the company. >> Yeah, thank you for that. As I mentioned we doubled the company two years in a row. We've tripled our head count. You know we're hiring everyday in every single segment, looking for people. We'd love to talk to you. We've also tripled our customer base in that same period. So, things are going well, we're happy and I think the big challenge is just keep doing it, and deliver delightful experience for customers. >> Interesting, companies can be very successful Jason if they have a certain you know view. You guys are data first, you got to a horizontal view of the data, but yet providing a specific unique solution to differentiate off that. We're video first, that's our angle. A lot of people having virtual first. Your starting to see this new kind of scale with companies. So I want to ask you about your vision for the next few years. As you look out as the wave is coming in, it's very clear. Cloud-scale, the roll of data, machine learning and AI. It's going to build this Application Layer that has to be horizontally scalable, but yet vertically specialized, for the use cases. Which requires a very dynamic data intensive environment. What's your vision of the next few years? How do you see the world evolving? Because there's a lot of big companies, and start-ups that have been around doing a lot of these point solutions that are features. How do you see this next wave go in the next five years? >> I had a thesis three years ago, I joined the company that these point solutions would go away because they weren't data driven. The hard work is in the large data, the applying the ML and AI on top of that and then doing something with that. We surfaced in applications for the last two years, we've been building the apps that allow marketers, sellers, and customer success organizations to prosecute that data, understand the data and let AI recommend a tactic. So I think it'll just be more of the same but specialized by use case. So where some of our applicability is generic use cases, we'll get specific to telecom on that use case, we'll get more specific in customer success enabling turn mitigation as opposed to just sellers and marketers. >> That's awesome. And if you look at the current events, I got to get your expert opinion. Donald Trump, the Democrats, they've been using social platforms, political ads are being kicked off, but there is a lot more innovation that they're actually doing. So with all that they had actors out there, there's actually an innovation story that's going on under the covers. What's your view of that, I mean the bad stuff's out there, but they're leveraging the new architecture. Facebook's on record saying that Donald Trump ran the best campaign ever. Mentions why he's winning. >> That's the story and back story is sort of history unfolds when we understand it. Is that these election cycles have leveraged data to run their campaigns and it's the new world. And so while there may be bad actors, I think hopefully the world is majority good. And much like our story, we tryna bring a data solution and help decisioning. Obviously, the political campaigns are leveraging it to. >> Yeah, it's disastrous to see the applications fail like they did in Iowa, but the data's there, I mean it's about time. I always say it's going to be on block chain, and Andrew Yang is, just recently came out and said, All the voting should be on block chain. Maybe that's going to happen someday, we'll see. Jason thanks for coming, I appreciate the conversation. >> I appreciate the opportunity, thanks John. >> Jason Zintak, here the CEO of 6sense, industry veteran. Big pedigree, big company with $40 million in fresh funding. We're talking about next generation platforms, I'm John Furrier, thanks for watching. (upbeat music)

Published Date : Feb 6 2020

SUMMARY :

and the people making it happen for the next generation Your company is squarely in the middle of this and compete and happy to have announce that last month. What's interesting is that you mentioned And the second we got done doing weeks of if then outside the funnel, sometimes inside the funnel, It's slow, antiquated, you know how to quit. And all the while, this engagement idea How is that ingrained into the culture and your product? the new California laws as you know. and what market are you expanding into? because the world as you know it, relative to the buyer, you mentioned customer success. and what's going on with this customer success? in looking at a competitor, the customer will say, We're kind of teasing around the product. So the insights would be on the marketing side, seems like that's the way you guys look at it. is the customer responding to an ad campaign. Yeah, it's always the sales guys always tripping And that is the personalization, What's the visibility, what do you see in front of you, Great, so for the capital, I assume you mean. I got this platform, we got to get the ROI out of it. The leads are shit. we actually have you know AI helping us understand It's the sales guys fault, they're not good enough. the tension that goes on. and candidly the CEO wants to the see the result All right, so you got me hooked. So it's an easy entry point, you can grow with data, And if so, how do you guys get around that? and they, to agree some of this wall, So they are engaging with platforms, So we allow you as mentioned before, How do you look at the biz dev or partner side of it? You know part of the $40 million funding is going to allow us And what are you guys looking for, Yeah, thank you for that. So I want to ask you about your vision I joined the company that these point solutions And if you look at the current events, That's the story and back story is Jason thanks for coming, I appreciate the conversation. Jason Zintak, here the CEO of 6sense, industry veteran.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
JasonPERSON

0.99+

Jason ZintakPERSON

0.99+

$40 millionQUANTITY

0.99+

Donald TrumpPERSON

0.99+

JohnPERSON

0.99+

IBMORGANIZATION

0.99+

LinkedInORGANIZATION

0.99+

MicrosoftORGANIZATION

0.99+

IowaLOCATION

0.99+

two yearsQUANTITY

0.99+

AmazonORGANIZATION

0.99+

John FurrierPERSON

0.99+

ForresterORGANIZATION

0.99+

Andrew YangPERSON

0.99+

February 2020DATE

0.99+

FacebookORGANIZATION

0.99+

GartnerORGANIZATION

0.99+

CaliforniaLOCATION

0.99+

Glen GaryPERSON

0.99+

OracleORGANIZATION

0.99+

six degreesQUANTITY

0.99+

Glen RossPERSON

0.99+

6senseORGANIZATION

0.99+

80%QUANTITY

0.99+

todayDATE

0.99+

Palo AltoLOCATION

0.99+

Super BowlEVENT

0.99+

ResponsysORGANIZATION

0.99+

10th yearQUANTITY

0.99+

TodayDATE

0.99+

GDPRTITLE

0.99+

TwitterORGANIZATION

0.99+

SOC 2TITLE

0.98+

30KQUANTITY

0.98+

this yearDATE

0.98+

Insight PartnersORGANIZATION

0.98+

three years agoDATE

0.98+

bothQUANTITY

0.98+

five tonsQUANTITY

0.98+

last monthDATE

0.98+

an hourQUANTITY

0.97+

firstQUANTITY

0.97+

two great yearsQUANTITY

0.96+

DemocratsORGANIZATION

0.96+

SalesforceORGANIZATION

0.94+

CCPATITLE

0.94+

FirstQUANTITY

0.92+

CUBEORGANIZATION

0.91+

20KQUANTITY

0.91+

third roundQUANTITY

0.9+

theCUBEORGANIZATION

0.9+

about 10 years agoDATE

0.9+

Salesforce.comORGANIZATION

0.89+

last two yearsDATE

0.89+

million dollarQUANTITY

0.87+

Jeff Scheaffer, Cisco | Cisco Live US 2019


 

>> Announcer: Live from San Diego, California. It's the Cube. Covering Cisco Live US 2019. Brought to you by Cisco and its ecosystem partners. >> Welcome back. We're here in San Diego Convention Center for Cisco Live 2019. I'm Stu Miniman and my co-hosts Dave volante. Lisa Martin's also been here for our three days, wall to wall coverage with about 28 to 30,000 here in attendance for the 30th anniversary of the user and partner show for Cisco. Happy to welcome to the program our first time guest, Jeff Scheaffer, who's Vice President of Product Management Strategy inside of Cisco. Thanks so much for joining us. >> Thank you Stu, glad to be here. >> Alright, so Jeff DNA center, some of the environments that you have. There were some announcements on Monday, why don't we start there? Walk us through the updates to the product line. >> Thanks Stu. So we're really excited, right. >> So as you know, with Cisco, we're really building out the intent based network, in support of digital transformation for all of our customers. And one of the key aspects of the intent based network is that we have incredible programability in the network, all supported through the DNA see controller. And this week, we're really excited. We announced two new innovations in the controller. One was incorporating a new set of analytics and machine learning capabilities as part of our assurance package so that we can more quickly troubleshoot network issues. And the third is being able to connect together the multi dev environments. So how do we stitch together, the software defined access to the Software defined WAN, to the software defined data center so that we can lay digital services across the entire network. >> Stu: Yeah, it's a story we've been watching the last couple of years at Cisco is that this move to software in many ways as a unifying factor. >> Yes. >> Used to be I had all these product lines, and I need to learn the interfaces, as my friends that come to the show for many years, when you said single pane of glass, there's like, come on that's spelt P-A-I-N. Today's world, it's an API economy. And what's been really interesting to watch the last... Recently, a lot of times, it's that ml and AI underneath that spans and helps automate a lot of those pieces underneath the covers now. >> Yes, absolutely, it does. So the thing we're excited AI is a broad topic as you know. And underneath that umbrella we have built in new capabilities around the machine learning, the ability to do deep learning, as we look at anonymized data sets in the cloud on deduce patterns that people don't know yet. And then thirdly, we're looking at machine reasoning. So how do we take that the analytics to pinpoint or identify anomalies in the fabric of the network in these new IBM fabrics and then be able to couple that with a set of orchestrated automation so that we can we can emulate the behavior that a network engineer would normally do in order to troubleshoot and diagnose problems and so we're that much faster at identifying them, pinpointing the root cause and then actually being able to give recommendations if not automatically fixing it, the recommendations to resolve the issues. >> So the programability aspect, of course, we're here in the DevNet zone. So, can we dig into that a little bit? I mean I'm imagining by that, it allows me to provision, bandwidth performance, certain levels, all through API calls and it's through software. And I can set thresholds, I can talk more about what that does for me as a customer. >> Sure. So in general, within DNA center, we have a kind of very rich programability capability. It's very much an API first developed controller. So everything that we can do within the controller is a setup of published and curated API's. And those API's come in different categories. So we have API's that are around the automatic configuration and the provisioning of the network infrastructure. Very much, Dave as you're suggesting that you can run as a headless entity inside of a if somebody like a lot of service providers and partners are using this to offer a service to their end customers. And so they can automatically provision out the network and they can do that in support of new applications. We're really actually excited with that in our partnership with Red Hat, we just introduced a new set of answerable plugins as an example, to support a DevOps process by which software developers build new applications as part of that DevOps code pipeline. By using the answerable plugins, we can actually drive automation into the network to provision the networking in support of those apps. So a lot of capabilities there. >> So is the uniqueness of that you can actually do that or is the uniqueness that you're Cisco. >> I know. So to a large part of it... In terms of the way things have been done historically, and this is that most of the time, if you were to look at how do you configure a network, it was device by device and it was through command line interfaces. >> Right. >> And it's error prone, it's complex, it's cumbersome, it takes a lot of time. And so what we've done with the network controllers, is by moving above the top of the intent based network, we're actually able to automatically configure and provision either policy through policies, either QoS or segmentation for security and do that in a very automated way. And to be able to do it in a scalable way. So that is an amusing new kind of configuration mechanisms we're very proud of the work we're doing around NetComp and YANG Models and that's something that's very unique in the way we're approaching that in the market today. >> Yeah, Jeff, historically, one of the concerns was the network. It's tied to the application wasn't as tight there. It's like you talked about networking people, it's just the water that runs through the pipes that we watched with first with ACI now with intent based networking. We're getting closer and closer to that application, especially you talk about multi domain what's going on at ties right with the microservices architectures that are coming on there. So as the applications get more complicated, the network needs to be able to understand what's happening there and respond to what's needed and give back the services that they need. >> Yeah. So I think building on where you're taking that conversation, one of the really kind of key or anchor points of the whole idea around the multi domain integrations that we provided, when we bring together Software Defined access, the software defined when and the software defined data center. We're using the the rich API's that exists in all of our controllers, whether its DNA see for software defined access, whether it's vManaged for the software defined WAN, or whether it's ACI around the software defined data center. And we're integrating all three of these controllers so that they can do a couple of really important things for customers. So in the context of the application. So the very first thing is how do we provide for segmentation? So segmentation is about how do we provide access policy and drive that into the network so that the right users have access to the right applications and other people don't. And then being able to use the programability. If the user moves from say the campus to the branch, we can automatically have the policy follow the user. If the application moves from the data center to the cloud, We can have the policy automatically follow the application and that way we always ensure that the right people have access to the right applications at the right time. The other use case around the around the API's and the multi domain segmentation is that to the extent an application needs quality of service. We think about an 82% of the US we move forward in time or roughly 82% of the traffic on the internet is starting to become video on the networks and like an 8k video is 7.29 terabits per second. So how do you ensure that there's enough bandwidth and enough quality of service to ensure the latency of like virtual reality or augmented reality where latency matters. And so the other thing we're doing with policy is provisioning up the Qos, so that as you configure it in the data center, it's honored in the software defined WAN and it's honored it all the way to the end user in the software defined access. >> Stu you were saying earlier how traditional is like don't touch my network, right, okay. So Jeff, my question is if you look over the last 10 years, as you bring in the software design defined data center and infrastructure programmable and infrastructure, infrastructures code. How is that change? And is it changing the relationship between infrastructure pros and application developers and application development heads? >> Yeah, absolutely, absolutely. So kind of comes from two different angles. So number one, from the extent that every software development organization becomes more and more of a DevOps organization and they want to be able to deliver value, the experience, the velocity around the applications to production, as they go through those code pipelines through the DevOps practices, they need to be able to automatically provision out test environments, they need to be able to automatically provision out the pre stage and then automatically promote the applications into production environments. And that's what why it's so important, for example, as we as we mentioned earlier about the answerable plugins that allow the configuration of the network in support of application DevOps teams. The second thing that we find with the network engineers themselves, to the extent we've defined everything as software defined. We have this rich set of digital services that we're starting to manage in these infrastructures and through the controller that programability, the controller, network engineers are having to evolve their capability. And so, you know, we're really excited that the show that Susie Wee, who leads our DevNet program introduced a whole new category of offerings in support of how you start to become both not only a network engineer, but also development aware through for example, the DevNet automation exchange, by making DevNet certifications available through Cisco certifications. And by hosting these curated communities, where we're able to contribute new applications that run on top of our controllers. We're able to contribute new integrations, new automation, logic, new AI, ml logic, everything that's possible. And by curating it, it means it's curated code, but then it's stored in very common repositories like GitHub. It's still really excited with everything she's doing. If Cisco is going to prime the pump with initially right with apps and code started-- >> We've been priming the pump. But we've actually over the last little bit, we've developed a number of partnerships. So we have over 25 partners that have built value added applications and integrations for example, DNA center, we have a number of partners that have actually taken DNA center and wrapped it with a new kind of a new service offering a solution offering to the network. I'll give you a great example. So one of our partner that Tall tale. So what they've done is they've taken DNA Center at the core and our ability to quickly provision wireless infrastructure. And they've wrapped it with a hook telling solution for Convention Center. So think about a convention center, you have a large space, multiple concurrent shows, every one of them setting up their own wireless network with their own SSID. And so the ability to set these up, tear these down, resolve problems quickly in these high density spaces. And they built out completely as a solution on top of the programability of DNA center and our IBM infrastructure. So it's a very exciting time. >> Alright, so Jeff, some new things announced but I also want you to touch on I believe, about a year ago, API and programability was launched. What lessons learned? What feedback from the customers? Give us the update. >> Yeah, so we launched the programability. And as we mentioned before, it's a kind of a very broad ecosystem of capability. Now, the first thing about, programability is really meant to do a couple of key things. One, and probably most important, is to enable all of our customers to be able to make sure that everything's fit for purpose. So how do we integrate into their existing enterprise ecosystems. And so we know we're API first, we have SDK sample apps, we have a bunch of out of the box integrations that use all these SDK for example, integrations with service now and others. And so that's new. The second thing that we're doing with all of the program abilities, we're using it to enable the community. So the challenges we all know, in technology spaces, is that the rate of innovation continues to expand. It's like innovation is on the sphere. You know, it's the surface area of the sphere. And as every year progresses, that surface area gets bigger. The rate of innovation gets bigger and the ability to keep up with that, exceeds the capacity of most organizations. So the best way to harness that is a community based approach. And if you don't have communities, if you don't have programability, if you don't take that strategic approach, it's very hard to stay current and relevant to the market of the future. So that's another big thing that we're really excited by is being able to track that community and then an ecosystem of partners in development. >> Great, Jeff, want to just give you the final word, a lot going on in your space, any final customer takeaways or things you want people to walk away from your team from Cisco Live 2019. >> Yeah, so the present thing that I'm most excited by is that as we look at the transformation of networks, from kind of the device centricity to how do we manage segmentation in these multi domain fabrics. And do that in support of ensuring quality of experience, so the bandwidth and the latency and support of the applications. Ensuring the segmentation and the secure, being able to minimize the attack surface on these new infrastructures by driving segmentation through the fabric. It really takes kind of a systems approach to this, which is how we bring the intent based network together with, for example, the new Cat9K family from Cisco and then bringing DNA centered the controller together. By bringing those two things together. We're really helping to change the entire architecture of the industry for the next 20 years. So very excited to be here. Thank you guys. >> Excellent. >> Dave: You are welcome. >> Well, Jeff Schafer, really appreciate all the updates. Congratulations on what's going there. For Dave volante, Dave, you have a final word to say. >> Well go Bruins is the only thing I can think about right now Stu. >> That's what I was expecting you to say. So Dave Volante I'm Stu Miniman. We back, getting towards the end of three days wall to wall coverage here from San Diego, for Cisco Live 2019. Thanks for watching the Cube (techy music)

Published Date : Jun 13 2019

SUMMARY :

It's the Cube. for the 30th anniversary of the user some of the environments that you have. So we're really excited, right. And the third is being able to connect together is that this move to software as my friends that come to the show for many years, the recommendations to resolve the issues. So the programability aspect, of course, and the provisioning of the network infrastructure. So is the uniqueness of that So to a large part of it... in the way we're approaching that the network needs to be able to understand If the application moves from the data center to the cloud, And is it changing the relationship that allow the configuration of the network And so the ability to set these up, What feedback from the customers? is that the rate of innovation continues to expand. or things you want people to walk away from your team and support of the applications. Well, Jeff Schafer, really appreciate all the updates. is the only thing I can think about right now Stu. That's what I was expecting you to say.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Jeff SchaferPERSON

0.99+

Jeff ScheafferPERSON

0.99+

CiscoORGANIZATION

0.99+

Susie WeePERSON

0.99+

Lisa MartinPERSON

0.99+

JeffPERSON

0.99+

Dave VolantePERSON

0.99+

DavePERSON

0.99+

San DiegoLOCATION

0.99+

Stu MinimanPERSON

0.99+

MondayDATE

0.99+

Dave volantePERSON

0.99+

IBMORGANIZATION

0.99+

San Diego, CaliforniaLOCATION

0.99+

StuPERSON

0.99+

three daysQUANTITY

0.99+

thirdQUANTITY

0.99+

first timeQUANTITY

0.99+

two thingsQUANTITY

0.99+

oneQUANTITY

0.99+

30th anniversaryQUANTITY

0.98+

second thingQUANTITY

0.98+

this weekDATE

0.98+

over 25 partnersQUANTITY

0.98+

San Diego Convention CenterLOCATION

0.98+

OneQUANTITY

0.98+

threeQUANTITY

0.98+

82%QUANTITY

0.98+

first thingQUANTITY

0.98+

bothQUANTITY

0.97+

two different anglesQUANTITY

0.97+

DevOpsTITLE

0.97+

Red HatORGANIZATION

0.96+

TodayDATE

0.96+

8kQUANTITY

0.95+

Cat9KCOMMERCIAL_ITEM

0.95+

about 28QUANTITY

0.95+

DevNetTITLE

0.94+

USLOCATION

0.94+

Cisco Live 2019EVENT

0.93+

GitHubORGANIZATION

0.92+

two new innovationsQUANTITY

0.91+

firstQUANTITY

0.9+

7.29 terabits per secondQUANTITY

0.89+

single paneQUANTITY

0.87+

last couple of yearsDATE

0.84+

next 20 yearsDATE

0.84+

Cisco LiveEVENT

0.83+

about a year agoDATE

0.82+

30,000QUANTITY

0.82+

thirdlyQUANTITY

0.81+

todayDATE

0.81+

last 10 yearsDATE

0.77+

ACIORGANIZATION

0.74+

DevOpTITLE

0.72+

Convention CenterLOCATION

0.69+

2019DATE

0.64+

Vice PresidentPERSON

0.58+

YANGTITLE

0.57+

DNA CenterORGANIZATION

0.54+

Susie Wee, Cisco DevNet | Cisco Live US 2019


 

>> from San Diego, California It's the queue covering Sisqo live US 2019 Tio by Cisco and its ecosystem Barker's >> We'll get back to the Cube. We are live at Cisco Live in San Diego. Study. San Diego. Lisa Martin with David Lantana and David Ayer. Super geeking out here, Susie, we is with us back with us. SPP in CTO of depth that Suzy Welcome back. Thank you. It's great to be back. So this event is massive. Cisco's been doing customer and partner events for 30 years now. What started as networkers? We? No, no, it's just alive. Something else you might not know that's also 30 years old. Dizzy. The movie, The Field of dreams. >> Wow, uh, kind of feels like the field does kind of feel like that that are one >> years yes, on ly five years. This has been so influential in Cisco's transition and transformation. You've got nearly 600,000 members in this community. Definite zone. It's jam packed yesterday today. Expect tomorrow as well? Yes, and you guys made simple, really exciting announcements. Yes, we didn't tell us >> about it, so it's fantastic. >> So basically what happens is the network has gotten very powerful. It has gotten very capable. You know, you can do intelligence machine learning you Khun Dio Intent based networking. So instead of the network just being a pipe, you can actually now use it to connect users devices applications use policy to make sure they're all connected securely. There's all sorts of new things that you could do. But what happens is, while there's all that new capability, it's in order to take advantage of it. It takes more than just providing new products and new technology. So our announcements are basically in two areas and we call it. It's like unleashing the capabilities of the new network and by doing it in to a So won is by bringing software practices to networking. So now that it really is a software based, programmable network with all of these capabilities, we wantto make sure that practice of software comes into a networking, and then the other is in the area of bringing software skills to networking because you need the right skills to be able to also take advantage of that. So if I just jump right into it, so the 1st 1 in terms of bringing software practices to networking. We've announce something that we call definite automation exchange. And so what happens is, you know, of course, our whole community builds networks. And as businesses have grown, their networks have grown right and they've grown and grown business has grown growing, grown right, and then it's become hardest, become unmanageable. So while you say there's all these great new technologies, but these things have grown in their way, so our customers biggest problem is actually network automation like How do I take my network? How do I bring automation to it? There's all the promise of it and definite automation. Exchange is built to basically help our community work towards network automation, so it's a community based developer center. What we say is that we're helping people walk, run and fly with network automation by walking. We're saying, OK, there's all these cool things you could do, but let's take it in three steps like first of all is let's walk. So first, just do a read only thing like get visibility, get insights from your network, and you can be really smart about it because you can use a lot of intelligence predictive modeling. You can figure out what's going on. So that alone is super valuable. >> Get the data. >> Get the data I learn on DH. Then next is an Okay, I'm ready to take action. Like so. Now I've learned I'm ready to take action, apply a network policy, apply a security policy, put controls into your network. That's you know. So, uh, walk, run, And then when you're ready to fly is when you're saying okay, I'm going to get into the full dev ops soup with my network. I'm going to be gathering the insights. I'm going to be pushing in control. I'm now optimizing managing my network as I go. So that's the whole slice it. So the wing fact, we want to go to them the walk, run, fly. >> And if I understand from reading your blood, Great block, by the way, >> Thank you. >> A lot of executives, right? Blog's and it's kind of short of yours is really substantively like, Wow, that was >> really something on. That's No, >> But if I understood a truck that you're gonna prime Sisko was gonna prime the pump A cz? Well, yeah, with a lot of ideas and code on DH. Yes, and then engineers can share. There's if they so choose. >> Exactly. So the key part of automation exchange beyond helping people take thes areas. The question is, how are we going to help them? Right? So what happens is what we've been doing with Definitive. We've been helping people learned to code, you know, in terms of networkers, we've been helping bring software developers into the community. We've been helping them learn to use a pea eye's all the good stuff a developer a good developer program should do. But what are networkers have said is I need help solving use cases. I need help solving the problems that I'm trying to solve, like how to get telemetry and monetary, how to get telemetry and insights from my network. How do I offer a self serve network service out to my, you know, customers line of business developers, you know, howto I automate it scale. And so what happens is there's a you know there's an opportunity or a gap between the products and AP eyes themselves and then solving these use cases so are now opening up a code repository, Definite Automation exchange, where the community can develop software that actually solves those use cases. Francisco is going to curate it. It's just going to be code on Get Hub. We'll make sure that it has the right, you know, licenses that, you know, we do some tests and it's working well with the FBI's, and then we're hoping it's going to become. We're hoping, you know, kind of the industries leading network automation code repository to solve these problems. >> Well, it's this key because big challenge that customers tell us that they have with automation is they got all these bespoke tools. None of them work together. So do you think something like this exchange can help solve that problem? >> It can. I believe it can. So the reason being is that you know, there are tools that people use and everybody's environments a little different. So some might want Teo integrate in and use answerable terra form, you know, tools like that. And so then you need code that'll help integrate into that. Other people are using service now for tickets. So if something happens, integrate into that people are using different types of devices, hopefully mostly Cisco, but they may be other using others as well way can extend code that goes into that. So it really helps to go in different areas. And what's kind of cool is that our there's an amount of code that where people have the same problems, you know, you know, you start doing something. Everyone has to make the first few kind of same things in software. Let's get that into exchange. And so let's share that there's places where partners are gonna want to differentiate. Keep that to yourselves like use that as your differentiated offer on DH. Then there's areas where people want to solve in communities of interest. So we have way have someone who does networking, and he wants to do automation. He does it for power management in the utilities industry. So he wants a community that'll help write code that'll help for that area, you know, So people have different interests, and, you know, we're hoping to help facilitate that. Because Sisko actually has a great community way, have a great community that we've been building over the last 30 years there the network experts there solving the real problems around the world. They work for partners, they work for customers, and we're hoping that this will be a tool to get them to band together and contribute in a software kind of way. >> So is the community begins to understand never automation and elect your pathway of of walk, run fly swatter. Soothe projected business outcomes that that any industry, whether it's utilities or financial services, will be able to glean from network automation. I can imagine how expensive from topics perspective it is all this manual network management. So what? Oh, that's some of the things that you projecting the future that businesses who adopt this eventually are going to be able to re >> Absolutely, I mean, just, you know, very simple. Well, so many, so many things. So, uh, in the in the case of what's a manufacturing, because you're talking about different industries? So there's a whole opportunity of connected manufacturing, right? So how do I get all of those processes connected, digitized and write. Now write things air being pretty much run in their way. But if you can really connect them in, digitize them. Then you can start to glean business insights from them. Right? Should I speed up? How's my supply chain doing where my parts Where's my inventory? Everything. You get all of that connected. That is like a huge business implications on what you can do. >> You have a kitchen, get start getting the fly will effect around all that data. Akeley. So I've always been fascinated that you see definite zone and there's these engineers ccs saying Okay, I want to learn more. I want to learn how to code numbers keep growing and growing and growing. And so you've got new certifications. Now that you're >> out of that was, >> this's huge. You need to talk about that, >> Yes, so that, you >> know, kind of the second part of our thing is like how we're bringing software skills to networking. So to get you know, the most of all this opportunity, you do need software skills. And of course, that's what Definite was originally founded on is really helping people to build those skills. But we've kind of graduated to the next level because we've teamed up with the Learning and Cisco team, which creates Cisco Start ification program. Cisco has, you know, an amazing certification program. So the C C. A is the gold standard and certifications and you know networkers around the world have that C C I status partners have built up. They pay people for that. You know any customer who's deploying now, which they will hire the CCS. So that was founded in 1993. The first see CIA, and that program in the next 26 years has grown to what it is. And what we've done is we've teamed up with them to now add a definite certification. So we're bringing in software skills along with the networking skills so that we have the Cisco certifications, the Cisco definite certifications sitting side by side and you know we believe it. You know, right now the people who you've seen in the definite Zone are the ones who know what's important. They come in there doing it. But they said, I want credit for what I'm doing. Like I get credit, I get a raise, I get bonuses. My job level depends on my networking sort of occasions. I'm doing this on my nights and weekends, but I know it's important. And now, by bringing this into the program, my company can recognise this. I'm recognized as a professional for my skills. It helps in all sorts of ways. >> So go ahead. Please >> think this just sounds way more to me than the next step. In Definite. It sounds like it's a revolution. >> It's a revolution. >> First addition in 26 years, that's bay >> now. I mean, there have been changes in the program, but it's the biggest change in those 26 years. Absolutely. And you know, like we'll see what what happens. But I think it is, Ah, step change in a revolution for the industry because we're recognizing that networking skills are important and software skills are important and critical. And if you want to build a team that can compete, that can really help your companies succeed, you're gonna want both of these skills together in your organization. And I believe that that's goingto help accelerate the industry, because then they can use all of these tools, right? So right now on it department can either hold the company down or accelerate a company to success because the question is, how quickly can you help someone adopt cloud? How can they do multi cloud? How convey innovative software speeds? And now we're here, hopefully catalyzing the network industry to be ableto work at that speed. >> I was joking. You wanna be the department of No or the Department of Go? Let's go. So is being a C C. A prerequisite to the definite certificate is not okay, so is not linear. So you're getting CC eyes obviously lining up to get certified to see him here So you could get kids out of college saying, Okay, I want in. >> Absolutely. And so the way that it works is that, um so actually you could. So what we have with the Cisco certifications for both the definite as well as the original Cisco started Take bath is that there's an associate level, which means you have about a years working experience. You know enough. So see CNN, Cisco Certified Network associate. They know enough about networking so that they can learn the fundamentals of networking and then be effective as part of a team that runs networks. So that's what that certification does for you. Way also now have a definite associate, which is ensuring that you have the software skills that you can also enter a team that's writing software applications or doing automated work flows for a network. And we have to know that all developers are not created equally. So just cause you wrote a mobile app doesn't mean that you can write software for, you know, running operational network. So the definite association is more like you need to be able to securely use AP eyes, right? So there's a lot of things that are within that. And then we have the professional in the expert levels. Um, and we have it on both sides now. Originally, way were thinking that there's the network engineer path. We're going to sprinkle a little software in there, and we'll have the definite path for a software developer, and it would be its own path. But we got feedback as we started presenting to our partners into our customers. And then they're like, No, this cannot be separate people. It's like it needs to come together. And so then we changed our how we thought about it, and we said that there's a set of engineering certifications and there's a set of software certifications. Anybody can get what they want, and you can start to combine them in very interesting ways. >> I could put together my own career, Mosaic. >> Absolutely so if you said, You know what? I am going to be that tick ass networker. And if we have the unicorn of like and I'm goingto you know over time, we're going to offer definite expert in the future. I said, I'm going to be a CC expert in the future. Be a definite expert. That's awesome. But we're not forcing folks to do it, because maybe you're going to be a CC. I get a definite associates so that you can speak the language of software and know what it does. But then you'll sit alongside a developer, and you guys will be able to speak the same language together. And we also make sure that our developers learn a bit about networking. So if you look at that associate, it's kind of 80 20 networking software, the other one's 80 20 software and networking so that they can actually work and talk to each other. >> So looking at these big waves that were writing right now and compute in network with G WiFi six s edge a prize anywhere, how is definite and the certification that you've just unleashed into the world? How is it going to enable not just the community members. Yes, who helped accelerate Companies take advantage of some of these big ways. But how is it going? Helps drive Cisco's evolution? >> And so and you bring up a great distinction, which is as we talk about a new set of applications. And we talked about this that create a definite create when you're there. Is that APP developers? If they understand the capabilities of the network, they can actually write an entirely new set of applications. Because you know, five g y fi six are better. If you understand EJ computing in the opportunity there, you know a networker will install a network that can host apse that makes edge computing riel. So there's another reason for the app developer a community to come together with the networkers. So when we talk about now, how does this help? Cisco is Well, first of all, it takes all of the networkers that are out there, and it insures that they're getting to that next level so that you're really fully using those capabilities and that worked, which can then accelerate business, you know. So it really is. The new capabilities are entirely different. Wayto look at networking that really do Tie and Dr Business On the other is the other part we're talking about is those APP developers that come in and write great applications can come in and now really be connected and actually use that whole network infrastructure and all its capabilities. So that really ties us to more kind of, you know, instead of a networker going in instead of going in and selling network kit and then figuring out the line of business things separately, you Khun, bring those applications into our ecosystem and into our offerings. So it's an integrated offering like here's a connected manufacturing offering that includes what you need to connect as well a CZ third party applications that are great for the manufacturing industry. And now you're looking at selling that whole solution >> and applications that we haven't even thought of a member in Barcelona walking into the i o. T Zone and seeing some programmable device from a police car on a camera. And, yes, some of these guys could just they're going to create things that we definite create, haven't even conceived, so you're creating sort of this new role. To me, it's like D B A You know, CC, it's now this new definite creator in a role that is going to have a lot of influence in the organization because they're driving value right there, going toe, bring people with them. People going to say, Oh, I want that. So now you think you're going to stand in Barcelona? The number of people that you've trained, I don't know, make many tens of thousands. I mean, where we have today with >> hundreds of thousands, wait half 1,000,000 5 100,000 Last year were at six >> 100,000. This was going 100,000 organic new members over the last year. So >> people here over half 1,000,000 now. >> Yeah. Yeah. So unbelievable. Yep, definitely So I know it's great. And just people are interested, right? So people are interested. People are learning, you know? And that's what makes it, you know, interesting to me is people are finding value in it, and they're coming. So s O. I think that, you know, kind of definite in the last five years has been kind of like an experiment, right? So it's just like, is the industry ready? Like do networkers really want to learn about software. What air? That we've been kind of prime ing it. And, you know, by now getting to this next level, you know, just the certifications. What we have learned from all of that is that it's really and that, you know, with the new capabilities in the network, we can really take our community and our bring new people into our community to make that opportunity really into Dr Business from the network. >> Everybody wants the code >> had they dio and some >> people >> are scared. Actually, some people are very scared. >> You mean intimidated, >> intimidated, intimidated. Yes. So there's the set of people who've come in early, right? And they're the ones who you've seen in the definite Zone. But everybody, of course, they start out scared. But then right after they get over that fear, they realize this really is a new future. And so then they start jumping in, and so it's both beer and then opportunity. >> Then they're on strike. That's what it's all about, Yang. And absolutely, I could do this for my business and >> absolutely, I would love to know the end that near future, how many different products and services and Maybe even companies have been created from the definite community for springing all these different Pittsburgh folks together. Imagine the impact >> it is. I mean, like, one really small things. You've been with us at our little definite create conference is we have something there that's called Camp Create, which is where they spend a week hacking, right? So and this It's kind of sometimes our most serious attendees because they're choosing Teo Code for the weak is what you know as well as to attend way. Didn't really add it all up yet. But what we found is there's about 25 to 30 people who attend. Met a bunch of them got promoted in that year. Wow. So in different ways, you know, not in ways that are necessarily connected but in their own ways, like in their company. This person got promoted to this to this one area. This other person, one person was a contractor. They got converted to a, you know, full time employee. So you know, we have to go and do the math on it. But what's amazing is that you know it just you know that bring that fills our hearts. >> It's organic too. Well, Susie, we Thank you so much for joining David. Me on the clean. You're going back with me tomorrow. And some guests. I'm looking forward to that. Excellent. Yes, Absolutely. More, More great stars. >> Your duel Co hosting a >> way. I didn't know that. No way. But I'll turn. I'll be the host is Well, I try something new. Way we're >> gonna have fun. I am looking forward to it. Thank you >> so much. And thank you for being with us in our whole vision of definite from the beginning. So thank you. >> It's been awesome. All right. We want to thank you for watching the Cube for David. Dante. I'm Lisa Martin. We will catch you right back with our last guest from Cisco Live in San Diego.

Published Date : Jun 12 2019

SUMMARY :

Thank you. Yes, and you guys made simple, really exciting announcements. So instead of the network just being a pipe, you can actually So that's the whole slice it. really something on. But if I understood a truck that you're gonna prime Sisko was gonna prime the pump A cz? We'll make sure that it has the right, you know, licenses that, you know, we do some tests and it's working well So do you think something like this exchange So the reason being is that you know, So is the community begins to understand never automation and elect Absolutely, I mean, just, you know, very simple. that you see definite zone and there's these engineers ccs saying You need to talk about that, So to get you know, the most of all this opportunity, you do need software skills. So go ahead. think this just sounds way more to me than the next step. And I believe that that's goingto help accelerate the industry, because then they can use all of to see him here So you could get kids out of college saying, So the definite association is more like you need to be able to securely use AP eyes, I get a definite associates so that you can speak the language of software and know what it does. How is it going to enable not just the community members. So that really ties us to more kind of, you know, instead of a networker going in instead of going So now you think you're going to stand in Barcelona? So And that's what makes it, you know, interesting to me is people are finding value are scared. And so then they start jumping in, and so it's both beer and then opportunity. And absolutely, I could do this for my business and even companies have been created from the definite community for springing So in different ways, you know, not in ways that are necessarily connected but in their own ways, Well, Susie, we Thank you so much for joining David. I'll be the host is Well, I try something new. Thank you And thank you for being with us in our whole vision of definite from the beginning. We want to thank you for watching the Cube for David.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
David LantanaPERSON

0.99+

David AyerPERSON

0.99+

Lisa MartinPERSON

0.99+

DavidPERSON

0.99+

CNNORGANIZATION

0.99+

Susie WeePERSON

0.99+

SusiePERSON

0.99+

CiscoORGANIZATION

0.99+

1993DATE

0.99+

San DiegoLOCATION

0.99+

FBIORGANIZATION

0.99+

DantePERSON

0.99+

BarcelonaLOCATION

0.99+

30 yearsQUANTITY

0.99+

San Diego, CaliforniaLOCATION

0.99+

tomorrowDATE

0.99+

CIAORGANIZATION

0.99+

FirstQUANTITY

0.99+

Last yearDATE

0.99+

yesterdayDATE

0.99+

five yearsQUANTITY

0.99+

San DiegoLOCATION

0.99+

two areasQUANTITY

0.99+

The Field of dreamsTITLE

0.99+

both sidesQUANTITY

0.99+

firstQUANTITY

0.99+

bothQUANTITY

0.99+

last yearDATE

0.98+

26 yearsQUANTITY

0.98+

hundreds of thousandsQUANTITY

0.98+

sixQUANTITY

0.98+

one personQUANTITY

0.98+

tens of thousandsQUANTITY

0.98+

Cisco DevNetORGANIZATION

0.98+

todayDATE

0.98+

second partQUANTITY

0.97+

C CTITLE

0.97+

nearly 600,000 membersQUANTITY

0.97+

FranciscoPERSON

0.96+

PittsburghLOCATION

0.96+

Get HubORGANIZATION

0.95+

three stepsQUANTITY

0.95+

about 25QUANTITY

0.95+

30 peopleQUANTITY

0.93+

G WiFi six sCOMMERCIAL_ITEM

0.93+

DefiniteORGANIZATION

0.92+

30 years oldQUANTITY

0.92+

over half 1,000,000QUANTITY

0.92+

SuzyPERSON

0.92+

SiskoORGANIZATION

0.92+

one areaQUANTITY

0.9+

half 1,000,000QUANTITY

0.89+

1st 1QUANTITY

0.87+

USLOCATION

0.83+

Cisco LiveEVENT

0.83+

Teo CodeORGANIZATION

0.82+

last five yearsDATE

0.81+

i o. T ZoneLOCATION

0.78+

last 30 yearsDATE

0.78+

about a yearsQUANTITY

0.78+

a weekQUANTITY

0.77+

Department of GoORGANIZATION

0.77+

first fewQUANTITY

0.75+

C C. ATITLE

0.74+

100,000QUANTITY

0.72+

100,000 organic new membersQUANTITY

0.72+

one >QUANTITY

0.72+

Khun DioORGANIZATION

0.71+

BarkerORGANIZATION

0.69+

Camp CreateORGANIZATION

0.67+

primeCOMMERCIAL_ITEM

0.67+

Varun Chhabra, Dell EMC & Muneyb Minhazuddin, VMware | Dell Technologies World 2019


 

>> Live from Las Vegas, it's theCUBE, covering Dell Technologies World 2019. Brought to you by Dell Technologies and its ecosystem partners. >> Welcome back to theCUBE's live coverage of Dell World Technologies here in Las Vegas. I'm your host, Rebecca Knight, along with my co-host, Stu Miniman. We have two guests on this segment. Both CUBE veterans, so. (laughs) We have Varun Chhabra. He is the VP, Product Marketing, Cloud Dell EMC and Muneyb Minhazuddin, VP Solutions Product Marketing at VMware. Thank you so much for coming on the show. >> Thanks for having us. >> Thanks for having us. >> So we just had the keynote address. We heard from Michael Dell, Sachin Adela, Pat Gelsinger. It's a real who's who of this ecosystem. Break it down for us. What did we hear? What is sort of the most exciting thing from your perspective, Varun? >> So, Rebecca, what we hear from customers again and again is it's a multicloud world, right? Everybody has multiple cloud deployments. We saw Pat mention five on average, cloud architectures in customer environments. And what we keep hearing from them is there are operational silos that develop as part of the tool set, the SLAs that are different, the machine formats. All of these things just lead to a lot of operational silos and complexity. And what customers are overwhelmingly asking Dell EMC as well as VMware, is that how do we reduce this complexity? How do we be able to move work loads together? How do we manage all of this in a common framwork and reduce some of that complexity, so that really they can take advantage of the promise of multicloud. >> So Muneyb, theCUBE goes to, you know, all the big industry shows. >> Right. >> I feel like everywhere I go used to be, you know, it's like Intel and NVIDIA up on stage with the next generation. Well, for the last year, it felt like, you know, Pat and Sanjay were, you know, somebody like that, you know, up on stage. We have the Google cloud event a couple of weeks ago. There was Sanjay up on stage. You come here, there's Sachin Adela up on stage. So, let's talk about that public cloud piece. You know, we know the relationship with AWS, VMware cloud on AWS sent ripples through the industry. And, you know, the Google cloud piece. So tell us what's new, anything different about the Microsoft piece when it comes to public cloud. And how does that fit in relation to all the other clouds? >> Sure, no, I'll amplify what Varun said, right. We think about customer's choice first. And really customer choice as you know, you got multiple cloud providers. We've seen customers makes this choice of, I need to make this, you know, a multi-cloud world. Why are they going towards the multi-cloud world is because applications are going there. And really VMware's strategy has been to say how do we empower customers with that choice? Our, you know, AWS partnership is as strong as ever. We continue to innovate there. And that was our first kind of choice of platform. And Pat alluded to this on the stage. We have 4,000 cloud provider partners, right. And the 4,000 cloud provider partners we've built over the years, and that include, you know, not small names. They include IBM. Like you know they've got Rackspace, some of the biggest cloud providers. So our strategy has always been how do we take our stack and land it in as many public clouds as possible? So we took the first step of IBM, then about 4,000 other cloud providers, be it Rackspace, Fujitsu, Hitachi. Then came Amazon, Amazon being the choice of destination for a lot of public clouds. Today, we kind of further extend that with Microsoft, and you know a few weeks ago with Google. So this is really about customer choice and customers when they want the hybrid multi-cloud piece, it's app-driven. Right, you got two worlds. You got an existing application and you're looking to get some scale out of that existing application. And you're building a lot of native cloud, native applications. They want this, you know, in multiple places. >> All right, so if I could just drill down one level deep. So if I'm going to ask your customer today, my understanding is the VMware's DDC Stack, what does that mean, what do I use, how is that look and feel compared, do I use the Microsoft system center, am I using vCenter, you know. >> Sure, this is really, again, an app-driven conversation, right. There were multiple announcements in here, just to unpack them. It was like, hey, we have the Dell Technologies cloud platform. The Dell Technologies cloud platform is powered by DELL EMC infrastructure and VMware Cloud Foundation on top, virtualizing your full compute network storage with vShere, vSAN, NSX, and management, right. And the second part was really we've got VMware Cloud on a Dell EMC. This is to bring cloud to the work loads, which did in public clouds. We're seeing this repatriation of work loads back on the data center or the edge. This is really driven by a lot of customers who have built native IP in the public cloud, be it Amazon, be it Azure, who want to now bring some of those work loads closer to the data center or the edge. Now this comes to, how do I take my Azure work loads and bring it closer to the edge or my data center? Why is that a need? You know we have large customers, large customers, multi-national, they have 500,000 employees 90 locations worldwide who've built IP, or when I say IP applications natively in cloud. Suddenly for 500,000 employees in 90 locations, they're going ingress egress traffic to the cloud, public cloud, it's huge. How do I bring it closer to my data centers, right? And this is where taking Azure work loads, bringing them on prem, closer, solves that big problem for them. Now, how do I take that work loads and bring them closer, is that's where we landed in the VMware on Dell EMC infrastructure because this brings you closer to the data center, gives me either low latency, data governance, and control, as well as flexibility to bring these work loads back on prem, right? So the two tangents that you're driving, both your cloud growth and back to the edge, the second tangent of growth or explosion is cloud native work loads. You're able to bring them closer to your data center is purely the value proposition, right. >> Well, we heard so much about that on main stage this morning, about just how differently the modern workforce works, in terms of the number of devices they use, the different locations they are when they are doing the tasks of their job. Can you talk a little bit about the specifics in terms of customers you're working with, you don't need to name names, but just how you are enabling those people to be more productive, be more collaborative, and to get their jobs done. >> You know, we get feedback from customers in all industries, so Muneyb can share a few as well. We have large banks that are, you know, they're standardized their work loads on VMware today, as have many more organizations and they're looking for the flexibility to be able to move stuff to the cloud or move it back on premises and not have to reformat, not have to change their machine formats and just make it a little bit easy. They want the flexibility to be able to run applications in their bank branches in the cloud. But then they don't necessarily want to adopt a new machine format or a new standardized platform. That's really what the Azure announcement helps them do. Just like with Data Blue S can now move work loads seamlessly to Azure, use vCenter, use your other tools that you're familiar with today already to be able to provision your work loads. >> All right, Varun, wonder if we can drill into the stack a little bit here. I went to the Microsoft show last year and it was like, oh, WSSD is very different than Azure Stack, even if you look at the box, then it's very much the same. Underneath the covers, there was a lot of discussion of VxRail. We know how fast that's been growing. Can you, I believe there was two pieces to this, there's the VCF on VxRail and then, you know, help explain some of the differences. >> Yeah, so for the Dell Technologies cloud platform announcement, which is, as you said, VxRail HCI infrastructure with VMware Cloud Foundations tightly integrated. So that that the storage, compute, and networking capabilities off of VMware Cloud Foundation are all incorporated and taken advantage of within the HCI infrastructure. This is all about making things easier to consume, reducing the complexity for customers. When they get VxRail, they overwhelmingly tell us they want to use VMware Cloud Foundations to be able to manage and automate those work loads. So we're packaging the sup out of the box. So when customers get it, they have the cloud experience on premises without the complexity of having to deploy it because it's already integrated tightly. The engineering teams have actually worked together and then you can then, as we mentioned, extend those work loads to public cloud using the same tools, the same VMware Cloud Foundation tools. >> And you know, we built on Cloud Foundation for a while. I'm sure you followed us on the Cloud Foundation. And that has been, when, yes, we talk about consistent infrastructure, consistent operations in this hybrid cloud world. And what we really mean is that VMware Cloud Foundations stack. Right, so when we talk about VMC on AWS, is that Cloud Foundation stack running inside of Amazon. When we talk about, you know, our partnership with Azure is that VMware Cloud Foundation stack running on Azure. When we talk about these 4,000 partners, cloud certified, IBM, it is the Cloud Foundation stack. And the key components being the full stack, vSphere, vSAN, NSX, and there's a critical bar in Cloud Foundation call life cycle management. It's missed quite easily, right. The benefit of running a public cloud, they key three attributes you get is you get everything as a service, you get all your infrastructure as software, and the third part is you don't spend any time maintaining the inter-operability between your compute, network, storage. And that is a huge deal for costumers. They spent a lot of time just maintaining this inter-op. And VMware Cloud Foundation has this life cycle manager which solves that problem. That is key. >> Thank you for bringing that up, because, right, one of the big differences you talk about public cloud, go talk to your customer and say, hey, what version of Microsoft Azure are you running? And they'll laugh at you and say, like, well, Microsoft takes care of that for me. Well, when I differentiate and I say, Oh, okay, I want to run the same stack in my environment, how do I keep that up-to-date. We know that VMware customer, it's like, there's lot of incentives to get them there but oftentimes they're N minus one, two, or something like that. So how do we manage and make sure that it is more cloud-like and up-to-date? >> Yeah, absolutely, so there's two ways to do that. One of them is, because the VMware and Dell EMC teams are working on engineering closely together, we're going to have the latest version supported right out of the gate. So you have an update, you know that it's going to work on your hardware, or vice versa. So that's one level. And then with VMware Cloud on Dell EMC, we're also providing the ability to basically have hands-off management and have that infrastructure run in your data center or your edge locations, but at the same time not have to manage it. You leave that management to Dell Technologies and to VMware, to be able to manage that solution for you. So really, as Muneyb said, bringing that public cloud experience to your on-premise locations as well. >> And I think that's one of the big differentiators that's going to come, right? People want to get that consumption model, and they're trying to say, hey, how do I build my own data center, maintain it, but at the same time I want to rely on Dell and VMware to come and help us build it together, right. And the second part of the announcement was really, hey, VMware, Dell, on a Dell EMC, is that manage service offer. The demo you saw from June Yang was being able to have a consumption interface where you can kind of click of a button roll it back into a data center as well as an edge. 'Cause you have really literally very little IT skill sets where in the edge environment, and as edge compute needs become more prolific with 5G, IoT devices, you need that same kind of data governance model and data center model there as well. And that really the beauty of coming to VMware and Dell DMC, Dell Technologies' power, is to maintain that everywhere, right? >> I want to ask you about innovation. One of the things that was really striking during the keynote was the Bank of America executive saying I rely on Dell Technologies to be thinking about four steps ahead of me, even though I obviously have my own customers' needs that I need to be thinking of. I need Dell to be four steps ahead. So how are you, how are you getting in the heads of these obvious problems. >> I think it really comes down to listening to customers, right. As Dell Technologies, as VMware, we have the advantage of working with so many customers, like hundreds of thousands of customers around the world. We get to hear and listen and understand what are the cutting-edge things that customers are looking for. And then we can now take that back to customers like Bank of America, who may have thought about certain scenarios that we would learn from, but they might not have thought about other industries where things could be applicable to their industry. So that drives a lot of our innovation. We are very proud about the fact that we are customer-focused. Our innovation is really driven by listening to customers and having smart people just work on those problems. >> And, you know, customer voice is a big deal. Customer choice, that's why we're doing what we're doing with multiple cloud providers, right? And I think this is really a key to, if you just look at VMware's innovation, we're already talking about this multi-cloud world, where it's like, hey, you've got work loads natively, so how do you manage those? We're already ahead in thinking about Kubernetes with acquisition of Heptio. And you think about it, we've done this innovation in the cloud space, established this hybrid credibility, and we've launched it with Dell Technology now. We're already ahead in this multi-cloud operational model, we're already ahead in this Kubernetes evolution. We'll bring it back with the family and listen to the customers for choice because at the end of the day, we're here to solve customer problems, right? >> I think that's another dimension of choice that we offer, which is both traditional applications as well as applications of the future that will increasingly be customer container based. >> Yeah, I'm just wondering if you can expand on a little bit. You know, one of the things I said, VMware is great, it really simplified the environment. I go back 15 years ago. One of the things it did is, let me take my old application that was probably long in the tooth to begin with, my hardware's out of date, my operating system out of date, stick it in a VM and leave it for another five years. And the users of that are like, oh my gosh, I need an update. How do we get beyond that and allow this joint solution to be an accelerant for applications? >> Yeah, and I think that application is probably the crux of the business, right, we're-- >> It's a long pole in the tent for making change, but uh. >> And applications have evolved. This is actually the evolution journey of IT itself, is where there used to be support systems, now they become actually translate to business dollars, 'cause you know the first thing that your customer, often customer touches, is an application. And you can drive business value from it. And customers are thinking about these old applications and new applications, and they have to start thinking about where do I take my applications, where do they need to land, and then make the choice of what infrastructure is the best platform for it. So really you're going to flip the thing on, don't think infrastructure first and then retrospect apps to it, think app first and then make a choice on infrastructure based on your application need. And really, like you said, VMware kind of took the abstraction layer away from infrastructure and made sure that your VMs could from everywhere. We're taking the same for applications to say, doesn't matter if it's a VM-based, it's a cloud native, we'll give you the same consistent infrastructure and operations. >> Okay, Varun, last thing, could you just tell us of the announcements that are made. What's available today? What's coming later this year? >> Absolutely, so the Dell Technologies cloud platform that's based on VxRail and VMware Cloud Foundation is available now as an integrated solution. The VMware Cloud on Dell EMC, the fully managed offer, is available in the second half of this year. It's in beta right now and, as you saw, we have really good feedback from our customers. And then I think the Azure VMware Solutions offer will be available soon as well. >> All right, well, Varun and Muneyb, congratulations on the progress. We look forward to talking to the customers as they roll this out, and Rebecca and I will be back with lots more coverage here at Dell Technologies World 2019, wall-to-wall coverage, two sets, three days, tenth year of theCUBE at EMC and Dell World. I'm Stu Miniman and thanks so much for watching theCUBE. (upbeat music)

Published Date : Apr 30 2019

SUMMARY :

Brought to you by Dell Technologies He is the VP, Product What is sort of the most exciting thing of the promise of multicloud. So Muneyb, theCUBE goes to, you know, Pat and Sanjay were, you and that include, you So if I'm going to ask and bring it closer to the and to get their jobs done. We have large banks that are, you know, and then, you know, So that that the storage, compute, and the third part is And they'll laugh at you and say, know that it's going to work And that really the beauty of that I need to be thinking of. customers around the world. and listen to the customers for choice dimension of choice that we offer, And the users of that are like, It's a long pole in the and then retrospect apps to it, of the announcements that are made. is available in the congratulations on the progress.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
RebeccaPERSON

0.99+

Rebecca KnightPERSON

0.99+

FujitsuORGANIZATION

0.99+

HitachiORGANIZATION

0.99+

Sachin AdelaPERSON

0.99+

AmazonORGANIZATION

0.99+

Stu MinimanPERSON

0.99+

Pat GelsingerPERSON

0.99+

IBMORGANIZATION

0.99+

AWSORGANIZATION

0.99+

SanjayPERSON

0.99+

Varun ChhabraPERSON

0.99+

Michael DellPERSON

0.99+

MuneybPERSON

0.99+

DellORGANIZATION

0.99+

Dell TechnologiesORGANIZATION

0.99+

MicrosoftORGANIZATION

0.99+

VarunPERSON

0.99+

Muneyb MinhazuddinPERSON

0.99+

Bank of AmericaORGANIZATION

0.99+

NVIDIAORGANIZATION

0.99+

PatPERSON

0.99+

90 locationsQUANTITY

0.99+

two waysQUANTITY

0.99+

VMwareORGANIZATION

0.99+

VxRailTITLE

0.99+

hundredsQUANTITY

0.99+

GoogleORGANIZATION

0.99+

five yearsQUANTITY

0.99+

two piecesQUANTITY

0.99+

RackspaceORGANIZATION

0.99+

Las VegasLOCATION

0.99+

Cloud FoundationTITLE

0.99+

500,000 employeesQUANTITY

0.99+

three daysQUANTITY

0.99+

500,000 employeesQUANTITY

0.99+

two guestsQUANTITY

0.99+

TodayDATE

0.99+

second partQUANTITY

0.99+

4,000 partnersQUANTITY

0.99+

VMware Cloud FoundationORGANIZATION

0.99+

tenth yearQUANTITY

0.99+

twoQUANTITY

0.99+

two setsQUANTITY

0.99+

bothQUANTITY

0.99+

Dell EMCORGANIZATION

0.99+

last yearDATE

0.99+

todayDATE

0.99+

two tangentsQUANTITY

0.99+

IntelORGANIZATION

0.99+

one levelQUANTITY

0.99+

Dell Technologies'ORGANIZATION

0.99+

OneQUANTITY

0.98+

oneQUANTITY

0.98+

Bank of AmericaORGANIZATION

0.98+

John Hennessy, Knight-Hennessy Scholars | ACG SV Grow! Awards 2019


 

(upbeat techno music) >> From Mountain View California, it's the Cube covering the 15th Annual Grow Awards. Brought to you by ACG SV. >> Hi, Lisa Martin with the Cube on the ground at the Computer History Museum for the 15th annual ACG SV Awards. And in Mountain View California excited to welcome to the Cube for the first time, John Hennessy, the chairman of Alphabet and the co-founder of the Knight-Hennessy Scholars Program at Stanford. JOHN, it's truly a pleasure to have you on the Cube today. >> Well delighted to be here, Lisa. >> So I was doing some research on you. And I see Marc Andreessen has called you the godfather of Silicon Valley. >> Marc very generous (loughs) >> so I thought I was pretty cool I'm going to sit down with the godfather tonight. (loughs) >> I have not done that yet. So you are keynoting the 15th Annual ACG SV Awards tonight. Talk to us a little bit about the takeaways that the audience is going to hear from you tonight. >> Well, they're going to hear some things about leadership the importance of leadership, obviously the importance of innovation. We're in the middle of Silicon Valley innovation is a big thing. And the role that technology plays in our lives and how we should be thinking about that, and how do we ensure the technology is something that serves the public good. >> Definitely. So there's about I think over 230 attendees expected tonight over 100 sea levels, the ACG SV Is has been it's it's much more than a networking organization. there's a lot of opportunities for collaboration for community. Tell me a little bit about your experience with that from a collaboration standpoint? >> Well, I think collaboration is a critical ingredient. I mean, for so many years, you look at the collaboration is gone. Just take between between the universities, my own Stanford and Silicon Valley and how that collaboration has developed over time and lead the founding of great companies, but also collaboration within the valley. This is the place to be a technology person in the whole world it's the best place partly because of this collaboration, and this innovative spirit that really is a core part of what we are as a place. >> I agree. The innovative spirit is one of the things that I enjoy, about not only being in technology, but also living in Silicon Valley. You can't go to a Starbucks without hearing a conversation or many conversations about new startups or cloud technology. So the innovative spirit is pervasive here. And it's also one that I find in an in an environment like ASG SV. You just hear a lot of inspiring stories and I was doing some research on them in the last 18 months. Five CEO positions have been seated and materialized through ACG SV. Number of venture deals initiated several board positions. So a lot of opportunity in this group here tonight. >> Right, well I think that's important because so much of the leadership has got to come by recruiting new young people. And with the increase in concerned about diversity and our leadership core and our boards, I think building that network out and trying to stretch it a little bit from the from perhaps the old boys network of an earlier time in the Valley is absolutely crucial. >> Couldn't agree more. So let's now talk a little bit about the Knight-Hennessy Scholars Program at Stanford. Tell us a little bit about it. When was it founded? >> So we are we are in our very first year, actually, this year, our first year of scholars, we founded it in 2016. The motivation was, I think, an increasing gap we perceived in terms of the need for great leadership and what was available. And it was in government. It was in the nonprofit world, it was in the for profit world. So I being a lifelong educator said, What can we do about this? Let's try to recruit and develop a core of younger people who show that they're committed to the greater good and who are excellent, who are innovative, who are creative, and prepare them for leadership roles in the future. >> So you're looking for are these undergraduate students? >> They are graduate students, so they've completed their undergraduate, it's a little hard to tell when somebody's coming out of high school, what their civic commitment is, what their ability to lead is. But coming out of coming out of undergraduate experience, and often a few years of work experience, we can tell a lot more about whether somebody has the potential to be a future leader. >> So you said, found it just in 2016. And one of the things I saw that was very interesting is projecting in the next 50 years, there's going to be 5000 Knight-Hennessy scholars at various stages of their careers and government organizations, NGOs, as you mentioned, so looking out 50 years you have a strong vision there, but really expect this organization to be able to make a lasting impact. >> That's what our goal is lasting impact over decades, because people who go into leadership positions often take a decade or two to rise to that position. But that's what our investment is our investment is in the in the future. And when I went to Phil Knight who's my co-founder and donor, might lead donor to the program, he was enthusiastic. His view was that we had a we had a major gap in leadership. And we needed to begin training, we need to do multiple things. We need to do things like we're doing tonight. But we also need to think about that next younger generation is up and coming. >> Some terms of inspiring the next generation of innovative diversity thinkers. Talk to me about some of the things that this program is aimed at, in addition to just, you know, some of the knowledge about leadership, but really helping them understand this diverse nature in which we now all find ourselves living. >> So one of the things we do is we try to bring in leaders from all different walks of life to meet and have a conversation with our scholars. This morning, we had the UN High Commissioner for Human Rights in town, Michelle Bachelet, and she sat down and talked about how she thought about her role as addressing human rights, how to move things forward in very complex situations we face around the world with collapse of many governments and many human rights violations. And how do you how do you make that forward progress with a difficult problem? So that kind of exposure to leaders who are grappling with really difficult problems is a critical part of our program. >> And they're really seeing and experiencing real world situations? >> Absolutely. They're seeing them up close as they're really occurring. They see the challenges we had, we had Governor Brown and just before he went out of office here in California, to talk about criminal justice reform a major issue in California and around the country. And how do we make progress on that on that particular challenge? >> So you mentioned a couple of other leaders who the students I've had the opportunity to learn from and engage with, but you yourself are quite the established leader. You went to Stanford as a professor in 1977. You are a President Emeritus you were president of Stanford from 2000 to 2016. So these students also get the opportunity to learn from all that you have experienced as it as a professor of Computer Science, as well as in one of your current roles as chairman of Alphabet. Talk to us a little bit about just the massive changes that you have seen, not just in Silicon Valley, but in technology and innovation over the last 40 plus years. >> Well, it is simply amazing. When I arrived at Stanford, there was no internet. The ARPANET was in its young days, email was something that a bunch of engineers and scientists use to communicate, nobody else did. I still remember going and seeing the first demonstration of what would become Yahoo. Well, while David Filo and Jerry Yang had it set up in their office. And the thing that immediately convinced me Lisa was they showed me that their favorite Pizza Parlor would now allow orders to go online. And when I saw that I said, the World Wide Web is not just about a bunch of scientists and engineers exchanging information. It's going to change our lives and it did. And we've seen wave after wave that with Google and Facebook, social media rise. And now the rise of AI I mean this this is a transformative technology as big as anything I think we've ever seen. In terms of its potential impact. >> It is AI is so transformative. I was I was in Hawaii recently on vacation and Barracuda Networks was actually advertising about AI in Hawaii and I thought that's interesting that the people that are coming to to Hawaii on vacation, presumably, people have you know, many generations who now have AI as a common household word may not understand the massive implications and opportunities that it provides. But it is becoming pervasive at every event we're at at the Cube and there's a lot of opportunity there. It's it's a very exciting subject. Last question for you. You mentioned that this that the Knight-Hennessy Scholars Program is really aimed towards graduate students. What is your advice to those BB stem kids in high school right now who are watching this saying, oh, John, what, what? How do you advise me to be able to eventually get into a program like this? >> Well, I think it begins by really finding your passion, finding something you're really dedicated to pushing yourself challenging yourself, showing that you can do great things with it. And then thinking about the bigger role you want to have with technology. In the after all, technology is not an end in itself. It's a tool to make human lives better and that's the sort of person we're looking for in the knight-Hennessy Scholars Program, >> Best advice you've ever gotten. >> Best advice ever gotten is remember that leadership is about service to the people in the institution you lead. >> It's fantastic not about about yourself but really about service to those. >> About service to others >> JOHN, it's been a pleasure having you on the Cube tonight we wish you the best of luck in your keynote at the 15th annual ACG SV Awards and we thank you for your time. >> Thank you, Lisa. I've enjoyed it. Lisa Martin, you're watching the Cube on the ground. Thanks for watching. (upbeat tech music)

Published Date : Apr 18 2019

SUMMARY :

Brought to you by ACG SV. and the co-founder of the So I was doing some research on you. so I thought I was pretty cool I'm going to sit down that the audience is going to hear from you tonight. And the role that technology plays in our lives the ACG SV Is has been This is the place to be a technology person is one of the things that I enjoy, because so much of the leadership the Knight-Hennessy Scholars Program at Stanford. the need for great leadership it's a little hard to tell And one of the things I saw and donor, might lead donor to the program, in addition to just, you know, So one of the things we do They see the challenges we had, we had Governor Brown just the massive changes that you have seen, And the thing that immediately convinced me Lisa was that the people that are coming and that's the sort of person we're looking for service to the people in the institution you lead. but really about service to those. and we thank you for your time. the Cube on the ground.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Marc AndreessenPERSON

0.99+

2016DATE

0.99+

Michelle BacheletPERSON

0.99+

John HennessyPERSON

0.99+

Lisa MartinPERSON

0.99+

HawaiiLOCATION

0.99+

CaliforniaLOCATION

0.99+

2000DATE

0.99+

1977DATE

0.99+

JohnPERSON

0.99+

Silicon ValleyLOCATION

0.99+

AlphabetORGANIZATION

0.99+

Jerry YangPERSON

0.99+

David FiloPERSON

0.99+

GoogleORGANIZATION

0.99+

FacebookORGANIZATION

0.99+

first yearQUANTITY

0.99+

LisaPERSON

0.99+

ACG SVORGANIZATION

0.99+

YahooORGANIZATION

0.99+

50 yearsQUANTITY

0.99+

Phil KnightPERSON

0.99+

StanfordORGANIZATION

0.99+

Barracuda NetworksORGANIZATION

0.99+

StarbucksORGANIZATION

0.99+

this yearDATE

0.99+

GovernorPERSON

0.99+

twoQUANTITY

0.99+

JOHNPERSON

0.99+

MarcPERSON

0.99+

tonightDATE

0.98+

first timeQUANTITY

0.98+

15th Annual ACG SV AwardsEVENT

0.98+

Mountain View CaliforniaLOCATION

0.98+

15th Annual Grow AwardsEVENT

0.98+

This morningDATE

0.98+

oneQUANTITY

0.97+

Five CEOQUANTITY

0.97+

todayDATE

0.97+

a decadeQUANTITY

0.96+

ACG SVEVENT

0.96+

over 230 attendeesQUANTITY

0.95+

ACG SV Grow! Awards 2019EVENT

0.95+

over 100 sea levelsQUANTITY

0.95+

5000QUANTITY

0.95+

ASG SVORGANIZATION

0.94+

first demonstrationQUANTITY

0.93+

Knight-Hennessy ScholarsORGANIZATION

0.92+

PresidentPERSON

0.92+

15th annual ACG SV AwardsEVENT

0.91+

UNORGANIZATION

0.9+

last 40 plus yearsDATE

0.9+

last 18 monthsDATE

0.9+

CubeCOMMERCIAL_ITEM

0.85+

ARPANETORGANIZATION

0.85+

knight-Hennessy Scholars ProgramTITLE

0.85+

High Commissioner for Human RightsPERSON

0.84+

Knight-Hennessy Scholars ProgramORGANIZATION

0.83+

Knight-Hennessy Scholars ProgramTITLE

0.81+

over decadesQUANTITY

0.81+

Computer History MuseumLOCATION

0.75+

Pizza ParlorORGANIZATION

0.73+

EmeritusPERSON

0.7+

wave afterEVENT

0.69+

waveEVENT

0.66+

CubeORGANIZATION

0.65+

StanfordLOCATION

0.64+

BrownPERSON

0.63+

Lenovo Transform 2.0 Keynote | Lenovo Transform 2018


 

(electronic dance music) (Intel Jingle) (ethereal electronic dance music) ♪ Okay ♪ (upbeat techno dance music) ♪ Oh oh oh oh ♪ ♪ Oh oh oh oh ♪ ♪ Oh oh oh oh oh ♪ ♪ Oh oh oh oh ♪ ♪ Oh oh oh oh oh ♪ ♪ Take it back take it back ♪ ♪ Take it back ♪ ♪ Take it back take it back ♪ ♪ Take it back ♪ ♪ Take it back take it back ♪ ♪ Yeah everybody get loose yeah ♪ ♪ Yeah ♪ ♪ Ye-yeah yeah ♪ ♪ Yeah yeah ♪ ♪ Everybody everybody yeah ♪ ♪ Whoo whoo ♪ ♪ Whoo whoo ♪ ♪ Whoo yeah ♪ ♪ Everybody get loose whoo ♪ ♪ Whoo ♪ ♪ Whoo ♪ ♪ Whoo ♪ >> As a courtesy to the presenters and those around you, please silence all mobile devices, thank you. (electronic dance music) ♪ Everybody get loose ♪ ♪ Whoo ♪ ♪ Whoo ♪ ♪ Whoo ♪ ♪ Whoo ♪ ♪ Whoo ♪ ♪ Whoo ♪ ♪ Whoo ♪ ♪ Whoo ♪ (upbeat salsa music) ♪ Ha ha ha ♪ ♪ Ah ♪ ♪ Ha ha ha ♪ ♪ So happy ♪ ♪ Whoo whoo ♪ (female singer scatting) >> Ladies and gentlemen, please take your seats. Our program will begin momentarily. ♪ Hey ♪ (female singer scatting) (male singer scatting) ♪ Hey ♪ ♪ Whoo ♪ (female singer scatting) (electronic dance music) ♪ All hands are in don't go ♪ ♪ Red all hands are in don't go ♪ ♪ Red red red red ♪ ♪ All hands are in don't go ♪ ♪ Red all hands are in don't go ♪ ♪ Red red red red ♪ ♪ All hands are in don't go ♪ ♪ Red all hands are in don't go ♪ ♪ All hands are in don't go ♪ ♪ Red all hands are in don't go ♪ ♪ Red red red red ♪ ♪ Red don't go ♪ ♪ All hands are in don't go ♪ ♪ In don't go ♪ ♪ Oh red go ♪ ♪ All hands are in don't go ♪ ♪ Red all hands are in don't go ♪ ♪ All hands are in don't go ♪ ♪ Red all hands are in don't go ♪ ♪ Red red red red ♪ ♪ All hands are red don't go ♪ ♪ All hands are in red red red red ♪ ♪ All hands are in don't go ♪ ♪ All hands are in red go ♪ >> Ladies and gentlemen, there are available seats. Towards house left, house left there are available seats. If you are please standing, we ask that you please take an available seat. We will begin momentarily, thank you. ♪ Let go ♪ ♪ All hands are in don't go ♪ ♪ Red all hands are in don't go ♪ ♪ All hands are in don't go ♪ ♪ Red all hands are in don't go ♪ (upbeat electronic dance music) ♪ Just make me ♪ ♪ Just make me ♪ ♪ Just make me ♪ ♪ Just make me ♪ ♪ Just make me ♪ ♪ I live ♪ ♪ Just make me ♪ ♪ Just make me ♪ ♪ Hey ♪ ♪ Yeah ♪ ♪ Oh ♪ ♪ Ah ♪ ♪ Ah ah ah ah ah ah ♪ ♪ Just make me ♪ ♪ Just make me ♪ (bouncy techno music) >> Ladies and gentlemen, once again we ask that you please take the available seats to your left, house left, there are many available seats. If you are standing, please make your way there. The program will begin momentarily, thank you. Good morning! This is Lenovo Transform 2.0! (keyboard clicks) >> Progress. Why do we always talk about it in the future? When will it finally get here? We don't progress when it's ready for us. We need it when we're ready, and we're ready now. Our hospitals and their patients need it now, our businesses and their customers need it now, our cities and their citizens need it now. To deliver intelligent transformation, we need to build it into the products and solutions we make every day. At Lenovo, we're designing the systems to fight disease, power businesses, and help you reach more customers, end-to-end security solutions to protect your data and your companies reputation. We're making IT departments more agile and cost efficient. We're revolutionizing how kids learn with VR. We're designing smart devices and software that transform the way you collaborate, because technology shouldn't just power industries, it should power people. While everybody else is talking about tomorrow, we'll keep building today, because the progress we need can't wait for the future. >> Please welcome to the stage Lenovo's Rod Lappen! (electronic dance music) (audience applauding) >> Alright. Good morning everyone! >> Good morning. >> Ooh, that was pretty good actually, I'll give it one more shot. Good morning everyone! >> Good morning! >> Oh, that's much better! Hope everyone's had a great morning. Welcome very much to the second Lenovo Transform event here in New York. I think when I got up just now on the steps I realized there's probably one thing in common all of us have in this room including myself which is, absolutely no one has a clue what I'm going to say today. So, I'm hoping very much that we get through this thing very quickly and crisply. I love this town, love New York, and you're going to hear us talk a little bit about New York as we get through here, but just before we get started I'm going to ask anyone who's standing up the back, there are plenty of seats down here, and down here on the right hand side, I think he called it house left is the professional way of calling it, but these steps to my right, your left, get up here, let's get you all seated down so that you can actually sit down during the keynote session for us. Last year we had our very first Lenovo Transform. We had about 400 people. It was here in New York, fantastic event, today, over 1,000 people. We have over 62 different technology demonstrations and about 15 breakout sessions, which I'll talk you through a little bit later on as well, so it's a much bigger event. Next year we're definitely going to be shooting for over 2,000 people as Lenovo really transforms and starts to address a lot of the technology that our commercial customers are really looking for. We were however hampered last year by a storm, I don't know if those of you who were with us last year will remember, we had a storm on the evening before Transform last year in New York, and obviously the day that it actually occurred, and we had lots of logistics. Our media people from AMIA were coming in. They took the, the plane was circling around New York for a long time, and Kamran Amini, our General Manager of our Data Center Infrastructure Group, probably one of our largest groups in the Lenovo DCG business, took 17 hours to get from Raleigh, North Carolina to New York, 17 hours, I think it takes seven or eight hours to drive. Took him 17 hours by plane to get here. And then of course this year, we have Florence. And so, obviously the hurricane Florence down there in the Carolinas right now, we tried to help, but still Kamran has made it today. Unfortunately, very tragically, we were hoping he wouldn't, but he's here today to do a big presentation a little bit later on as well. However, I do want to say, obviously, Florence is a very serious tragedy and we have to take it very serious. We got, our headquarters is in Raleigh, North Carolina. While it looks like the hurricane is just missing it's heading a little bit southeast, all of our thoughts and prayers and well wishes are obviously with everyone in the Carolinas on behalf of Lenovo, everyone at our headquarters, everyone throughout the Carolinas, we want to make sure everyone stays safe and out of harm's way. We have a great mixture today in the crowd of all customers, partners, industry analysts, media, as well as our financial analysts from all around the world. There's over 30 countries represented here and people who are here to listen to both YY, Kirk, and Christian Teismann speak today. And so, it's going to be a really really exciting day, and I really appreciate everyone coming in from all around the world. So, a big round of applause for everyone whose come in. (audience applauding) We have a great agenda for you today, and it starts obviously a very consistent format which worked very successful for us last year, and that's obviously our keynote. You'll hear from YY, our CEO, talk a little bit about the vision he has in the industry and how he sees Lenovo's turned the corner and really driving some great strategy to address our customer's needs. Kirk Skaugen, our Executive Vice President of DCG, will be up talking about how we've transformed the DCG business and once again are hitting record growth ratios for our DCG business. And then you'll hear from Christian Teismann, our SVP and General Manager for our commercial business, get up and talk about everything that's going on in our IDG business. There's really exciting stuff going on there and obviously ThinkPad being the cornerstone of that I'm sure he's going to talk to us about a couple surprises in that space as well. Then we've got some great breakout sessions, I mentioned before, 15 breakout sessions, so while this keynote section goes until about 11:30, once we get through that, please go over and explore, and have a look at all of the breakout sessions. We have all of our subject matter experts from both our PC, NBG, and our DCG businesses out to showcase what we're doing as an organization to better address your needs. And then obviously we have the technology pieces that I've also spoken about, 62 different technology displays there arranged from everything IoT, 5G, NFV, everything that's really cool and hot in the industry right now is going to be on display up there, and I really encourage all of you to get up there. So, I'm going to have a quick video to show you from some of the setup yesterday on a couple of the 62 technology displays we've got on up on stage. Okay let's go, so we've got a demonstrations to show you today, one of the greats one here is the one we've done with NC State, a high-performance computing artificial intelligence demonstration of fresh produce. It's about modeling the population growth of the planet, and how we're going to supply water and food as we go forward. Whoo. Oh, that is not an apple. Okay. (woman laughs) Second one over here is really, hey Jonas, how are you? Is really around virtual reality, and how we look at one of the most amazing sites we've got, as an install on our high-performance computing practice here globally. And you can see, obviously, that this is the Barcelona supercomputer, and, where else in New York can you get access to being able to see something like that so easily? Only here at Lenovo Transform. Whoo, okay. (audience applauding) So there's two examples of some of the technology. We're really encouraging everyone in the room after the keynote to flow into that space and really get engaged, and interact with a lot of the technology we've got up there. It seems I need to also do something about my fashion, I've just realized I've worn a vest two days in a row, so I've got to work on that as well. Alright so listen, the last thing on the agenda, we've gone through the breakout sessions and the demo, tonight at four o'clock, there's about 400 of you registered to be on the cruise boat with us, the doors will open behind me. the boat is literally at the pier right behind us. You need to make sure you're on the boat for 4:00 p.m. this evening. Outside of that, I want everyone to have a great time today, really enjoy the experience, make it as experiential as you possibly can, get out there and really get in and touch the technology. There's some really cool AI displays up there for us all to get involved in as well. So ladies and gentlemen, without further adieu, it gives me great pleasure to introduce to you a lover of tennis, as some of you would've heard last year at Lenovo Transform, as well as a lover of technology, Lenovo, and of course, New York City. I am obviously very pleasured to introduce to you Yang Yuanqing, our CEO, as we like to call him, YY. (audience applauding) (upbeat funky music) >> Good morning, everyone. >> Good morning. >> Thank you Rod for that introduction. Welcome to New York City. So, this is the second year in a row we host our Transform event here, because New York is indeed one of the most transformative cities in the world. Last year on this stage, I spoke about the Fourth Industrial Revolution, and our vision around the intelligent transformation, how it would fundamentally change the nature of business and the customer relationships. And why preparing for this transformation is the key for the future of our company. And in the last year I can assure you, we were being very busy doing just that, from searching and bringing global talents around the world to the way we think about every product and every investment we make. I was here in New York just a month ago to announce our fiscal year Q1 earnings, which was a good day for us. I think now the world believes it when we say Lenovo has truly turned the corner to a new phase of growth and a new phase of acceleration in executing the transformation strategy. That's clear to me is that the last few years of a purposeful disruption at Lenovo have led us to a point where we can now claim leadership of the coming intelligent transformation. People often asked me, what is the intelligent transformation? I was saying this way. This is the unlimited potential of the Fourth Industrial Revolution driven by artificial intelligence being realized, ordering a pizza through our speaker, and locking the door with a look, letting your car drive itself back to your home. This indeed reflect the power of AI, but it just the surface of it. The true impact of AI will not only make our homes smarter and offices more efficient, but we are also completely transformed every value chip in every industry. However, to realize these amazing possibilities, we will need a structure built around the key components, and one that touches every part of all our lives. First of all, explosions in new technology always lead to new structures. This has happened many times before. In the early 20th century, thousands of companies provided a telephone service. City streets across the US looked like this, and now bundles of a microscopic fiber running from city to city bring the world closer together. Here's what a driving was like in the US, up until 1950s. Good luck finding your way. (audience laughs) And today, millions of vehicles are organized and routed daily, making the world more efficient. Structure is vital, from fiber cables and the interstate highways, to our cells bounded together to create humans. Thankfully the structure for intelligent transformation has emerged, and it is just as revolutionary. What does this new structure look like? We believe there are three key building blocks, data, computing power, and algorithms. Ever wondered what is it behind intelligent transformation? What is fueling this miracle of human possibility? Data. As the Internet becomes ubiquitous, not only PCs, mobile phones, have come online and been generating data. Today it is the cameras in this room, the climate controls in our offices, or the smart displays in our kitchens at home. The number of smart devices worldwide will reach over 20 billion in 2020, more than double the number in 2017. These devices and the sensors are connected and generating massive amount of data. By 2020, the amount of data generated will be 57 times more than all the grains of sand on Earth. This data will not only make devices smarter, but will also fuel the intelligence of our homes, offices, and entire industries. Then we need engines to turn the fuel into power, and the engine is actually the computing power. Last but not least the advanced algorithms combined with Big Data technology and industry know how will form vertical industrial intelligence and produce valuable insights for every value chain in every industry. When these three building blocks all come together, it will change the world. At Lenovo, we have each of these elements of intelligent transformations in a single place. We have built our business around the new structure of intelligent transformation, especially with mobile and the data center now firmly part of our business. I'm often asked why did you acquire these businesses? Why has a Lenovo gone into so many fields? People ask the same questions of the companies that become the leaders of the information technology revolution, or the third industrial transformation. They were the companies that saw the future and what the future required, and I believe Lenovo is the company today. From largest portfolio of devices in the world, leadership in the data center field, to the algorithm-powered intelligent vertical solutions, and not to mention the strong partnership Lenovo has built over decades. We are the only company that can unify all these essential assets and deliver end to end solutions. Let's look at each part. We now understand the important importance data plays as fuel in intelligent transformation. Hundreds of billions of devices and smart IoTs in the world are generating better and powering the intelligence. Who makes these devices in large volume and variety? Who puts these devices into people's home, offices, manufacturing lines, and in their hands? Lenovo definitely has the front row seats here. We are number one in PCs and tablets. We also produces smart phones, smart speakers, smart displays. AR/VR headsets, as well as commercial IoTs. All of these smart devices, or smart IoTs are linked to each other and to the cloud. In fact, we have more than 20 manufacturing facilities in China, US, Brazil, Japan, India, Mexico, Germany, and more, producing various devices around the clock. We actually make four devices every second, and 37 motherboards every minute. So, this factory located in my hometown, Hu-fi, China, is actually the largest laptop factory in the world, with more than three million square feet. So, this is as big as 42 soccer fields. Our scale and the larger portfolio of devices gives us access to massive amount of data, which very few companies can say. So, why is the ability to scale so critical? Let's look again at our example from before. The early days of telephone, dozens of service providers but only a few companies could survive consolidation and become the leader. The same was true for the third Industrial Revolution. Only a few companies could scale, only a few could survive to lead. Now the building blocks of the next revolution are locking into place. The (mumbles) will go to those who can operate at the scale. So, who could foresee the total integration of cloud, network, and the device, need to deliver intelligent transformation. Lenovo is that company. We are ready to scale. Next, our computing power. Computing power is provided in two ways. On one hand, the modern supercomputers are providing the brute force to quickly analyze the massive data like never before. On the other hand the cloud computing data centers with the server storage networking capabilities, and any computing IoT's, gateways, and miniservers are making computing available everywhere. Did you know, Lenovo is number one provider of super computers worldwide? 170 of the top 500 supercomputers, run on Lenovo. We hold 89 World Records in key workloads. We are number one in x86 server reliability for five years running, according to ITIC. a respected provider of industry research. We are also the fastest growing provider of hyperscale public cloud, hyper-converged and aggressively growing in edge computing. cur-ges target, we are expand on this point soon. And finally to run these individual nodes into our symphony, we must transform the data and utilize the computing power with advanced algorithms. Manufactured, industry maintenance, healthcare, education, retail, and more, so many industries are on the edge of intelligent transformation to improve efficiency and provide the better products and services. We are creating advanced algorithms and the big data tools combined with industry know-how to provide intelligent vertical solutions for several industries. In fact, we studied at Lenovo first. Our IT and research teams partnered with our global supply chain to develop an AI that improved our demand forecasting accuracy. Beyond managing our own supply chain we have offered our deep learning supply focused solution to other manufacturing companies to improve their efficiency. In the best case, we have improved the demand, focused the accuracy by 30 points to nearly 90 percent, for Baosteel, the largest of steel manufacturer in China, covering the world as well. Led by Lenovo research, we launched the industry-leading commercial ready AR headset, DaystAR, partnering with companies like the ones in this room. This technology is being used to revolutionize the way companies service utility, and even our jet engines. Using our workstations, servers, and award-winning imaging processing algorithms, we have partnered with hospitals to process complex CT scan data in minutes. So, this enable the doctors to more successfully detect the tumors, and it increases the success rate of cancer diagnosis all around the world. We are also piloting our smart IoT driven warehouse solution with one of the world's largest retail companies to greatly improve the efficiency. So, the opportunities are endless. This is where Lenovo will truly shine. When we combine the industry know-how of our customers with our end-to-end technology offerings, our intelligent vertical solutions like this are growing, which Kirk and Christian will share more. Now, what will drive this transformation even faster? The speed at which our networks operate, specifically 5G. You may know that Lenovo just launched the first-ever 5G smartphone, our Moto Z3, with the new 5G Moto model. We are partnering with multiple major network providers like Verizon, China Mobile. With the 5G model scheduled to ship early next year, we will be the first company to provide a 5G mobile experience to any users, customers. This is amazing innovation. You don't have to buy a new phone, just the 5G clip on. What can I say, except wow. (audience laughs) 5G is 10 times the fast faster than 4G. Its download speed will transform how people engage with the world, driverless car, new types of smart wearables, gaming, home security, industrial intelligence, all will be transformed. Finally, accelerating with partners, as ready as we are at Lenovo, we need partners to unlock our full potential, partners here to create with us the edge of the intelligent transformation. The opportunities of intelligent transformation are too profound, the scale is too vast. No company can drive it alone fully. We are eager to collaborate with all partners that can help bring our vision to life. We are dedicated to open partnerships, dedicated to cross-border collaboration, unify the standards, share the advantage, and market the synergies. We partner with the biggest names in the industry, Intel, Microsoft, AMD, Qualcomm, Google, Amazon, and Disney. We also find and partner with the smaller innovators as well. We're building the ultimate partner experience, open, shared, collaborative, diverse. So, everything is in place for intelligent transformation on a global scale. Smart devices are everywhere, the infrastructure is in place, networks are accelerating, and the industries demand to be more intelligent, and Lenovo is at the center of it all. We are helping to drive change with the hundreds of companies, companies just like yours, every day. We are your partner for intelligent transformation. Transformation never stops. This is what you will hear from Kirk, including details about Lenovo NetApp global partnership we just announced this morning. We've made the investments in every single aspect of the technology. We have the end-to-end resources to meet your end-to-end needs. As you attend the breakout session this afternoon, I hope you see for yourself how much Lenovo has transformed as a company this past year, and how we truly are delivering a future of intelligent transformation. Now, let me invite to the stage Kirk Skaugen, our president of Data Center growth to tell you about the exciting transformation happening in the global Data C enter market. Thank you. (audience applauding) (upbeat music) >> Well, good morning. >> Good morning. >> Good morning! >> Good morning! >> Excellent, well, I'm pleased to be here this morning to talk about how we're transforming the Data Center and taking you as our customers through your own intelligent transformation journey. Last year I stood up here at Transform 1.0, and we were proud to announce the largest Data Center portfolio in Lenovo's history, so I thought I'd start today and talk about the portfolio and the progress that we've made over the last year, and the strategies that we have going forward in phase 2.0 of Lenovo's transformation to be one of the largest data center companies in the world. We had an audacious vision that we talked about last year, and that is to be the most trusted data center provider in the world, empowering customers through the new IT, intelligent transformation. And now as the world's largest supercomputer provider, giving something back to humanity, is very important this week with the hurricanes now hitting North Carolina's coast, but we take this most trusted aspect very seriously, whether it's delivering the highest quality products on time to you as customers with the highest levels of security, or whether it's how we partner with our channel partners and our suppliers each and every day. You know we're in a unique world where we're going from hundreds of millions of PCs, and then over the next 25 years to hundred billions of connected devices, so each and every one of you is going through this intelligent transformation journey, and in many aspects were very early in that cycle. And we're going to talk today about our role as the largest supercomputer provider, and how we're solving humanity's greatest challenges. Last year we talked about two special milestones, the 25th anniversary of ThinkPad, but also the 25th anniversary of Lenovo with our IBM heritage in x86 computing. I joined the workforce in 1992 out of college, and the IBM first personal server was launching at the same time with an OS2 operating system and a free mouse when you bought the server as a marketing campaign. (audience laughing) But what I want to be very clear today, is that the innovation engine is alive and well at Lenovo, and it's really built on the culture that we're building as a company. All of these awards at the bottom are things that we earned over the last year at Lenovo. As a Fortune now 240 company, larger than companies like Nike, or AMEX, or Coca-Cola. The one I'm probably most proud of is Forbes first list of the top 2,000 globally regarded companies. This was something where 15,000 respondents in 60 countries voted based on ethics, trustworthiness, social conduct, company as an employer, and the overall company performance, and Lenovo was ranked number 27 of 2000 companies by our peer group, but we also now one of-- (audience applauding) But we also got a perfect score in the LGBTQ Equality Index, exemplifying the diversity internally. We're number 82 in the top working companies for mothers, top working companies for fathers, top 100 companies for sustainability. If you saw that factory, it's filled with solar panels on the top of that. And now again, one of the top global brands in the world. So, innovation is built on a customer foundation of trust. We also said last year that we'd be crossing an amazing milestone. So we did, over the last 12 months ship our 20 millionth x86 server. So, thank you very much to our customers for this milestone. (audience applauding) So, let me recap some of the transformation elements that have happened over the last year. Last year I talked about a lot of brand confusion, because we had the ThinkServer brand from the legacy Lenovo, the System x, from IBM, we had acquired a number of networking companies, like BLADE Network Technologies, et cetera, et cetera. Over the last year we've been ramping based on two brand structures, ThinkAgile for next generation IT, and all of our software-defined infrastructure products and ThinkSystem as the world's highest performance, highest reliable x86 server brand, but for servers, for storage, and for networking. We have transformed every single aspect of the customer experience. A year and a half ago, we had four different global channel programs around the world. Typically we're about twice the mix to our channel partners of any of our competitors, so this was really important to fix. We now have a single global Channel program, and have technically certified over 11,000 partners to be technical experts on our product line to deliver better solutions to our customer base. Gardner recently recognized Lenovo as the 26th ranked supply chain in the world. And, that's a pretty big honor, when you're up there with Amazon and Walmart and others, but in tech, we now are in the top five supply chains. You saw the factory network from YY, and today we'll be talking about product shipping in more than 160 countries, and I know there's people here that I've met already this morning, from India, from South Africa, from Brazil and China. We announced new Premier Support services, enabling you to go directly to local language support in nine languages in 49 countries in the world, going directly to a native speaker level three support engineer. And today we have more than 10,000 support specialists supporting our products in over 160 countries. We've delivered three times the number of engineered solutions to deliver a solutions orientation, whether it's on HANA, or SQL Server, or Oracle, et cetera, and we've completely reengaged our system integrator channel. Last year we had the CIO of DXE on stage, and here we're talking about more than 175 percent growth through our system integrator channel in the last year alone as we've brought that back and really built strong relationships there. So, thank you very much for amazing work here on the customer experience. (audience applauding) We also transformed our leadership. We thought it was extremely important with a focus on diversity, to have diverse talent from the legacy IBM, the legacy Lenovo, but also outside the industry. We made about 19 executive changes in the DCG group. This is the most senior leadership team within DCG, all which are newly on board, either from our outside competitors mainly over the last year. About 50 percent of our executives were now hired internally, 50 percent externally, and 31 percent of those new executives are diverse, representing the diversity of our global customer base and gender. So welcome, and most of them you're going to be able to meet over here in the breakout sessions later today. (audience applauding) But some things haven't changed, they're just keeping getting better within Lenovo. So, last year I got up and said we were committed with the new ThinkSystem brand to be a world performance leader. You're going to see that we're sponsoring Ducati for MotoGP. You saw the Ferrari out there with Formula One. That's not a surprise. We want the Lenovo ThinkSystem and ThinkAgile brands to be synonymous with world record performance. So in the last year we've gone from 39 to 89 world records, and partners like Intel would tell you, we now have four times the number of world record workloads on Lenovo hardware than any other server company on the planet today, with more than 89 world records across HPC, Java, database, transaction processing, et cetera. And we're proud to have just brought on Doug Fisher from Intel Corporation who had about 10-17,000 people on any given year working for him in workload optimizations across all of our software. It's just another testament to the leadership team we're bringing in to keep focusing on world-class performance software and solutions. We also per ITIC, are the number one now in x86 server reliability five years running. So, this is a survey where CIOs are in a blind survey asked to submit their reliability of their uptime on their x86 server equipment over the last 365 days. And you can see from 2016 to 2017 the downtime, there was over four hours as noted by the 750 CXOs in more than 20 countries is about one percent for the Lenovo products, and is getting worse generation from generation as we went from Broadwell to Pearlie. So we're taking our reliability, which was really paramount in the IBM System X heritage, and ensuring that we don't just recognize high performance but we recognize the highest level of reliability for mission-critical workloads. And what that translates into is that we at once again have been ranked number one in customer satisfaction from you our customers in 19 of 22 attributes, in North America in 18 of 22. This is a survey by TVR across hundreds of customers of us and our top competitors. This is the ninth consecutive study that we've been ranked number one in customer satisfaction, so we're taking this extremely seriously, and in fact YY now has increased the compensation of every single Lenovo employee. Up to 40 percent of their compensation bonus this year is going to be based on customer metrics like quality, order to ship, and things of this nature. So, we're really putting every employee focused on customer centricity this year. So, the summary on Transform 1.0 is that every aspect of what you knew about Lenovo's data center group has transformed, from the culture to the branding to dedicated sales and marketing, supply chain and quality groups, to a worldwide channel program and certifications, to new system integrator relationships, and to the new leadership team. So, rather than me just talk about it, I thought I'd share a quick video about what we've done over the last year, if you could run the video please. Turn around for a second. (epic music) (audience applauds) Okay. So, thank you to all our customers that allowed us to publicly display their logos in that video. So, what that means for you as investors, and for the investor community out there is, that our customers have responded, that this year Gardner just published that we are the fastest growing server company in the top 10, with 39 percent growth quarter-on-quarter, and 49 percent growth year-on-year. If you look at the progress we've made since the transformation the last three quarters publicly, we've grown 17 percent, then 44 percent, then 68 percent year on year in revenue, and I can tell you this quarter I'm as confident as ever in the financials around the DCG group, and it hasn't been in one area. You're going to see breakout sessions from hyperscale, software-defined, and flash, which are all growing more than a 100 percent year-on-year, supercomputing which we'll talk about shortly, now number one, and then ultimately from profitability, delivering five consecutive quarters of pre-tax profit increase, so I think, thank you very much to the customer base who's been working with us through this transformation journey. So, you're here to really hear what's next on 2.0, and that's what I'm excited to talk about today. Last year I came up with an audacious goal that we would become the largest supercomputer company on the planet by 2020, and this graph represents since the acquisition of the IBM System x business how far we were behind being the number one supercomputer. When we started we were 182 positions behind, even with the acquisition for example of SGI from HP, we've now accomplished our goal actually two years ahead of time. We're now the largest supercomputer company in the world. About one in every four supercomputers, 117 on the list, are now Lenovo computers, and you saw in the video where the universities are said, but I think what I'm most proud of is when your customers rank you as the best. So the awards at the bottom here, are actually Readers Choice from the last International Supercomputing Show where the scientific researchers on these computers ranked their vendors, and we were actually rated the number one server technology in supercomputing with our ThinkSystem SD530, and the number one storage technology with our ThinkSystem DSS-G, but more importantly what we're doing with the technology. You're going to see we won best in life sciences, best in data analytics, and best in collaboration as well, so you're going to see all of that in our breakout sessions. As you saw in the video now, 17 of the top 25 research institutions in the world are now running Lenovo supercomputers. And again coming from Raleigh and watching that hurricane come across the Atlantic, there are eight supercomputers crunching all of those models you see from Germany to Malaysia to Canada, and we're happy to have a SciNet from University of Toronto here with us in our breakout session to talk about what they're doing on climate modeling as well. But we're not stopping there. We just announced our new Neptune warm water cooling technology, which won the International Supercomputing Vendor Showdown, the first time we've won that best of show in 25 years, and we've now installed this. We're building out LRZ in Germany, the first ever warm water cooling in Peking University, at the India Space Propulsion Laboratory, at the Malaysian Weather and Meteorological Society, at Uninett, at the largest supercomputer in Norway, T-Systems, University of Birmingham. This is truly amazing technology where we're actually using water to cool the machine to deliver a significantly more energy-efficient computer. Super important, when we're looking at global warming and some of the electric bills can be millions of dollars just for one computer, and could actually power a small city just with the technology from the computer. We've built AI centers now in Morrisville, Stuttgart, Taipei, and Beijing, where customers can bring their AI workloads in with experts from Intel, from Nvidia, from our FPGA partners, to work on their workloads, and how they can best implement artificial intelligence. And we also this year launched LICO which is Lenovo Intelligent Compute Orchestrator software, and it's a software solution that simplifies the management and use of distributed clusters in both HPC and AI model development. So, what it enables you to do is take a single cluster, and run both HPC and AI workloads on it simultaneously, delivering better TCO for your environment, so check out LICO as well. A lot of the customers here and Wall Street are very excited and using it already. And we talked about solving humanity's greatest challenges. In the breakout session, you're going to have a virtual reality experience where you're going to be able to walk through what as was just ranked the world's most beautiful data center, the Barcelona Supercomputer. So, you can actually walk through one of the largest supercomputers in the world from Barcelona. You can see the work we're doing with NC State where we're going to have to grow the food supply of the world by 50 percent, and there's not enough fresh water in the world in the right places to actually make all those crops grow between now and 2055, so you're going to see the progression of how they're mapping the entire globe and the water around the world, how to build out the crop population over time using AI. You're going to see our work with Vestas is this largest supercomputer provider in the wind turbine areas, how they're working on wind energy, and then with University College London, how they're working on some of the toughest particle physics calculations in the world. So again, lots of opportunity here. Take advantage of it in the breakout sessions. Okay, let me transition to hyperscale. So in hyperscale now, we have completely transformed our business model. We are now powering six of the top 10 hyperscalers in the world, which is a significant difference from where we were two years ago. And the reason we're doing that, is we've coined a term called ODM+. We believe that hyperscalers want more procurement power than an ODM, and Lenovo is doing about $18 billion of procurement a year. They want a broader global supply chain that they can get from a local system integrator. We're more than 160 countries around the world, but they want the same world-class quality and reliability like they get from an MNC. So, what we're doing now is instead of just taking off the shelf motherboards from somewhere, we're starting with a blank sheet of paper, we're working with the customer base on customized SKUs and you can see we already are developing 33 custom solutions for the largest hyperscalers in the world. And then we're not just running notebooks through this factory where YY said, we're running 37 notebook boards a minute, we're now putting in tens and tens and tens of thousands of server board capacity per month into this same factory, so absolutely we can compete with the most aggressive ODM's in the world, but it's not just putting these things in in the motherboard side, we're also building out these systems all around the world, India, Brazil, Hungary, Mexico, China. This is an example of a new hyperscale customer we've had this last year, 34,000 servers we delivered in the first six months. The next 34,000 servers we delivered in 68 days. The next 34,000 servers we delivered in 35 days, with more than 99 percent on-time delivery to 35 data centers in 14 countries as diverse as South Africa, India, China, Brazil, et cetera. And I'm really ashamed to say it was 99.3, because we did have a forklift driver who rammed their forklift right through the middle of the one of the server racks. (audience laughing) At JFK Airport that we had to respond to, but I think this gives you a perspective of what it is to be a top five global supply chain and technology. So last year, I said we would invest significantly in IP, in joint ventures, and M and A to compete in software defined, in networking, and in storage, so I wanted to give you an update on that as well. Our newest software-defined partnership is with Cloudistics, enabling a fully composable cloud infrastructure. It's an exclusive agreement, you can see them here. I think Nag, our founder, is going to be here today, with a significant Lenovo investment in the company. So, this new ThinkAgile CP series delivers the simplicity of the public cloud, on-premise with exceptional support and a marketplace of essential enterprise applications all with a single click deployment. So simply put, we're delivering a private cloud with a premium experience. It's simple in that you need no specialists to deploy it. An IT generalist can set it up and manage it. It's agile in that you can provision dozens of workloads in minutes, and it's transformative in that you get all of the goodness of public cloud on-prem in a private cloud to unlock opportunity for use. So, we're extremely excited about the ThinkAgile CP series that's now shipping into the marketplace. Beyond that we're aggressively ramping, and we're either doubling, tripling, or quadrupling our market share as customers move from traditional server technology to software-defined technology. With Nutanix we've been public, growing about more than 150 percent year-on-year, with Nutanix as their fastest growing Nutanix partner, but today I want to set another audacious goal. I believe we cannot just be Nutanix's fastest growing partner but we can become their largest partner within two years. On Microsoft, we are already four times our market share on Azure stack of our traditional business. We were the first to launch our ThinkAgile on Broadwell and on Skylake with the Azure Stack Infrastructure. And on VMware we're about twice our market segment share. We were the first to deliver an Intel-optimized Optane-certified VSAN node. And with Optane technology, we're delivering 50 percent more VM density than any competitive SSD system in the marketplace, about 10 times lower latency, four times the performance of any SSD system out there, and Lenovo's first to market on that. And at VMworld you saw CEO Pat Gelsinger of VMware talked about project dimension, which is Edge as a service, and we're the only OEM beyond the Dell family that is participating today in project dimension. Beyond that you're going to see a number of other partnerships we have. I'm excited that we have the city of Bogota Columbia here, an eight million person city, where we announced a 3,000 camera video surveillance solution last month. With pivot three you're going to see city of Bogota in our breakout sessions. You're going to see a new partnership with Veeam around backup that's launching today. You're going to see partnerships with scale computing in IoT and hyper-converged infrastructure working on some of the largest retailers in the world. So again, everything out in the breakout session. Transitioning to storage and data management, it's been a great year for Lenovo, more than a 100 percent growth year-on-year, 2X market growth in flash arrays. IDC just reported 30 percent growth in storage, number one in price performance in the world and the best HPC storage product in the top 500 with our ThinkSystem DSS G, so strong coverage, but I'm excited today to announce for Transform 2.0 that Lenovo is launching the largest data management and storage portfolio in our 25-year data center history. (audience applauding) So a year ago, the largest server portfolio, becoming the largest fastest growing server OEM, today the largest storage portfolio, but as you saw this morning we're not doing it alone. Today Lenovo and NetApp, two global powerhouses are joining forces to deliver a multi-billion dollar global alliance in data management and storage to help customers through their intelligent transformation. As the fastest growing worldwide server leader and one of the fastest growing flash array and data management companies in the world, we're going to deliver more choice to customers than ever before, global scale that's never been seen, supply chain efficiencies, and rapidly accelerating innovation and solutions. So, let me unwrap this a little bit for you and talk about what we're announcing today. First, it's the largest portfolio in our history. You're going to see not just storage solutions launching today but a set of solution recipes from NetApp that are going to make Lenovo server and NetApp or Lenovo storage work better together. The announcement enables Lenovo to go from covering 15 percent of the global storage market to more than 90 percent of the global storage market and distribute these products in more than 160 countries around the world. So we're launching today, 10 new storage platforms, the ThinkSystem DE and ThinkSystem DM platforms. They're going to be centrally managed, so the same XClarity management that you've been using for server, you can now use across all of your storage platforms as well, and it'll be supported by the same 10,000 plus service personnel that are giving outstanding customer support to you today on the server side. And we didn't come up with this in the last month or the last quarter. We're announcing availability in ordering today and shipments tomorrow of the first products in this portfolio, so we're excited today that it's not just a future announcement but something you as customers can take advantage of immediately. (audience applauding) The second part of the announcement is we are announcing a joint venture in China. Not only will this be a multi-billion dollar global partnership, but Lenovo will be a 51 percent owner, NetApp a 49 percent owner of a new joint venture in China with the goal of becoming in the top three storage companies in the largest data and storage market in the world. We will deliver our R and D in China for China, pooling our IP and resources together, and delivering a single route to market through a complementary channel, not just in China but worldwide. And in the future I just want to tell everyone this is phase one. There is so much exciting stuff. We're going to be on the stage over the next year talking to you about around integrated solutions, next-generation technologies, and further synergies and collaborations. So, rather than just have me talk about it, I'd like to welcome to the stage our new partner NetApp and Brad Anderson who's the senior vice president and general manager of NetApp Cloud Infrastructure. (upbeat music) (audience applauding) >> Thank You Kirk. >> So Brad, we've known each other a long time. It's an exciting day. I'm going to give you the stage and allow you to say NetApp's perspective on this announcement. >> Very good, thank you very much, Kirk. Kirk and I go back to I think 1994, so hey good morning and welcome. My name is Brad Anderson. I manage the Cloud Infrastructure Group at NetApp, and I am honored and privileged to be here at Lenovo Transform, particularly today on today's announcement. Now, you've heard a lot about digital transformation about how companies have to transform their IT to compete in today's global environment. And today's announcement with the partnership between NetApp and Lenovo is what that's all about. This is the joining of two global leaders bringing innovative technology in a simplified solution to help customers modernize their IT and accelerate their global digital transformations. Drawing on the strengths of both companies, Lenovo's high performance compute world-class supply chain, and NetApp's hybrid cloud data management, hybrid flash and all flash storage solutions and products. And both companies providing our customers with the global scale for them to be able to meet their transformation goals. At NetApp, we're very excited. This is a quote from George Kurian our CEO. George spent all day yesterday with YY and Kirk, and would have been here today if it hadn't been also our shareholders meeting in California, but I want to just convey how excited we are for all across NetApp with this partnership. This is a partnership between two companies with tremendous market momentum. Kirk took you through all the amazing results that Lenovo has accomplished, number one in supercomputing, number one in performance, number one in x86 reliability, number one in x86 customers sat, number five in supply chain, really impressive and congratulations. Like Lenovo, NetApp is also on a transformation journey, from a storage company to the data authority in hybrid cloud, and we've seen some pretty impressive momentum as well. Just last week we became number one in all flash arrays worldwide, catching EMC and Dell, and we plan to keep on going by them, as we help customers modernize their their data centers with cloud connected flash. We have strategic partnerships with the largest hyperscalers to provide cloud native data services around the globe and we are having success helping our customers build their own private clouds with just, with a new disruptive hyper-converged technology that allows them to operate just like hyperscalers. These three initiatives has fueled NetApp's transformation, and has enabled our customers to change the world with data. And oh by the way, it has also fueled us to have meet or have beaten Wall Street's expectations for nine quarters in a row. These are two companies with tremendous market momentum. We are also building this partnership for long term success. We think about this as phase one and there are two important components to phase one. Kirk took you through them but let me just review them. Part one, the establishment of a multi-year commitment and a collaboration agreement to offer Lenovo branded flash products globally, and as Kurt said in 160 countries. Part two, the formation of a joint venture in PRC, People's Republic of China, that will provide long term commitment, joint product development, and increase go-to-market investment to meet the unique needs to China. Both companies will put in storage technologies and storage expertise to form an independent JV that establishes a data management company in China for China. And while we can dream about what phase two looks like, our entire focus is on making phase one incredibly successful and I'm pleased to repeat what Kirk, is that the first products are orderable and shippable this week in 160 different countries, and you will see our two companies focusing on the here and now. On our joint go to market strategy, you'll see us working together to drive strategic alignment, focused execution, strong governance, and realistic expectations and milestones. And it starts with the success of our customers and our channel partners is job one. Enabling customers to modernize their legacy IT with complete data center solutions, ensuring that our customers get the best from both companies, new offerings the fuel business success, efficiencies to reinvest in game-changing initiatives, and new solutions for new mission-critical applications like data analytics, IoT, artificial intelligence, and machine learning. Channel partners are also top of mind for both our two companies. We are committed to the success of our existing and our future channel partners. For NetApp channel partners, it is new pathways to new segments and to new customers. For Lenovo's channel partners, it is the competitive weapons that now allows you to compete and more importantly win against Dell, EMC, and HP. And the good news for both companies is that our channel partner ecosystem is highly complementary with minimal overlap. Today is the first day of a very exciting partnership, of a partnership that will better serve our customers today and will provide new opportunities to both our companies and to our partners, new products to our customers globally and in China. I am personally very excited. I will be on the board of the JV. And so, I look forward to working with you, partnering with you and serving you as we go forward, and with that, I'd like to invite Kirk back up. (audience applauding) >> Thank you. >> Thank you. >> Well, thank you, Brad. I think it's an exciting overview, and these products will be manufactured in China, in Mexico, in Hungary, and around the world, enabling this amazing supply chain we talked about to deliver in over 160 countries. So thank you Brad, thank you George, for the amazing partnership. So again, that's not all. In Transform 2.0, last year, we talked about the joint ventures that were coming. I want to give you a sneak peek at what you should expect at future Lenovo events around the world. We have this Transform in Beijing in a couple weeks. We'll then be repeating this in 20 different locations roughly around the world over the next year, and I'm excited probably more than ever about what else is coming. Let's talk about Telco 5G and network function virtualization. Today, Motorola phones are certified on 46 global networks. We launched the world's first 5G upgradable phone here in the United States with Verizon. Lenovo DCG sells to 58 telecommunication providers around the world. At Mobile World Congress in Barcelona and Shanghai, you saw China Telecom and China Mobile in the Lenovo booth, China Telecom showing a video broadband remote access server, a VBRAS, with video streaming demonstrations with 2x less jitter than they had seen before. You saw China Mobile with a virtual remote access network, a VRAN, with greater than 10 times the throughput and 10x lower latency running on Lenovo. And this year, we'll be launching a new NFV company, a software company in China for China to drive the entire NFV stack, delivering not just hardware solutions, but software solutions, and we've recently hired a new CEO. You're going to hear more about that over the next several quarters. Very exciting as we try to drive new economics into the networks to deliver these 20 billion devices. We're going to need new economics that I think Lenovo can uniquely deliver. The second on IoT and edge, we've integrated on the device side into our intelligent devices group. With everything that's going to consume electricity computes and communicates, Lenovo is in a unique position on the device side to take advantage of the communications from Motorola and being one of the largest device companies in the world. But this year, we're also going to roll out a comprehensive set of edge gateways and ruggedized industrial servers and edge servers and ISP appliances for the edge and for IoT. So look for that as well. And then lastly, as a service, you're going to see Lenovo delivering hardware as a service, device as a service, infrastructure as a service, software as a service, and hardware as a service, not just as a glorified leasing contract, but with IP, we've developed true flexible metering capability that enables you to scale up and scale down freely and paying strictly based on usage, and we'll be having those announcements within this fiscal year. So Transform 2.0, lots to talk about, NetApp the big news of the day, but a lot more to come over the next year from the Data Center group. So in summary, I'm excited that we have a lot of customers that are going to be on stage with us that you saw in the video. Lots of testimonials so that you can talk to colleagues of yourself. Alamos Gold from Canada, a Canadian gold producer, Caligo for data optimization and privacy, SciNet, the largest supercomputer we've ever put into North America, and the largest in Canada at the University of Toronto will be here talking about climate change. City of Bogota again with our hyper-converged solutions around smart city putting in 3,000 cameras for criminal detection, license plate detection, et cetera, and then more from a channel mid market perspective, Jerry's Foods, which is from my home state of Wisconsin, and Minnesota which has about 57 stores in the specialty foods market, and how they're leveraging our IoT solutions as well. So again, about five times the number of demos that we had last year. So in summary, first and foremost to the customers, thank you for your business. It's been a great journey and I think we're on a tremendous role. You saw from last year, we're trying to build credibility with you. After the largest server portfolio, we're now the fastest-growing server OEM per Gardner, number one in performance, number one in reliability, number one in customer satisfaction, number one in supercomputing. Today, the largest storage portfolio in our history, with the goal of becoming the fastest growing storage company in the world, top three in China, multibillion-dollar collaboration with NetApp. And the transformation is going to continue with new edge gateways, edge servers, NFV solutions, telecommunications infrastructure, and hardware as a service with dynamic metering. So thank you for your time. I've looked forward to meeting many of you over the next day. We appreciate your business, and with that, I'd like to bring up Rod Lappen to introduce our next speaker. Rod? (audience applauding) >> Thanks, boss, well done. Alright ladies and gentlemen. No real secret there. I think we've heard why I might talk about the fourth Industrial Revolution in data and exactly what's going on with that. You've heard Kirk with some amazing announcements, obviously now with our NetApp partnership, talk about 5G, NFV, cloud, artificial intelligence, I think we've hit just about all the key hot topics. It's with great pleasure that I now bring up on stage Mr. Christian Teismann, our senior vice president and general manager of commercial business for both our PCs and our IoT business, so Christian Teismann. (techno music) Here, take that. >> Thank you. I think I'll need that. >> Okay, Christian, so obviously just before we get down, you and I last year, we had a bit of a chat about being in New York. >> Exports. >> You were an expat in New York for a long time. >> That's true. >> And now, you've moved from New York. You're in Munich? >> Yep. >> How does that feel? >> Well Munich is a wonderful city, and it's a great place to live and raise kids, but you know there's no place in the world like New York. >> Right. >> And I miss it a lot, quite frankly. >> So what exactly do you miss in New York? >> Well there's a lot of things in New York that are unique, but I know you spent some time in Japan, but I still believe the best sushi in the world is still in New York City. (all laughing) >> I will beg to differ. I will beg to differ. I think Mr. Guchi-san from Softbank is here somewhere. He will get up an argue very quickly that Japan definitely has better sushi than New York. But obviously you know, it's a very very special place, and I have had sushi here, it's been fantastic. What about Munich? Anything else that you like in Munich? >> Well I mean in Munich, we have pork knuckles. >> Pork knuckles. (Christian laughing) Very similar sushi. >> What is also very fantastic, but we have the real, the real Oktoberfest in Munich, and it starts next week, mid-September, and I think it's unique in the world. So it's very special as well. >> Oktoberfest. >> Yes. >> Unfortunately, I'm not going this year, 'cause you didn't invite me, but-- (audience chuckling) How about, I think you've got a bit of a secret in relation to Oktoberfest, probably not in Munich, however. >> It's a secret, yes, but-- >> Are you going to share? >> Well I mean-- >> See how I'm putting you on the spot? >> In the 10 years, while living here in New York, I was a regular visitor of the Oktoberfest at the Lower East Side in Avenue C at Zum Schneider, where I actually met my wife, and she's German. >> Very good. So, how about a big round of applause? (audience applauding) Not so much for Christian, but more I think, obviously for his wife, who obviously had been drinking and consequently ended up with you. (all laughing) See you later, mate. >> That's the beauty about Oktoberfest, but yes. So first of all, good morning to everybody, and great to be back here in New York for a second Transform event. New York clearly is the melting pot of the world in terms of culture, nations, but also business professionals from all kind of different industries, and having this event here in New York City I believe is manifesting what we are trying to do here at Lenovo, is transform every aspect of our business and helping our customers on the journey of intelligent transformation. Last year, in our transformation on the device business, I talked about how the PC is transforming to personalized computing, and we've made a lot of progress in that journey over the last 12 months. One major change that we have made is we combined all our device business under one roof. So basically PCs, smart devices, and smart phones are now under the roof and under the intelligent device group. But from my perspective makes a lot of sense, because at the end of the day, all devices connect in the modern world into the cloud and are operating in a seamless way. But we are also moving from a device business what is mainly a hardware focus historically, more and more also into a solutions business, and I will give you during my speech a little bit of a sense of what we are trying to do, as we are trying to bring all these components closer together, and specifically also with our strengths on the data center side really build end-to-end customer solution. Ultimately, what we want to do is make our business, our customer's businesses faster, safer, and ultimately smarter as well. So I want to look a little bit back, because I really believe it's important to understand what's going on today on the device side. Many of us have still grown up with phones with terminals, ultimately getting their first desktop, their first laptop, their first mobile phone, and ultimately smartphone. Emails and internet improved our speed, how we could operate together, but still we were defined by linear technology advances. Today, the world has changed completely. Technology itself is not a limiting factor anymore. It is how we use technology going forward. The Internet is pervasive, and we are not yet there that we are always connected, but we are nearly always connected, and we are moving to the stage, that everything is getting connected all the time. Sharing experiences is the most driving force in our behavior. In our private life, sharing pictures, videos constantly, real-time around the world, with our friends and with our family, and you see the same behavior actually happening in the business life as well. Collaboration is the number-one topic if it comes down to workplace, and video and instant messaging, things that are coming from the consumer side are dominating the way we are operating in the commercial business as well. Most important beside technology, that a new generation of workforce has completely changed the way we are working. As the famous workforce the first generation of Millennials that have now fully entered in the global workforce, and the next generation, it's called Generation Z, is already starting to enter the global workforce. By 2025, 75 percent of the world's workforce will be composed out of two of these generations. Why is this so important? These two generations have been growing up using state-of-the-art IT technology during their private life, during their education, school and study, and are taking these learnings and taking these behaviors in the commercial workspace. And this is the number one force of change that we are seeing in the moment. Diverse workforces are driving this change in the IT spectrum, and for years in many of our customers' focus was their customer focus. Customer experience also in Lenovo is the most important thing, but we've realized that our own human capital is equally valuable in our customer relationships, and employee experience is becoming a very important thing for many of our customers, and equally for Lenovo as well. As you have heard YY, as we heard from YY, Lenovo is focused on intelligent transformation. What that means for us in the intelligent device business is ultimately starting with putting intelligence in all of our devices, smartify every single one of our devices, adding value to our customers, traditionally IT departments, but also focusing on their end users and building products that make their end users more productive. And as a world leader in commercial devices with more than 33 percent market share, we can solve problems been even better than any other company in the world. So, let's talk about transformation of productivity first. We are in a device-led world. Everything we do is connected. There's more interaction with devices than ever, but also with spaces who are increasingly becoming smart and intelligent. YY said it, by 2020 we have more than 20 billion connected devices in the world, and it will grow exponentially from there on. And users have unique personal choices for technology, and that's very important to recognize, and we call this concept a digital wardrobe. And it means that every single end-user in the commercial business is composing his personal wardrobe on an ongoing basis and is reconfiguring it based on the work he's doing and based where he's going and based what task he is doing. I would ask all of you to put out all the devices you're carrying in your pockets and in your bags. You will see a lot of you are using phones, tablets, laptops, but also cameras and even smartwatches. They're all different, but they have one underlying technology that is bringing it all together. Recognizing digital wardrobe dynamics is a core factor for us to put all the devices under one roof in IDG, one business group that is dedicated to end-user solutions across mobile, PC, but also software services and imaging, to emerging technologies like AR, VR, IoT, and ultimately a AI as well. A couple of years back there was a big debate around bring-your-own-device, what was called consumerization. Today consumerization does not exist anymore, because consumerization has happened into every single device we build in our commercial business. End users and commercial customers today do expect superior display performance, superior audio, microphone, voice, and touch quality, and have it all connected and working seamlessly together in an ease of use space. We are already deep in the journey of personalized computing today. But the center point of it has been for the last 25 years, the mobile PC, that we have perfected over the last 25 years, and has been the undisputed leader in mobility computing. We believe in the commercial business, the ThinkPad is still the core device of a digital wardrobe, and we continue to drive the success of the ThinkPad in the marketplace. We've sold more than 140 million over the last 26 years, and even last year we exceeded nearly 11 million units. That is about 21 ThinkPads per minute, or one Thinkpad every three seconds that we are shipping out in the market. It's the number one commercial PC in the world. It has gotten countless awards but we felt last year after Transform we need to build a step further, in really tailoring the ThinkPad towards the need of the future. So, we announced a new line of X1 Carbon and Yoga at CES the Consumer Electronics Show. And the reason is not we want to sell to consumer, but that we do recognize that a lot of CIOs and IT decision makers need to understand what consumers are really doing in terms of technology to make them successful. So, let's take a look at the video. (suspenseful music) >> When you're the number one business laptop of all time, your only competition is yourself. (wall shattering) And, that's different. Different, like resisting heat, ice, dust, and spills. Different, like sharper, brighter OLA display. The trackpoint that reinvented controls, and a carbon fiber roll cage to protect what's inside, built by an engineering and design team, doing the impossible for the last 25 years. This is the number one business laptop of all time, but it's not a laptop. It's a ThinkPad. (audience applauding) >> Thank you very much. And we are very proud that Lenovo ThinkPad has been selected as the best laptop in the world in the second year in a row. I think it's a wonderful tribute to what our engineers have been done on this one. And users do want awesome displays. They want the best possible audio, voice, and touch control, but some users they want more. What they want is super power, and I'm really proud to announce our newest member of the X1 family, and that's the X1 extreme. It's exceptionally featured. It has six core I9 intel chipset, the highest performance you get in the commercial space. It has Nvidia XTX graphic, it is a 4K UHD display with HDR with Dolby vision and Dolby Atmos Audio, two terabyte in SSD, so it is really the absolute Ferrari in terms of building high performance commercial computer. Of course it has touch and voice, but it is one thing. It has so much performance that it serves also a purpose that is not typical for commercial, and I know there's a lot of secret gamers also here in this room. So you see, by really bringing technology together in the commercial space, you're creating productivity solutions of one of a kind. But there's another category of products from a productivity perspective that is incredibly important in our commercial business, and that is the workstation business . Clearly workstations are very specifically designed computers for very advanced high-performance workloads, serving designers, architects, researchers, developers, or data analysts. And power and performance is not just about the performance itself. It has to be tailored towards the specific use case, and traditionally these products have a similar size, like a server. They are running on Intel Xeon technology, and they are equally complex to manufacture. We have now created a new category as the ultra mobile workstation, and I'm very proud that we can announce here the lightest mobile workstation in the industry. It is so powerful that it really can run AI and big data analysis. And with this performance you can go really close where you need this power, to the sensors, into the cars, or into the manufacturing places where you not only wannna read the sensors but get real-time analytics out of these sensors. To build a machine like this one you need customers who are really challenging you to the limit. and we're very happy that we had a customer who went on this journey with us, and ultimately jointly with us created this product. So, let's take a look at the video. (suspenseful music) >> My world involves pathfinding both the hardware needs to the various work sites throughout the company, and then finding an appropriate model of desktop, laptop, or workstation to match those needs. My first impressions when I first seen the ThinkPad P1 was I didn't actually believe that we could get everything that I was asked for inside something as small and light in comparison to other mobile workstations. That was one of the I can't believe this is real sort of moments for me. (engine roars) >> Well, it's better than general when you're going around in the wind tunnel, which isn't alway easy, and going on a track is not necessarily the best bet, so having a lightweight very powerful laptop is extremely useful. It can take a Xeon processor, which can support ECC from when we try to load a full car, and when we're analyzing live simulation results. through and RCFT post processor or example. It needs a pretty powerful machine. >> It's come a long way to be able to deliver this. I hate to use the word game changer, but it is that for us. >> Aston Martin has got a lot of different projects going. There's some pretty exciting projects and a pretty versatile range coming out. Having Lenovo as a partner is certainly going to ensure that future. (engine roars) (audience applauds) >> So, don't you think the Aston Martin design and the ThinkPad design fit very well together? (audience laughs) So if Q, would get a new laptop, I think you would get a ThinkPad X P1. So, I want to switch gears a little bit, and go into something in terms of productivity that is not necessarily on top of the mind or every end user but I believe it's on top of the mind of every C-level executive and of every CEO. Security is the number one threat in terms of potential risk in your business and the cost of cybersecurity is estimated by 2020 around six trillion dollars. That's more than the GDP of Japan and we've seen a significant amount of data breach incidents already this years. Now, they're threatening to take companies out of business and that are threatening companies to lose a huge amount of sensitive customer data or internal data. At Lenovo, we are taking security very, very seriously, and we run a very deep analysis, around our own security capabilities in the products that we are building. And we are announcing today a new brand under the Think umbrella that is called ThinkShield. Our goal is to build the world's most secure PC, and ultimately the most secure devices in the industry. And when we looked at this end-to-end, there is no silver bullet around security. You have to go through every aspect where security breaches can potentially happen. That is why we have changed the whole organization, how we look at security in our device business, and really have it grouped under one complete ecosystem of solutions, Security is always something where you constantly are getting challenged with the next potential breach the next potential technology flaw. As we keep innovating and as we keep integrating, a lot of our partners' software and hardware components into our products. So for us, it's really very important that we partner with companies like Intel, Microsoft, Coronet, Absolute, and many others to really as an example to drive full encryption on all the data seamlessly, to have multi-factor authentication to protect your users' identity, to protect you in unsecured Wi-Fi locations, or even simple things like innovation on the device itself, to and an example protect the camera, against usage with a little thing like a thinkShutter that you can shut off the camera. SO what I want to show you here, is this is the full portfolio of ThinkShield that we are announcing today. This is clearly not something I can even read to you today, but I believe it shows you the breadth of security management that we are announcing today. There are four key pillars in managing security end-to-end. The first one is your data, and this has a lot of aspects around the hardware and the software itself. The second is identity. The third is the security around online, and ultimately the device itself. So, there is a breakout on security and ThinkShield today, available in the afternoon, and encourage you to really take a deeper look at this one. The first pillar around productivity was the device, and around the device. The second major pillar that we are seeing in terms of intelligent transformation is the workspace itself. Employees of a new generation have a very different habit how they work. They split their time between travel, working remotely but if they do come in the office, they expect a very different office environment than what they've seen in the past in cubicles or small offices. They come into the office to collaborate, and they want to create ideas, and they really work in cross-functional teams, and they want to do it instantly. And what we've seen is there is a huge amount of investment that companies are doing today in reconfiguring real estate reconfiguring offices. And most of these kind of things are moving to a digital platform. And what we are doing, is we want to build an entire set of solutions that are just focused on making the workspace more productive for remote workforce, and to create technology that allow people to work anywhere and connect instantly. And the core of this is that we need to be, the productivity of the employee as high as possible, and make it for him as easy as possible to use these kind of technologies. Last year in Transform, I announced that we will enter the smart office space. By the end of last year, we brought the first product into the market. It's called the Hub 500. It's already deployed in thousands of our customers, and it's uniquely focused on Microsoft Skype for Business, and making meeting instantly happen. And the product is very successful in the market. What we are announcing today is the next generation of this product, what is the Hub 700, what has a fantastic audio quality. It has far few microphones, and it is usable in small office environment, as well as in major conference rooms, but the most important part of this new announcement is that we are also announcing a software platform, and this software platform allows you to run multiple video conferencing software solutions on the same platform. Many of you may have standardized for one software solution or for another one, but as you are moving in a world of collaborating instantly with partners, customers, suppliers, you always will face multiple software standards in your company, and Lenovo is uniquely positioned but providing a middleware platform for the device to really enable multiple of these UX interfaces. And there's more to come and we will add additional UX interfaces on an ongoing base, based on our customer requirements. But this software does not only help to create a better experience and a higher productivity in the conference room or the huddle room itself. It really will allow you ultimately to manage all your conference rooms in the company in one instance. And you can run AI technologies around how to increase productivity utilization of your entire conference room ecosystem in your company. You will see a lot more devices coming from the node in this space, around intelligent screens, cameras, and so on, and so on. The idea is really that Lenovo will become a core provider in the whole movement into the smart office space. But it's great if you have hardware and software that is really supporting the approach of modern IT, but one component that Kirk also mentioned is absolutely critical, that we are providing this to you in an as a service approach. Get it what you want, when you need it, and pay it in the amount that you're really using it. And within UIT there is also I think a new philosophy around IT management, where you're much more focused on the value that you are consuming instead of investing into technology. We are launched as a service two years back and we already have a significant number of customers running PC as a service, but we believe as a service will stretch far more than just the PC device. It will go into categories like smart office. It might go even into categories like phone, and it will definitely go also in categories like storage and server in terms of capacity management. I want to highlight three offerings that we are also displaying today that are sort of building blocks in terms of how we really run as a service. The first one is that we collaborated intensively over the last year with Microsoft to be the launch pilot for their Autopilot offering, basically deploying images easily in the same approach like you would deploy a new phone on the network. The purpose really is to make new imaging and enabling new PC as seamless as it's used to be in the phone industry, and we have a complete set of offerings, and already a significant number customers have deployed Autopilot with Lenovo. The second major offering is Premier Support, like in the in the server business, where Premier Support is absolutely critical to run critical infrastructure, we see a lot of our customers do want to have Premier Support for their end users, so they can be back into work basically instantly, and that you have the highest possible instant repair on every single device. And then finally we have a significant amount of time invested into understanding how the software as a service really can get into one philosophy. And many of you already are consuming software as a service in many different contracts from many different vendors, but what we've created is one platform that really can manage this all together. All these things are the foundation for a device as a service offering that really can manage this end-to-end. So, implementing an intelligent workplace can be really a daunting prospect depending on where you're starting from, and how big your company ultimately is. But how do you manage the transformation of technology workspace if you're present in 50 or more countries and you run an infrastructure for more than 100,000 people? Michelin, famous for their tires, infamous for their Michelin star restaurant rating, especially in New York, and instantly recognizable by the Michelin Man, has just doing that. Please welcome with me Damon McIntyre from Michelin to talk to us about the challenges and transforming collaboration and productivity. (audience applauding) (electronic dance music) Thank you, David. >> Thank you, thank you very much. >> We on? >> So, how do you feel here? >> Well good, I want to thank you first of all for your partnership and the devices you create that helped us design, manufacture, and distribute the best tire in the world, okay? I just had to say it and put out there, alright. And I was wondering, were those Michelin tires on that Aston Martin? >> I'm pretty sure there is no other tire that would fit to that. >> Yeah, no, thank you, thank you again, and thank you for the introduction. >> So, when we talk about the transformation happening really in the workplace, the most tangible transformation that you actually see is the drastic change that companies are doing physically. They're breaking down walls. They're removing cubes, and they're moving to flexible layouts, new desks, new huddle rooms, open spaces, but the underlying technology for that is clearly not so visible very often. So, tell us about Michelin's strategy, and the technology you are deploying to really enable this corporation. >> So we, so let me give a little bit a history about the company to understand the daunting tasks that we had before us. So we have over 114,000 people in the company under 170 nationalities, okay? If you go to the corporate office in France, it's Clermont. It's about 3,000 executives and directors, and what have you in the marketing, sales, all the way up to the chain of the global CIO, right? Inside of the Americas, we merged in Americas about three years ago. Now we have the Americas zone. There's about 28,000 employees across the Americas, so it's really, it's really hard in a lot of cases. You start looking at the different areas that you lose time, and you lose you know, your productivity and what have you, so there, it's when we looked at different aspects of how we were going to manage the meeting rooms, right? because we have opened up our areas of workspace, our CIO, CEOs in our zones will no longer have an office. They'll sit out in front of everybody else and mingle with the crowd. So, how do you take those spaces that were originally used by an individual but now turn them into like meeting rooms? So, we went through a large process, and looked at the Hub 500, and that really met our needs, because at the end of the day what we noticed was, it was it was just it just worked, okay? We've just added it to the catalog, so we're going to be deploying it very soon, and I just want to again point that I know everybody struggles with this, and if you look at all the minutes that you lose in starting up a meeting, and we know you know what I'm talking about when I say this, it equates to many many many dollars, okay? And so at the end the day, this product helps us to be more efficient in starting up the meeting, and more productive during the meeting. >> Okay, it's very good to hear. Another major trend we are seeing in IT departments is taking a more hands-off approach to hardware. We're seeing new technologies enable IT to create a more efficient model, how IT gets hardware in the hands of end-users, and how they are ultimately supporting themselves. So what's your strategy around the lifecycle management of the devices? >> So yeah you mentioned, again, we'll go back to the 114,000 employees in the company, right? You imagine looking at all the devices we use. I'm not going to get into the number of devices we have, but we have a set number that we use, and we have to go through a process of deploying these devices, which we right now service our own image. We build our images, we service them through our help desk and all that process, and we go through it. If you imagine deploying 25,000 PCs in a year, okay? The time and the daunting task that's behind all that, you can probably add up to 20 or 30 people just full-time doing that, okay? So, with partnering with Lenovo and their excellent technology, their technical teams, and putting together the whole process of how we do imaging, it now lifts that burden off of our folks, and it shifts it into a more automated process through the cloud, okay? And, it's with the Autopilot on the end of the project, we'll have Autopilot fully engaged, but what I really appreciate is how Lenovo really, really kind of got with us, and partnered with us for the whole process. I mean it wasn't just a partner between Michelin and Lenovo. Microsoft was also partnered during that whole process, and it really was a good project that we put together, and we hope to have something in a full production mode next year for sure. >> So, David thank you very, very much to be here with us on stage. What I really want to say, customers like you, who are always challenging us on every single aspect of our capabilities really do make the big difference for us to get better every single day and we really appreciate the partnership. >> Yeah, and I would like to say this is that I am, I'm doing what he's exactly said he just said. I am challenging Lenovo to show us how we can innovate in our work space with your devices, right? That's a challenge, and it's going to be starting up next year for sure. We've done some in the past, but I'm really going to challenge you, and my whole aspect about how to do that is bring you into our workspace. Show you how we make how we go through the process of making tires and all that process, and how we distribute those tires, so you can brainstorm, come back to the table and say, here's a device that can do exactly what you're doing right now, better, more efficient, and save money, so thank you. >> Thank you very much, David. (audience applauding) Well it's sometimes really refreshing to get a very challenging customers feedback. And you know, we will continue to grow this business together, and I'm very confident that your challenge will ultimately help to make our products even more seamless together. So, as we now covered productivity and how we are really improving our devices itself, and the transformation around the workplace, there is one pillar left I want to talk about, and that's really, how do we make businesses smarter than ever? What that really means is, that we are on a journey on trying to understand our customer's business, deeper than ever, understanding our customer's processes even better than ever, and trying to understand how we can help our customers to become more competitive by injecting state-of-the-art technology in this intelligent transformation process, into core processes. But this cannot be done without talking about a fundamental and that is the journey towards 5G. I really believe that 5G is changing everything the way we are operating devices today, because they will be connected in a way like it has never done before. YY talked about you know, 20 times 10 times the amount of performance. There are other studies that talk about even 200 times the performance, how you can use these devices. What it will lead to ultimately is that we will build devices that will be always connected to the cloud. And, we are preparing for this, and Kirk already talked about, and how many operators in the world we already present with our Moto phones, with how many Telcos we are working already on the backend, and we are working on the device side on integrating 5G basically into every single one of our product in the future. One of the areas that will benefit hugely from always connected is the world of virtual reality and augmented reality. And I'm going to pick here one example, and that is that we have created a commercial VR solution for classrooms and education, and basically using consumer type of product like our Mirage Solo with Daydream and put a solution around this one that enables teachers and schools to use these products in the classroom experience. So, students now can have immersive learning. They can studying sciences. They can look at environmental issues. They can exploring their careers, or they can even taking a tour in the next college they're going to go after this one. And no matter what grade level, this is how people will continue to learn in the future. It's quite a departure from the old world of textbooks. In our area that we are looking is IoT, And as YY already elaborated, we are clearly learning from our own processes around how we improve our supply chain and manufacturing and how we improve also retail experience and warehousing, and we are working with some of the largest companies in the world on pilots, on deploying IoT solutions to make their businesses, their processes, and their businesses, you know, more competitive, and some of them you can see in the demo environment. Lenovo itself already is managing 55 million devices in an IoT fashion connecting to our own cloud, and constantly improving the experience by learning from the behavior of these devices in an IoT way, and we are collecting significant amount of data to really improve the performance of these systems and our future generations of products on a ongoing base. We have a very strong partnership with a company called ADLINK from Taiwan that is one of the leading manufacturers of manufacturing PC and hardened devices to create solutions on the IoT platform. The next area that we are very actively investing in is commercial augmented reality. I believe augmented reality has by far more opportunity in commercial than virtual reality, because it has the potential to ultimately improve every single business process of commercial customers. Imagine in the future how complex surgeries can be simplified by basically having real-time augmented reality information about the surgery, by having people connecting into a virtual surgery, and supporting the surgery around the world. Visit a furniture store in the future and see how this furniture looks in your home instantly. Doing some maintenance on some devices yourself by just calling the company and getting an online manual into an augmented reality device. Lenovo is exploring all kinds of possibilities, and you will see a solution very soon from Lenovo. Early when we talked about smart office, I talked about the importance of creating a software platform that really run all these use cases for a smart office. We are creating a similar platform for augmented reality where companies can develop and run all their argumented reality use cases. So you will see that early in 2019 we will announce an augmented reality device, as well as an augmented reality platform. So, I know you're very interested on what exactly we are rolling out, so we will have a first prototype view available there. It's still a codename project on the horizon, and we will announce it ultimately in 2019, but I think it's good for you to take a look what we are doing here. So, I just wanted to give you a peek on what we are working beyond smart office and the device productivity in terms of really how we make businesses smarter. It's really about increasing productivity, providing you the most secure solutions, increase workplace collaboration, increase IT efficiency, using new computing devices and software and services to make business smarter in the future. There's no other company that will enable to offer what we do in commercial. No company has the breadth of commercial devices, software solutions, and the same data center capabilities, and no other company can do more for your intelligent transformation than Lenovo. Thank you very much. (audience applauding) >> Thanks mate, give me that. I need that. Alright, ladies and gentlemen, we are done. So firstly, I've got a couple of little housekeeping pieces at the end of this and then we can go straight into going and experiencing some of the technology we've got on the left-hand side of the room here. So, I want to thank Christian obviously. Christian, awesome as always, some great announcements there. I love the P1. I actually like the Aston Martin a little bit better, but I'll take either if you want to give me one for free. I'll take it. We heard from YY obviously about the industry and how the the fourth Industrial Revolution is impacting us all from a digital transformation perspective, and obviously Kirk on DCG, the great NetApp announcement, which is going to be really exciting, actually that Twitter and some of the social media panels are absolutely going crazy, so it's good to see that the industry is really taking some impact. Some of the publications are really great, so thank you for the media who are obviously in the room publishing right no. But now, I really want to say it's all of your turn. So, all of you up the back there who are having coffee, it's your turn now. I want everyone who's sitting down here after this event move into there, and really take advantage of the 15 breakouts that we've got set there. There are four breakout sessions from a time perspective. I want to try and get you all out there at least to use up three of them and use your fourth one to get out and actually experience some of the technology. So, you've got four breakout sessions. A lot of the breakout sessions are actually done twice. If you have not downloaded the app, please download the app so you can actually see what time things are going on and make sure you're registering correctly. There's a lot of great experience of stuff out there for you to go do. I've got one quick video to show you on some of the technology we've got and then we're about to close. Alright, here we are acting crazy. Now, you can see obviously, artificial intelligence machine learning in the browser. God, I hate that dance, I'm not a Millenial at all. It's effectively going to be implemented by healthcare. I want you to come around and test that out. Look at these two guys. This looks like a Lenovo management meeting to be honest with you. These two guys are actually concentrating, using their brain power to race each others in cars. You got to come past and give that a try. Give that a try obviously. Fantastic event here, lots of technology for you to experience, and great partners that have been involved as well. And so, from a Lenovo perspective, we've had some great alliance partners contribute, including obviously our number one partner, Intel, who's been a really big loyal contributor to us, and been a real part of our success here at Transform. Excellent, so please, you've just seen a little bit of tech out there that you can go and play with. I really want you, I mean go put on those black things, like Scott Hawkins our chief marketing officer from Lenovo's DCG business was doing and racing around this little car with his concentration not using his hands. He said it's really good actually, but as soon as someone comes up to speak to him, his car stops, so you got to try and do better. You got to try and prove if you can multitask or not. Get up there and concentrate and talk at the same time. 62 different breakouts up there. I'm not going to go into too much detai, but you can see we've got a very, very unusual numbering system, 18 to 18.8. I think over here we've got a 4849. There's a 4114. And then up here we've got a 46.1 and a 46.2. So, you need the decoder ring to be able to understand it. Get over there have a lot of fun. Remember the boat leaves today at 4:00 o'clock, right behind us at the pier right behind us here. There's 400 of us registered. Go onto the app and let us know if there's more people coming. It's going to be a great event out there on the Hudson River. Ladies and gentlemen that is the end of your keynote. I want to thank you all for being patient and thank all of our speakers today. Have a great have a great day, thank you very much. (audience applauding) (upbeat music) ♪ Ba da bop bop bop ♪ ♪ Ba da bop bop bop ♪ ♪ Ba da bop bop bop ♪ ♪ Ba da bop bop bop ♪ ♪ Ba da bop bop bop ♪ ♪ Ba da bop bop bop ♪ ♪ Ba da bop bop bop ba do ♪

Published Date : Sep 13 2018

SUMMARY :

and those around you, Ladies and gentlemen, we ask that you please take an available seat. Ladies and gentlemen, once again we ask and software that transform the way you collaborate, Good morning everyone! Ooh, that was pretty good actually, and have a look at all of the breakout sessions. and the industries demand to be more intelligent, and the strategies that we have going forward I'm going to give you the stage and allow you to say is that the first products are orderable and being one of the largest device companies in the world. and exactly what's going on with that. I think I'll need that. Okay, Christian, so obviously just before we get down, You're in Munich? and it's a great place to live and raise kids, And I miss it a lot, but I still believe the best sushi in the world and I have had sushi here, it's been fantastic. (Christian laughing) the real Oktoberfest in Munich, in relation to Oktoberfest, at the Lower East Side in Avenue C at Zum Schneider, and consequently ended up with you. and is reconfiguring it based on the work he's doing and a carbon fiber roll cage to protect what's inside, and that is the workstation business . and then finding an appropriate model of desktop, in the wind tunnel, which isn't alway easy, I hate to use the word game changer, is certainly going to ensure that future. And the core of this is that we need to be, and distribute the best tire in the world, okay? that would fit to that. and thank you for the introduction. and the technology you are deploying and more productive during the meeting. how IT gets hardware in the hands of end-users, You imagine looking at all the devices we use. and we really appreciate the partnership. and it's going to be starting up next year for sure. and how many operators in the world Ladies and gentlemen that is the end of your keynote.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
DavidPERSON

0.99+

GeorgePERSON

0.99+

DellORGANIZATION

0.99+

KirkPERSON

0.99+

LenovoORGANIZATION

0.99+

BradPERSON

0.99+

AmazonORGANIZATION

0.99+

EMCORGANIZATION

0.99+

George KurianPERSON

0.99+

MichelinORGANIZATION

0.99+

MicrosoftORGANIZATION

0.99+

GoogleORGANIZATION

0.99+

NikeORGANIZATION

0.99+

WalmartORGANIZATION

0.99+

QualcommORGANIZATION

0.99+

DisneyORGANIZATION

0.99+

CaliforniaLOCATION

0.99+

IBMORGANIZATION

0.99+

HPORGANIZATION

0.99+

FranceLOCATION

0.99+

JapanLOCATION

0.99+

CanadaLOCATION

0.99+

ChinaLOCATION

0.99+

NutanixORGANIZATION

0.99+

AmericasLOCATION

0.99+

Christian TeismannPERSON

0.99+

New YorkLOCATION

0.99+

Kirk SkaugenPERSON

0.99+

MalaysiaLOCATION

0.99+

AMEXORGANIZATION

0.99+

NvidiaORGANIZATION

0.99+

Rod LappenPERSON

0.99+

University College LondonORGANIZATION

0.99+

BrazilLOCATION

0.99+

KurtPERSON

0.99+

2016DATE

0.99+

GermanyLOCATION

0.99+

17QUANTITY

0.99+

2019DATE

0.99+

AMDORGANIZATION

0.99+

VerizonORGANIZATION

0.99+

IndiaLOCATION

0.99+

sevenQUANTITY

0.99+

Hudson RiverLOCATION

0.99+

twoQUANTITY

0.99+

10xQUANTITY

0.99+

NetAppORGANIZATION

0.99+

MotorolaORGANIZATION

0.99+

USLOCATION

0.99+

South AfricaLOCATION

0.99+

Tara Chklovski, Iridescent | Technovation 2018


 

>> From Santa Clara, California, in the heart of Silicon Valley, it's theCUBE! Covering Technovation's World Pitch 2018. Now, here's Sonia Tagare. >> Hi, welcome back, I'm Sonia Tagare here with theCUBE in Santa Clara, California covering Technovation's World Pitch Summit 2018, a pitch competition in which girls develop mobile apps in order to create positive change in the world. This week 12 finalists are competing for their chance to win the coveted gold or silver scholarships. With us today we have Tara Chklovski, the Founder and CEO of Iridescent, Tara thank you so much for being on. >> My pleasure. >> So can you tell us a little bit more about Technovation? What's the event about? >> Yeah, so Technovation is the worlds largest technology program for girls and we inspire them to find problems in their communities and actually create mobile apps and launch startups to solve these problems. And so we operate in 115 countries. >> Wow! >> This year we had about 20 thousand girls register for the program, and right now we see about girls and student ambassadors, regional ambassadors, mentors from 15 countries. So some of the countries are: Nigeria, India, Mexico, Brazil, Ethiopia, Palestine, Spain, and of course, the US and Canada. >> That's wonderful. >> And I think I may be missing a couple countries. >> So, could you tell me more about Iridescent and how Iridescent is involved in Technovation? >> Yeah, totally. So, Iridescent is the parent non-profit and we started in 2006, our mission is to empower underserved communities, especially girls and women to become innovators and creators of technology and engineering, and so it requires them feeling that they have a place at the table and being empowered to actually create new solutions, and not just be the users of solutions. >> That's wonderful. Can you tell us some success stories from past winners? >> Yeah, totally. So Technovation is unusual because it's 100 hour, pretty robust, almost like a bootcamp where, you don't need to have any prior knowledge of computer science or entrepreneurship, and you go through and have a completely finished product. And so, in the early years, in say 2010, the winners of the New York regional competition actually created an Uber-like app. And this was before Uber was actually known as a ride sharing. And a team from I think the Bay area created a Pinterest-like app. And so these girls are ahead of the times because, I mean everybody knows teenagers are ahead of their time, and girls are very active users of technology, and this puts into their hands that they become creators. But some of the success stories, one of our biggest one is Emma Yang, she was named like the top 10 under 10 to watch out for, but she created an app for her grandmother, who suffers from Alzheimer's, and she could, it would help memory training. And recently, she was actually featured in Apple's WWDC Conference when Tim Cook played the video showcasing the developer and their families, and so she was one of them on the video, so, we felt incredibly proud that we were the ones to bring her into technology. >> That's wonderful. So can you tell me more about how Technovation is helping these girls? >> Yeah, so Technovation again is unusual, because it's not like we're going to cram a whole bunch of coding and programming down your throats, it's rather, first the question is, find the problem that you're passionate about in your community, and then, oh by the way, did you know you could use technology to solve that problem? And so that real world application is very important for a new newcomer to the field, and so we bring thousands and thousands of young girls who would never dream about going into computer science into this field, so, just to give some numbers, annually, we have about 64 thousand undergraduates in computer science as a country, and only 10 thousand of them are women. >> Wow. >> And so just to give you a sense of the scale of Technovation, we have about 12 thousand Technovation alumni now in college and in the workforce. Every year we add about five thousand girls, and so that's 50% of our national output of the number of computer science graduates, right, like undergraduate women. And so we are significantly moving the needle, but it's taken a long time, I mean, this is our 13th year. And so that is the message that to build this community of young women leaders and entrepreneurs, they need to see more like themselves and so it takes time to get to get to that starting with a few girls, and so yeah, this year we have 20 thousand. >> How do you think the Girls in tech community is evolving as a whole? >> I think the coding community is becoming very, is becoming, it's becoming a movement, it's taken 10 years, and so I think you can see the change in the AP computer science results this year, you're seeing more and more girls becoming interested in computer science. But again, there's a big problem of access still, I mean, low income groups do not have access to, to coding programs in their communities, and I think, there's room for us to improve and add there. I think the Girls in tech community is vibrant, in Silicon Valley, but Silicon Valley is a tiny place in the world, as you can see, right? So I think, yes it's there, but we are very small, there's a lot of room, and there's a lot of room for other organizations to take up the challenge. >> That's awesome. So, last question: What advice would you give for girls who are interested in technology? >> I would say, find a problem that you care about, and find a mentor, I would say sign up for Technovation, because that really has all the elements and the support systems that you need, it's much more than an hour of code. You really need to see all elements of what technology can bring, and the change that you can enable. So I would definitely say yeah, sign up for Technovation, because it helps you make a real change in the world. >> That's awesome, thank you so much for being on theCUBE today. >> My pleasure. >> It's so inspiring what you're doing. >> Thank you! >> Thanks for being here, we're at Technovation's World Pitch Summit 2018, stay tuned for more. (bubbly music)

Published Date : Aug 10 2018

SUMMARY :

in the heart of Silicon Valley, the Founder and CEO of Iridescent, Yeah, so Technovation is the worlds largest and of course, the US and Canada. and not just be the users of solutions. Can you tell us some success stories from past winners? and so she was one of them on the video, so, So can you tell me more about how and so we bring thousands and thousands of young girls And so just to give you a sense of and so I think you can see the change What advice would you give for girls and the change that you can enable. That's awesome, thank you so much Thanks for being here,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Tim CookPERSON

0.99+

Sonia TagarePERSON

0.99+

Tara ChklovskiPERSON

0.99+

Emma YangPERSON

0.99+

thousandsQUANTITY

0.99+

50%QUANTITY

0.99+

2006DATE

0.99+

TaraPERSON

0.99+

10 yearsQUANTITY

0.99+

Silicon ValleyLOCATION

0.99+

20 thousandQUANTITY

0.99+

13th yearQUANTITY

0.99+

TechnovationORGANIZATION

0.99+

2010DATE

0.99+

Santa Clara, CaliforniaLOCATION

0.99+

100 hourQUANTITY

0.99+

15 countriesQUANTITY

0.99+

IridescentORGANIZATION

0.99+

this yearDATE

0.98+

This weekDATE

0.98+

115 countriesQUANTITY

0.98+

New YorkLOCATION

0.98+

UberORGANIZATION

0.98+

oneQUANTITY

0.97+

todayDATE

0.97+

about 20 thousand girlsQUANTITY

0.97+

TechnovationEVENT

0.97+

USLOCATION

0.97+

CanadaLOCATION

0.97+

about 12 thousandQUANTITY

0.96+

SpainLOCATION

0.96+

PalestineLOCATION

0.96+

about five thousand girlsQUANTITY

0.96+

This yearDATE

0.96+

NigeriaLOCATION

0.95+

MexicoLOCATION

0.95+

10 thousandQUANTITY

0.95+

thousands of young girlsQUANTITY

0.95+

BrazilLOCATION

0.95+

12 finalistsQUANTITY

0.93+

EthiopiaLOCATION

0.93+

firstQUANTITY

0.93+

about 64 thousand undergraduatesQUANTITY

0.92+

IndiaLOCATION

0.91+

Technovation's World Pitch 2018EVENT

0.91+

World Pitch Summit 2018EVENT

0.9+

Technovation's World Pitch Summit 2018EVENT

0.88+

BayLOCATION

0.88+

WWDC ConferenceEVENT

0.87+

theCUBEORGANIZATION

0.86+

couple countriesQUANTITY

0.85+

IridescentPERSON

0.82+

Technovation 2018EVENT

0.8+

more than an hourQUANTITY

0.78+

AlzheimerOTHER

0.76+

AppleORGANIZATION

0.7+

top 10 under 10QUANTITY

0.63+

UberTITLE

0.6+

PinterestORGANIZATION

0.55+

DellEMC Simply powerful Beth+Ruya


 

>> From the SiliconANGLE Media office in Boston, Massachusetts. It's theCUBE. Now, here's your host, Dave Vellante. >> Thanks Peter. We're back for the deep dive. Beth Phalen is joining us again and Ruya Barret who's the vice president of marketing for Dell EMC's data protection division. Thanks guys for coming on. Ruya let me start with you. Why are customers, what are they telling you in terms of why they're acquiring your data protection solutions? >> Well Beth talked a little bit about the engineering effort and collaboration we've been putting in place and so did Yang Ming with Vmware. So whether that's integration into vCenter or vSphere, or vRealize operations manager, vRealize automation or vCloud director. All of this work, all of this engineering effort and engineering hours is really to do two things deliver simply powerful data protection for VMware customers. >> What do you mean by simple? >> Simple. Well simple comes in two types of approaches, right? Simple is through automation. One of the things that we've done is really automate across the data protection stack for VMware, whereas 99% of the market solutions really leave it off at policy management, so they automate the policy layer. We automate not only the policy layer but the vProxy deployment, as well as the data movement. We have five types of data movement capabilities that have been automated, whether you're going directly from storage, to protection storage, whether you're doing client to protection storage, whether you're doing application to protection storage, or whether you're doing hypervisor direct to application storage. So it really is to automate and to maximize the performance of to meet the customer's service levels. So automation is critical when you're doing that. The other part of automation could be in how easy Cloud is for the admins and users. It really has to do with being able to orchestrate all of the activities, you know, very simply and easily. Simplicity is also management. We are hearing more and more that the admins are taking on the role of doing the backups and restores so our efforts with VMware have been to really simplify the management so that they can use their native tools. We've integrated with VMware for the V admins to be able to take backup and restore just a part of their daily operational tasks. >> So when you talk about power, is that performance? You've referenced performance but is it just performance or is it more than that? >> That's also a great question Dave, thank you. Power really, in terms of data protection, is three-fold. It's power in making sure that you have a single powerful solution that really covers a comprehensive set of applications and requirements, not only for today, but also tomorrow as needs. So that comprehensive coverage, whether you're on premise or in the Cloud is really critical. Power means performance, of course it means performance. Being able to deliver the highest performing protection and more importantly restores, is critical to our customers. Power also means not sacrificing efficiency to get that performance. So efficiency we have the best source side deduplication technology in the market. That, coupled with the performance is really critical to our customers. So all of these, the simplicity, the comprehensive coverage, the performance, the efficiency, also drives the lowest cost to protect for our customers. >> All right. I want to bring Beth Phalen into the conversation. Beth, let's talk about Cloud a little bit. A lot of people feel as though I can take data, I can dump it into an object store in the Cloud, and I'm protected. Your thoughts. >> Yeah, we hear that same misconception, and in fact the exact opposite is true. It's even more important that people have world class data protection when they're bringing Cloud into their IT environment. They have to know where their data is and how is it protected and how to restore it. So we have a few innovations that are going on here. For a long time we've had our hyper Cloud extensions. You can do Cloud tearing directly from data domain, and now we've also extended what you can do if you're a VMware Cloud AWS customer so that you can use that for your Cloud DR configuration, fail over to AWS with VMware Cloud, and then fail back with Vmotion if you choose to, and that's great for customers who don't want to have a second site, but do want to have confidence that they can recover if there's a disaster. On top of that we've also been doing some really great work with VMware with VCloud director integration. Data protection as a service is growing like crazy. It's highly popular around the globe as a way to consume data protection, and so now you can integrate both your VMware tasks and your data protection tasks from one UI in the cloud director. These are just a few of the things that we're doing. Comprehensively bringing data protection to the cloud is essential. >> Great, okay. Dell EMC just recently made an announcement. The IDPA DP4400. Ruya, what's it all about? Explain it. >> Absolutely. So what we announced is really an integrated data protection appliance turn key, purpose built, to meet the specific requirements of mid-size customers. It's really to bring that enterprise sensibility and protection to our mid-size customers. It's all-inclusive in terms of capabilities so if you're talking about backup, restore, replication, disaster recovery, Cloud disaster recovery and Cloud long-term retention. All at your fingertips, all included, as well as all of the capabilities we talked about in terms of enabling VM admins to be able to do all of their daily tasks and operations through their own native tools and UIs. So it's really all about bringing simply powerful data protection to mid-size customers at the lowest cost to protect, and we now also have a guarantee under our future proof loyalty program, we are introducing a 55 to one deduplication guarantee for those exact customers. >> Okay. Beth, I wonder if you could talk about the motivation for this product. Why did you build it and why is it relevant for mid-size customers? >> So we're known as number one in enterprise data protection. We're known for our world class, best in the class, best in the world dedu capabilities, and what we've done is we've taken the learnings and the IP that we have that served enterprise customers for all of these years and then we're making that accessible to mid-size customers, and there are so many companies out there that can take advantage of our technology that maybe couldn't before these announcements. So by building this we've created a product that a mid-size company may have a small IT staff. Like I said at the beginning, may have VM admins who are also responsible for data protection. Now they can have what we bring to the market with best in class data protection. >> I want to follow up with you on simple and powerful. What is your perspective on simple? What does it mean for customers? >> I mean if you break it down, simple means simple to deploy two times faster than traditional data protection. Simple means easier to manage with modern HTML five interfaces that include the data protection, day to day tasks, also include reporting. Simple means easier to grow, growing in place from 24 terabytes up to 96 terabytes with just a simple software license to add at 12 terabyte increments. So all of those things come together to reduce the amount of time that an IT admin has to spend on data protection. >> So when I hear powerful and I hear mid-size customers I'm thinking, okay I want to bring enterprise class data protection down to the mid-size organization. Is that what it means? Can you actually succeed in doing that? >> If I'm an IT admin, I want to make sure that I can protect all of my data as quickly and efficiently as possible, and so we have the broadest support matrix in the industry. I don't have to bring in multiple products to support protection of my different applications, that's key. That's one thing. The other thing is I want to be able to scale. I don't want to have to be forced to bring in new products. With this, you have a logical five terabytes on prim. You can grow to protecting additional 10 terabytes in the Cloud, so that's another key piece of it, scalabililty. >> Petabytes, sorry, Petabytes. >> Petabytes. >> You said terabytes. (laughs) >> Of course, yes. What am I thinking? And then, last but not least, it's just performance. It runs on a 14G powered server. You're going to get the efficiency. You can protect five times as many VMs as you could without this kind of product. So all of those things come together for power, scalability, support matrix, and performance. >> Great, thank you. Okay, Ruya, let's talk about the business impact. Start with this sort of IT operations person. What does it mean for that individual? >> Yeah absolutely. So first, you're going to get your weekends back, right? So the product is just faster. We talked about it's simpler. You're not going to have to get a PhD on how to do data protection to be able to do your business. You're going to enable your V admins to be able to take on some of the tasks. So it's really about freeing up your weekends, having that sound mind that data protection is just happening, it works. We've already tried and tested this with some of the most crucial businesses with the most stringent service level requirements. It's just going to work, and by the way, you're going to look like a hero because with this 2U appliance, you're going to be able to support 15 petabytes across the most comprehensive coverage in the data center. So your boss is going to think you're just a super hero. >> Petabytes. >> Exactly. Petabytes, exactly. So it's tremendous for the IT user and also the business user. >> Wait, wait, what about the boss? What about the line of business? What does it mean to that individual? >> So if I'm the CEO or the CIO I really want to think about where am I putting my most skilled personnel, and my most skilled personnel, especially as IT is becoming so core to the business, is probably not best served doing data protection. So just being able to free up those resources to really drive applications or initiatives that are driving revenue for the business is critical. Number two, if I'm the boss, I don't want to overpay for data protection. Data protection is insurance for the business. You need it, but you don't want to overpay for it. So I think that lowest cost is a really critical requirement. The third one is really minimizing risk and compliance issues for the business. If I have the sound mind and the trust that this is just going to work, then I'm going to be able to recover my business no matter what the scenario, and that it's been tried and true in the biggest accounts across the world. I'm going to rest assured that I have less exposure to my business. >> Great. Ruya, Beth, thank you very much. Don't forget, we have an ask me anything crowd chat at the end of this session. So you can go in, login with Twitter, LinkedIn or Facebook and ask any question. All right, let's take a look at the product and then we're going to come back and get the analysts' perspective. Keep it right there. (electronic music)

Published Date : Aug 2 2018

SUMMARY :

From the SiliconANGLE Media office We're back for the deep dive. and engineering hours is really to do two things So it really is to automate and to maximize the performance and more importantly restores, is critical to our customers. in the Cloud, and I'm protected. and how is it protected and how to restore it. Dell EMC just recently made an announcement. and protection to our mid-size customers. Beth, I wonder if you could talk about the motivation and the IP that we have that served I want to follow up with you on simple and powerful. Simple means easier to manage with modern HTML five protection down to the mid-size organization. I don't have to bring in multiple products to support You said terabytes. You're going to get the efficiency. Okay, Ruya, let's talk about the business impact. protection to be able to do your business. and also the business user. So if I'm the CEO or the CIO I really want to think about and get the analysts' perspective.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Dave VellantePERSON

0.99+

Ruya BarretPERSON

0.99+

PeterPERSON

0.99+

BethPERSON

0.99+

Beth PhalenPERSON

0.99+

RuyaPERSON

0.99+

99%QUANTITY

0.99+

24 terabytesQUANTITY

0.99+

DavePERSON

0.99+

12 terabyteQUANTITY

0.99+

five typesQUANTITY

0.99+

AWSORGANIZATION

0.99+

10 terabytesQUANTITY

0.99+

OneQUANTITY

0.99+

Dell EMCORGANIZATION

0.99+

two typesQUANTITY

0.99+

two timesQUANTITY

0.99+

tomorrowDATE

0.99+

Boston, MassachusettsLOCATION

0.99+

firstQUANTITY

0.99+

LinkedInORGANIZATION

0.99+

55QUANTITY

0.99+

five timesQUANTITY

0.99+

HTML fiveTITLE

0.99+

third oneQUANTITY

0.99+

second siteQUANTITY

0.99+

15 petabytesQUANTITY

0.99+

TwitterORGANIZATION

0.98+

bothQUANTITY

0.98+

FacebookORGANIZATION

0.98+

Cloud DRTITLE

0.98+

five terabytesQUANTITY

0.98+

14GQUANTITY

0.98+

CloudTITLE

0.98+

vSphereTITLE

0.98+

two thingsQUANTITY

0.98+

Yang MingPERSON

0.98+

VCloudTITLE

0.97+

vCenterTITLE

0.97+

todayDATE

0.97+

singleQUANTITY

0.97+

VMwareORGANIZATION

0.96+

oneQUANTITY

0.95+

one thingQUANTITY

0.92+

one UIQUANTITY

0.92+

vRealizeTITLE

0.91+

VMware CloudTITLE

0.91+

vCloudTITLE

0.9+

VmwareORGANIZATION

0.9+

vProxyTITLE

0.86+

96 terabytesQUANTITY

0.85+

three-QUANTITY

0.8+

VMwareTITLE

0.8+

solutionQUANTITY

0.78+

DP4400COMMERCIAL_ITEM

0.7+

SiliconANGLEORGANIZATION

0.7+

Number twoQUANTITY

0.65+

PetabytesOTHER

0.63+

PetabytesORGANIZATION

0.63+

VmotionORGANIZATION

0.53+

IDPAORGANIZATION

0.48+

DellEMCORGANIZATION

0.48+

PetabytesTITLE

0.29+

Parvaneh Merat & Amanda Whaley, Cisco DevNet | Cisco Live US 2018


 

(upbeat music) >> Live from Orlando, Florida, it's theCUBE covering Cisco Live 2018, brought to you by Cisco, NetApp, and theCUBE's ecosystem partnership. (upbeat music) >> Hello, welcome back everyone to the live CUBE coverage here in Orlando, Florida for Cisco Live 2018. I'm John Furrier with my co-host Stu Miniman. Three days days of wall-to-wall live coverage, we have Mandy Whaley, senior director of developer experience at Cisco DevNet and Par Merat, who is the senior director of community and ecosystem for DevNet. Mandy, great to see you, CUBE alumni. Every single time we had theCUBE with DevNet team, Par, great to see you. Congratulations, first of all. >> Thank you. >> Thanks for coming on. >> Thank you, we're happy to be here. >> Congratulations, so, really kind of a proud moment for you guys, and I want to give you some mad props on the fact that you guys have built a successful developer program, DevNet and DevNet Create for Cloud Native, over a half a million registered, engaged users, of developers using it. Not just people who come to the site. >> Correct. >> Right. >> Real developers. For an infrastructure enterprise company, that's a big deal, congratulations. >> It is, thank you, thank you. We were just chatting this morning about the really early days of DevNet at Cisco Live, and the first year of DevNet Create. And it's been great to see that community grow. And see, early on we had this vision of bringing the application developers and the infrastructure engineers together, and cross-pollinating those teams, and having them learn about each other's fields, and then build these programmable infrastructure enabled apps, and that's really, that synergy is happening within the community, and it's great to see them exchanging ideas here at events like this. >> And so we love to talk about seminal moments, and obviously DevOps drove a lot of the Cloud, and Chuck Robbins, your CEO said, "Without networking, there'd be no Cloud." True statement, absolutely, but Stu and I have always talked about the role of a network engineer, and that the power that they used to have in the enterprise is still due. It used to be the top people running the networks, mission critical, obviously security, but it's not about a retraining. It's about a path, and I think what you guys have done in success is you've shown a path where it's not about pivoting and being relevant and retraining to get a new job, it's been an extension of what they already know, >> An incentive. and I think that's very refreshing, and I think that's the real discovery. >> And we've been able to grow, because I think in our foundational years, we really spent a lot of time providing the content and the skill training, and what Mandy likes to say is, "We met them where they are." So no question was too novice. Likewise, if they were a little more advanced, we could direct them and point them in that same direction. So those early years, where, Mandy, we were just reminiscing about the first DevNet-- >> Coding 101? >> Yes, exactly, she wrote it over the weekend, and we rolled that whole event out, literally, in three months. >> And what year was that, just to kind of, this is an important seminal moment. >> 2014. >> May of 2014. >> 2014. >> 2014, the seeds of we should do something, and you guys have had certifications. We're looking at CCIEs, you go back to 1993 all the way now to 2018, so it's not like you guys are new to certification and training. It's just taking the IQ of network people, and giving them some insight. So what happened in 2014? Take us through the, obviously you bootstrapped it. >> Yes. (laughs) >> What happened, what happened next? >> We did. >> Everyone's like, whoa, >> So-- >> we can't, we're not, we're staying below the stack here. >> Well, we knew there was a lot of buzz around SDN and programmability, and we both actually, I should even back up further. We were both on the DevNet team when the DevNet program was Powerpoints, so we weren't even there yet. >> Right, when we were just planning what it even could be, like the ideas of having a developer program, and like Par was saying, we knew SDN was coming. We knew Network Controllers were coming. We didn't know what they were gonna be called, we didn't know what those APIs looked like, but we said, "The network engineers are gonna need "to know how to make REST API calls. "They're gonna need to know how to operate in Python." And so we started this program building around that vision before the portfolio is where it is today. Like today, now, we have APIs across the whole portfolio, Data Center, service provider, enterprise, and then up and down from the devices, all the way to controllers, up to the analytics level. So the portfolio's really filled out, and we've been able to bring that community along with it, which has been great. >> I want to dig into the north/south, east/west and that whole, kind of the Cloud paradigm, but I got to ask you, on a personal question, although relevant to the DevNet success. Was there a moment where, actually the seminal moments of 2014, was there a moment where you were like, "Wow, this is working." and like the, you know, (laughs) pinch me moment, or was it more of, "We got to get more resources, this is not just, "this thing's flying." >> Well it's always that. That's always the challenge. >> When was the point where >> We are, >> you said, "This is actually >> We are very-- >> "the best path, it's working, double down." When was that happening? >> I mean, I think after we started teaching those very early coding coding classes, I got this, like, flood of email from people who had attended them that said, "I took this task, I automated it, "it saved my team months of work," and getting that flow of information back from the community was early signs to me, from the technical level of, there's value, this is gonna take off, and then I think we just saw that kind of grow and grow. >> Mushroom, just kept it going. >> The other thing that I heard from a network engineer, which really resonated with me, was, you were saying, the network guy or gal likes to be there and solve the problem, and they're sort of at this deep level of control. And what I heard them say about the programmability skills was that that was another tool that they added to their sort of toolbox that let them be that person in the moment, solving that problem. And they could just solve it in a new way, so hearing the network engineers say that they have adopted programmability in that fashion, that let me know that that was gonna work, I think. >> All right, so let's get into some of the meat and potatoes, because you guys have some really good announcements. We saw you have the code ecosystem that you announced at DevNet Create, which is your emerging Cloud Native worlds coming together. That's available now. >> Yes, it's fully released. >> So take a minute to, so give us the update. >> Yes, so DevNet Code Exchange is developer.cisco.com/codeexchange so you can go there, it's live, and the idea behind this was we wanted to make it easy for the community to contribute, and also to discover code written by the community. So it's on GitHub. You can go and search on GitHub, but you get back a ton of hits if you go search Cisco on GitHub, which is great, but what we wanted to have was a curated list that you can filter by product, by language. I sometimes joke that it's like Zappos for sample code cause you can go on and say, "I want black boots, "you know the two inch heel." You can say, "I want, I want code for DNA Center, "or ACI, and I want it in Python," and then see all of the repositories submitted by the community. And then the community can also share their codes. "Hey, I've been working on this project. "I'm gonna add it to Code Exchange, so that other people "can build off of it and find it." So it's really about this community contribution, which is a strategic initiative for DevNet for this year. >> Mandy, how does that tie into other networking initiatives happening in the industry? I think of OpenDaylight, a lot of stuff happening, Docker comes this week, Kubernetes, and networking's a critical piece of all of these environments. >> Yeah, so some of the projects that you'll find in Code Exchange are things that relate. So we have some really good open-source community projects around YANG models and the tooling to help you deal with YANG models. So those might be in Code Exchange, but those are also part of the OpenDaylight community, and being worked in that. So because it is all open-source, because it is freely shared, and it's really just a way to improve discoverability, we can share easily back and forth between those communities. >> The Code Exchange is designed to really help people peer-to-peer work together and reuse code, but in the classic >> Reuse code within >> open-source ethos. >> the community. Exactly. >> Okay, so Par, you have something going on with Ecosystem Exchange. >> We do. >> Okay, so it sounds like Code Exchange, ecosystem partners, matchmaking service. What is it, take a minute to explain. >> It's kinda the next level up, and what I think we have to understand is, when we've got Code Exchange and Ecosystem Exchange under the umbrella of exchange, because within our 500, half a million community of developers, where they work, what we've found is predominately at SIs, at our VARs, at our ISVs. So these are the builders, so Code Exchange will even help that persona because they can come and see what's already been built. "Is there something that can jumpstart my development?" And if there's not, then they can work with each other, right? So if I am looking for a partner, a VAR in Australia to help me roll out my application, my navigation application, which needs to know and get data from the network, I can partner through this exchange because I can go in, see everyone, and be able to make that connection digitally versus organically. And this really started, you asked earlier what was one of the pinnacle moments? Well at these DevNet Zones, what we found is that an ISV would partner and start talking to an SI or to a VAR, and they'd start doing business planning, because what this is all about is driving those business outcomes for our customer base. And we're finding more and more they're trying to work together. >> So you're enabling people to get, do some work together, but not try and be a marketplace where you're actually charging a transaction. It's really kind of a matchmaking-- >> This is all about discovery right now. >> Community-driven discovery around business. Yeah, it's interesting, a heard a story in the hallway about DevNet, cause I love to get the examples of, we love what we're doing by the way, but want to get the examples, overheard a guy saying, "We were basically "cratering a business, jumped into the DevNet program, "and turned it around," because there was deals happening. So the organic nature of the community allowed for him to get his hands dirty and leverage it, but actually build business value. >> That's exactly right. >> That's a huge, >> That's exactly right. >> at the end of the day, people love to play with code, but they're building something for business purposes or open-source projects. >> And that's what this is about. It's really transitioning from the, "I'm gonna build," to now there's business value associated with it, and that's spectacular. >> I think so much of my career you talk, the poor network administrators, like "Help, help, "I'm gonna lock myself for a month, "and I'm gonna do all this scripting," and then three months later their business comes and asks for something that, "I need to go it again," because it's not repeatable. It's what we say is that the challenge has been that undifferentiated heavy lifting that too many companies do. >> Exactly. >> Well, that's exactly it, and the interesting thing, especially around intent-based networking is that's opening up a whole new opportunity of innovation and services. And one of the things that isn't very much different with our Ecosystem Exchange is it's the whole portfolio, so we have SIs in there as well as ISVs. And most marketplaces or catalogs really look at it in a silo version. >> I have one example of kinda the two coming together that's really interesting. So, Meraki, which is the wireless network, has really great indoor location-based services you can get from the WiFi. And then there's been ISVs who have built indoor wave finding on top of it, they're really great applications. But those software companies don't necessarily know how to go install a Meraki network or sell a Meraki network to something like this. And so it's been a great way to see how some of those wave finding companies can get together with the people who actually go sell and install and admin Meraki networks, and, but come together, cause they would have a hard time finding each other otherwise. >> And the example is actually rolled out here at Cisco Live. We've, Cisco Live partnered with an ISV to embed a Cloud-based service in their app, which is navigation. So you can go into the Cisco Live app, tap on the session that you want to see. A map will come up that will navigate you from where you are here to get there, and this is, I think this is the second largest conference center in the United States, so having that map >> So you need it. >> is really important. >> I've gotten lost twice. >> We've all got the steps to prove that that is, but, yeah, and that actually brings, one of the questions I had was, is it typically some new thing, to do wireless rollouts and SD-WAN on discovery, or is it core networking, or is it kind of across the board as to when people get involved? >> It's definitely both. It's definitely both. I mean, from the Code Exchange piece, I've talked to a lot of customers this week who are saying, "We've got our core networking teams. "We want to move towards more automation. "We're trying to figure out how to get started." And so we give them all the resources to get started, like our video series and then now Code Exchange. And then I heard from some people here, they actually coded up some things and submitted it to Code Exchange while they were here because they had an idea for just a simple, quick automation piece that they needed. And they were like, "I bet somebody else "needs it too," so it was definitely in that. >> I noticed you guys also have your Cisco team I was talking to, some of the folks here have patents are being filed. So internally at Cisco, it's kind of a wind of change happening, where, >> It is exciting times. >> IoT cameras, I just saw a solution behind us here where you plug a Rasberry Pi hardware prototype to an AP, makes the camera a video. Now it looks like facial recognition, saves the metadata, never stores video, so this is kind of the new model. >> Pretty remarkable. So final question I want to ask you is, as you guys continue to build community, you're looking for feedback, the role of integrating is critical. You mentioned this Cisco example about going to market together. It used to be, "Hey, I'm an integrator of our solution, "business planning," okay, and then you gotta go to the Cisco rep, and then there's, they're dislocated. More and more it's coming together. >> It is. >> How are you guys bridging that, those two worlds? How are you tying it together? What's the plan? >> So we're, what we're finding is a lot of those partners are also sort of morphing. So they're not just one thing anymore, and so what we're doing is we're working with them, enabling them on our platforms, providing solid APIs that they can leverage, transitioning or expanding the code, the skillsets of their workers, and then we're partnering them up with our business partners and with our ISVs, and doing a lot of that matchmaking. And with Ecosystem Exchange, again, they'll now be able to take that to a digital format, so we're seeing the whole wave of the market taking them. >> So you guys see it coming. You're on that wave. >> Yes. >> All right, real quick, I know we're short on time, but I would, Mandy, if you could just talk about what Susie Wee, you're leader talked about on stage on the keynote, she mentioned DNA Center. Can you just take a quick second, describe what that is, why it's important, and impact to the community. >> Yes, so we're really excited about DNA Center platform. DNA Center is the controller, kind of at the heart of all of our new enterprise networking software. So it sits on top of the devices, and it exposes a whole library of APIs. It'll let you do Assurance, policy, get device information. It would allow you to build a kind of self-service ops models, so you could give more power to your power users to get access to network resources, on-board new devices, things like that. >> So it sets the services. >> So it's APIs, and then you can build the services on top. And part of that is also the Assurance, which Dave Geckeler showed in his keynote, which we're really excited about. So, in DevNet we've been working to build all the resources around those APIs, and we have many code samples in Code Exchange. We actually have a community contribution sprint going on right now, and that's called Code Intent with DevNet, and it's all around DNA Center. It's asking developers to take a business intent and turn it into code, and close the loop with Assurance, and submit that back to DevNet. >> That's great. It's a real business process >> We're real excited about >> improvement with code, >> that, yeah, so you're enabling that, and slinging APIs around, having fun, are you having fun? >> Definitely having fun. >> Par? >> We always have fun >> Absolutely >> on this team. >> We always have fun, yeah. >> It's a great team. >> I can say working with you guys up close has been fun to work, and congratulations. You guys have worked really hard and built a very successful, growing ecosystem of developers and partners, congratulations. >> Thank you. You guys have helped. >> Thank you. >> Thanks for supporting >> We appreciate it. theCUBE, really appreciate, this is crew of the DevNet team talking about, back in the early days, 2014, when it started, now it's booming. One of the successful developer programs in the enterprise here. Cisco's really showing the path. It's all about the community and the ecosystems, theCUBE, of course, doing our share. Broadcasting here live in Orlando at Cisco Live 2018. Stay with us for more live coverage after this short break. (upbeat music)

Published Date : Jun 12 2018

SUMMARY :

covering Cisco Live 2018, brought to you by Cisco, Mandy, great to see you, CUBE alumni. on the fact that you guys have built a successful that's a big deal, congratulations. and the first year of DevNet Create. and that the power that they used to have and I think that's very refreshing, providing the content and the skill training, that whole event out, literally, in three months. And what year was that, just to kind of, this is an all the way now to 2018, so it's not like you guys below the stack here. and programmability, and we both actually, So the portfolio's really filled out, and like the, you know, (laughs) That's always the challenge. When was that happening? and getting that flow of information back from the community and solve the problem, and they're sort of All right, so let's get into some of the So take a minute to, and the idea behind this was we wanted to make it easy networking initiatives happening in the industry? Yeah, so some of the projects that you'll find the community. Okay, so Par, you have something What is it, take a minute to explain. It's kinda the next level up, So you're enabling people to get, do some work together, So the organic nature of the community allowed for him at the end of the day, people love And that's what this is about. the poor network administrators, like "Help, help, and the interesting thing, especially around I have one example of kinda the two tap on the session that you want to see. and submitted it to Code Exchange while they were here some of the folks here have patents are being filed. kind of the new model. So final question I want to ask you is, and so what we're doing is we're working with them, So you guys see it coming. on the keynote, she mentioned DNA Center. DNA Center is the controller, kind of at the heart And part of that is also the Assurance, It's a real business process working with you guys up close has been You guys have helped. It's all about the community and the ecosystems,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Dave GeckelerPERSON

0.99+

John FurrierPERSON

0.99+

Susie WeePERSON

0.99+

2018DATE

0.99+

Chuck RobbinsPERSON

0.99+

2014DATE

0.99+

Mandy WhaleyPERSON

0.99+

OrlandoLOCATION

0.99+

Amanda WhaleyPERSON

0.99+

CiscoORGANIZATION

0.99+

AustraliaLOCATION

0.99+

May of 2014DATE

0.99+

Stu MinimanPERSON

0.99+

MandyPERSON

0.99+

United StatesLOCATION

0.99+

Orlando, FloridaLOCATION

0.99+

CUBEORGANIZATION

0.99+

developer.cisco.com/codeexchangeOTHER

0.99+

1993DATE

0.99+

StuPERSON

0.99+

theCUBEORGANIZATION

0.99+

PythonTITLE

0.99+

DevNetORGANIZATION

0.99+

Parvaneh MeratPERSON

0.99+

bothQUANTITY

0.99+

NetAppORGANIZATION

0.99+

twoQUANTITY

0.98+

two inchQUANTITY

0.98+

twiceQUANTITY

0.98+

Cisco DevNetORGANIZATION

0.98+

Three daysQUANTITY

0.98+

Cisco Live 2018EVENT

0.98+

three months laterDATE

0.98+

Code ExchangeTITLE

0.98+

three monthsQUANTITY

0.98+

over a half a millionQUANTITY

0.98+

a monthQUANTITY

0.97+

first yearQUANTITY

0.97+

oneQUANTITY

0.97+

MerakiORGANIZATION

0.97+

Cisco LiveTITLE

0.97+

this yearDATE

0.97+

OneQUANTITY

0.97+

todayDATE

0.97+

one thingQUANTITY

0.96+

this weekDATE

0.96+

500, half a millionQUANTITY

0.96+

PowerpointsTITLE

0.95+

DevNetTITLE

0.94+

GitHubORGANIZATION

0.94+

Cisco LiveORGANIZATION

0.93+

two worldsQUANTITY

0.93+

ZapposORGANIZATION

0.92+

firstQUANTITY

0.91+

Ecosystem ExchangeORGANIZATION

0.9+

Teresa Carlson, Amazon | AWS Public Sector Q1 2018


 

>> From Washington D.C.. It CUBE conversations with John Furrier. >> Welcome to this special exclusive CUBE conversation I'm joined for a year. The heart of the Amazon Web Services headquarters in Arlington Virginia the heart of Washington D.C.. I'm here with Teresa Carlson who is the chief of the Amazon Web Services Public Sector team. >> Great to see you again welcome to Washington D.C. John. >> A lot of action, having the CUBE on the ground all day yesterday. We've got interviews all day this afternoon, really getting the top stories and the big story is the the cloud computing impact to government. You've been leading the team in the public sector worldwide for Amazon Web Services really had great success since the CIA deal four years ago, which was a watershed moment to this gestation period of Amazon filtrating into all the different systems of the government, and worldwide. Congratulations. >> Thank you. It's been a great seven and a half years. It's gone by so fast. I still feel like every day is day one. >> One of the things that I'm the most impressed with you, and I want to get your take on it is: you've been very passionate about the mission of the public sector from nonprofits, education, inclusion and diversity, Women in Tech-- a variety of things-- as almost a higher level mission. But Amazon has been a real enabler for the change as well. So what is your official role now at Amazon. It's now Global has been. How has it changed over the past few years. >> Well in the early days, even though when I started here anyhow I always agreed it was worldwide that what ended up happening was the fact that it went from really just focused focusing on the U.S. to actually focusing on worldwide because if we didn't really win business here in the U.S. it was going to be hard to win business worldwide. >> You were the most powerful women in Washington D.C. as voted recently one of the magazine's. You've been doing great work here in D.C., but also globally. But one of the things that you're doing I want to explore with you is you're changing the game not just with technology and government, but in society entrepreneurship that you're enabling. You've kind of cracked the code on this formula with the work with Amazon where there's now the silos are being broken down and the blurring lines between the different sectors are all cross pollinating we're seeing that with entrepreneurship, nonprofits, education; what's going on there what's your view on this? >> Well when you're really going to drive change globally and when you're doing such a transformational change and shift with technology you can't just look at it as a shift of technology. It's got to be a shift to the sectors of what's happening. And also you can't just educate one group you have to go in and educate the society and have real societal change. Everything from ensuring that the community colleges have the right kind of programs for computer science that K through 12 that they have access, because if you miss one group you're going to miss a whole generation of something. >> The realities are there's millions of jobs worldwide that are needed for cloud computing and a variety of roles including new ones for AI and machine learning which we almost have no know individuals that are as qualified as we want them. So to drive real change you have to start at the policy level and ensure policy makers and regulators around the world are aware of what they need to put in place, so that these tools and technologies are enabled that they're promoting and budgeting for things like educational programs and they're very focused on not just old-tech companies but actual new-tech companies that are driving forward to start apps entrepreneurs and social engineers I'll call them. And that's really where we are trying to drive toward social change or societal change starting at the policy in going all the way down to education on diversity issues around the world. >> One of the things that you guys have done here in Washington has been as successful as you've done the hard work you put the time in. You paid your dues. Did the the brute force work you need to do with security and cloud. Now it's up and running is successful. Now you have a elevated responsibility with the cloud to enable wealth creation value creation change in society. So you're steward of a change agent at the same time you have to create value across those sectors. What does that responsibility mean to you and how are you leaving the team to continue to up the bar on the innovation in that area? >> Well it does mean a lot to me and it is super important because if you again get one element wrong it's almost like you misstep something. So we are we are like my entire team is really gritty, like we every day. We're sort of challenging each other. Do we have it right? The whole concept of the ability to dive and really understand your customers and what they need to do. That example of that would be is we really have sort of a model we developed as a team for going in and creating digital innovation or digital footprints for countries. So if you think about this if you walk into a country and they have zero idea how to become a digital nation you have to through her influence and your experience really educate them on what are the elements and again that goes through everything through. How did they set up policies. How do they have acquisition vehicles. How are their regulators working everything through the financial regulators telecommunication providers through the educational systems of how you operate within. Not only that but the entrepreneurs. How do they actually set up a group teach and train them. Sometimes in societies that really have not had zero training in entrepreneurship. You know you think about the United States I could call you up and say hey I have a question about something I'm doing in media. Can you like give me some suggestions. You would help me if you go to countries like that. They don't have the same network. We even have here. So really establishing helping them establish what is their blueprint. >> And I will tell you it's working. And the reason I think it's worth working is because we go in very humbly, we begin to we're very patient, we have a long term view and what we're doing and we really demonstrate for them and not just demonstrate that help them ensure that they're getting there and that's the customer obsession side of us. >> And the old way the old competitive landscape used to be a price on our product performance is the best. Therefore you should buy it right and make as much money as possible and provide some customer support and some maintenance. Okay. Now you guys have hit the form. That's just one element of a successful formula. Mission driven but also ecosystem and community. >> That's right. >> Talk about the dynamic between those three things having the mission the right price performance and also community and how is that formula work for you guys and how do you make that successful. > Yeah well so here's the really interesting fact: when we decide to go in and build in the region we can. The realities are we could go anywhere in the world and build region but will that region be successful. And there's many elements to that being a success. And one of the things as an example is price. So in order to have a region that is priced in in a manner that individuals can buy for cloud computing you've got to ensure that the elements that you need to build that region are in place. So you've got to think about things like utilities, power, water, land, networking, telecommunications, and then education, are the people there that can actually respond and take the jobs that are required. So you have to look at each and every element and go in and really make those changes. And an example that I'll share is telecommunication providers around the world were the most advanced in the world in the United States in telecommunications. But if you go to other parts of the world there's a there's a monopoly or duopoly and their prices are generally outrageous. And for a company like ours of course we're a big networking company and if you go in and if a customer pays a hundred percent more than they would pay in a region that was right next door they're probably not going to want to use that cloud. So when I say that we're going in and driving real change we really feel like it's our obligation to go in and ensure that we put all the pieces and parts in place with that country and those officials to ensure that they understand. And then that added element if we're going to do that to telecommunications provider that may be part of their revenues for government or it's all they know then we need to teach them how they set up new business models because there are fantastic business models for telecommunication providers with cloud computing managed service offerings they can do a lot more mobility, gaming there's so much stuff that many of them have been so used to an old business model. We really have to help them transform in order for that entire community and region to be successful. >> Would it be safe to say that you guys are enabling value creation and that you guys are allowing others to take advantage of that it's not just your profit you're enabling them to profit and or how they see that it could be for social good but also could be for making more money? You can't lose by helping people make more money or to achieve their objective. >> We love that. Will that any if you think about Amazon Web Services, our you know where we started was with startups and entrepreneurs the ones that led us first were the developers and engineers right. They came in and they start using AWS and then those developers and engineers turned into small companies and start ups and large companies and so we really have a soft spot for entrepreneurs and startups. So you know we talk about all the time in all parts of our business that we really need to be focused on those young entrepreneurs that are creating value in wealth. And if you do that you really see you want to change it even if you can back to the United States, you're starting to see in small communities. I'm from Kentucky we have agri-entrepreneurs. We have individuals that are looking at new farming techniques. They're taking health care startups in Kentucky. I mean it's great because you don't need to be in Silicon Valley anymore to have a startup and do really great work. >> You're a disruptive enabler you're changing your force of nature. You're one of the most powerful people in Washington. You're from a small town where this make you feel. I mean sometimes you pinch yourself. >> I'm very humbled. I'm super humbled. I know my parents were both teachers my dad was a high school basketball coach love coaching I'm a huge Kentucky basketball fan but you know humble I feel blessed every day that I get to do this role and that I've been able to work for such an amazing company who believes in this because you know Andy Jassy and myself always said, from day one the first day I met him, I was like wow he is gonna be such a champion of this because we talked about paving the way for disruptive innovation and making the world a better place and in order to do that there's multiple aspects of those things. And again the technology is that is that bridge builder. It really helps take the divided and pull it together but it's got to be all these other elements that really make it work completely. >> With this power you have in, and you're too humble to say that, but that that's true comes great responsibility. How are you using this opportunity to go to the next level at a higher level not just help them as other achieve their business objectives within D.C. you do involve them some things. What's your mission on that level. You go to a higher level. What is that and what are you doing with this opportunity that you have. >> Well it's really about helping drive social entrepreneurship. And then I would say the second one is diversity and ensuring that we are really getting more women in tech and a more diverse work environment for tech. And I'll just start on the social entrepreneurship side. It really interacts nicely with all of our goals. The thing that's really change about social entrepreneurship in the early days people thought of that just as a not for profit come of it. People were like that's not so cool. Well today social entrepreneurship is cool. Many young men and women if you talk to them they want to be involved in something they want like many but they want to be involved in something that's really doing good things. And we've sort of again been able to bridge how we're doing things that eight of us through social entrepreneurship. So an example we talked about Bahrain a little bit we have a scale in Bahrain where we take these groups in that we have also one here in Washington D.C. at the U.S. Institute of Peace for Peace tech which we're looking at technologies that helped push down correction and improve peace around the world. And then we have Halcyon House which we support and Halcyon is just as beautiful Georgetown has such a lovely place that Dr Satsha Kuno started where, we support but it's all social entrepreneurs that live there for five and residency and their health. Thirty seven the most amazing are in Washington become social entrepreneurs and they have technology enablement legal enable a venture capital access and that's good. >> And then the last one that we've done is called Cal Polytech we're with the president there President Armstrong he's another gentleman from Kentucky. We started there he left what we were doing and he said I want to go all in on that. Yes. And I want to start in innovations in hardware right here on campus where we can bring our talented students. We can also merge with community and Sabriel government issues. So they're they're doing areas of justice and public safety. They're looking at health care issues. They're looking at their looking and also child exploitation issues and they're bringing all those things together to try to solve real problems. And we're helping. So it's really How about the women in tech. You're involved in. So you are women tech leader again most powerful women DC powerful people in DC. >> Well women in tech is such an important issue because again we're a fairly significant part of the population and pretty underrepresented in tech. And one of the things that we've done we started a program at AWS yes called we power tech where it's really about diversity and overall but we go out into communities we work with the schools. We have coding days on campuses. We have started in clubs. We have empowerment days where we teach women how to you, how do you interview. How do you understand the roles in tech. We do serve early. What is Cloud and how do you get involved with cloud and you would talk about other jobs. You know I've had this conversation before about tech is great in the coding part but also there's so many other jobs in tech like and to finance its operations its sales you know PR marketing and your you have to be pretty talented in tech to do any of that. It's not again I'll say for the faint heart. So we are making progress but we still have a long way to go and take a superfund. >> What's your secret of success. >> I think I learned very early on how to operate in a very diverse world. My dad was a basketball coach during my time growing and I had a lot of young men basketball players our home. We were always kicking and I had to stand toe to toe with them all the time in every aspect. I could not you know I just really I was like you know I'm going to win this argument. So the court and >> >> I don't want delays for sure but I really once I guess once I set my mind to something I really believe in it. There's passion in me. I just keep going. I don't know. That is not the right answer. How do we get there blockers are just something that can be removed in my mind and I think Amazon is the kind of culture that you know obviously the way the whole company has been created and how it's driven nothing has gotten in the way. You just sort of learn from those things and if you if you say every day we may not have gotten to where we want to be today but we learned from that from the failure that we had today in that experience and you take that in each day you sort of evolve until OK. Now we learn from that suggest and I and the other thing I tell my team because we're said to Yang Campany you don't really know what you know so don't get tied to the ways that you're doing things because we need to adjust very quickly. So I so I try to promote a an environment where we don't we've made progress. We don't know the right answer every day and we need to constantly be looking at do we get that right and how do we adjust so you know getting that agility in your business has a lot of the hiring that we do today. There's so many that we bring in that are from sort of an old school mindset because these companies did not grow as fast as we're grown and we are in a hyper growth mode. And when you're in a hyper growth mode you have to constantly look for leaders that can scale. And so that's the other sort of thing. >> So the place that can you hang with it. I've seen people you know where they sort of hit a wall and they come back but you really have to constantly say you know this is strapon. You're probably not going to have the same experience ever again. >> Here's some oxygen for some people that are not really oriented so culturally you feel that you're a good fit for Amazon given your personality. That's a key and >> I love it. I mean I love it because of the pace I love it because it change we're driving and the other thing after years of working in tech it's so fun to see your customers be successful. I mean I can't that high seeing customers actually drive results in young entrepreneurs be able to create a company. I had a young girl in Brazil I was in Brazil at the embassy and we had a we had a actually a women's panel and she Saanich like 23 years old and we got to talking and she said I just she said I created my first gaming video at 16 and sold it at 18 percent millions and she was like in her third company. She said all built on a yes. And that is like so cool. >> Like those stories you're just like wow and wouldn't be possible if you went through the old gatekeeper's other ways. >> Well I mean you know I was part of all that. I mean you spent so much of your many on just building out the tech the servers and you know in the early days entrepreneurs. >> So in each of their early capital on that. And now I think that's why you know private equity and venture pathless we are involved with them so much because they see the value that cloud computing can have in their portfolio as trying to value their image. And then the entrepreneurs you'll see seven they'll have to have Mini's going at once you know what it's like it's a good thing because that cost of creating a business is a lot less they can focus on their real talent not just buying servers and stacking them. >> Final question for you talk about the impact that you've had with either the U.S. public sector here in town your event that you started the public sector summit early days conference room in a hotel ballroom or hotel where she was at the major convergence center. It's looks like reinvent. So you had an impact. And this year probably going to be bigger. That is an indicator that something is going right there. >> Well I'm very proud of my team for helping us build this thing out that it was early days. I do think we I say up until this thing we had maybe 50 50 people. And I think last year we had about eight or nine thousand and growing and it is likely that we'll reinvent we have in over a two day period will be June 20th and 21st this year. Please can we have you back. We will be there. But we're doing something a little bit unique this year we're going to have a Space Day on the 19th. And what you know obviously eight of us Amazon we really like space has a leg like you know the cars. Yeah like SpaceX blew out like a comfortable space safe space in the clouds and way beyond that. >> And this is a really interesting area because you know space I remember as a young girl you know sing sing you know the first whole videos of walking on the moon and it makes you feel so good. You know that science and technology emerging that there's a lot of that that needs to be updated and modernized now. And we work with a lot of partners now you know like Lockheed Martin and Raytheon groups that are building tools Blue Origin Space X Nassa Air Force has been a huge robotic surgery of robotics and software involved in machine learning. I mean you think about ground stations and if you think about ground and satellite stations a lot of that is very outdated technology and that's where cloud computing and the new tools that you know that we are driving in our age on machine learning space are really going to help as well as that storage and compete and do more things at the edge with that. So so that's going to be a really fun day and we're going to have folks from all of them helping the public and the public. So it's like a precursor day to our two hour meeting and then all our public sector many re reinvent. So we're we're really excited about that. And it's something new we're going to try this year and see what kind of momentum that we want to add that we have a lot of requests with. Let's just do it. >> What's your goals. Next couple of months. See you at Public Sector Summit your event in June. Q I'll be there. What's what's on your radar. I'll have. >> A big agenda for global traveling. I'm going to be in Australia Singapore Argentina. I've got a couple of trips to Canada. I'm going to be doing very shortly here in London. I'm going to be doing a girls and tech conference and I have went out to San Francisco for the keynoting that so I have a big agenda this year of travel so get myself all geared up for my year on the road. But it's going to be fun. We have a lot of great things going on this year worldwide public sector. >> Congratulations on your success. Thanks for spending that time. Thank you Don. It's good conversation here in Washington D.C. We're in Arlington Virginia. Amazon Web Services headquarters here in Washington. Thanks for watching.

Published Date : Feb 21 2018

SUMMARY :

conversations with John in Arlington Virginia the heart of Great to see you again welcome to and the big story is the the and a half years. and I want to get your take on it in the U.S. it was going to be hard and the blurring lines and educate the society and regulators around the world One of the things that you guys the ability to dive and we really demonstrate And the old way the old that the elements that you need and that you guys are allowing and entrepreneurs the ones that led I mean sometimes you and that I've been able to work for and what are you doing and ensuring that we are and they're bringing all those and how do you get involved and I had to stand toe to toe and how do we adjust so you know So the place that can you hang oriented so culturally you feel and the other thing after years of and wouldn't be possible if you went and you know in the early days to have Mini's going at once you that you started the public and it is likely that we'll reinvent and the new tools that you know that See you at Public Sector Summit and I have went out to San Francisco Thank you Don.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Siddhartha AgarwalPERSON

0.99+

Peter BurrisPERSON

0.99+

JohnPERSON

0.99+

CanadaLOCATION

0.99+

Amazon Web ServicesORGANIZATION

0.99+

AaronPERSON

0.99+

Andy JassyPERSON

0.99+

Amazon Web ServicesORGANIZATION

0.99+

WalmartORGANIZATION

0.99+

Aaron SchidlerPERSON

0.99+

Robert ScoblePERSON

0.99+

KentuckyLOCATION

0.99+

Teresa CarlsonPERSON

0.99+

AmazonORGANIZATION

0.99+

Amit ZaveryPERSON

0.99+

AustraliaLOCATION

0.99+

Aaron ShidlerPERSON

0.99+

BrazilLOCATION

0.99+

LondonLOCATION

0.99+

BahrainLOCATION

0.99+

San FranciscoLOCATION

0.99+

ten daysQUANTITY

0.99+

AWSORGANIZATION

0.99+

OracleORGANIZATION

0.99+

WashingtonLOCATION

0.99+

D.C.LOCATION

0.99+

18 percentQUANTITY

0.99+

Lockheed MartinORGANIZATION

0.99+

Satsha KunoPERSON

0.99+

Cal PolytechORGANIZATION

0.99+

June 20thDATE

0.99+

Mandalay BayLOCATION

0.99+

John FurrierPERSON

0.99+

John FurrierPERSON

0.99+

tenQUANTITY

0.99+

two yearsQUANTITY

0.99+

two partsQUANTITY

0.99+

second pieceQUANTITY

0.99+

eightQUANTITY

0.99+

United StatesLOCATION

0.99+

three weekQUANTITY

0.99+

three monthsQUANTITY

0.99+

Three weekQUANTITY

0.99+

Washington D.CLOCATION

0.99+

third companyQUANTITY

0.99+

last yearDATE

0.99+

three yearsQUANTITY

0.99+

Silicon ValleyLOCATION

0.99+

SiliconANGLEORGANIZATION

0.99+

JuneDATE

0.99+

30 daysQUANTITY

0.99+

six areasQUANTITY

0.99+

SpaceXORGANIZATION

0.99+

Day One Wrap | Grace Hopper 2017


 

>> Narrator: Live from Orlando, Florida, it's The Cube covering Grace Hopper's Celebration of Women in Computing brought to you by Silicon Angle Media. >> Welcome back to The Cube's coverage, we are wrapping up day one of the Grace Hopper Conference here in Orlando, Florida. I'm your host Rebecca Knight along with my co-host Jeff Frick. Jeff, it's been a great day. What's been your highlight? >> The highlight was Megan Smith. We were really excited to get her on. We tried to get her on last year. She's a really hard get. She's a super high energy, super smart lady. >> So she's the third CTO of the US. >> She's fantastic. We got to go back and read the tape, but there's probably an hours worth of material there that we could've followed up on her. I think she was definitely terrific. Also of course Brenda, the new president of Anita Borg. Doing the research on her and understanding what she accomplished at the Chicago Public School System is just phenomenal, something we've talked about time and time again. Are we turning a corner? Do people understand that computer science is a basic thing you need to learn in 2017, like biology, like math, like reading and writing and arithmetic. I think those were two terrific points of the day. >> I completely agree. We've had those veteran women of the technology industry, but then we also have had two young up-and-comers on the show, Jasmine Mustafa, who is the head of Roar for Good, which is a B Corp that makes a wearable self-defense tool, and then just now, we had Morgan Burman of Milkcrate, which does a platform that helps companies and non-profits measure and grow social and environmental impact. It's really exciting to sort of see the baton being passed, you can almost witness it being passed. >> Right, right, and it physically is. From Kelly, who we will have on Friday, to Brenda. So we're absolutely seeing it. >> Rebecca: Right. >> The other piece I'm taking away... You're hearing from Boston, and I hate to do the sports analogy, but I am anyway. Most great quarterbacks, Tom Brady, jumping out having a huge chip on their shoulder. They were passed up, they were told they couldn't do it, and they continued to excel, way more than the fair-haired people that have an easy path. So many times today, we heard about being told I can't do it and using that, internalizing that, as a force to do it. Debra, the physicist, being told by her mom overtly don't be a physicist a number of times, the Roar story again you can't do this. Even Erin Yang from Work Day said specifically I want to surprise people, I don't want them to know what I'm going to be able to do. Really, this concept of having a chip on your shoulder and taking negative feedback and turning it into a positive spin that you can feed off of, really important attribute that I don't think enough people have, they take the hit and absorb the hit instead of taking the hit and saying I'm going to prove you wrong. This does not apply to me. I think that's another thing that I did not expect to hear today but came up over and over again. >> No, I agree. We also heard, and this is really the Silicon Valley mantra right now, is Fail Fast. We've been hearing about redefining failure and one of our guests said don't even use that word, make up some sort of safe word for yourself. It's not that I failed in that endeavor, it didn't work out. But no matter what, you cannot be deterred from that. >> Right, and you got to learn and you got to move on. I tell people a lot of times, it's kind of like the old sales analogy. If your hit rate is one out of 10, that eighth call you should be excited about because that means you're almost to number 10. Don't be depressed that number eight doesn't go well, change your attitude. Eight is just one step closer to 10. Grind through one, two, three, four, five, six, seven. It is a real resilience, and that was another thing that came up is the people that win are not the smartest, they're not the fastest, they're not the most intelligent, but often they're just the most persistent. They just keep getting up. The age old saying. Give me the wisdom to worry about the things I can control and not to worry about the things I can't. It's not what happens to you, it's what you do about it. That's what you can control. You can't control what happens to you. But do you get up, do you take your hit, do you use it as motivation, do you move to the next step? Again, another great theme. Move to the next step. Take the next step and that will get you. A journey of a thousand miles starts with one step. >> That's right. That's right. Those are >> I'm cliche-ing, it's been a long week. >> This is the largest Grace Hopper ever. 18,000 attendees, 700 speakers, three days. We've got another big lineup tomorrow. We start right after the keynotes. We go through to the end of the day. Is there anything you want to highlight to our viewers that you are especially looking forward to tomorrow? >> What am I especially looking forward to tomorrow? Just another good day. The great thing about this show is you don't really know what you're going to get. >> It's true! >> A lot of the names, you don't know who they are. You don't necessarily know the companies. I think we will have a number of the Women of Vision award winners, which is always good. It's such an atypical tech show, which is why I love it. >> Rebecca: Which is why it's so fun! >> And we've got to get you warmed up, >> I know, it's freezing in here! >> Out into the heat. >> It's so true, it's so true. >> Alright well let's wrap it up. Great day, Rebecca. >> Great day it's always so much fun to cohost alongside you. >> Thanks for coming down. >> I'm Rebecca Knight for Jeff Frick, we will have more from Grace Hopper tomorrow! >> Jeff: Thanks for watching. (upbeat music)

Published Date : Oct 12 2017

SUMMARY :

brought to you by Silicon Angle Media. Welcome back to The Cube's coverage, She's a really hard get. We got to go back and read the tape, of the technology industry, but then we also have had From Kelly, who we will have on Friday, to Brenda. I'm going to prove you wrong. It's not that I failed in that endeavor, it didn't work out. I can control and not to worry about the things I can't. That's right. that you are especially looking forward to tomorrow? is you don't really know what you're going to get. A lot of the names, you don't know who they are. Great day, Rebecca. Jeff: Thanks for watching.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Rebecca KnightPERSON

0.99+

Megan SmithPERSON

0.99+

Jeff FrickPERSON

0.99+

Jasmine MustafaPERSON

0.99+

RebeccaPERSON

0.99+

BrendaPERSON

0.99+

2017DATE

0.99+

Erin YangPERSON

0.99+

KellyPERSON

0.99+

Tom BradyPERSON

0.99+

JeffPERSON

0.99+

FridayDATE

0.99+

EightQUANTITY

0.99+

B CorpORGANIZATION

0.99+

Morgan BurmanPERSON

0.99+

Silicon Angle MediaORGANIZATION

0.99+

Chicago Public School SystemORGANIZATION

0.99+

tomorrowDATE

0.99+

DebraPERSON

0.99+

Orlando, FloridaLOCATION

0.99+

700 speakersQUANTITY

0.99+

todayDATE

0.99+

oneQUANTITY

0.99+

last yearDATE

0.99+

Anita BorgPERSON

0.99+

10QUANTITY

0.99+

three daysQUANTITY

0.98+

eighth callQUANTITY

0.98+

18,000 attendeesQUANTITY

0.98+

two youngQUANTITY

0.98+

thirdQUANTITY

0.97+

one stepQUANTITY

0.97+

day oneQUANTITY

0.97+

MilkcrateORGANIZATION

0.97+

USLOCATION

0.96+

Silicon ValleyLOCATION

0.95+

Grace HopperTITLE

0.88+

Grace Hopper ConferenceEVENT

0.83+

two terrific pointsQUANTITY

0.81+

GracePERSON

0.81+

Grace HopperPERSON

0.79+

Work DayEVENT

0.79+

a thousand milesQUANTITY

0.77+

sevenQUANTITY

0.76+

Roar for GoodORGANIZATION

0.72+

of Women in ComputingEVENT

0.69+

Day OneQUANTITY

0.69+

GraceORGANIZATION

0.68+

HopperPERSON

0.65+

guestsQUANTITY

0.62+

eightQUANTITY

0.6+

HopperTITLE

0.6+

Narrator:TITLE

0.6+

twoQUANTITY

0.59+

The CubeORGANIZATION

0.58+

sixQUANTITY

0.56+

Women of VisionTITLE

0.54+

RoarTITLE

0.49+

BostonLOCATION

0.48+

CTOPERSON

0.43+

Lenovo Transform 2017 Keynote


 

(upbeat techno music) >> Announcer: Good morning ladies and gentlemen. This is Lenovo Transform. Please welcome to the stage Lenovo's Rod Lappin. (upbeat instrumental) >> Alright, ladies and gentlemen. Here we go. I was out the back having a chat. A bit faster than I expected. How are you all doing this morning? (crowd cheers) >> Good? How fantastic is it to be in New York City? (crowd applauds) Excellent. So my name's Rod Lappin. I'm with the Data Center Group, obviously. I do basically anything that touches customers from our sales people, our pre-sales engineers, our architects, et cetera, all the way through to our channel partner sales engagement globally. So that's my job, but enough of that, okay? So the weather this morning, absolutely fantastic. Not a cloud in the sky, perfect. A little bit different to how it was yesterday, right? I want to thank all of you because I know a lot of you had a lot of commuting issues getting into New York yesterday with all the storms. We have a lot of people from international and domestic travel caught up in obviously the network, which blows my mind, actually, but we have a lot of people here from Europe, obviously, a lot of analysts and media people here as well as customers who were caught up in circling around the airport apparently for hours. So a big round of applause for our team from Europe. (audience applauds) Thank you for coming. We have some people who commuted a very short distance. For example, our own server general manager, Cameron (mumbles), he's out the back there. Cameron, how long did it take you to get from Raleigh to New York? An hour-and-a-half flight? >> Cameron: 17 hours. >> 17 hours, ladies and gentleman. That's a fantastic distance. I think that's amazing. But I know a lot of us, obviously, in the United States have come a long way with the storms, obviously very tough, but I'm going to call out one individual. Shaneil from Spotless. Where are you Shaneil, you're here somewhere? There he is from Australia. Shaneil how long did it take you to come in from Australia? 25 hour, ladies and gentleman. A big round of applause. That's a pretty big effort. Shaneil actually I want you to stand up, if you don't mind. I've got a seat here right next to my CEO. You've gone the longest distance. How about a big round of applause for Shaneil. We'll put him in my seat, next to YY. Honestly, Shaneil, you're doing me a favor. Okay ladies and gentlemen, we've got a big day today. Obviously, my seat now taken there, fantastic. Obviously New York City, the absolute pinnacle of globalization. I first came to New York in 1996, which was before a lot of people in the room were born, unfortunately for me these days. Was completely in awe. I obviously went to a Yankees game, had no clue what was going on, didn't understand anything to do with baseball. Then I went and saw Patrick Ewing. Some of you would remember Patrick Ewing. Saw the Knicks play basketball. Had no idea what was going on. Obviously, from Australia, and somewhat slightly height challenged, basketball was not my thing but loved it. I really left that game... That was the first game of basketball I'd ever seen. Left that game realizing that effectively the guy throws the ball up at the beginning, someone taps it, that team gets it, they run it, they put it in the basket, then the other team gets it, they put it in the basket, the other team gets it, and that's basically the entire game. So I haven't really progressed from that sort of learning or understanding of basketball since then, but for me, personally, being here in New York, and obviously presenting with all of you guys today, it's really humbling from obviously some of you would have picked my accent, I'm also from Australia. From the north shore of Sydney. To be here is just a fantastic, fantastic event. So welcome ladies and gentlemen to Transform, part of our tech world series globally in our event series and our event season here at Lenovo. So once again, big round of applause. Thank you for coming (audience applauds). Today, basically, is the culmination of what I would classify as a very large journey. Many of you have been with us on that. Customers, partners, media, analysts obviously. We've got quite a lot of our industry analysts in the room. I know Matt Eastwood yesterday was on a train because he sent a Tweet out saying there's 170 people on the WIFI network. He was obviously a bit concerned he was going to get-- Pat Moorhead, he got in at 3:30 this morning, obviously from traveling here as well with some of the challenges with the transportation, so we've got a lot of people in the room that have been giving us advice over the last two years. I think all of our employees are joining us live. All of our partners and customers through the stream. As well as everybody in this packed-out room. We're very very excited about what we're going to be talking to you all today. I want to have a special thanks obviously to our R&D team in Raleigh and around the world. They've also been very very focused on what they've delivered for us today, and it's really important for them to also see the culmination of this great event. And like I mentioned, this is really the feedback. It's not just a Lenovo launch. This is a launch based on the feedback from our partners, our customers, our employees, the analysts. We've been talking to all of you about what we want to be when we grow up from a Data Center Group, and I think you're going to hear some really exciting stuff from some of the speakers today and in the demo and breakout sessions that we have after the event. These last two years, we've really transformed the organization, and that's one of the reasons why that theme is part of our Tech World Series today. We're very very confident in our future, obviously, and where the company's going. It's really important for all of you to understand today and take every single snippet that YY, Kirk, and Christian talk about today in the main session, and then our presenters in the demo sections on what Lenovo's actually doing for its future and how we're positioning the company, obviously, for that future and how the transformation, the digital transformation, is going ahead globally. So, all right, we are now going to step into our Transform event. And I've got a quick agenda statement for you. The very first thing is we're going to hear from YY, our chairman and CEO. He's going to discuss artificial intelligence, the evolution of our society and how Lenovo is clearly positioning itself in the industry. Then, obviously, you're going to hear from Kirk Skaugen, our president of the Data Center Group, our new boss. He's going to talk about how long he's been with the company and the transformation, once again, we're making, very specifically to the Data Center Group and how much of a difference we're making to society and some of our investments. Christian Teismann, our SVP and general manager of our client business is going to talk about the 25 years of ThinkPad. This year is the 25-year anniversary of our ThinkPad product. Easily the most successful brand in our client branch or client branch globally of any vendor. Most successful brand we've had launched, and this afternoon breakout sessions, obviously, with our keynotes, fantastic sessions. Make sure you actually attend all of those after this main arena here. Now, once again, listen, ask questions, and make sure you're giving us feedback. One of the things about Lenovo that we say all the time... There is no room for arrogance in our company. Every single person in this room is a customer, partner, analyst, or an employee. We love your feedback. It's only through your feedback that we continue to improve. And it's really important that through all of the sessions where the Q&As happen, breakouts afterwards, you're giving us feedback on what you want to see from us as an organization as we go forward. All right, so what were you doing 25 years ago? I spoke about ThinkPad being 25 years old, but let me ask you this. I bet you any money that no one here knew that our x86 business is also 25 years old. So, this year, we have both our ThinkPad and our x86 anniversaries for 25 years. Let me tell you. What were you guys doing 25 years ago? There's me, 25 years ago. It's a bit scary, isn't it? It's very svelte and athletic and a lot lighter than I am today. It makes me feel a little bit conscious. And you can see the black and white shot. It shows you that even if you're really really short and you come from the wrong side of the tracks to make some extra cash, you can still do some modeling as long as no one else is in the photo to give anyone any perspective, so very important. I think I might have got one photo shoot out of that, I don't know. I had to do it, I needed the money. Let me show you another couple of photos. Very interesting, how's this guy? How cool does he look? Very svelte and athletic. I think there's no doubt. He looks much much cooler than I do. Okay, so ladies and gentlemen, without further ado, it gives me great honor to obviously introduce our very very first guest to the stage. Ladies and gentlemen, our chairman and CEO, Yuanqing Yang. or as we like to call him, YY. A big round of applause, thank you. (upbeat techno instrumental) >> Good morning everyone. Thank you, Rod, for your introduction. Actually, I didn't think I was younger than you (mumbles). I can't think of another city more fitting to host the Transform event than New York. A city that has transformed from a humble trading post 400 years ago to one of the most vibrant cities in the world today. It is a perfect symbol of transformation of our world. The rapid and the deep transformations that have propelled us from the steam engine to the Internet era in just 200 years. Looking back at 200 years ago, there was only a few companies that operated on a global scale. The total value of the world's economy was around $188 billion U.S. dollars. Today, it is only $180 for each person on earth. Today, there are thousands of independent global companies that compete to sell everything, from corn and crude oil to servers and software. They drive a robust global economy was over $75 trillion or $1,000 per person. Think about it. The global economy has multiplied almost 450 times in just two centuries. What is even more remarkable is that the economy has almost doubled every 15 years since 1950. These are significant transformation for businesses and for the world and our tiny slice of pie. This transformation is the result of the greatest advancement in technology in human history. Not one but three industrial revolutions have happened over the last 200 years. Even though those revolutions created remarkable change, they were just the beginning. Today, we are standing at the beginning of the fourth revolution. This revolution will transform how we work (mumbles) in ways that no one could imagine in the 18th century or even just 18 months ago. You are the people who will lead this revolution. Along with Lenovo, we will redefine IT. IT is no longer just information technology. It's intelligent technology, intelligent transformation. A transformation that is driven by big data called computing and artificial intelligence. Even the transition from PC Internet to mobile Internet is a big leap. Today, we are facing yet another big leap from the mobile Internet to the Smart Internet or intelligent Internet. In this Smart Internet era, Cloud enables devices, such as PCs, Smart phones, Smart speakers, Smart TVs. (mumbles) to provide the content and the services. But the evolution does not stop them. Ultimately, almost everything around us will become Smart, with building computing, storage, and networking capabilities. That's what we call the device plus Cloud transformation. These Smart devices, incorporated with various sensors, will continuously sense our environment and send data about our world to the Cloud. (mumbles) the process of this ever-increasing big data and to support the delivery of Cloud content and services, the data center infrastructure is also transforming to be more agile, flexible, and intelligent. That's what we call the infrastructure plus Cloud transformation. But most importantly, it is the human wisdom, the people learning algorithm vigorously improved by engineers that enables artificial intelligence to learn from big data and make everything around us smarter. With big data collected from Smart devices, computing power of the new infrastructure under the trend artificial intelligence, we can understand the world around us more accurately and make smarter decisions. We can make life better, work easier, and society safer and healthy. Think about what is already possible as we start this transformation. Smart Assistants can help you place orders online with a voice command. Driverless cars can run on the same road as traditional cars. (mumbles) can help troubleshoot customers problems, and the virtual doctors already diagnose basic symptoms. This list goes on and on. Like every revolution before it, intelligent transformation, will fundamentally change the nature of business. Understanding and preparing for that will be the key for the growth and the success of your business. The first industrial revolution made it possible to maximize production. Water and steam power let us go from making things by hand to making them by machine. This transformed how fast things could be produced. It drove the quantity of merchandise made and led to massive increase in trade. With this revolution, business scale expanded, and the number of customers exploded. Fifty years later, the second industrial revolution made it necessary to organize a business like the modern enterprise, electric power, and the telegraph communication made business faster and more complex, challenging businesses to become more efficient and meeting entirely new customer demands. In our own lifetimes, we have witnessed the third industrial revolution, which made it possible to digitize the enterprise. The development of computers and the Internet accelerated business beyond human speed. Now, global businesses have to deal with customers at the end of a cable, not always a handshake. While we are still dealing with the effects of a digitizing business, the fourth revolution is already here. In just the past two or three years, the growth of data and advancement in visual intelligence has been astonishing. The computing power can now process the massive amount of data about your customers, suppliers, partners, competitors, and give you insights you simply could not imagine before. Artificial intelligence can not only tell you what your customers want today but also anticipate what they will need tomorrow. This is not just about making better business decisions or creating better customer relationships. It's about making the world a better place. Ultimately, can we build a new world without diseases, war, and poverty? The power of big data and artificial intelligence may be the revolutionary technology to make that possible. Revolutions don't happen on their own. Every industrial revolution has its leaders, its visionaries, and its heroes. The master transformers of their age. The first industrial revolution was led by mechanics who designed and built power systems, machines, and factories. The heroes of the second industrial revolution were the business managers who designed and built modern organizations. The heroes of the third revolution were the engineers who designed and built the circuits and the source code that digitized our world. The master transformers of the next revolution are actually you. You are the designers and the builders of the networks and the systems. You will bring the benefits of intelligence to every corner of your enterprise and make intelligence the central asset of your business. At Lenovo, data intelligence is embedded into everything we do. How we understand our customer's true needs and develop more desirable products. How we profile our customers and market to them precisely. How we use internal and external data to balance our supply and the demand. And how we train virtual agents to provide more effective sales services. So the decisions you make today about your IT investment will determine the quality of the decisions your enterprise will make tomorrow. So I challenge each of you to seize this opportunity to become a master transformer, to join Lenovo as we work together at the forefront of the fourth industrial revolution, as leaders of the intelligent transformation. (triumphant instrumental) Today, we are launching the largest portfolio in our data center history at Lenovo. We are fully committed to the (mumbles) transformation. Thank you. (audience applauds) >> Thanks YY. All right, ladies and gentlemen. Fantastic, so how about a big round of applause for YY. (audience applauds) Obviously a great speech on the transformation that we at Lenovo are taking as well as obviously wanting to journey with our partners and customers obviously on that same journey. What I heard from him was obviously artificial intelligence, how we're leveraging that integrally as well as externally and for our customers, and the investments we're making in the transformation around IoT machine learning, obviously big data, et cetera, and obviously the Data Center Group, which is one of the key things we've got to be talking about today. So we're on the cusp of that fourth revolution, as YY just mentioned, and Lenovo is definitely leading the way and investing in those parts of the industry and our portfolio to ensure we're complimenting all of our customers and partners on what they want to be, obviously, as part of this new transformation we're seeing globally. Obviously now, ladies and gentlemen, without further ado once again, to tell us more about what's going on today, our announcements, obviously, that all of you will be reading about and seeing in the breakout and the demo sessions with our segment general managers this afternoon is our president of the data center, Mr. Kirk Skaugen. (upbeat instrumental) >> Good morning, and let me add my welcome to Transform. I just crossed my six months here at Lenovo after over 24 years at Intel Corporation, and I can tell you, we've been really busy over the last six months, and I'm more excited and enthusiastic than ever and hope to share some of that with you today. Today's event is called "Transform", and today we're announcing major new transformations in Lenovo, in the data center, but more importantly, we're celebrating the business results that these platforms are going to have on society and with international supercomputing going on in parallel in Frankfurt, some of the amazing scientific discoveries that are going to happen on some of these platforms. Lenovo has gone through some significant transformations in the last two years, since we acquired the IBM x86 business, and that's really positioning us for this next phase of growth, and we'll talk more about that later. Today, we're announcing the largest end-to-end data center portfolio in Lenovo's history, as you heard from YY, and we're really taking the best of the x86 heritage from our IBM acquisition of the x86 server business and combining that with the cost economics that we've delivered from kind of our China heritage. As we've talked to some of the analysts in the room, it's really that best of the east and best of the west is combining together in this announcement today. We're going to be announcing two new brands, building on our position as the number one x86 server vendor in both customer satisfaction and in reliability, and we're also celebrating, next month in July, a very significant milestone, which will we'll be shipping our 20 millionth x86 server into the industry. For us, it's an amazing time, and it's an inflection point to kind of look back, pause, but also share the next phase of Lenovo and the exciting vision for the future. We're also making some declarations on our vision for the future today. Again, international supercomputing's going on, and, as it turns out, we're the fastest growing supercomputer company on earth. We'll talk about that. Our goal today that we're announcing is that we plan in the next several years to become number one in supercomputing, and we're going to put the investments behind that. We're also committing to our customers that we're going to disrupt the status quo and accelerate the pace of innovation, not just in our legacy server solutions, but also in Software-Defined because what we've heard from you is that that lack of legacy, we don't have a huge router business or a huge sand business to protect. It's that lack of legacy that's enabling us to invest and get ahead of the curb on this next transition to Software-Defined. So you're going to see us doing that through building our internal IP, through some significant joint ventures, and also through some merges and acquisitions over the next several quarters. Altogether, we're driving to be the most trusted data center provider in the industry between us and our customers and our suppliers. So a quick summary of what we're going to dive into today, both in my keynote as well as in the breakout sessions. We're in this transformation to the next phase of Lenovo's data center growth. We're closing out our previous transformation. We actually, believe it or not, in the last six months or so, have renegotiated 18,000 contracts in 160 countries. We built out an entire end-to-end organization from development and architecture all the way through sales and support. This next transformation, I think, is really going to excite Lenovo shareholders. We're building the largest data center portfolio in our history. I think when IBM would be up here a couple years ago, we might have two or three servers to announce in time to market with the next Intel platform. Today, we're announcing 14 new servers, seven new storage systems, an expanded set of networking portfolios based on our legacy with Blade Network Technologies and other companies we've acquired. Two new brands that we'll talk about for both data center infrastructure and Software-Defined, a new set of premium premiere services as well as a set of engineered solutions that are going to help our customers get to market faster. We're going to be celebrating our 20 millionth x86 server, and as Rod said, 25 years in x86 server compute, and Christian will be up here talking about 25 years of ThinkPad as well. And then a new end-to-end segmentation model because all of these strategies without execution are kind of meaningless. I hope to give you some confidence in the transformation that Lenovo has gone through as well. So, having observed Lenovo from one of its largest partners, Intel, for more than a couple decades, I thought I'd just start with why we have confidence on the foundation that we're building off of as we move from a PC company into a data center provider in a much more significant way. So Lenovo today is a company of $43 billion in sales. Absolutely astonishing, it puts us at about Fortune 202 as a company, with 52,000 employees around the world. We're supporting and have service personnel, almost a little over 10,000 service personnel that service our servers and data center technologies in over 160 countries that provide onsite service and support. We have seven data center research centers. One of the reasons I came from Intel to Lenovo was that I saw that Lenovo became number one in PCs, not through cost cutting but through innovation. It was Lenovo that was partnering on the next-generation Ultrabooks and two-in-ones and tablets in the modem mods that you saw, but fundamentally, our path to number one in data center is going to be built on innovation. Lastly, we're one of the last companies that's actually building not only our own motherboards at our own motherboard factories, but also with five global data center manufacturing facilities. Today, we build about four devices a second, but we also build over 100 servers per hour, and the cost economics we get, and I just visited our Shenzhen factory, of having everything from screws to microprocessors come up through the elevator on the first floor, go left to build PCs and ThinkPads and go right to build server technology, means we have some of the world's most cost effective solutions so we can compete in things like hyperscale computing. So it's with that that I think we're excited about the foundation that we can build off of on the Data Center Group. Today, as we stated, this event is about transformation, and today, I want to talk about three things we're going to transform. Number one is the customer experience. Number two is the data center and our customer base with Software-Defined infrastructure, and then the third is talk about how we plan to execute flawlessly with a new transformation that we've had internally at Lenovo. So let's dive into it. On customer experience, really, what does it mean to transform customer experience? Industry pundits say that if you're not constantly innovating, you can fall behind. Certainly the technology industry that we're in is transforming at record speed. 42% of business leaders or CIOs say that digital first is their top priority, but less than 50% actually admit that they have a strategy to get there. So people are looking for a partner to keep pace with that innovation and change, and that's really what we're driving to at Lenovo. So today we're announcing a set of plans to take another step function in customer experience, and building off of our number one position. Just recently, Gartner shows Lenovo as the number 24 supply chains of companies over $12 billion. We're up there with Amazon, Coca-Cola, and we've now completely re-architected our supply chain in the Data Center Group from end to end. Today, we can deliver 90% of our SKUs, order to ship in less than seven days. The artificial intelligence that YY mentioned is optimizing our performance even further. In services, as we talked about, we're now in 160 countries, supporting on-site support, 50 different call centers around the world for local language support, and we're today announcing a whole set of new premiere support services that I'll get into in a second. But we're building on what's already better than 90% customer satisfaction in this space. And then in development, for all the engineers out there, we started foundationally for this new set of products, talking about being number one in reliability and the lowest downtime of any x86 server vendor on the planet, and these systems today are architected to basically extend that leadership position. So let me tell you the realities of reliability. This is ITIC, it's a reliability report. 750 CIOs and IT managers from more than 20 countries, so North America, Europe, Asia, Australia, South America, Africa. This isn't anything that's paid for with sponsorship dollars. Lenovo has been number one for four years running on x86 reliability. This is the amount of downtime, four hours or more, in mission-critical environments from the leading x86 providers. You can see relative to our top two competitors that are ahead of us, HP and Dell, you can see from ITIC why we are building foundationally off of this, and why it's foundational to how we're developing these new platforms. In customer satisfaction, we are also rated number one in x86 server customer satisfaction. This year, we're now incentivizing every single Lenovo employee on customer satisfaction and customer experience. It's been a huge mandate from myself and most importantly YY as our CEO. So you may say well what is the basis of this number one in customer satisfaction, and it's not just being number one in one category, it's actually being number one in 21 of the 22 categories that TBR talks about. So whether it's performance, support systems, online product information, parts and availability replacement, Lenovo is number one in 21 of the 22 categories and number one for six consecutive studies going back to Q1 of 2015. So this, again, as we talk about the new product introductions, it's something that we absolutely want to build on, and we're humbled by it, and we want to continue to do better. So let's start now on the new products and talk about how we're going to transform the data center. So today, we are announcing two new product offerings. Think Agile and ThinkSystem. If you think about the 25 years of ThinkPad that Christian's going to talk about, Lenovo has a continuous learning culture. We're fearless innovators, we're risk takers, we continuously learn, but, most importantly, I think we're humble and we have some humility. That when we fail, we can fail fast, we learn, and we improve. That's really what drove ThinkPad to number one. It took about eight years from the acquisition of IBM's x86 PC business before Lenovo became number one, but it was that innovation, that listening and learning, and then improving. As you look at the 25 years of ThinkPad, there were some amazing successes, but there were also some amazing failures along the way, but each and every time we learned and made things better. So this year, as Rod said, we're not just celebrating 25 years of ThinkPad, but we're celebrating 25 years of x86 server development since the original IBM PC servers in 1992. It's a significant day for Lenovo. Today, we're excited to announce two new brands. ThinkSystem and ThinkAgile. It's an important new announcement that we started almost three years ago when we acquired the x86 server business. Why don't we run a video, and we'll show you a little bit about ThinkSystem and ThinkAgile. >> Narrator: The status quo is comfortable. It gets you by, but if you think that's good enough for your data center, think again. If adoption is becoming more complicated when it should be simpler, think again. If others are selling you technology that's best for them, not for you, think again. It's time for answers that win today and tomorrow. Agile, innovative, different. Because different is better. Different embraces change and makes adoption simple. Different designs itself around you. Using 25 years of innovation and design and R&D. Different transforms, it gives you ThinkSystem. World-record performance, most reliable, easy to integrate, scales faster. Different empowers you with ThinkAgile. It redefines the experience, giving you the speed of Cloud and the control of on-premise IT. Responding faster to what your business really needs. Different defines the future. Introducing Lenovo ThinkSystem and ThinkAgile. (exciting and slightly aggressive digital instrumental) >> All right, good stuff, huh? (audience applauds) So it's built off of this 25-year history of us being in the x86 server business, the commitment we established three years ago after acquiring the x86 server business to be and have the most reliable, the most agile, and the most highest-performing data center solutions on the planet. So today we're announcing two brands. ThinkSystem is for the traditional data center infrastructure, and ThinkAgile is our brand for Software-Defined infrastructure. Again, the teams challenge themselves from the start, how do we build off this rich heritage, expanding our position as number one in customer satisfaction, reliability, and one of the world's best supply chains. So let's start and look at the next set of solutions. We have always prided ourself that little things don't mean a lot. Little things mean everything. So today, as we said on the legacy solutions, we have over 30 world-record performance benchmarks on Intel architecture, and more than actually 150 since we started tracking this back in 2001. So it's the little pieces of innovation. It's the fine tuning that we do with our partners like an Intel or a Microsoft, an SAP, VMware, and Nutanix that's enabling us to get these world-record performance benchmarks, and with this next generation of solutions we think we'll continue to certainly do that. So today we're announcing the most comprehensive portfolio ever in our data center history. There's 14 servers, seven storage devices, and five network switches. We're also announcing, which is super important to our customer base, a set of new premiere service options. That's giving you fast access directly to a level two support person. No automated response system involved. You get to pick up the phone and directly talk to a level two support person that's going to have end-to-end ownership of the customer experience for ThinkSystem. With ThinkAgile, that's going to be completely bundled with every ThinkAgile you purchase. In addition, we're having white glove service on site that will actually unbox the product for you and get it up and running. It's an entirely new set of solutions for hybrid Cloud, for big data analytics and database applications around these engineered solutions. These are like 40- to 50-page guides where we fine-tuned the most important applications around virtual desktop infrastructure and those kinds of applications, working side by side with all of our ISP partners. So significantly expanding, not just the hardware but the software solutions that, obviously, you, as our customers, are running. So if you look at ThinkSystem innovation, again, it was designed for the ultimate in flexibility, performance, and reliability. It's a single now-unified brand that combines what used to be the Lenovo Think server and the IBM System x products now into a single brand that spans server, storage, and networking. We're basically future-proofing it for the next-generation data center. It's a significantly simplified portfolio. One of the big pieces that we've heard is that the complexity of our competitors has really been overwhelming to customers. We're building a more flexible, more agile solution set that requires less work, less qualification, and more future proofing. There's a bunch of things in this that you'll see in the demos. Faster time-to-service in terms of the modularity of the systems. 12% faster service equating to almost $50 thousand per hour of reduced downtime. Some new high-density options where we have four nodes and a 2U, twice the density to improve and reduce outbacks and mission-critical workloads. And then in high-performance computing and supercomputing, we're going to spend some time on that here shortly. We're announcing new water-cooled solutions. We have some of the most premiere water-cooled solutions in the world, with more than 25 patents pending now, just in the water-cooled solutions for supercomputing. The performance that we think we're going to see out of these systems is significant. We're building off of that legacy that we have today on the existing Intel solutions. Today, we believe we have more than 50% of SAP HANA installations in the world. In fact, SAP just went public that they're running their internal SAP HANA on Lenovo hardware now. We're seeing a 59% increase in performance on SAP HANA generation on generation. We're seeing 31% lower total cost to ownership. We believe this will continue our position of having the highest level of five-nines in the x86 server industry. And all of these servers will start being available later this summer when the Intel announcements come out. We're also announcing the largest storage portfolio in our history, significantly larger than anything we've done in the past. These are all available today, including some new value class storage offerings. Our network portfolio is expanding now significantly. It was a big surprise when I came to Lenovo, seeing the hundreds of engineers we had from the acquisition of Blade Network Technologies and others with our teams in Romania, Santa Clara, really building out both the embedded portfolio but also the top racks, which is around 10 gig, 25 gig, and 100 gig. Significantly better economics, but all the performance you'd expect from the largest networking companies in the world. Those are also available today. ThinkAgile and Software-Defined, I think the one thing that has kind of overwhelmed me since coming in to Lenovo is we are being embraced by our customers because of our lack of legacy. We're not trying to sell you one more legacy SAN at 65% margins. ThinkAgile really was founded, kind of born free from the shackles of legacy thinking and legacy infrastructure. This is just the beginning of what's going to be an amazing new brand in the transformation to Software-Defined. So, for Lenovo, we're going to invest in our own internal organic IP. I'll foreshadow: There's some significant joint ventures and some mergers and acquisitions that are going to be coming in this space. And so this will be the foundation for our Software-Defined networking and storage, for IoT, and ultimately for the 5G build-out as well. This is all built for data centers of tomorrow that require fluid resources, tightly integrated software and hardware in kind of an appliance, selling at the rack level, and so we'll show you how that is going to take place here in a second. ThinkAgile, we have a few different offerings. One is around hyperconverged storage, Hybrid Cloud, and also Software-Defined storage. So we're really trying to redefine the customer experience. There's two different solutions we're having today. It's a Microsoft Azure solution and a Nutanix solution. These are going to be available both in the appliance space as well as in a full rack solution. We're really simplifying and trying to transform the entire customer experience from how you order it. We've got new capacity planning tools that used to take literally days for us to get the capacity planning done. It's now going down to literally minutes. We've got new order, delivery, deployment, administration service, something we're calling ThinkAgile Advantage, which is the white glove unboxing of the actual solutions on prem. So the whole thing when you hear about it in the breakout sessions about transforming the entire customer experience with both an HX solution and an SX solution. So again, available at the rack level for both Nutanix and for Microsoft Solutions available in just a few months. Many of you in the audience since the Microsoft Airlift event in Seattle have started using these things, and the feedback to date has been fantastic. We appreciate the early customer adoption that we've seen from people in the audience here. So next I want to bring up one of our most important partners, and certainly if you look at all of these solutions, they're based on the next-generation Intel Xeon scalable processor that's going to be announcing very very soon. I want to bring on stage Rupal Shah, who's the corporate vice president and general manager of Global Data Center Sales with Intel, so Rupal, please join me. (upbeat instrumental) So certainly I have long roots at Intel, but why don't you talk about, from Intel's perspective, why Lenovo is an important partner for Lenovo. >> Great, well first of all, thank you very much. I've had the distinct pleasure of not only working with Kirk for many many years, but also working with Lenovo for many years, so it's great to be here. Lenovo is not only a fantastic supplier and leader in the industry for Intel-based servers but also a very active partner in the Intel ecosystem. In the Intel ecosystem, specifically, in our partner programs and in our builder programs around Cloud, around the network, and around storage, I personally have had a long history in working with Lenovo, and I've seen personally that PC transformation that you talked about, Kirk, and I believe, and I know that Intel believes in Lenovo's ability to not only succeed in the data center but to actually lead in the data center. And so today, the ThinkSystem and ThinkAgile announcement is just so incredibly important. It's such a great testament to our two companies working together, and the innovation that we're able to bring to the market, and all of it based on the Intel Xeon scalable processor. >> Excellent, so tell me a little bit about why we've been collaborating, tell me a little bit about why you're excited about ThinkSystem and ThinkAgile, specifically. >> Well, there are a lot of reasons that I'm excited about the innovation, but let me talk about a few. First, both of our companies really stand behind the fact that it's increasingly a hybrid world. Our two companies offer a range of solutions now to customers to be able to address their different workload needs. ThinkSystem really brings the best, right? It brings incredible performance, flexibility in data center deployment, and industry-leading reliability that you've talked about. And, as always, Xeon has a history of being built for the data center specifically. The Intel Xeon scalable processor is really re-architected from the ground up in order to enhance compute, network, and storage data flows so that we can deliver workload optimized performance for both a wide range of traditional workloads and traditional needs but also some emerging new needs in areas like artificial intelligence. Second is when it comes to the next generation of Cloud infrastructure, the new Lenovo ThinkAgile line offers a truly integrated offering to address data center pain points, and so not only are you able to get these pretested solutions, but these pretested solutions are going to get deployed in your infrastructure faster, and they're going to be deployed in a way that's going to meet your specific needs. This is something that is new for both of us, and it's an incredible innovation in the marketplace. I think that it's a great addition to what is already a fantastic portfolio for Lenovo. >> Excellent. >> Finally, there's high-performance computing. In high-performance computing. First of all, congratulations. It's a big week, I think, for both of us. Fantastic work that we've been doing together in high-performance computing and actually bringing the best of the best to our customers, and you're going to hear a whole lot more about that. We obviously have a number of joint innovation centers together between Intel and Lenovo. Tell us about some of the key innovations that you guys are excited about. >> Well, Intel and Lenovo, we do have joint innovation labs around the world, and we have a long and strong history of very tight collaboration. This has brought a big wave of innovation to the marketplace in areas like software-defined infrastructure. Yet another area is working closely on a joint vision that I think our two companies have in artificial intelligence. Intel is very committed to the world of AI, and we're committed in making the investments required in technology development, in training, and also in R&D to be able to deliver end-to-end solutions. So with Intel's comprehensive technology portfolio and Lenovo's development and innovation expertise, it's a great combination in this space. I've already talked a little bit about HPC and so has Kirk, and we're going to hear a little bit more to come, but we're really building the fastest compute solutions for customers that are solving big problems. Finally, we often talk about processors from Intel, but it's not just about the processors. It's way beyond that. It's about engaging at the solution level for our customers, and I'm so excited about the work that we've done together with Lenovo to bring to market products like Intel Omni-Path Architecture, which is really the fabric for high-performance data centers. We've got a great showing this week with Intel Omni-Path Architecture, and I'm so grateful for all the work that we've done to be able to bring true solutions to the marketplace. I am really looking forward to our future collaboration with Lenovo as we have in the past. I want to thank you again for inviting me here today, and congratulations on a fantastic launch. >> Thank you, Rupal, very much, for the long partnership. >> Thank you. (audience applauds) >> Okay, well now let's transition and talk a little bit about how Lenovo is transforming. The first thing we've done when I came on board about six months ago is we've transformed to a truly end-to-end organization. We're looking at the market segments I think as our customers define them, and we've organized into having vice presidents and senior vice presidents in charge of each of these major groups, thinking really end to end, from architecture all the way to end of life and customer support. So the first is hyperscale infrastructure. It's about 20% on the market by 2020. We've hired a new vice president there to run that business. Given we can make money in high-volume desktop PCs, it's really the manufacturing prowess, deep engineering collaboration that's enabling us to sell into Baidu, and to Alibaba, Tencent, as well as the largest Cloud vendors on the West Coast here in the United States. We believe we can make money here by having basically a deep deep engineering engagement with our key customers and building on the PC volume economics that we have within Lenovo. On software-defined infrastructure, again, it's that lack of legacy that I think is propelling us into this space. We're not encumbered by trying to sell one more legacy SAN or router, and that's really what's exciting us here, as we transform from a hardware to a software-based company. On HPC and AI, as we said, we'll talk about this in a second. We're the fastest-growing supercomputing company on earth. We have aspirations to be the largest supercomputing company on earth, with China and the U.S. vying for number one in that position, it puts us in a good position there. We're going to bridge that into artificial intelligence in our upcoming Shanghai Tech World. The entire day is around AI. In fact, YY has committed $1.2 billion to artificial intelligence over the next few years of R&D to help us bridge that. And then on data center infrastructure, is really about moving to a solutions based infrastructure like our position with SAP HANA, where we've gone deep with engineers on site at SAP, SAP running their own infrastructure on Lenovo and building that out beyond just SAP to other solutions in the marketplace. Overall, significantly expanding our services portfolio to maintain our number one customer satisfaction rating. So given ISC, or International Supercomputing, this week in Frankfurt, and a lot of my team are actually over there, I wanted to just show you the transformation we've had at Lenovo for delivering some of the technology to solve some of the most challenging humanitarian problems on earth. Today, we are the fastest-growing supercomputer company on the planet in terms of number of systems on the Top 500 list. We've gone from zero to 92 positions in just a few short years, but IDC also positions Lenovo as the fast-growing supercomputer and HPC company overall at about 17% year on year growth overall, including all of the broad channel, the regional universities and this kind of thing, so this is an exciting place for us. I'm excited today that Sergi has come all the way from Spain to be with us today. It's an exciting time because this week we announce the fastest next-generation Intel supercomputer on the planet at Barcelona Supercomputer. Before I bring Sergi on stage, let's run a video and I'll show you why we're excited about the capabilities of these next-generation supercomputers. Run the video please. >> Narrator: Different creates one of the most powerful supercomputers for the Barcelona Supercomputer Center. A high-performance, high-capacity design to help shape tomorrow's world. Different designs what's best for you, with 25 years of end-to-end expertise delivering large-scale solutions. It integrates easily with technology from industry partners, through deep collaboration with the client to manufacture, test, configure, and install at global scale. Different achieves the impossible. The first of a new series. A more energy-efficient supercomputer yet 10 times more powerful than its predecessor. With over 3,400 Lenovo ThinkSystem servers, each performing over two trillion calculations per second, giving us 11.1 petaflop capacity. Different powers MareNostrum, a supercomputer that will help us better understand cancer, help discover disease-fighting therapies, predict the impact of climate change. MareNostrom 4.0 promises to uncover answers that will help solve humanities greatest challenges. (audience applauds) >> So please help me in welcoming operations director of the Barcelona Supercomputer Center, Sergi Girona. So welcome, and again, congratulations. It's been a big week for both of us. But I think for a long time, if you haven't been to Barcelona, this has been called the world's most beautiful computer because it's in one of the most gorgeous chapels in the world as you can see here. Congratulations, we now are number 13 on the Top500 list and the fastest next-generation Intel computer. >> Thank you very much, and congratulations to you as well. >> So maybe we can just talk a little bit about what you've done over the last few months with us. >> Sure, thank you very much. It is a pleasure for me being invited here to present to you what we've been doing with Lenovo so far and what we are planning to do in the next future. I'm representing here Barcelona Supercomputing Center. I am presenting high-performance computing services to science and industry. How we see these science services has changed the paradigm of science. We are coming from observation. We are coming from observation on the telescopes and the microscopes and the building of infrastructures, but this is not affordable anymore. This is very expensive, so it's not possible, so we need to move to simulations. So we need to understand what's happening in our environment. We need to predict behaviors only going through simulation. So, at BSC, we are devoted to provide services to industry, to science, but also we are doing our own research because we want to understand. At the same time, we are helping and developing the new engineers of the future on the IT, on HPC. So we are having four departments based on different topics. The main and big one is wiling to understand how we are doing the next supercomputers from the programming level to the performance to the EIA, so all these things, but we are having also interest on what about the climate change, what's the air quality that we are having in our cities. What is the precision medicine we need to have. How we can see that the different drugs are better for different individuals, for different humans, and of course we have an energy department, taking care of understanding what's the better optimization for a cold, how we can save energy running simulations on different topics. But, of course, the topic of today is not my research, but it's the systems we are building in Barcelona. So this is what we have been building in Barcelona so far. From left to right, you have the preparation of the facility because this is 160 square meters with 1.4 megabytes, so that means we need new piping, we need new electricity, at the same time in the center we have to install the core services of the system, so the management practices, and then on the right-hand side you have installation of the networking, the Omni-Path by Intel. Because all of the new racks have to be fully integrated and they need to come into operation rapidly. So we start deployment of the system May 15, and we've now been ending and coming in production July first. All the systems, all the (mumbles) systems from Lenovo are coming before being open and available. What we've been installing here in Barcelona is general purpose systems for our general workload of the system with 3,456 nodes. Everyone of those having 48 cores, 96 gigabytes main memory for a total capacity of about 400 terabytes memory. The objective of this is that we want to, all the system, all the processors, to work together for a single execution for running altogether, so this is an example of the platinum processors from Intel having 24 cores each. Of course, for doing this together with all the cores in the same application, we need a high-speed network, so this is Omni-Path, and of course all these cables are connecting all the nodes. Noncontention, working together, cooperating. Of course, this is a bunch of cables. They need to be properly aligned in switches. So here you have the complete presentation. Of course, this is general purpose, but we wanted to invest with our partners. We want to understand what the supercomputers we wanted to install in 2020, (mumbles) Exascale. We want to find out, we are installing as well systems with different capacities with KNH, with power, with ARM processors. We want to leverage our obligations for the future. We want to make sure that in 2020 we are ready to move our users rapidly to the new technologies. Of course, this is in total, giving us a total capacity of 13.7 petaflops that it's 12 times the capacity of the former MareNostrum four years ago. We need to provide the services to our scientists because they are helping to solve problems for humanity. That's the place we are going to go. Last is inviting you to come to Barcelona to see our place and our chapel. Thank you very much (audience applauds). >> Thank you. So now you can all go home to your spouses and significant others and say you have a formal invitation to Barcelona, Spain. So last, I want to talk about what we've done to transform Lenovo. I think we all know the history is nice but without execution, none of this is going to be possible going forward, so we have been very very busy over the last six months to a year of transforming Lenovo's data center organization. First, we moved to a dedicated end-to-end sales and marketing organization. In the past, we had people that were shared between PC and data center, now thousands of sales people around the world are 100% dedicated end to end to our data center clients. We've moved to a fully integrated and dedicated supply chain and procurement organization. A fully dedicated quality organization, 100% dedicated to expanding our data center success. We've moved to a customer-centric segment, again, bringing in significant new leaders from outside the company to look end to end at each of these segments, supercomputing being very very different than small business, being very very different than taking care of, for example, a large retailer or bank. So around hyperscale, software-defined infrastructure, HPC, AI, and supercomputing and data center solutions-led infrastructure. We've built out a whole new set of global channel programs. Last year, or a year passed, we have five different channel programs around the world. We've now got one simplified channel program for dealer registration. I think our channel is very very energized to go out to market with Lenovo technology across the board, and a whole new set of system integrator relationships. You're going to hear from one of them in Christian's discussion, but a whole new set of partnerships to build solutions together with our system integrative partners. And, again, as I mentioned, a brand new leadership team. So look forward to talking about the details of this. There's been a significant amount of transformation internal to Lenovo that's led to the success of this new product introduction today. So in conclusion, I want to talk about the news of the day. We are transforming Lenovo to the next phase of our data center growth. Again, in over 160 countries, closing on that first phase of transformation and moving forward with some unique declarations. We're launching the largest portfolio in our history, not just in servers but in storage and networking, as everything becomes kind of a software personality on top of x86 Compute. We think we're very well positioned with our scale on PCs as well as data center. Two new brands for both data center infrastructure and Software-Defined, without the legacy shackles of our competitors, enabling us to move very very quickly into Software-Defined, and, again, foreshadowing some joint ventures in M&A that are going to be coming up that will further accelerate ourselves there. New premiere support offerings, enabling you to get direct access to level two engineers and white glove unboxing services, which are going to be bundled along with ThinkAgile. And then celebrating the milestone of 25 years in x86 server compute, not just ThinkPads that you'll hear about shortly, but also our 20 million server shipping next month. So we're celebrating that legacy and looking forward to the next phase. And then making sure we have the execution engine to maintain our position and grow it, being number one in customer satisfaction and number one in quality. So, with that, thank you very much. I look forward to seeing you in the breakouts today and talking with many of you, and I'll bring Rod back up to transition us to the next section. Thank you. (audience applauds) >> All right, Kirk, thank you, sir. All right, ladies and gentlemen, what did you think of that? How about a big round of applause for ThinkAgile, ThinkSystems new brands? (audience applauds) And, obviously, with that comes a big round of applause, for Kirk Skaugen, my boss, so we've got to give him a big round of applause, please. I need to stay employed, it's very important. All right, now you just heard from Kirk about some of the new systems, the brands. How about we have a quick look at the video, which shows us the brand new DCG images. >> Narrator: Legacy thinking is dead, stuck in the past, selling the same old stuff, over and over. So then why does it seem like a data center, you know, that thing powering all our little devices and more or less everything interaction today is still stuck in legacy thinking because it's rigid, inflexible, slow, but that's not us. We don't do legacy. We do different. Because different is fearless. Different reduces Cloud deployment from days to hours. Different creates agile technology that others follow. Different is fluid. It uses water-cooling technology to save energy. It co-innovates with some of the best minds in the industry today. Different is better, smarter. Maybe that's why different already holds so many world-record benchmarks in everything. From virtualization to database and application performance or why it's number one in reliability and customer satisfaction. Legacy sells you what they want. Different builds the data center you need without locking you in. Introducing the Data Center Group at Lenovo. Different... Is better. >> All right, ladies and gentlemen, a big round of applause, once again (mumbles) DCG, fantastic. And I'm sure all of you would agree, and Kirk mentioned it a couple of times there. No legacy means a real consultative approach to our customers, and that's something that we really feel is differentiated for ourselves. We are effectively now one of the largest startups in the DCG space, and we are very much ready to disrupt. Now, here in New York City, obviously, the heart of the fashion industry, and much like fashion, as I mentioned earlier, we're different, we're disruptive, we're agile, smarter, and faster. I'd like to say that about myself, but, unfortunately, I can't. But those of you who have observed, you may have noticed that I, too, have transformed. I don't know if anyone saw that. I've transformed from the pinstripe blue, white shirt, red tie look of the, shall we say, our predecessors who owned the x86 business to now a very Lenovo look. No tie and consequently a little bit more chic New York sort of fashion look, shall I say. Nothing more than that. So anyway, a bit of a transformation. It takes a lot to get to this look, by the way. It's a lot of effort. Our next speaker, Christian Teismann, is going to talk a lot about the core business of Lenovo, which really has been, as we've mentioned today, our ThinkPad, 25-year anniversary this year. It's going to be a great celebration inside Lenovo, and as we get through the year and we get closer and closer to the day, you'll see a lot more social and digital work that engages our customers, partners, analysts, et cetera, when we get close to that birthday. Customers just generally are a lot tougher on computers. We know they are. Whether you hang onto it between meetings from the corner of the Notebook, and that's why we have magnesium chassis inside the box or whether you're just dropping it or hypothetically doing anything else like that. We do a lot of robust testing on these products, and that's why it's the number one branded Notebook in the world. So Christian talks a lot about this, but I thought instead of having him talk, I might just do a little impromptu jump back stage and I'll show you exactly what I'm talking about. So follow me for a second. I'm going to jaunt this way. I know a lot of you would have seen, obviously, the front of house here, what we call the front of house. Lots of videos, et cetera, but I don't think many of you would have seen the back of house here, so I'm going to jump through the back here. Hang on one second. You'll see us when we get here. Okay, let's see what's going on back stage right now. You can see one of the team here in the back stage is obviously working on their keyboard. Fantastic, let me tell you, this is one of the key value props of this product, obviously still working, lots of coffee all over it, spill-proof keyboard, one of the key value propositions and why this is the number one laptop brand in the world. Congratulations there, well done for that. Obviously, we test these things. Height, distances, Mil-SPEC approved, once again, fantastic product, pick that up, lovely. Absolutely resistant to any height or drops, once again, in line with our Mil-SPEC. This is Charles, our producer and director back stage for the absolute event. You can see, once again, sand, coincidentally, in Manhattan, who would have thought a snow storm was occurring here, but you can throw sand. We test these things for all of the elements. I've obviously been pretty keen on our development solutions, having lived in Japan for 12 years. We had this originally designed in 1992 by (mumbles), he's still our chief development officer still today, fantastic, congratulations, a sand-enhanced notebook, he'd love that. All right, let's get back out front and on with the show. Watch the coffee. All right, how was that? Not too bad (laughs). It wasn't very impromptu at all, was it? Not at all a set up (giggles). How many people have events and have a bag of sand sitting on the floor right next to a Notebook? I don't know. All right, now it's time, obviously, to introduce our next speaker, ladies and gentlemen, and I hope I didn't steal his thunder, obviously, in my conversations just now that you saw back stage. He's one of my best friends in Lenovo and easily is a great representative of our legendary PC products and solutions that we're putting together for all of our customers right now, and having been an ex-Pat with Lenovo in New York really calls this his second home and is continually fighting with me over the fact that he believes New York has better sushi than Tokyo, let's welcome please, Christian Teismann, our SVP, Commercial Business Segment, and PC Smart Office. Christian Teismann, come on up mate. (audience applauds) >> So Rod thank you very much for this wonderful introduction. I'm not sure how much there is to add to what you have seen already back stage, but I think there is a 25-year of history I will touch a little bit on, but also a very big transformation. But first of all, welcome to New York. As Rod said, it's my second home, but it's also a very important place for the ThinkPad, and I will come back to this later. The ThinkPad is thee industry standard of business computing. It's an industry icon. We are celebrating 25 years this year like no other PC brand has done before. But this story today is not looking back only. It's a story looking forward about the future of PC, and we see a transformation from PCs to personalized computing. I am privileged to lead the commercial PC and Smart device business for Lenovo, but much more important beyond product, I also am responsible for customer experience. And this is what really matters on an ongoing basis. But allow me to stay a little bit longer with our iconic ThinkPad and history of the last 25 years. ThinkPad has always stand for two things, and it always will be. Highest quality in the industry and technology innovation leadership that matters. That matters for you and that matters for your end users. So, now let me step back a little bit in time. As Rod was showing you, as only Rod can do, reliability is a very important part of ThinkPad story. ThinkPads have been used everywhere and done everything. They have survived fires and extreme weather, and they keep surviving your end users. For 25 years, they have been built for real business. ThinkPad also has a legacy of first innovation. There are so many firsts over the last 25 years, we could spend an hour talking about them. But I just want to cover a couple of the most important milestones. First of all, the ThinkPad 1992 has been developed and invented in Japan on the base design of a Bento box. It was designed by the famous industrial designer, Richard Sapper. Did you also know that the ThinkPad was the first commercial Notebook flying into space? In '93, we traveled with the space shuttle the first time. For two decades, ThinkPads were on every single mission. Did you know that the ThinkPad Butterfly, the iconic ThinkPad that opens the keyboard to its size, is the first and only computer showcased in the permanent collection of the Museum of Modern Art, right here in New York City? Ten years later, in 2005, IBM passed the torch to Lenovo, and the story got even better. Over the last 12 years, we sold over 100 million ThinkPads, four times the amount IBM sold in the same time. Many customers were concerned at that time, but since then, the ThinkPad has remained the best business Notebook in the industry, with even better quality, but most important, we kept innovating. In 2012, we unveiled the X1 Carbon. It was the thinnest, lightest, and still most robust business PC in the world. Using advanced composited materials like a Formula One car, for super strengths, X1 Carbon has become our ThinkPad flagship since then. We've added an X1 Carbon Yoga, a 360-degree convertible. An X1 Carbon tablet, a detachable, and many new products to come in the future. Over the last few years, many new firsts have been focused on providing the best end-user experience. The first dual-screen mobile workstation. The first Windows business tablet, and the first business PC with OLED screen technology. History is important, but a massive transformation is on the way. Future success requires us to think beyond the box. Think beyond hardware, think beyond notebooks and desktops, and to think about the future of personalized computing. Now, why is this happening? Well, because the business world is rapidly changing. Looking back on history that YY gave, and the acceleration of innovation and how it changes our everyday life in business and in personal is driving a massive change also to our industry. Most important because you are changing faster than ever before. Human capital is your most important asset. In today's generation, they want to have freedom of choice. They want to have a product that is tailored to their specific needs, every single day, every single minute, when they use it. But also IT is changing. The Cloud, constant connectivity, 5G will change everything. Artificial intelligence is adding things to the capability of an infrastructure that we just are starting to imagine. Let me talk about the workforce first because it's the most important part of what drives this. The millennials will comprise more than half of the world's workforce in 2020, three years from now. Already, one out of three millennials is prioritizing mobile work environment over salary, and for nearly 60% of all new hires in the United States, technology is a very important factor for their job search in terms of the way they work and the way they are empowered. This new generation of new employees has grown up with PCs, with Smart phones, with tablets, with touch, for their personal use and for their occupation use. They want freedom. Second, the workplace is transforming. The video you see here in the background. This is our North America headquarters in Raleigh, where we have a brand new Smart workspace. We have transformed this to attract the new generation of workers. It has fewer traditional workspaces, much more meaning and collaborative spaces, and Lenovo, like many companies, is seeing workspaces getting smaller. An average workspace per employee has decreased by 30% over the last five years. Employees are increasingly mobile, but, if they come to the office, they want to collaborate with their colleagues. The way we collaborate and communicate is changing. Investment in new collaboration technology is exploding. The market of collaboration technology is exceeding the market of personal computing today. It will grow in the future. Conference rooms are being re-imagined from a ratio of 50 employees to one large conference room. Today, we are moving into scenarios of four employees to one conference room, and these are huddle rooms, pioneer spaces. Technology is everywhere. Video, mega-screens, audio, electronic whiteboards. Adaptive technologies are popping up and change the way we work. As YY said earlier, the pace of the revolution is astonishing. So personalized computing will transform the PC we all know. There's a couple of key factors that we are integrating in our next generations of PC as we go forward. The most important trends that we see. First of all, choose your own device. We talked about this new generation of workforce. Employees who are used to choosing their own device. We have to respond and offer devices that are tailored to each end user's needs without adding complexity to how we operate them. PC is a service. Corporations increasingly are looking for on-demand computing in data center as well as in personal computing. Customers want flexibility. A tailored management solution and a services portfolio that completes the lifecycle of the device. Agile IT, even more important, corporations want to run an infrastructure that is agile, instant respond to their end-customer needs, that is self provisioning, self diagnostic, and remote software repair. Artificial intelligence. Think about artificial intelligence for you personally as your personal assistant. A personal assistant which does understand you, your schedule, your travel, your next task, an extension of yourself. We believe the PC will be the center of this mobile device universe. Mobile device synergy. Each of you have two devices or more with you. They need to work together across different operating systems, across different platforms. We believe Lenovo is uniquely positioned as the only company who has a Smart phone business, a PC business, and an infrastructure business to really seamlessly integrate all of these devices for simplicity and for efficiency. Augmented reality. We believe augmented reality will drive significantly productivity improvements in commercial business. The core will be to understand industry-specific solutions. New processes, new business challenges, to improve things like customer service and sales. Security will remain the foundation for personalized computing. Without security, without trust in the device integrity, this will not happen. One of the most important trends, I believe, is that the PC will transform, is always connected, and always on, like a Smart phone. Regardless if it's open, if it's closed, if you carry it, or if you work with it, it always is capable to respond to you and to work with you. 5G is becoming a reality, and the data capacity that will be out there is by far exceeding today's traffic imagination. Finally, Smart Office, delivering flexible and collaborative work environments regardless on where the worker sits, fully integrated and leverages all the technologies we just talked before. These are the main challenges you and all of your CIO and CTO colleagues have to face today. A changing workforce and a new set of technologies that are transforming PC into personalized computing. Let me give you a real example of a challenge. DXC was just formed by merging CSE company and HP's Enterprise services for the largest independent services company in the world. DXC is now a 25 billion IT services leader with more than 170,000 employees. The most important capital. 6,000 clients and eight million managed devices. I'd like to welcome their CIO, who has one of the most challenging workforce transformation in front of him. Erich Windmuller, please give him a round of applause. (audience applauds). >> Thank you Christian. >> Thank you. >> It's my pleasure to be here, thank you. >> So first of all, let me congratulation you to this very special time. By forming a new multi-billion-dollar enterprise, this new venture. I think it has been so far fantastically received by analysts, by the press, by customers, and we are delighted to be one of your strategic partners, and clearly we are collaborating around workforce transformation between our two companies. But let me ask you a couple of more personal questions. So by bringing these two companies together with nearly 200,00 employees, what are the first actions you are taking to make this a success, and what are your biggest challenges? >> Well, first, again, let me thank you for inviting me and for DXC Technology to be a part of this very very special event with Lenovo, so thank you. As many of you might expect, it's been a bit of a challenge over the past several months. My goal was really very simple. It was to make sure that we brought two companies together, and they could operate as one. We need to make sure that could continue to support our clients. We certainly need to make sure we could continue to sell, our sellers could sell. That we could pay our employees, that we could hire people, we could do all the basic foundational things that you might expect a company would want to do, but we really focused on three simple areas. I called it the three Cs. Connectivity, communicate, and collaborate. So we wanted to make sure that we connected our legacy data centers so we could transfer information and communicate back and forth. We certainly wanted to be sure that our employees could communicate via WIFI, whatever locations they may or may not go to. We certainly wanted to, when we talk about communicate, we need to be sure that everyone of our employees could send and receive email as a DXC employee. And that we had a single-enterprise directory and people could communicate, gain access to calendars across each of the two legacy companies, and then collaborate was also key. And so we wanted to be sure, again, that people could communicate across each other, that our legacy employees on either side could get access to many of their legacy systems, and, again, we could collaborate together as a single corporation, so it was challenging, but very very, great opportunity for all of us. And, certainly, you might expect cyber and security was a very very important topic. My chairman challenged me that we had to be at least as good as we were before from a cyber perspective, and when you bring two large companies together like that there's clearly an opportunity in this disruptive world so we wanted to be sure that we had a very very strong cyber security posture, of which Lenovo has been very very helpful in our achieving that. >> Thank you, Erich. So what does DXC consider as their critical solutions and technology for workplace transformation, both internally as well as out on the market? >> So workplace transformation, and, again, I've heard a lot of the same kinds of words that I would espouse... It's all about making our employees productive. It's giving the right tools to do their jobs. I, personally, have been focused, and you know this because Lenovo has been a very very big part of this, in working with our, we call it our My Style Workplace, it's an offering team in developing a solution and driving as much functionality as possible down to the workstation. We want to be able, for me, to avoid and eliminate other ancillary costs, audio video costs, telecommunication cost. The platform that we have, the digitized workstation that Lenovo has provided us, has just got a tremendous amount of capability. We want to streamline those solutions, as well, on top of the modern server. The modern platform, as we call it, internally. I'd like to congratulate Kirk and your team that you guys have successfully... Your hardware has been certified on our modern platform, which is a significant accomplishment between our two companies and our partnership. It was really really foundational. Lenovo is a big part of our digital workstation transformation, and you'll continue to be, so it's very very important, and I want you to know that your tools and your products have done a significant job in helping us bring two large corporations together as one. >> Thank you, Erich. Last question, what is your view on device as a service and hardware utility model? >> This is the easy question, right? So who in the room doesn't like PC or device as a service? This is a tremendous opportunity, I think, for all of us. Our corporation, like many of you in the room, we're all driven by the concept of buying devices in an Opex versus a Capex type of a world and be able to pay as you go. I think this is something that all of us would like to procure, product services and products, if you will, personal products, in this type of a mode, so I am very very eager to work with Lenovo to be sure that we bring forth a very dynamic and constructive device as a service approach. So very eager to do that with Lenovo and bring that forward for DXC Technology. >> Erich, thank you very much. It's a great pleasure to work with you, today and going forward on all sides. I think with your new company and our lineup, I think we have great things to come. Thank you very much. >> My pleasure, great pleasure, thank you very much. >> So, what's next for Lenovo PC? We already have the most comprehensive commercial portfolio in the industry. We have put the end user in the core of our portfolio to finish and going forward. Ultra mobile users, like consultants, analysts, sales and service. Heavy compute users like engineers and designers. Industry users, increasingly more understanding. Industry-specific use cases like education, healthcare, or banking. So, there are a few exciting things we have to announce today. Obviously, we don't have that broad of an announcement like our colleagues from the data center side, but there is one thing that I have that actually... Thank you Rod... Looks like a Bento box, but it's not a ThinkPad. It's a first of it's kind. It's the world's smallest professional workstation. It has the power of a tower in the Bento box. It has the newest Intel core architecture, and it's designed for a wide range of heavy duty workload. Innovation continues, not only in the ThinkPad but also in the desktops and workstations. Second, you hear much about Smart Office and workspace transformation today. I'm excited to announce that we have made a strategic decision to expand our Think portfolio into Smart Office, and we will soon have solutions on the table in conference rooms, working with strategic partners like Intel and like Microsoft. We are focused on a set of devices and a software architecture that, as an IoT architecture, unifies the management of Smart Office. We want to move fast, so our target is that we will have our first product already later this year. More to come. And finally, what gets me most excited is the upcoming 25 anniversary in October. Actually, if you go to Japan, there are many ThinkPad lovers. Actually beyond lovers, enthusiasts, who are collectors. We've been consistently asked in blogs and forums about a special anniversary edition, so let me offer you a first glimpse what we will announce in October, of something we are bring to market later this year. For the anniversary, we will introduce a limited edition product. This will include throwback features from ThinkPad's history as well as the best and most powerful features of the ThinkPad today. But we are not just making incremental adjustments to the Think product line. We are rethinking ThinkPad of the future. Well, here is what I would call a concept card. Maybe a ThinkPad without a hinge. Maybe one you can fold. What do you think? (audience applauds) but this is more than just design or look and feel. It's a new set of advanced materials and new screen technologies. It's how you can speak to it or write on it or how it speaks to you. Always connected, always on, and can communicate on multiple inputs and outputs. It will anticipate your next meeting, your next travel, your next task. And when you put it all together, it's just another part of the story, which we call personalized computing. Thank you very much. (audience applauds) Thank you, sir. >> Good on ya, mate. All right, ladies and gentlemen. We are now at the conclusion of the day, for this session anyway. I'm going to talk a little bit more about our breakouts and our demo rooms next door. But how about the power with no tower, from Christian, huh? Big round of applause. (audience applauds) And what about the concept card, the ThinkPad? Pretty good, huh? I love that as well. I tell you, it was almost like Leonardo DiCaprio was up on stage at one stage. He put that big ThinkPad concept up, and everyone's phones went straight up and took a photo, the whole audience, so let's be very selective on how we distribute that. I'm sure it's already on Twitter. I'll check it out in a second. So once again, ThinkPad brand is a core part of the organization, and together both DCG and PCSD, what we call PCSD, which is our client side of the business and Smart device side of the business, are obviously very very linked in transforming Lenovo for the future. We want to also transform the industry, obviously, and transform the way that all of us do business. Lenovo, if you look at basically a summary of the day, we are highly committed to being a top three data center provider. That is really important for us. We are the largest and fastest growing supercomputing company in the world, and Kirk actually mentioned earlier on, committed to being number one by 2020. So Madhu who is in Frankfurt at the International Supercomputing Convention, if you're watching, congratulations, your targets have gone up. There's no doubt he's going to have a lot of work to do. We're obviously very very committed to disrupting the data center. That's obviously really important for us. As we mentioned, with both the brands, the ThinkSystem, and our ThinkAgile brands now, highly focused on disrupting and ensuring that we do things differently because different is better. Thank you to our customers, our partners, media, analysts, and of course, once again, all of our employees who have been on this journey with us over the last two years that's really culminating today in the launch of all of our new products and our profile and our portfolio. It's really thanks to all of you that once again on your feedback we've been able to get to this day. And now really our journey truly begins in ensuring we are disrupting and enduring that we are bringing more value to our customers without that legacy that Kirk mentioned earlier on is really an advantage for us as we really are that large startup from a company perspective. It's an exciting time to be part of Lenovo. It's an exciting time to be associated with Lenovo, and I hope very much all of you feel that way. So a big round of applause for today, thank you very much. (audience applauds) I need to remind all of you. I don't think I'm going to have too much trouble getting you out there, because I was just looking at Christian on the streaming solutions out in the room out the back there, and there's quite a nice bit of lunch out there as well for those of you who are hungry, so at least there's some good food out there, but I think in reality all of you should be getting up into the demo sessions with our segment general managers because that's really where the rubber hits the road. You've heard from YY, you've heard from Kirk, and you've heard from Christian. All of our general managers and our specialists in our product sets are going to be out there to obviously demonstrate our technology. As we said at the very beginning of this session, this is Transform, obviously the fashion change, hopefully you remember that. Transform, we've all gone through the transformation. It's part of our season of events globally, and our next event obviously is going to be in Tech World in Shanghai on the 20th of July. I hope very much for those of you who are going to attend have a great safe travel over there. We look forward to seeing you. Hope you've had a good morning, and get into the sessions next door so you get to understand the technology. Thank you very much, ladies and gentlemen. (upbeat innovative instrumental)

Published Date : Jun 20 2017

SUMMARY :

This is Lenovo Transform. How are you all doing this morning? Not a cloud in the sky, perfect. One of the things about Lenovo that we say all the time... from the mobile Internet to the Smart Internet and the demo sessions with our segment general managers and the cost economics we get, and I just visited and the control of on-premise IT. and the feedback to date has been fantastic. and all of it based on the Intel Xeon scalable processor. and ThinkAgile, specifically. and it's an incredible innovation in the marketplace. the best of the best to our customers, and also in R&D to be able to deliver end-to-end solutions. Thank you. some of the technology to solve some of the most challenging Narrator: Different creates one of the most powerful in the world as you can see here. So maybe we can just talk a little bit Because all of the new racks have to be fully integrated from outside the company to look end to end about some of the new systems, the brands. Different builds the data center you need in the DCG space, and we are very much ready to disrupt. and change the way we work. and we are delighted to be one of your strategic partners, it's been a bit of a challenge over the past several months. and technology for workplace transformation, I've heard a lot of the same kinds of words Last question, what is your view on device and be able to pay as you go. It's a great pleasure to work with you, and most powerful features of the ThinkPad today. and get into the sessions next door

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
ShaneilPERSON

0.99+

Erich WindmullerPERSON

0.99+

Richard SapperPERSON

0.99+

LenovoORGANIZATION

0.99+

EuropeLOCATION

0.99+

1992DATE

0.99+

twoQUANTITY

0.99+

Patrick EwingPERSON

0.99+

MicrosoftORGANIZATION

0.99+

Data Center GroupORGANIZATION

0.99+

DellORGANIZATION

0.99+

RomaniaLOCATION

0.99+

Rupal ShahPERSON

0.99+

Matt EastwoodPERSON

0.99+

Christian TeismannPERSON

0.99+

May 15DATE

0.99+

RodPERSON

0.99+

ErichPERSON

0.99+

AustraliaLOCATION

0.99+

RupalPERSON

0.99+

AlibabaORGANIZATION

0.99+

JapanLOCATION

0.99+

IBMORGANIZATION

0.99+

Pat MoorheadPERSON

0.99+

SpainLOCATION

0.99+

AmazonORGANIZATION

0.99+

RaleighLOCATION

0.99+

TencentORGANIZATION

0.99+

AsiaLOCATION

0.99+

2001DATE

0.99+

25 gigQUANTITY

0.99+

Blade Network TechnologiesORGANIZATION

0.99+

New YorkLOCATION

0.99+

MadhuPERSON

0.99+

DCGORGANIZATION

0.99+

Leonardo DiCaprioPERSON

0.99+

40QUANTITY

0.99+

KirkPERSON

0.99+

100%QUANTITY

0.99+

14 serversQUANTITY

0.99+

BarcelonaLOCATION

0.99+

12 timesQUANTITY

0.99+

2020DATE

0.99+

12 yearsQUANTITY

0.99+

Dave Ward, Cisco | Open Networking Summit 2017


 

>> Host: Live, from Santa Clara, California, it's TheCUBE covering Open Networking Summit 2017. Brought to you by the Linux Foundation. (upbeat music) >> Hey, welcome back everybody, Jeff Frick here with theCUBE. We are coming to the end of day two at Open Networking Summit. We just got here today, it's a great show. Everyone who's talking everything about software-defined networking is here. And along with Scott Raynovich we're joined by Dave Ward, one of the luminaries doing panels, doing keynotes. >> Here we are in TheCUBE. >> And here we are. Dave is the CTO of Engineering and Chief Architect at Cisco Systems. So Dave, great to see you as always. >> Great to see you guys. >> So what's the buzz of the show, you've been here for a couple of days, any surprises? >> No real big surprises to be honest, always there's some great announcements and great launches going on. But really what I'm finding surprising is that this is the sixth year of this conference, can you believe that? So year six from where we started, and I may be the first person to say this, have you ever had anybody in theCUBE today talking about openflow? >> Jeff: No. >> Remember those days? >> Now, nothing against open flow that's not my point, but think about how far we've gone and so. >> Scott: Actually, yeah, Martin was talking about it. >> Course he did. Course he did. He's not going to let it go. (laughter) But love you Martin. But really my point is, look how far we've come in six years. Six years ago we had a protocol, small community, one group working on this stuff, really working in standards, there was no open-source associated with that at that time, now look where we are. Basically the place to do work is now in open-source and come together as a community. So, the buzz for me really is holy shit, this thing is real! There's a lot of people investing a lot of money and time and really trying to work together to improve and build the ecosystem around networking, around network functions, what services are being delivered and building a business off networking again, so networking is back. It's cool again. >> Jeff: Right. Great. And then there's this whole new thing coming down the pike in the form of 5G, and IoT that's just opening up a new opportunity kind of redefine, what are these standards, and how is this going to help push things along? >> Well, it's kind of interesting and so I'm just ripping for a second. When you take a look at where we've come over the last several years and it was SDN controllers and configuring the network. Then it was virtualizing the network. There was a lot of talk yesterday and today about analytics and creating a reactive network. All of that has been built in the those six years and come together in different open-source communities to build those pieces. We've got SDN controllers, projects like OpenDaylight, projects like FD.io, projects like PNDA, P-N-D-A-.io. That's the SDN virtualized network and data analytics piece, but when you get to 5G and IoT, one thing I'll be talking about tomorrow in my keynote, is that there're big blocks missing in the industry. So, let's dial it back to historically, remember when the HVAC contractor logged on to the network and that malware on that laptop stole 70 million credit cards, remember that? >> Yes. >> Still haven't solved that problem yet. And so the reason why I'm bringing this up is what's missing, identity. So we had this notion that networks controlled by IT operators that are going to go in and config and provision that network. Well, we're now to the point where we need to link people and things to be able to drive what that intent is on the network, and whether its buzz words, which is real functionality by the way, of micro-segmentation. HVAC contractor goes into a micro-segment, can't get to the point of sale, can't steal the credit cards. Basic bread and butter stuff we want from the network. This is what SDN is supposed to deliver, virtualized services like firewalls and other sporadic security, we'll just hold that for a second. But that linking of who the person is, what device they're on, where they are on campus, where they are in the world, etc., etc., time of day, whatever the case may be, are now the variables that need to go into the top of this system, into a policy engine that then drives that reactive network. We've made a couple of great strides in six years, but to get to 5G, and in particular to get to IoT, we have to have another couple of major blocks come into the industry to make that work well. Hopefully it's open-source where that's going to go, and it's not just a standards body and not just open-source, cuz we still need things to be manufactured and interoperable and the rest of it. So hopefully these things come together as we've seen the maturing of those two big groups. >> I was going to say, it kind of begs the question, what is the interplay between standards bodies versa or together with open-source projects? Cuz before you didn't really have open-sources standards really set. Set the regs. Now you've got these open-source projects, which have a main channel, they might start forking, there's all kinds of places that they can go, and how do the two kind of work together? >> Well there's been a ton of effort, and coming out of the SDN open-source movement around model-driven networking, and although it sounds kind of geeky, the main way of representing those models is through representation called YANG. The interesting thing about YANG is that's been not only adopted in SDN, as the main object and way of representing the models being converted to network and equipment computes, computers etc. But the IETF has taken that up and really driven a service approach through the IETF which is I want to deliver a VPN service, I want to deliver load engineering on the network versus what we did with SNMP, or what the industry did, which was I'm going to fully distribute this out to all the protocols and all the functions and everybody's going to write a NIB etc., etc. and we know how that turned out. So the craze for model-driven networking, the standards bodies picking this up, IETF, MEF, which is metro ethernet forum, broadband forum, BBF. All these organizations have now taken on that mantra that came out of open-source SDN of model-driven networking and are working towards creating those models so that way we will have a standardized way to program the network. But what's next is the telemetry coming out. Those objects need to be standardized so that way whether it's a Cisco device or somebody else's device, it's actually sending out the same data that can be collected and can be interpreted properly. Does it mean that it's a NIB? Does it mean that it's only going to go over one particular transport? I don't think anybody in the industry really cares whether it's JSON, Google RPC, Protobuffs, Netconf, or any of these pieces, they're all perfectly fine, they have different semantics associated with them, but nonetheless those common objects and common data models have been what has been the key to keeping the industry working together, the common architectural philosophy, and then the standards bodies have thankfully picked that up over the last couple of years. >> Yeah we were talking here earlier, I mean you just threw out a bunch of alphabet soup there and I understand 80% of it, but it does raise the issue we were talking about earlier about these standards development organizations and the IETF, the TM Forum, the MEF. Now we have open-source, so we have the Linux Foundation. We have a lot of these different organizations and I think while you would know better than I as a CTO, people are becoming challenged by tracking and following all this stuff, do you think we need some sort of consolidation of these standards or at least some more unification, we just saw ECOMP and Open-O merge so there seems to be some consolidation. What will we see going forward? What's going to help you as the CTO? >> There's no doubt if there's consolidation, that would be easier to track and easier place to develop, but in reality, Scott, it's 50 shades of YANG. (laughter) >> And the reason why I say that is each and every standards body has done their own specific function, again whether it's Metro Ethernet or its broadband access or its mobility, each one of those standards bodies is redefining themselves to be SDN capable. There's no doubt. If there's a one stop shop, it would be the most optimal way to get something done the fastest, but that's not the way the world works. So actually I think we are going to see a continuous increase of more folks working on this, more foundations being build, etc., etc. Although, what we have witnessed over the last couple days in the last year, is that the communities, the open-source communities in particular, are coming together and trying to integrate the pieces together versus just islands of cool technology that there's a few geeks interested in, no. Thankfully the operators and some enterprises have come in and said I need this stuff to work and I need this stuff to work together and that discipline is actually fundamentally new and different than the way either standards bodies worked or open-source worked in the past. So I'd love to say that there'd be even more consolidation. There's frankly a bit of fatigue over, not saying it's wack-a-mole but you have to chase, you have to really figure out and track where all this stuff is going on in the industry to really keep abreast and understand how wide and how deep it goes. >> It's interesting this trend lately where people are just donating ... The project is just being absorbed into Linux Foundation. So now there's at least kind of a consistency across all these various projects, in terms of the way things are managed, the shows, the communication, and them helping standardize a process to help those projects be more successful in their distribution and adoption in the company. >> Linux Foundation has done the industry a huge service. They understand governance. They've gone through a zillion different experiences of how to build communities. What works well when there's competing factions that need to come together and work, on board marketing team, on board legal team, able to build foundations as necessary, or what's been experimented with over the last couple of years is, if you remember when we started to number these, you need to have a 503C, you need to have a foundation, there was frankly a high cost associated with these. Now, open-source is being contributed there's no foundation, and there's no cost. And so there's a whole continuum of things that the industry, the networking industry I should say, is learning about how to build communities and although this sounds cliche, you may launch a product, but you don't launch a community, you actually have to build it. And it's not all one company that's doing the donating or doing the working and that will produce, that'll create the longevity of that particular project. And that is what the Linux Foundation knows how to do well or at least catalyzed people to come together to do that well. >> Now you mentioned one of the big questions that always comes up with open-source is well how do we make money, right? Cause it's all free. It's like, you know ... >> Are we on Jerry Maguire? What's going on? (laughter) >> Jeff: Free like a puppy. (laughing) >> Still my favorite. >> Free like a puppy, yeah, you guys still got to change the newspaper. So you were on a panel today there was a big discussion about the commercialization and how does, I mean obviously Cisco has to stare at this big puppy in the room if you will, you know. What's going to happen to our licensing model with all this open-source, what came out of that discussion, what came out of the panel about how do you make money in this open-source world? >> So a couple of things, one thing that was discussed was not only how to make money, is which comes first, cost reduction, total cost of ownership, or new service revenue. And really the outcome there, and AT&T, Comcast, and Lightspeed Ventures was also in the panel with me. Needless to say it's a combination of both. If you're coming in with a project and the project is please spend this money so you can save this money, we know how to do that math. We can add up the rows and columns and can understand whether or not money will be saved over time. But the new service revenue really certainly in an enterprise space, is really what's being discussed. In particular, can I get these new services, I need these new security functions, I want to manage all my branches from the cloud or whatever the case might be. So new service revenue is depending on which use case, which technology, which layer. Both of those two balance out and they both are required in the algorithm. Now, can people make money off of it? And the answer is, needless to say, Lightspeed Ventures colleague said, "Hey man, if there's a community "and there's a technology, "you can list off a zillion cases of where that community "is turned into a true company that can provide value-add "and additional IP and move forward." Now, let's move this from just startups to big companies like Cisco or AT&T and Comcast and not only do we all use open-source in our projects, all those companies are contributing to open-source. And in Cisco's case, we're contributing to open-source for a couple of key reasons, one is there are gaps in the industry, which were limiting the industry. So let me give an example. We open-sourced a virtual switch router, which you might think, okay it's Cisco they're going to do something in networking, but the reason why we open-sourced it, and it's a piece that we actually use in our products, was there was not a virtual switch or router that had the scale, performance, or features that enabled the industry to utilize all the capabilities of the hardware underneath, whether it's computer or networking or security. And so the industry literally would have stalled with a limited feature set versus being able to utilize decades of networking knowledge and experience in things that are key and necessary, encapsulations, features, filters, quality of service etc., etc. There's a zillion of these pieces. And so there's a couple different ways, how can somebody make money off of this really is the fundamental question. We contribute into open-source communities and use that open-source to build products as well. And we can do this across video, we can do this in networking, and we do this in NFV, we do this in orchestration in these pieces and we also catalyze an ecosystem around these projects and then potentially around our portfolio as well. And so we continuously expand our ecosystem into startups that are using this technology, advancing the technology, enabling the industry to move faster, and trying to fundamentally create those business outcomes that our customers want. >> I just love that you just innately understand the value of an active community and that really comes through, so but unfortunately the janitors have rolled in, the vacuums are going, the garbage cans are rolling, so before they unplug all of our gear, I want to give you the last word Dave. What are some of your top priorities for 2017? >> So top priorities for 2017 really comes down to working towards filling the gaps I mentioned, identity and policy, but additionally number one, make sure that the automation orchestration policy around networking in a containerized stack is created. So we live through a long era of hypervisors and what it was like to work with open stack and what it was like in open-source and have to invent all this technology. We learned a ton. But it doesn't exist in a containerized world. So for 2017, fill the big gaps in the industry and work towards orchestrating and automating networking, compute, storage, and security in a containerized world. >> Pretty simple. I think that's the answer. I was going to say 42 is usually the answer, but I think that was it Dave. (laughter) >> I love 42. (laughing) >> Thanks Dave, so he's Dave Ward, Scott Raynovich, I'm Jeff Frick, you're watching TheCUBE from Open Networking Summit 2017. We'll see you tomorrow. Thanks for watching. (upbeat electronic music) >> You're also an entrepreneur, right? You know the business, you've been in the business.

Published Date : Apr 5 2017

SUMMARY :

Brought to you by the Linux Foundation. We are coming to the end of day two So Dave, great to see you as always. and I may be the first person to say this, but think about how far we've gone and so. Basically the place to do work and how is this going to help push things along? and configuring the network. into the industry to make that work well. and how do the two kind of work together? the key to keeping the industry working together, and the IETF, the TM Forum, the MEF. that would be easier to track and easier place to develop, is going on in the industry to really keep abreast in terms of the way things are managed, the shows, And it's not all one company that's doing the donating that always comes up with open-source is Jeff: Free like a puppy. and how does, I mean obviously Cisco has to stare that enabled the industry to utilize and that really comes through, and have to invent all this technology. but I think that was it Dave. I love 42. We'll see you tomorrow. You know the business, you've been in the business.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
ComcastORGANIZATION

0.99+

Dave WardPERSON

0.99+

ScottPERSON

0.99+

MartinPERSON

0.99+

Jeff FrickPERSON

0.99+

Scott RaynovichPERSON

0.99+

CiscoORGANIZATION

0.99+

JeffPERSON

0.99+

AT&TORGANIZATION

0.99+

DavePERSON

0.99+

2017DATE

0.99+

Lightspeed VenturesORGANIZATION

0.99+

80%QUANTITY

0.99+

sixth yearQUANTITY

0.99+

Linux FoundationORGANIZATION

0.99+

todayDATE

0.99+

tomorrowDATE

0.99+

Santa Clara, CaliforniaLOCATION

0.99+

twoQUANTITY

0.99+

Cisco SystemsORGANIZATION

0.99+

MEFORGANIZATION

0.99+

IETFORGANIZATION

0.99+

six yearsQUANTITY

0.99+

BothQUANTITY

0.99+

two big groupsQUANTITY

0.99+

bothQUANTITY

0.99+

50 shadesQUANTITY

0.99+

yesterdayDATE

0.99+

last yearDATE

0.99+

TM ForumORGANIZATION

0.98+

Open Networking Summit 2017EVENT

0.98+

firstQUANTITY

0.98+

theCUBEORGANIZATION

0.98+

Six years agoDATE

0.98+

70 million credit cardsQUANTITY

0.98+

Open Networking SummitEVENT

0.97+

GoogleORGANIZATION

0.97+

oneQUANTITY

0.97+

one thingQUANTITY

0.97+

one groupQUANTITY

0.96+

eachQUANTITY

0.95+

decadesQUANTITY

0.94+

one stop shopQUANTITY

0.94+

503COTHER

0.93+

first personQUANTITY

0.91+

TheCUBEORGANIZATION

0.9+

ECOMPORGANIZATION

0.9+

JerryTITLE

0.89+

each oneQUANTITY

0.89+

day twoQUANTITY

0.85+

last couple of yearsDATE

0.82+

FD.ioTITLE

0.8+

zillion casesQUANTITY

0.78+

coupleQUANTITY

0.77+

NetconfORGANIZATION

0.77+

year sixQUANTITY

0.75+

42QUANTITY

0.73+

two kindQUANTITY

0.71+

BBFORGANIZATION

0.68+

JSONTITLE

0.67+