*****NEEDS TO STAY UNLISTED FOR REVIEW***** Tom Gillis | Advanced Security Business Group
(bright music) >> Welcome back everyone. theCube's live coverage here. Day two, of two sets, three days of theCube coverage here at VMware Explore. This is our 12th year covering VMware's annual conference, formerly called VM World. I'm John Furrier, with Dave Vellante. We'd love seeing the progress and we've got great security comes Tom Gill, senior vices, president general manager, networking and advanced security business group at VMware. Great to see you. Thanks for coming on. >> Thanks. for having me. >> Yeah, really happy we could have you on. >> I think this is my sixth edition on the theCube. Do I get frequent flyer points or anything? >> Yeah. >> You first get the VIP badge. We'll make that happen. You can start getting credits. >> Okay, there we go. >> We won't interrupt you. Seriously, you got a great story in security here. The security story is kind of embedded everywhere, so it's not called out and blown up and talked specifically about on stage. It's kind of in all the narratives in the VM World for this year. But you guys have an amazing security story. So let's just step back and to set context. Tell us the security story for what's going on here at VMware and what that means to this supercloud, multi-cloud and ongoing innovation with VMware. >> Yeah, sure thing. So probably the first thing I'll point out is that security's not just built in at VMware. It's built differently. So, we're not just taking existing security controls and cut and pasting them into our software. But we can do things because of our platform, because of the virtualization layer that you really can't do with other security tools. And where we're very, very focused is what we call lateral security or East-West movement of an attacker. 'Cause frankly, that's the name of the game these days. Attackers, you've got to assume that they're already in your network. Already assume that they're there. Then how do we make it hard for them to get to the stuff that you really want? Which is the data that they're going after. And that's where we really should. >> All right. So we've been talking a lot, coming into VMware Explore, and here, the event. About two things. Security, as a state. >> Yeah. >> I'm secure right now. >> Yeah. >> Or I think I'm secure right now, even though someone might be in my network or in my environment. To the notion of being defensible. >> Yeah. >> Meaning I have to defend and be ready at a moment's notice to attack, fight, push back, red team, blue team. Whatever you're going to call it. But something's happening. I got to be able to defend. >> Yeah. So what you're talking about is the principle of Zero Trust. When I first started doing security, the model was we have a perimeter. And everything on one side of the perimeter is dirty, ugly, old internet. And everything on this side, known good, trusted. What could possibly go wrong. And I think we've seen that no matter how good you make that perimeter, bad guys find a way in. So Zero Trust says, you know what? Let's just assume they're already in. Let's assume they're there. How do we make it hard for them to move around within the infrastructure and get to the really valuable assets? 'Cause for example, if they bust into your laptop, you click on a link and they get code running on your machine. They might find some interesting things on your machine. But they're not going to find 250 million credit cards. >> Right. >> Or the script of a new movie or the super secret aircraft plans. That lives in a database somewhere. And so it's that movement from your laptop to that database. That's where the damage is done and that's where VMware shines. >> So if they don't have the right to get to that database, they're not in. >> And it's not even just the right. So they're so clever and so sneaky that they'll steal a credential off your machine, go to another machine, steal a credential off of that. So, it's like they have the key to unlock each one of these doors. And we've gotten good enough where we can look at that lateral movement, even though it has a credential and a key, we're like wait a minute. That's not a real CIS Admin making a change. That's ransomware. And that's where you. >> You have to earn your way in. >> That's right. That's right. Yeah. >> And we're all kinds of configuration errors. But also some user problems. I've heard one story where there's so many passwords and username and passwords and systems that the bad guys scour, the dark web for passwords that have been exposed. >> Correct. >> And go test them against different accounts. Oh one hit over here. >> Correct. >> And people don't change their passwords all the time. >> Correct. >> That's a known vector. >> Just the idea that users are going to be perfect and never make a mistake. How long have we been doing this? Humans are the weakest link. So people are going to make mistakes. Attackers are going to be in. Here's another way of thinking about it. Remember log4j? Remember that whole fiasco? Remember that was at Christmas time. That was nine months ago. And whoever came up with that vulnerability, they basically had a skeleton key that could access every network on the planet. I don't know if a single customer that said, "Oh yeah, I wasn't impacted by log4j." So here's some organized entity had access to every network on the planet. What was the big breach? What was that movie script that got stolen? So there wasn't one, right? We haven't heard anything. So the point is, the goal of attackers is to get in and stay in. Imagine someone breaks into your house, steals your laptop and runs. That's a breach. Imagine someone breaks into your house and stays for nine months. It's untenable, in the real world, right? >> Right. >> We don't know in there, hiding in the closet. >> They're still in. >> They're watching everything. >> Hiding in your closet, exactly. >> Moving around, nibbling on your cookies. >> Drinking your beer. >> Yeah. >> So let's talk about how this translates into the new reality of cloud-native. Because now you hear about automated pentesting is a new hot thing right now. You got antivirus on data is hot within APIs, for instance. >> Yeah. >> API security. So all kinds of new hot areas. Cloud-native is very iterative. You know, you can't do a pentest every week. >> Right. >> You got to do it every second. >> So this is where it's going. It's not so much simulation. It's actually real testing. >> Right. Right. >> How do you view that? How does that fit into this? 'cause that seems like a good direction to me. >> Yeah. If it's right in, and you were talking to my buddy, Ahjay, earlier about what VMware can do to help our customers build cloud native applications with Tanzu. My team is focused on how do we secure those applications? So where VMware wants to be the best in the world is securing these applications from within. Looking at the individual piece parts and how they talk to each other and figuring out, wait a minute, that should never happen. By almost having an x-ray machine on the innards of the application. So we do it for both for VMs and for container based applications. So traditional apps are VM based. Modern apps are container based. And we have a slightly different insertion mechanism. It's the same idea. So for VMs, we do it with a hypervisor with NSX. We see all the inner workings. In a container world we have this thing called a service mesh that lets us look at each little snippet of code and how they talk to each other. And once you can see that stuff, then you can actually apply. It's almost like common sense logic of like, wait a minute. This API is giving back credit card numbers and it gives five an hour. All of a sudden, it's now asking for 20,000 or a million credit cards. That doesn't make any sense. The anomalies stick out like a sore thumb. If you can see them. At VMware, our unique focus in the infrastructure is that we can see each one of these little transactions and understand the conversation. That's what makes us so good at that East-West or lateral security. >> You don't belong in this room, get out or that that's some weird call from an in memory database, something over here. >> Exactly. Where other security solutions won't even see that. It's not like there algorithms aren't as good as ours or better or worse. It's the access to the data. We see the inner plumbing of the app and therefore we can protect the app from. >> And there's another dimension that I want to get in the table here. 'Cause to my knowledge only AWS, Google, I believe Microsoft and Alibaba and VMware have this. >> Correct >> It's Nitro. The equivalent of a Nitro. >> Yes. >> Project Monterey. >> Yeah. >> That's unique. It's the future of computing architectures. Everybody needs a Nitro. I've written about this. >> Yeah. >> Right. So explain your version. >> Yeah. >> It's now real. >> Yeah. >> It's now in the market, right? >> Yeah. >> Or soon will be. >> Here's our mission. >> Salient aspects. >> Yeah. Here's our mission of VMware. Is that we want to make every one of our enterprise customers. We want their private cloud to be as nimble, as agile, as efficient as the public cloud. >> And secure. >> And secure. In fact, I'll argue, we can make it actually more secure because we're thinking about putting security everywhere in this infrastructure. Not just on the edges of it. Okay. How do we go on that journey? As you pointed out, the public cloud providers realized five years ago that the right way to build computers was not just a CPU and a graphics process unit, GPU. But there's this third thing that the industry's calling a DPU, data processing unit. And so there's kind of three pieces of a computer. And the DPU is sometimes called a Smartnic. It's the network interface card. It does all that network handling and analytics and it takes it off the CPU. So they've been building and deploying those systems themselves. That's what Nitro is. And so we have been working with the major Silicon vendors to bring that architecture to everybody. So with vSphere 8, we have the ability to take the network processing, that East-West inspection I talked about, take it off of the CPU and put it into this dedicated processing element called the DPU and free up the CPU to run the applications that Ahjay and team are building. >> So no performance degradation at all? >> Correct. To CPU offload. >> So even the opposite, right? I mean you're running it basically Bare Metal speeds. >> Yes, yes and yes. >> And you're also isolating the storage from the security, the management, and. >> There's an isolation angle to this, which is that firewall, that we're putting everywhere. Not just that the perimeter, but we put it in each little piece of the server is running when it runs on one of these DPUs it's a different memory space. So even if an attacker gets to root in the OS, they it's very, very, never say never, but it's very difficult. >> So who has access to that resource? >> Pretty much just the infrastructure layer, the cloud provider. So it's Amazon, Google, Microsoft, and the enterprise. >> Application can't get in. >> Can't get in there. Cause you would've to literally bridge from one memory space to another. Never say never, but it would be very. >> But it hasn't earned the trust to get. >> It's more than barbwire. It's multiple walls. >> Yes. And it's like an air gap. It puts an air gap in the server itself so that if the server is compromised, it's not going to get into the network. Really powerful. >> What's the big thing that you're seeing with this supercloud transition. We're seeing multi-cloud and this new, not just SaaS hosted on the cloud. >> Yeah. >> You're seeing a much different dynamic of, combination of large scale CapEx, cloud-native, and then now cloud-native drills on premises and edge. Kind of changing what a cloud looks like if the cloud's on a cloud. >> Yeah. >> So we're the customer, I'm building on a cloud and I have on premise stuff. So, I'm getting scale CapEx relief from the hyperscalers. >> I think there's an important nuance on what you're talking about. Which is in the early days of the cloud customers. Remember those first skepticism? Oh, it'll never work. Oh, that's consumer grade. Oh, that's not really going to work. Oh some people realize. >> It's not secure. >> Yeah. It's not secure. >> That one's like, no, no, no it's secure. It works. And it's good. So then there was this sort of over rush. Let's put everything on the cloud. And I had a lot of customers that took VM based applications said, I'm going to move those onto the cloud. You got to take them all apart, put them on the cloud and put them all back together again. And little tiny details like changing an IP address. It's actually much harder than it looks. So my argument is, for existing workloads for VM based workloads, we are VMware. We're so good at running VM based workloads. And now we run them on anybody's cloud. So whether it's your east coast data center, your west coast data center, Amazon, Google, Microsoft, Alibaba, IBM keep going. We pretty much every. >> And the benefit of the customer is what. >> You can literally VMotion and just pick it up and move it from private to public, public to private, private to public, Back and forth. >> Remember when we called Vmotion BS, years ago? >> Yeah. Yeah. >> VMotion is powerful. >> We were very skeptical. We're like, that'll never happen. I mean we were. This supposed to be pat ourselves on the back. >> Well because alchemy. It seems like what you can't possibly do that. And now we do it across clouds. So it's not quite VMotion, but it's the same idea. You can just move these things over. I have one customer that had a production data center in the Ukraine. Things got super tense, super fast and they had to go from their private cloud data center in the Ukraine, to a public cloud data center out of harm's way. They did it over a weekend. 48 hours. If you've ever migrated a data center, that's usually six months. Right. And a lot of heartburn and a lot of angst. Boop. They just drag and dropped and moved it on over. That's the power of what we call the cloud operating model. And you can only do this when all your infrastructures defined in software. If you're relying on hardware, load balancers, hardware, firewalls, you can't move those. They're like a boat anchor. You're stuck with them. And by the way, they're really, really expensive. And by the way, they eat a lot of power. So that was an architecture from the 90's. In the cloud operating model your data center. And this comes back to what you were talking about is just racks and racks of X86 with these magic DPUs, or smart nics, to make any individual node go blisteringly fast and do all the functions that you used to do in network appliances. >> We just had Ahjay taking us to school, and everyone else to school on applications, middleware, abstraction layer. And Kit Culbert was also talking about this across cloud. We're talking supercloud, super pass. If this continues to happen, which we would think it will happen. What does the security posture look like? It feels to me, and again, this is your wheelhouse. If supercloud happens with this kind of past layer where there's vMotioning going on. All kinds of spanning applications and data across environments. >> Yeah. Assume there's an operating system working on behind the scenes. >> Right. >> What's the security posture in all this? >> Yeah. So remember my narrative about the bad guys are getting in and they're moving around and they're so sneaky that they're using legitimate pathways. The only way to stop that stuff, is you've got to understand it at what we call Layer 7. At the application layer. Trying to do security to the infrastructure layer. It was interesting 20 years ago, kind of less interesting 10 years ago. And now it's becoming irrelevant because the infrastructure is oftentimes not even visible. It's buried in some cloud provider. So Layer 7 understanding, application awareness, understanding the APIs and reading the content. That's the name of the game in security. That's what we've been focused on. Nothing to do with the infrastructure. >> And where's the progress bar on that paradigm. One to ten. Ten being everyone's doing it. >> Right now. Well, okay. So we as a vendor can do this today. All the stuff I talked about, reading APIs, understanding the individual services looking at, Hey, wait a minute this credit card anomalies, that's all shipping production code. Where is it in customer adoption life cycle? Early days 10%. So there's a whole lot of headroom for people to understand, Hey, I can put these controls in place. They're software based. They don't require appliances. It's Layer 7, so it has contextual awareness and it's works on every single cloud. >> We talked about the pandemic being an accelerator. It really was a catalyst to really rethink. Remember we used to talk about Pat as a security do over. He's like, yes, if it's the last thing I do, I'm going to fix security. Well, he decided to go try to fix Intel instead. >> He's getting some help from the government. >> But it seems like CISOs have totally rethought their security strategy. And at least in part, as a function of the pandemic. >> When I started at VMware four years ago, Pat sat me down in his office and he said to me what he said to you, which is like, "Tom," he said, "I feel like we have fundamentally changed servers. We fundamentally change storage. We fundamentally change networking. The last piece of the puzzle of security. I want you to go fundamentally change it." And I'll argue that the work that we're doing with this horizontal security, understanding the lateral movement. East- West inspection. It fundamentally changes how security works. It's got nothing to do with firewalls. It's got nothing to do with Endpoint. It's a unique capability that VMware is uniquely suited to deliver on. And so Pat, thanks for the mission. We delivered it and it's available now. >> Those WET web applications firewall for instance are around, I mean. But to your point, the perimeter's gone. >> Exactly. >> And so you got to get, there's no perimeter. so it's a surface area problem. >> Correct. And access. And entry. >> Correct. >> They're entering here easy from some manual error, or misconfiguration or bad password that shouldn't be there. They're in. >> Think about it this way. You put the front door of your house, you put a big strong door and a big lock. That's a firewall. Bad guys come in the window. >> And then the windows open. With a ladder. >> Oh my God. Cause it's hot, bad user behavior trumps good security every time. >> And then they move around room to room. We're the room to room people. We see each little piece of the thing. Wait, that shouldn't happen. Right. >> I want to get you a question that we've been seeing and maybe we're early on this or it might be just a false data point. A lot of CSOs and we're talking to are, and people in industry in the customer environment are looking at CISOs and CSOs, two roles. Chief information security officer, and then chief security officer. Amazon, actually Steven Schmidt is now CSO at Reinforce. They actually called that out. And the interesting point that he made, we had some other situations that verified this, is that physical security is now tied to online, to your point about the service area. If I get a password, I still got the keys to the physical goods too. >> Right. So physical security, whether it's warehouse for them or store or retail. Digital is coming in there. >> Yeah. So is there a CISO anymore? Is it just CSO? What's the role? Or are there two roles you see that evolving? Or is that just circumstance. >> I think it's just one. And I think that the stakes are incredibly high in security. Just look at the impact that these security attacks are having on. Companies get taken down. Equifax market cap was cut 80% with a security breach. So security's gone from being sort of a nuisance to being something that can impact your whole kind of business operation. And then there's a whole nother domain where politics get involved. It determines the fate of nations. I know that sounds grand, but it's true. And so companies care so much about it they're looking for one leader, one throat to choke. One person that's going to lead security in the virtual domain, in the physical domain, in the cyber domain, in the actual. >> I mean, you mention that, but I mean, you look at Ukraine. I mean that cyber is a component of that war. I mean, it's very clear. I mean, that's new. We've never seen. this. >> And in my opinion, the stuff that we see happening in the Ukraine is small potatoes compared to what could happen. >> Yeah. >> So the US, we have a policy of strategic deterrence. Where we develop some of the most sophisticated cyber weapons in the world. We don't use them. And we hope never to use them. Because our adversaries, who could do stuff like, I don't know, wipe out every bank account in North America. Or turn off the lights in New York City. They know that if they were to do something like that, we could do something back. >> This is the red line conversation I want to go there. So, I had this discussion with Robert Gates in 2016 and he said, "We have a lot more to lose." Which is really your point. >> So this brand. >> I agree that there's to have freedom and liberty, you got to strike back with divorce. And that's been our way to balance things out. But with cyber, the red line, people are already in banks. So they're are operating below the red line line. Red line meaning before we know you're in there. So do we move the red line down because, hey, Sony got hacked. The movie. Because they don't have their own militia. >> Yeah. >> If their were physical troops on the shores of LA breaking into the file cabinets. The government would've intervened. >> I agree with you that it creates tension for us in the US because our adversaries don't have the clear delineation between public and private sector. Here you're very, very clear if you're working for the government. Or you work for an private entity. There's no ambiguity on that. >> Collaboration, Tom, and the vendor community. I mean, we've seen efforts to try to. >> That's a good question. >> Monetize private data and private reports. >> So at VMware, I'm very proud of the security capabilities we've built. But we also partner with people that I think of as direct competitors. We've got firewall vendors and Endpoint vendors that we work with and integrate. And so coopetition is something that exists. It's hard. Because when you have these kind of competing. So, could we do more? Of course we probably could. But I do think we've done a fair amount of cooperation, data sharing, product integration, et cetera. And as the threats get worse, you'll probably see us continue to do more. >> And the government is going to trying to force that too. >> And the government also drives standards. So let's talk about crypto. Okay. So there's a new form of encryption coming out called processing quantum. >> Quantum. Quantum computers have the potential to crack any crypto cipher we have today. That's bad. Okay. That's not good at all because our whole system is built around these private communications. So the industry is having conversations about crypto agility. How can we put in place the ability to rapidly iterate the ciphers in encryption. So, when the day quantum becomes available, we can change them and stay ahead of these quantum people. >> Well, didn't NIST just put out a quantum proof algo that's being tested right now by the community? >> There's a lot of work around that. Correct. And NIST is taking the lead on this, but Google's working on it. VMware's working on it. We're very, very active in how do we keep ahead of the attackers and the bad guys? Because this quantum thing is a, it's an x-ray machine. It's like a dilithium crystal that can power a whole ship. It's a really, really, really powerful tool. >> Bad things will happen. >> Bad things could happen. >> Well, Tom, great to have you on the theCube. Thanks for coming on. Take the last minute to just give a plug for what's going on for you here at VMWorld this year, just VMware Explore this year. >> Yeah. We announced a bunch of exciting things. We announced enhancements to our NSX family, with our advanced load balancer. With our edge firewall. And they're all in service of one thing, which is helping our customers make their private cloud like the public cloud. So I like to say 0, 0, 0. If you are in the cloud operating model, you have zero proprietary appliances. You have zero tickets to launch a workload. You have zero network taps and Zero Trust built into everything you do. And that's what we're working on. Pushing that further and further. >> Tom Gill, senior vices president, head of the networking at VMware. Thanks for coming on. We do appreciate it. >> Thanks for having us. >> Always getting the security data. That's killer data and security of the two ops that get the most conversations around DevOps and Cloud Native. This is The theCube bringing you all the action here in San Francisco for VMware Explore 2022. I'm John Furrier with Dave Vellante. Thanks for watching. (bright music)
SUMMARY :
We'd love seeing the progress for having me. we could have you on. edition on the theCube. You first get the VIP It's kind of in all the narratives So probably the first thing and here, the event. To the notion of being defensible. I got to be able to defend. the model was we have a perimeter. or the super secret aircraft plans. right to get to that database, And it's not even just the right. Yeah. systems that the bad guys scour, And go test them And people don't change So the point is, the goal of attackers hiding in the closet. nibbling on your cookies. into the new reality of cloud-native. So all kinds of new hot areas. So this is where it's going. Right. a good direction to me. of the application. get out or that that's some weird call It's the access to the data. 'Cause to my knowledge only AWS, Google, The equivalent of a Nitro. It's the future of So explain your version. as efficient as the public cloud. that the right way to build computers So even the opposite, right? from the security, the management, and. Not just that the perimeter, Microsoft, and the enterprise. from one memory space to another. It's more than barbwire. server itself so that if the not just SaaS hosted on the cloud. if the cloud's on a cloud. relief from the hyperscalers. of the cloud customers. It's not secure. Let's put everything on the cloud. And the benefit of and move it from private to public, ourselves on the back. in the Ukraine, to a What does the security posture look like? Yeah. and reading the content. One to ten. All the stuff I talked We talked about the help from the government. function of the pandemic. And I'll argue that the work But to your point, the perimeter's gone. And so you got to get, And access. password that shouldn't be there. You put the front door of your house, And then the windows Cause it's hot, bad user behavior We're the room to room people. the keys to the physical goods too. So physical security, whether What's the role? in the cyber domain, in the actual. component of that war. the stuff that we see So the US, we have a policy This is the red line I agree that there's to breaking into the file cabinets. have the clear delineation and the vendor community. and private reports. And as the threats get worse, And the government is going And the government So the industry is having conversations And NIST is taking the lead on this, Take the last minute to just So I like to say 0, 0, 0. head of the networking at VMware. that get the most conversations
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Vellante | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Alibaba | ORGANIZATION | 0.99+ |
Tom Gill | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Microsoft | ORGANIZATION | 0.99+ |
Tom Gillis | PERSON | 0.99+ |
Pat | PERSON | 0.99+ |
Ukraine | LOCATION | 0.99+ |
2016 | DATE | 0.99+ |
Steven Schmidt | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
20,000 | QUANTITY | 0.99+ |
Tom | PERSON | 0.99+ |
Sony | ORGANIZATION | 0.99+ |
John Furrier | PERSON | 0.99+ |
New York City | LOCATION | 0.99+ |
San Francisco | LOCATION | 0.99+ |
nine months | QUANTITY | 0.99+ |
six months | QUANTITY | 0.99+ |
Zero Trust | ORGANIZATION | 0.99+ |
Reinforce | ORGANIZATION | 0.99+ |
two sets | QUANTITY | 0.99+ |
NIST | ORGANIZATION | 0.99+ |
North America | LOCATION | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
sixth edition | QUANTITY | 0.99+ |
Kit Culbert | PERSON | 0.99+ |
48 hours | QUANTITY | 0.99+ |
Robert Gates | PERSON | 0.99+ |
two roles | QUANTITY | 0.99+ |
80% | QUANTITY | 0.99+ |
12th year | QUANTITY | 0.99+ |
Ahjay | PERSON | 0.99+ |
three days | QUANTITY | 0.99+ |
two ops | QUANTITY | 0.99+ |
Ten | QUANTITY | 0.99+ |
third thing | QUANTITY | 0.99+ |
five an hour | QUANTITY | 0.99+ |
Equifax | ORGANIZATION | 0.99+ |
ten | QUANTITY | 0.98+ |
zero tickets | QUANTITY | 0.98+ |
nine months ago | DATE | 0.98+ |
one customer | QUANTITY | 0.98+ |
four years ago | DATE | 0.98+ |
both | QUANTITY | 0.98+ |
LA | LOCATION | 0.98+ |
250 million credit cards | QUANTITY | 0.98+ |
Day two | QUANTITY | 0.98+ |
five years ago | DATE | 0.98+ |
a million credit cards | QUANTITY | 0.98+ |
first | QUANTITY | 0.97+ |
10 years ago | DATE | 0.97+ |
Intel | ORGANIZATION | 0.97+ |
this year | DATE | 0.97+ |
90's | DATE | 0.97+ |
one story | QUANTITY | 0.97+ |
one | QUANTITY | 0.96+ |
today | DATE | 0.96+ |
Layer 7 | OTHER | 0.96+ |
20 years ago | DATE | 0.96+ |
One person | QUANTITY | 0.96+ |
Christmas | EVENT | 0.96+ |
three pieces | QUANTITY | 0.96+ |
Nitro | ORGANIZATION | 0.95+ |
Tanzu | ORGANIZATION | 0.95+ |
One | QUANTITY | 0.94+ |
10% | QUANTITY | 0.94+ |
one leader | QUANTITY | 0.94+ |
Kit Colbert, VMware | VMworld 2021
>> Welcome back to the cubes, ongoing coverage of VMworld 2021 the second year in a row. We've done this virtually. My name is Dave Volante and long time VMware technologist and new CTO kit Colbert is here. Kit welcome good to see you again. >> Thanks Dave, super excited to be here. >> So let's talk about your new role, you've been at VMware. You've touched all the bases, so to speak and, you know, love the career evolution, you're ready for this job. So tell us about that role. >> Well, I hope so. I don't know. It's definitely a big step up been here at VMware for 18 years now, which if you're not Silicon valley, you know, that's a long time. It's probably like four or five normal Silicon valley lifetime in terms of stints at a company. But I love it. I love the company, I love the culture. I love the technology and I'm super passionate, super excited about it. And so, you know, the, the new role previously, I was CTO for one of our business groups and focused on a specific set of our products and services. But now as the corporate CTO, I really am overseeing all of VMware, R and D. In the sense of really trying to drive a whole bunch of core engineering transformations, right? Where we've talked a lot about our shift toward becoming a SAS company. So, you know, a cloud services company. And so there's a lot of changes. We got to make internally, technologies, platform services we need to build out, you know, the, the sort of culture aspects of it again. And so, you know, I'm kind of sitting at the center of that and it's, I'll be honest, it's big, there's a lot of stuff to go and do, but I am just super excited about it. Wake up every day, really excited to meet a whole bunch of new people across the organization and to learn all the cool things we're doing, it's just, well, you know, I'll say it again, like the level of innovation happening inside of VMware is just insane. And it's really cool now that I get kind of more of a front and center road to see everything that's happening. >> Well and when I was preparing for the interview with Ragu, I was thinking about, you know, I've been following VMware for a long time, and I sort of noted that it's like the fourth wave of executive management and sort of went back and said, okay, yes, we know it started with, you know, workstation. Okay, fine. But then really quickly went into really changing the way in which we think about servers, server utilization and driving. I remember the first time I ever saw a demo, I said, wow, this is going to be completely game changing. And really, and then, and then thought about the era of the software defined data center, fine tuning the cloud strategy. And then this explosion of innovation, whether it was the sort of NSX piece, the acquisitions you've made around security, again, more cloud expansion. And now you're laying out sort of this Switzerland from multi-cloud combined with this as you're pointing out this as a service model. So when you think about the technical vision of the company transforming into a cloud and subscription model, what does that mean from a sort of architectural standpoint or a mindset perspective? >> Oh yeah. Both great questions, both sort of key focus areas for me. And by the way, it's something I've been thinking about for quite a while, right? Yeah so you're right. Like we are on our third or fourth lap of the track depending on, on how you count. But I also think that this one that this notion of getting into multicloud of becoming a real cloud services company is going to be probably the biggest one for us. And the biggest transformation that we're going to have to make. You know, we, we did extend from core compute virtualization to network and storage, but the software defined data center. But now these things I think are a bit more fundamental. So, you know, how are we thinking about it? But we're thinking about it in a few different ways. I do think, as you mentioned, the mindset is definitely the most important thing. This notion that, you know, we no longer really have product teams purely. They should be thinking of themselves as service teams and the idea being that they are operating and accountable for the availability of their cloud service. And so this means we really need to step up our game. We have in terms of the types of tooling that we built, but really it's about getting these developers engaged with that, to know that, hey, like what matters most of all right now is that service availability. In addition to things like security compliance, et cetera, but we have monitoring systems to tell you, hey, there's a problem. And that you need to go jump on those things immediately. This is not like, you know, a normal bug that comes in, oh, I'll get to it tomorrow or whatever. It's like, no, no, no, you got to step up and really get there immediately. And so there is that big mindset shift. That's something we've been driving the past few years, but we need to continue to push there. And as part of that, you know, the other thing we're doing is that what we've seen is that a lot of our individual teams have gone out and build like really great cloud services. But what we really want to build to enable us to accelerate that is a platform, a true SaaS platform and leveraging all these great capabilities that we have to help all of our teams go faster. So it gets to things like standardization and really raising the bar across the board to allow all these teams to focus on what makes their products or services unique and differentiated rather than, you know, just doing the basic blocking and tackling. So those are a couple of things I'm really focused on both driving the mindset shift. You know, I think when I, you know, as I was taking on this role, I did a lot of reading on other CTOs and, you know, how do they view their roles within their companies? And one of the things I did hear there was that the CTO is kind of the I dunno, the keeper is the right word, but the keeper of the engineering culture, right. That you want to really be a steward for that to help take it forward in the right sort of directions that align with the strategic direction of the business. And so that's a big aspect for what I'm thinking about. And the second one, the SAS platform, one of the really interesting things about this reorg that we've done internally is that traditionally CTO has kind of focused, you know, outbound, maybe a little bit inbound, but typically don't have large engineering organizations, but here what we want to do, because this, this SAS platform is so important to us. We did centralize it within the office of the CTO. And so now, you know, my customers from an engineering standpoint are all the internal business units. So a lot of really big changes inside VMware, but I think this is the sort of stuff we need to do to help us really accelerate toward the multi-cloud vision that we're painting. >> Well, VMware has always had a super strong engineering culture. And I like the way you phrase that the steward of the engineering culture, when you think about a product mindset, when, of course correct me, if I'm off here, but when you're building a product and you're making that thing rock solid, you want more rich to talk about the hardened top, and so it seems to me that the services mindset expands the mind a little bit in terms of what other services can I integrate to make my service better. Whether that's a machine intelligence service or a security service, or, you know, the dozens of other services that you guys are now building the combination of that innovation is, has like a step function and a lever on top of the sort of traditional product mindset. >> Yeah, there is, I think you're absolutely right. There's a ton of like really fundamental mental mindset shifts, right? That are a part of that. And the integration piece, you mentioned super critical, but I also think it's, it's actually taking a step back and looking at the life cycle more holistically when you're thinking about a product you're thinking about, okay, I get the bits together, I'm going to ship it out, but then it's really up to the customer to go deploy that, to operate it and, you know, deal with problems and bugs that come up. And when you're delivering a cloud service, those are all problems that you, as the application creator have to deal with. And so you got to be on top of all those things. And, you know, if you design something in such a way that it becomes kind of hard to bug it runtime, well, that's going to directly impact your availability that might have, you know, contractual obligations with an SLA impact to a customer. So there's some really big implications there that I think traditionally product teams didn't always fully think through, but now that they sort of have to with a cloud service. The other point, I think that's really important, there is the notion of simplicity and ease of use experience is always important, right? Customer experience, user experience, but it gets even more magnified in a SaaS type of environment because the idea is that you shouldn't have to talk to anybody view, you as a user, should be able to go and call an API and start using this thing right and swipe a credit card and you're good to go. And so, you know, that sort of maniacal focus on how you just remove roadblocks, remove any unnecessary things between that customer and getting the value that they're looking for. So in general, the thing that I really love about SaaS and cloud services is that they really align incentives very well. What you want to do as an application builder, as a solution builder really aligns well with what customers are looking for. And you can get that feedback very, very rapidly, which allows for much quicker evolution of the underlying product and application. >> So one of the other things I learned from my interview with Ragu and I couldn't go deep into it. I did a little bit with summit, but I want to get your perspectives as well as I always talk about this obstruction layer across clouds, hybrid, multicloud edge extract, extracting, the complexity of the, you know, the underlying complexity, and Ragu was sort of it's nuance, but he said, okay, but the thing is, we're not trying to limit access to the primitives. We want to allow developers to go there to the extent they want to and my takeaway was okay, but the, the abstraction is you want to be that single management layer with access to the deep primitives and APIs of the respective clouds. But simplify to your point across those estates at the management layer, and maybe you could add some color to that. >> Yeah you know, it's a really interesting question. And but let me tell you about how we think about it because you're right. And that the, you know, the abstractions can sometimes find the underlying primitives and capabilities. And so Ragu is getting at, hey, like we don't necessarily force you one way or the other. And here's the way to think about it is that it's really about delivering optionality. And we do that through offering these abstractions at different layers. So to your point, Dave, like we have a management capabilities that can enable you to manage consistently across all types of clouds, public, private, edge, et cetera, irrespective of what that underlying infrastructure is. And so you look at things that are like our V realize suite of products or cloud health or tons, and tons of mission control is really focused on that one as well. But then we also have our infrastructure layer. That's what we're doing with VMware cloud and this notion of delivering consistent infrastructure. Now, even though, the core sort of IS layer is more consistent, you still get great flexibility in terms of the higher level services. If you want to use a database from one of the public clouds or messaging system or streaming services, you know, AI, whatever it is, you still got that sort of optionality as well. And so the reason that we offer these different things is because customers are just in different places. As a matter of fact, a single customer may have all of those different use cases, right? They may have some apps where they're moving from on-prem and the cloud, they want to do that very quickly. So, boom, we can just do it really fast with VMware cloud consistent infrastructure, we can vMotion that thing up in the cloud. Great. But for other ones, maybe a modern app they're building and maybe a team has chosen to use native AWS for that, but they want to leverage Kubernetes. So there you could put in a ton of mission control to give them that, you know, consistent management across sites or leverage cloud health to understand costs and to really enable the application teams to manage costs on their own. So I think, you know, I always go back to that concept of optionality, like we offer sort of these different levels of abstraction. And it really depends on what the use case is because the reality is especially for a complex enterprise, they're likely going to have all those use cases. >> You know. I want to stay on optionality for a moment because you're essentially becoming a cloud company. I'm expanding the definition of cloud and that's, which I think is appropriate because the cloud is expanding. It's going on, prem, it's going out to the edge hybrid connections across clouds, et cetera. And when you look at the public cloud players there, they all are deep into what I'll call data management. I'm not even sure what that term means anymore sometimes, but certainly they all own own databases, but they also offer databases from folks. You I go back to something Moritz said with the software mainframe that we want to be able to run any workload, you know, anywhere and, and have high reliability recovery, you know, lowest costs, et cetera. It doesn't seem as though you're going to run those, those workloads project Monterey is about supporting new workloads, but it doesn't seem like you have aspirations to, own sort of the database layer, for example, what's your philosophy around that? >> Not generally I mean, we do have some solutions like Greenplum, for instance, that play in that space, more of a data warehouse solution. But generally speaking, you're absolutely right. You know, VMware success was built through tight partnerships. We have a very, very broad partner network. And of course we see hyperscalers as great partners as well. And so, you know, I think if we get back to like, what's the core of VMware, it really is providing those powerful abstractions in the right places, at the infrastructure level, at the management level and so forth. But yeah, we're not trying to necessarily compete with everyone reinvent the world, what we're trying to do is, and by the way, if I just take a step back when we talk to customers, what really drives them toward multi clouds toward using multiple clouds is the fact that they want to get after these, what we call best of breed cloud services, that many of the different public clouds offer databases and AI and ML systems. And for each app team, the exact one that perfectly meets their needs, maybe different, right? Maybe on one cloud versus another cloud. And so that is really the optionality that we want to optimize for when we talk to those customers that they want the easiest way of getting that app onto that cloud. So we can take advantage of that cloud service, but what they worry about is the lack of consistency there. And that goes across the board. You know, if something fails at two AM, you have to wake up and go fix it. Do you have like the right sort of tooling in place, if it's fails on one cloud versus another, do you have to like, you know, scramble to figure out which tools to go use, how to go, you know, which dashboard to look at? I was like, no, they want kind of a consistent one. When you think about, from a security perspective, how do you drive a secure software supply chain? How do you prevent the types of attacks that we've seen in the past few years where people insert malicious code into your supply chain, and now you're running with hack code out there. And if you have different teams doing different things across different clouds, well, that's going to just open up sort of a can of worm, of different possibilities there for hackers to get in. So that's why this consistency is so important. And so, you know, if, I guess if we refine, the optionality a little bit, that point it's about getting optionality around cloud services and that those, like, those are the things that really differentiate. And so that, you know, we're not trying to compete with that. We're saying, hey, like we want to bring customers to those and give them the best experience that they can irrespective of whether that's in the public cloud or on prem or even at the edge. >> That's a huge technical challenge and amazing value for customers, I want to ask you, there's a lot of talk about ESG today. How does that fit into the CTO mindset? Is it a bolt-on, is it as it is fundamental component? >> Yeah the idea there is that if we look at the core values for VMware, this is something that's hugely important and something that we've actually been focused on for quite a while. We now have a whole team focused on this really being a force multiplier to help keep us honest across VMware, to help ensure equity and in many different ways that we have an air continue to increase. For instance, the amount of female representation within our organization or underrepresented minorities or communities ensuring that, you know, pay is equal across the company. You know, these different sorts of things, but also around sustainability. They actually have a number of folks working very closely with our teams to drive sustainability into our products. You know, vSphere is great because it reduces the amount of physical servers you need. So by definition reduces the carbon footprint there, but now, you know, I'm taking a step further. We have cloud partners that we're working with to ensure that they have net zero carbon emissions, you know, using a hundred percent renewables by 2030. And in fact, that's something that we ourselves have signed up for. As you know, today we are carbon neutral, but what we want to get to is to be net carbon zero by 2030, which is an absolutely huge lift. And that's, by the way, not just for VMware, our operations, our offices, but also for our supply chain as well. And so, you know, when you look across this, you know, as well as efforts around diversity and inclusion, this is something that is very core to what we do as a company, but it's also a personal passion of mine. The ESG office actually lives within my organization. And it does that because what I view the office of the CTO as being as really a force multiplier, as I said before, like, yes, the team is located here, but their purview is across all of engineering. And in fact, all of VMware. So I think, you know, when we look at this, it's about getting the best talent we have, very diverse talent increasing our ability to deliver innovative products, but also doing so in a way that's good for the planet that is sustainable and that is giving back to the community. But I think, you know, I'm looking at measuring success in a few different ways. First of all, as I said before, the ESG component and in diversity equity inclusion in particular, in terms of our workforce, extraordinarily important to me and something we're going to be really pushing hard on, you know, as we all know, you know, women, underrepresented minorities, not very well represented in general in Silicon valley. So something that we all need to step up on. And so we're going to be putting a lot of effort in there and that will actually help drive as I said before, all of these innovations, this fundamental shift in mindset, I mean that requires diverse perspectives. It requires pushing us out of our comfort zone, but the net result of that is, so what you're going to see is a much faster cadence of releases of innovation coming from VMware. So there's some just insanely exciting things that are happening in the labs right now that we're cooking up. But, you know, as we start making this shift, we're going to be delivering those faster and faster to our customers and our partners. >> You know, I'm interested to hear that it's a passion of yours. There was an article, I think it was last week in the wall street journal was this, it was an insert section on, on women in the workforce. And there was a stat in there, which I thought was pretty interesting. I'll run it by you see what you think it said that, you know, it's talking about COVID and post COVID and the stresses. And it's interesting to me because a lot of executives are, and you know, I'm, I'm with them is, hey, work from home. This is some beautiful thing. It's good for business too, because you know, everybody's more productive, but then you have this perpetual workday now it's like we never sleep. And then it goes bleeds in the weekends. And the stat from Qualtrics, which was published in the journal, said that, I think it said 30% of working women said that they, their mental health has declined since COVID. And that number was only 15% for working men, still notable but half. And so, you know, one has to question maybe that perpetual work week, and, you know, maybe there's a benefit from business productivity, but then there's the other side of that as well. And a lot of women have left the workforce, a lot of working previously working moms. And so there's a, there's an untapped labor pool there, and there's this huge labor shortage. And so these are important issues, but they're not easy ones to solve, are they? >> No, no, no. It's something we've been putting a lot of thought into at VMware. So we do have a flexible program that we're rolling out in terms of work. People can come into the office if they want to, of course, you know, where we have offices, where it's safe to do so where the government is allowed that our people can and people can have an actual desk there, or sometimes they can say, hey, I only want to come in once or twice a week. And then we say, okay, we'll have some floating desks that you can take. And others are saying, I want to be fully remote. So we give people a pretty broad range in terms of how they want to address that. But I do think to your point though, and this is something I've been really trying to do already is to create a more inclusive environment by doing a number of different things. And so it's being thoughtful around when you're sending emails 'cause like I do like the, my sort of schedule as I do tend to like fire off a lot of emails late at night after the kids are in bed and get a little quiet time, some thinking time, but I make it very clear that I'm not expecting an immediate response don't worry about it. I'm just, this is my work time. Doesn't have to be your work time. And so really setting those, I guess, boundaries very well explicitly and kind of the, the expectations name is a better term setting that explicitly trying to schedule meetings, not at times where you're going to have to drop the kids off at school or pick them to take over your life. And so we really try to emphasize boundaries and, and really studying those things appropriately. But honestly, it's something that we're still working on and I'm still learning and so I'd love to get feedback from folks, but those are some of the early thinkings. But I would say that we at VMware are taking it very, very seriously and really supporting our employees in terms of navigating that work-life balance. >> Well, okay. Congratulations on the new role and it's great to see you again I hope I hope next year we could be face-to-face always a pleasure to have you on the cube. >> Thanks, Dave. Appreciate it being here. >> Alright and thank you for watching the cubes continuous coverage of VMworld 2021, the virtual edition. Keep it right there for more right after this.
SUMMARY :
2021 the second year in a row. so to speak and, you know, And so, you know, the, I was thinking about, you know, And so now, you know, And I like the way you phrase because the idea is that you the abstraction is you want And that the, you know, And when you look at the And so that is really the How does that fit into the CTO mindset? And so, you know, And so, you know, desks that you can take. to have you on the cube. Appreciate it being here. Alright and thank you
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave | PERSON | 0.99+ |
Dave Volante | PERSON | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
third | QUANTITY | 0.99+ |
18 years | QUANTITY | 0.99+ |
30% | QUANTITY | 0.99+ |
second year | QUANTITY | 0.99+ |
four | QUANTITY | 0.99+ |
Kit Colbert | PERSON | 0.99+ |
2030 | DATE | 0.99+ |
Silicon valley | LOCATION | 0.99+ |
five | QUANTITY | 0.99+ |
last week | DATE | 0.99+ |
Monterey | ORGANIZATION | 0.99+ |
once | QUANTITY | 0.99+ |
tomorrow | DATE | 0.99+ |
Both | QUANTITY | 0.99+ |
next year | DATE | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
SAS | ORGANIZATION | 0.99+ |
Moritz | PERSON | 0.99+ |
second one | QUANTITY | 0.99+ |
Colbert | PERSON | 0.99+ |
both | QUANTITY | 0.98+ |
hundred percent | QUANTITY | 0.98+ |
ESG | ORGANIZATION | 0.98+ |
VMworld 2021 | EVENT | 0.98+ |
half | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
First | QUANTITY | 0.98+ |
Qualtrics | ORGANIZATION | 0.98+ |
Greenplum | ORGANIZATION | 0.98+ |
first time | QUANTITY | 0.97+ |
vSphere | TITLE | 0.96+ |
fourth lap | QUANTITY | 0.96+ |
CTO | ORGANIZATION | 0.95+ |
zero | QUANTITY | 0.94+ |
two AM | DATE | 0.94+ |
Switzerland | LOCATION | 0.93+ |
today | DATE | 0.93+ |
15% | QUANTITY | 0.92+ |
twice a week | QUANTITY | 0.9+ |
COVID | OTHER | 0.89+ |
fourth wave | EVENT | 0.89+ |
Ragu | PERSON | 0.89+ |
single | QUANTITY | 0.89+ |
single customer | QUANTITY | 0.87+ |
each app team | QUANTITY | 0.85+ |
dozens | QUANTITY | 0.85+ |
one cloud | QUANTITY | 0.85+ |
tons | QUANTITY | 0.73+ |
VMware cloud | TITLE | 0.72+ |
SAS | TITLE | 0.71+ |
VMworld 2021 | TITLE | 0.7+ |
NSX | ORGANIZATION | 0.65+ |
few years | DATE | 0.59+ |
COVID | TITLE | 0.57+ |
past few years | DATE | 0.55+ |
VMworld 2021 | EVENT | 0.54+ |
vMotion | TITLE | 0.53+ |
Kit Colbert, Chief Technology Officer, VMware
(slow music) >> Welcome back to theCUBE's ongoing coverage of VMworld 2021, the second year in a row we've done this virtually. My name is Dave Vellante and long-time VMware technologist and new CTO Kit Colbert is here. Kit, welcome. Good to see you again. >> Thanks, Dave. Super excited to be here. >> So let's talk about your new role. You've been at VMware. You've touched all the bases so to speak (Kit chuckles) and, you know, love the career evolution. You're ready for this job. So tell us about that role. >> Well, I hope so. I don't know. It's definitely a big step up. Been here at VMware for 18 years now, which, if know Silicon Valley, you know that's a long time. It's probably like four or five normal Silicon Valley lifetime's in terms of stints at a company. But I love it. I love the company. I love the culture. I love the technology and I'm super passionate, super excited about it. And so, you know, previously I was CTO for one of our business groups and focused on a specific set of our products and services. But now, as the corporate CTO, I really am overseeing all of VMware R&D. In the sense of really trying to drive a whole bunch of core engineering transformations, right, where we've talked a lot about our shift toward becoming a SaaS company. So, you know, a cloud services company. And so there's a lot of changes we got to make internally. Technologies, platform services we need to build out, you know, the sort of culture aspects of it again. And so, you know, I'm kind of sitting at the center of that and, I'll be honest, it's big, there's a lot of stuff to go and do, but I am just super excited about it. Wake up every day, really excited to meet a whole bunch of new people across the organization and to learn all the cool things we're doing. Well, you know, I'll say it again, like the level of innovation happening inside VMware is just insane. And it's really cool now that I get kind of more of a front and center row to see everything that's happening. >> And when I was preparing for the interview with Raghu, you know, I've been following VMware for a long time, and I sort of noted that it's like the fourth, you know, wave of executive management and I sort of went back and said, okay, yes, we know it started with, you know, Workstation. Okay, fine. But then really quickly went into really changing the way in which we think about servers, and server utilization, and driving. I remember the first time I ever saw a demo, I said, "Wow, this is going to be completely game-changing." And then thought about the era of the software-defined data center, fine-tuning the cloud strategy, and then this explosion of innovation, whether it was this sort of NSX piece, the acquisitions you've made around security, again, more cloud expansion. And now you're laying out sort of this Switzerland from Multi-Cloud combined with, as you're pointing out, this as a service model. So when you think about the technical vision of the company transforming into a cloud and subscription model, what does that mean from a sort of architectural standpoint >> Yeah. >> Or a mindset perspective? >> Oh yeah. Both great questions and both sort of key focus areas for me, and by the way, it's something I've been thinking about for quite a while, right? Yeah, so you're right. Like we are on our third or fourth lap of the track depending on how you count. But I also think that this notion of getting into Multi-Cloud, of becoming a real cloud services company is going to be probably the biggest one for us. And the biggest transformation that we're going to have to make, you know, we did extend from core compute virtualization to network and storage with the software-defined data center. But now these things I think are a bit more fundamental. So, you know, how are we thinking about it? Well, we're thinking about it in a few different ways. I do think, as you mentioned, the mindset is definitely the most important thing. This notion that, you know, we no longer really have product teams purely, they should be thinking of themselves as service teams and the idea being that they are operating and accountable for the availability of their cloud service. And so this means we really needed to step up our game, and we have in terms of the types of tooling that we built, but really it's about getting these developers engaged with that, to know that, hey, like what matters most of all right now is that service availability, in addition to things like security, compliance, et cetera. But we have monitoring systems to tell you, hey, like there's a problem. And that you need to go jump on those things immediately. This is not like, you know, a normal bug that comes in, oh, I'll get to it tomorrow or whatever. It's like, no, no, you got to step up and really get there immediately. And so there is that big mindset shift and that's something we've been driving for the past few years, but we need to continue to push there. And as part of that, you know, what we've seen is that a lot of our individual teams have gone out and build like really great cloud services, but what we really want to build to enable us to accelerate that, is a platform, a true, you know, SaaS platform and leveraging all these great capabilities that we have to help all of our teams go faster. And so it gets to things like standardization and really raising the bar across the board to allow all these teams to focus on what makes their products or services unique and differentiated rather than, you know, just doing the basic blocking and tackling. So those are couple of things I'm really focused on. Both driving the mindset shift. You know, as I was taking on this role, I did a lot of reading on other CTOs and, you know, how do they view their roles within their companies? And one of the things I did hear there was that the CTO is kind of the, I don't know if the keeper is the right word, but the keeper of the engineering culture, right, that you want to really be a steward for that to help take it forward in the right sort of directions that aligned with the strategic direction of the business. And so that's a big aspect for what I'm thinking about. And the second one in the SaaS platform, one of the really interesting things about this reorg that we've done internally is, that traditionally CTO is kind of focused, you know, outbound, maybe a little bit inbound, but typically don't have large engineering organizations, but here, what we want to do, because the SaaS platform is so important to us. We did centralize it within the office of the CTO. And so now, you know, my customers, from an engineering standpoint, are all the internal business units. So a lot of really big changes inside VMware, but I think this is the sort of stuff we need to do to help us really accelerate toward the multi-cloud vision that we're painting. >> Well, VMware has always had a superstrong engineering culture, and I liked the way you phrase that, "The steward of the engineering culture," when you think about a product mindset, 'course correct me, if I'm off here, but when you're building a product and you're making that thing rock-solid, you know, Maritz used to talk about the hardened top. And so it seems to me that the services mindset expands the mind a little bit in terms of what other services can I integrate to make my service better, whether that's a machine, intelligence service, or a security service or, you know, the dozens of other services that you guys are now building, the combination of that innovation has like a step function and a lever on top of the sort of traditional product mindset. >> Yeah, I think you're absolutely right there's a ton of like really fundamental mental mindset shifts, right? That are a part of that. And the integration piece you mentioned, super critical, but I also think it's actually taking a step back and looking at the life cycle more holistically. When you're thinking about a product, you're thinking about, okay, I'ma get the bits together, I'm going to ship it out. But then it's really up to the customer to go deploy that, to operate it, to, you know, deal with problems and bugs that come up. And when you're delivering a cloud service, those are all problems that you, as the application creator, have to deal with. And so you've got to be on top of all those things. And, you know, if you design something in such a way that it becomes kind of hard to debug at runtime, well, that's going to directly impact your availability, that might have, you know, contractual obligations with an SLA impact to a customer. So there's some really big implications there that I think traditionally product teams didn't always fully think through, but now that they sort of have to with like a cloud service. The other point, I think that's really important there, is the notion of simplicity and ease of use. Experience is always important, right? Customer experience, user experience, but it gets even more magnified in a SaaS type of environment because the idea is that you shouldn't have to talk to anybody. You, as a user, should be able to go and call an API and start using this thing, right, and swipe a credit card and you're good to go. And so, you know, that sort of maniacal focus on how you just remove roadblocks, remove any unnecessary things between that customer and getting the value that they're looking for. So in general, the thing that I really love about SaaS and cloud services is that they really align incentives very well. What you want to do, as an application builder, as a solution builder, really aligns well with what customers are looking for. And you can get that feedback very, very rapidly, which allows for much quicker evolution of the underlying product and application. >> So one of the other things I learned from my interview with Raghu, and I couldn't go deep into it, I did a little bit with Sumit, but I wonder if I get your perspectives as well. I always talk about this abstraction layer across clouds, hybrid, multi-cloud, edge, abstracting, you know, the underlying complexity, and Raghu, it's nuance, but he said, "Okay, but the thing is, we're not trying to limit access to the primitives. We want to allow developers to go there to the extent." And my takeaway was okay, but the abstraction is you want to be that single management layer with access to the deep primitives and APIs of the respective clouds. But simplify, to your point, across those estates at the management layer, maybe you could add some color to that. >> Yeah, you know, it's a really interesting question. But let me tell you about how we think about it because you're right. In that, you know, the abstractions can sometimes find the underlying primitives and capabilities. And so Raghu getting at, hey, like we don't necessarily force you one way or the other. And here's the way to think about it, is that it's really about delivering optionality. And we do that through offering these abstractions at different layers. So to your point, Dave, like we have a management capabilities that can enable you to manage consistently across all types of clouds, public, private, edge, et cetera, irrespective of what that underlying infrastructure is. And so you'll look at things that are like our vRealize suite of products, or CloudHealth, or Tanzu, Tanzu Mission Control is really focused on that one as well. But then we also have our infrastructure layer. That's what we're doing with VMware Cloud. And this notion of delivering consistent infrastructure. Now, even though the core, sort of IIS layer, is more consistent, you still get great flexibility in terms of the higher-level services. If you want to use a database from one of the public clouds, or a messaging system, or streaming service, or, you know, AI, whatever it is, you still got that sort of optionality as well. And so the reason that we offer these different things is because customers are just in different places. As a matter of fact, a single customer may have all of those different use cases, right? They may have some apps where they're moving from on-prem into the cloud. They want to do that very quickly. So, boom, we can just do it really fast with VMware Cloud, consistent infrastructure. We can VMotion that thing up in the Cloud, great. But for other ones, maybe a modern app they're building, and maybe a team has chosen to use native AWS for that, but they want to leverage Kubernetes. So there you could put in a Tanzu Mission Control to give them that, you know, consistent management across sites, or leverage CloudHealth to understand costs and to really enable the application teams to manage costs on their own. So, you know, I always go back to that concept of optionality, like we offer sort of these different levels of abstraction, and it really depends on what the use case is because the reality is, especially for a complex enterprise, they're likely going to have all of those use cases. >> You know, I want to stay on optionality for a moment because you're essentially becoming a cloud company. I'm expanding the definition of cloud, which I think is appropriate 'cause the cloud is expanding. It's going on-prem, it's going out to the edge, there's hybrid connections, across clouds, et cetera. And when you look at the public cloud players, they all are deep into what I'll call data management. I'm not even sure what that term means anymore sometimes, but certainly they all own, own, databases, but they also offer databases from folks. I go back to something Maritz said with the software mainframe that we want to be able to run any workload, you know, anywhere and have high reliability, recovery, you know, lowest costs, et cetera. So you're going to run those workloads. Project Monterey is about supporting new workloads, but it doesn't seem like you have aspirations to own sort of the database layer, for example, what's your philosophy around that? >> Yeah. Not generally. I mean, we do have some solutions like Greenplum, for instance, that play in that space, more of a data warehouse solution, but generally speaking, you're absolutely right. You know, VMware success was built through tight partnerships. We have a very, very broad partner network. And of course, we see hyperscalers as great partners as well. And so, I think if we get back to like, what's the core of VMware, it really is providing those powerful abstractions in the right places, at the infrastructure level, at the management level, and so forth. But yeah, we're not trying to necessarily compete with everyone, reinvent the world. And by the way, if I just take a step back, when we talk to customers, what really drives them toward using multiple clouds is the fact that they want to get after these, what we call, best of breed cloud services, that many of the different public clouds offer databases and AI and ML systems. And for each app team, the exact one that perfectly meets their needs may be different, right? Maybe on one conference is another cloud. And so that is really the optionality that we want to optimize for when we talk to those customers. They want the easiest way of getting that app onto that cloud, so we can take advantage of that cloud service, but what they worry about is the lack of consistency there. And that goes across the board. You know, if something fails at 2:00 am, and you have to wake up and go fix it. Do you have like the right sort of tooling in place, if it's fails on one cloud versus another, do you have to like, you know, scramble to figure out which tools to go use, you know, which dashboard to look at? It's like, no, that you want kind of a consistent one. When you think about, from a security perspective, how do you drive a secure software supply chain? How do you prevent the types of attacks that we've seen in the past few years? Where people insert malicious code into your supply chain and now you're running with hack code out there. And if you have different teams doing different things across different clouds, well, that's going to just open up sort of a can of worm of different possibilities there for hackers to get in. So that's why this consistency is so important. And so, you know, I guess, if we refine the optionality a little bit, that point, it's about getting optionality around cloud services and then like those are the things that really differentiate. And so, you know, we're not trynna compete with that. We're saying, hey, like we want to bring customers to those and give them the best experience that they can, irrespective of whether that's in the public cloud, or on-prem, or even at the edge. >> And that's a huge technical challenge and amazing value for customers. I want to ask you, there's a lot of talk about ESG today. How does that fit into the CTO mindset? >> Yeah. >> Is it a bolt-on, is it a fundamental component? >> Yeah. Yeah, so ESG is talking about environment, sustainability, and governance. And so, you know, it's not an environment, excuse me, equity, (Kit chuckles) equity, sustainability, and governance. Getting my acronyms wrong, which as the technologist, really a faux pas, but any case, equity, sustainability, and governance. And the idea there is that if we look at the core values for VMware, this is something that's hugely important. And something that we've actually been focused on for quite a while. We now have a whole team focused on this, really being a force multiplier to help keep us honest across VMware, to help ensure equity, and in many different ways, that we have or continue to increase, for instance, the amount of female representation within our organization, or underrepresented minorities or communities, ensuring that, you know, pay is equal across the company. You know, these different sorts of things, but also around sustainability. They actually have a number of folks working very closely with our teams to drive sustainability into our products. You know, vSphere is great because it reduces the amount of physical servers you need. So by definition reduces the carbon footprint there. But now, you know, taking a step further. We have cloud partners that we're working with to ensure that they have net-zero carbon emissions, you know, using 100% renewables by 2030. And in fact, that's something that, we ourselves, have signed up for, you know, today we are carbon-neutral, but what we want to get to is to be net carbon zero by 2030, which is an absolutely huge lift. And that's, by the way, not just for VMware, our operations, our offices, but also for our supply chain as well. And so, you know, when you look across, you know, as well as efforts around diversity and inclusion, this is something that is very core to what we do as a company, but it's also a personal passion of mine. The ESG office actually lives within my organization. And it does that because what I view the office of the CTO as being is really a force multiplier, as I said before, like, yes, the team is located here, but their purview is across all of engineering. And in fact, all of VMware. So I think, you know, when we look at this, it's about getting the best talent we have, very diverse talent, increasing our ability to deliver innovative products, but also doing so in a way that's good for the planet, that is sustainable. And that is giving back to the community. >> You know, by the way, I don't think that was faux pas. (Kit laughs) 'Cause a lot of times, people use environmental, social, and governance, and your equity piece would fall into the S in that equation, the social responsibility, you know, components. So I think you've just done an interesting twist on the acronym. So no mistake there. (Dave chuckles) Just another way to look at it. >> Yup, yup, yup. >> So you're now deep into the CTO role. What should we look for in the, you know, coming months and years? How should we >> Hmm. >> Kind of evaluate progress? What are those sort of milestones that we should be looking at? >> Yeah, so about a month or so into the job now, and so still getting my arms wrapped around, but, you know, I'm looking at measuring success in a few different ways. First of all, as I said before, the ESG component and in diversity, equity inclusion in particular, in terms of our workforce, extraordinarily important to me and something we're going to be really pushing hard on, you know, as we all know, you know, women, underrepresented minorities, not very well represented, in general, in Silicon Valley. So something that we all need to step up on. And so we're going to be putting a lot of effort in there, and that will actually help drive, as I said before, all of these innovations, this fundamental shift in mindset, I mean, that requires diverse perspectives. It requires pushing us out of our comfort zone, but the net result of that, so that what you're going to see, is a much faster cadence of releases of innovation coming from VMware. So there's some just insanely exciting things (Kit laughs) that are happening in the labs right now that we're cooking up. But, you know, as we start making this shift, we're going to be delivering those faster and faster to our customers and our partners. >> You know, I'm interested to hear that it's a passion of yours. There was an article, I think it was last week, in "The Wall Street Journal," it was an insert section on "Women in the Workforce," and there was a stat in there, which I thought was pretty interesting. I'll run it by and you see what you think, you know, it was talking about COVID, and post COVID,and the stresses. And it's interesting to me because a lot of executives, and pfft, you know, I'm with them, said, "Hey, work from home. This a beautiful thing. It's good for business too, because, you know, everybody's more productive," but you have this perpetual workday now. It's like we never sleep. It bleeds in the weekends. And the stat from Qualtrics, which was published in the journal, I think it said, "30% of working women said that their mental health has declined since COVID." And that number was only 15% for working men, is still notable, but half. And so, you know, one has to question maybe that perpetual work week and, you know, maybe there's a benefit from business productivity, but then there's the other side of that as well. And a lot of women have left the workforce, a lot of previously working moms. And so there's an untapped labor pool there, and there's this huge labor shortage. And so these are important issues, but they're not easy ones to solve, are they? >> No, no, no. It's something we've been putting a lot of thought into at VMware. So we do have a flexible program that we're rolling out in terms of work. People can come into the office if they want to, of course, you know, where we have offices where it's safe to do so, where the government has allowed that, and people can have an actual desk there, or sometimes they can say, "Hey, I only want to come in once or twice a week." And then we say, "Okay, we'll have some floating desks that you can take." And others are saying, "I want to be fully remote." So we give people a pretty broad range in terms of how they want to address that. But I do think, to your point though, and this is something I've been really trying to do already is to create a more inclusive environment by doing a number of different things. And so it's being thoughtful around when you're sending emails. 'Cause like my sort of schedule is, I do tend to like fire off emails late at night after the kids are in bed, I get a little quiet time, some thinking time, but I make it very clear that I'm not expecting an immediate response. Don't worry about it. This is my work time. Doesn't have to be your work time. And so really setting those, I guess, boundaries, if you will, explicitly and kind of the expectations maybe is a better term, setting that explicitly, trying to schedule meetings, not at times where you're going to have to drop the kids off at school or pick them (indistinct) and to take over your life. And so we really try to emphasize boundaries and really setting those things appropriately. But honestly, it's something that we're still working on and I'm still learning. And so I'd love to get feedback from folks, but those are some of the early thinkings. But I would say that we at VMware are taking it very, very seriously and really supporting our employees in terms of navigating that work-life balance. >> Well Kit, congratulations on the new role and it's great to see you again. I hope next year we can be face-to-face, always a pleasure to have you on theCUBE. >> Thanks, Dave. Appreciated being here. >> All right, and thank you for watching theCUBE's continuous coverage of VMworld 2021, the virtual edition. Keep it right there for more right after this. (slow music)
SUMMARY :
Good to see you again. Super excited to be here. and, you know, love the career evolution. And so, you know, I'm kind of that it's like the fourth, you know, wave And so now, you know, my customers, and I liked the way you And the integration piece you but the abstraction is you want to be And so the reason that we And when you look at the And so that is really the How does that fit into the CTO mindset? And that is giving back to the community. you know, components. in the, you know, coming months and years? that are happening in the labs right now And so, you know, one and kind of the expectations and it's great to see you again. Thanks, Dave. the virtual edition.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Kit Colbert | PERSON | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
third | QUANTITY | 0.99+ |
100% | QUANTITY | 0.99+ |
18 years | QUANTITY | 0.99+ |
2:00 am | DATE | 0.99+ |
Kit | PERSON | 0.99+ |
2030 | DATE | 0.99+ |
Silicon Valley | LOCATION | 0.99+ |
five | QUANTITY | 0.99+ |
last week | DATE | 0.99+ |
30% | QUANTITY | 0.99+ |
once | QUANTITY | 0.99+ |
tomorrow | DATE | 0.99+ |
next year | DATE | 0.99+ |
ESG | ORGANIZATION | 0.99+ |
Maritz | PERSON | 0.99+ |
second year | QUANTITY | 0.99+ |
four | QUANTITY | 0.99+ |
Tanzu | ORGANIZATION | 0.99+ |
Both | QUANTITY | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
both | QUANTITY | 0.99+ |
Qualtrics | ORGANIZATION | 0.98+ |
VMworld 2021 | EVENT | 0.98+ |
The Wall Street Journal | TITLE | 0.98+ |
one | QUANTITY | 0.98+ |
VMware Cloud | TITLE | 0.97+ |
each app | QUANTITY | 0.97+ |
second one | QUANTITY | 0.97+ |
today | DATE | 0.97+ |
Greenplum | ORGANIZATION | 0.96+ |
15% | QUANTITY | 0.95+ |
half | QUANTITY | 0.95+ |
first time | QUANTITY | 0.94+ |
Raghu | PERSON | 0.93+ |
single | QUANTITY | 0.93+ |
Switzerland | LOCATION | 0.92+ |
fourth lap | QUANTITY | 0.92+ |
twice a week | QUANTITY | 0.92+ |
COVID | OTHER | 0.91+ |
First | QUANTITY | 0.91+ |
Project Monterey | ORGANIZATION | 0.9+ |
about a month | QUANTITY | 0.89+ |
fourth | QUANTITY | 0.87+ |
CloudHealth | TITLE | 0.85+ |
single customer | QUANTITY | 0.85+ |
Women in the Workforce | TITLE | 0.84+ |
Tanzu Mission Control | ORGANIZATION | 0.81+ |
CTO Kit Colbert | PERSON | 0.8+ |
theCUBE | ORGANIZATION | 0.79+ |
CTO | ORGANIZATION | 0.76+ |
VMotion | ORGANIZATION | 0.71+ |
zero | QUANTITY | 0.71+ |
COVID | TITLE | 0.69+ |
2021 | TITLE | 0.65+ |
Vaughn Stewart, Pure Storage | 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. >> Welcome back, I'm Stuart Miniman and this is theCUBES's coverage of VMworld 2020. Our 11th year doing the show and happy to welcome back to the program one of our CUBE's alums. Somebody that's is going to VMworld longer than we have been doing it for theCUBE. So Vaughn Stewart he is the Vice President of Technology Alliances with Pure Storage Vaughn, nice to see you. How you doing? >> Hey, Stu. CUBE thanks for having me back. I miss you guys I wish we were doing this in person. >> Yeah, we all wish we were in person but as we've been saying all this year, we get to be together even while we're apart. So we look to you on little screens and things like that rather than bumping into each other at some of the after parties or the coffee shops all around San Francisco. So Vaughn, obviously you know Pure Storage long, long, long partnership with VMware. I think back the first time that I probably met with the Pure team, in person, it probably was around Moscone, having a breakfast having a lunch, having a briefing or the likes. So just give us the high level. I know we've got a lot of things to dig into. Pure and VMware, how's the partnership going these days? >> Partnership is growing fantastic Pure invests a lot of engineering resources in programs with VMware. Particularly the VMware design partner programs for vVols, Container-Native Storage et cetera. The relationship is healthy the business is growing strong. I'm very excited about the investments that VMware is making around VMware Cloud Foundation as a replatforming of what's going on MPREM to help better enable hybrid cloud and to support Tanzu and Kubernetes platforms. So a lot going on at the infrastructure level that ultimately helps customers of all to adopt cloud native workloads and applications. >> Wonderful. Well a lot of pieces to unpack that. Of course Tanzu big piece of what they're talking about. But let's start. You mentioned VCF. You know what is it on the infrastructure side, that is kind of driving your customer adoption these days, and the some of the latest integrations that you're doing? >> Yeah you know VCF has really caught the attention of our mid to large or mid to enterprise size customers. The focus around, as I use the phrase replatform is planning out with VMworld phrase. But the focus on simplifying the lifecycle management, giving you a greater means to connect to the public cloud. I don't know if you're aware, but all VMware public cloud offerings have the VCF framework in terms of architectural framework. So now bringing that back on-prem, allowing customers on a per workload domain basis to extend to a hybrid cloud capability. It's a really big advancement from kind of the base vSphere infrastructure, which architecturally hasn't had a significant advancement in a number of years. What's really big around VCF besides the hybrid connectivity, is the couple of new tools SDDC Manager and vSphere Lifecycle Manager. These tools can actually manage the infrastructure from bare metal up to workload domains and then from workload domains you're now handing off to considered like delegated vCenter Servers right? So that the owner of a workload if you will and then that person can go ahead and provision virtual machines or containers, based on whatever is required to run their workloads. So for us the big gain of this is the advancement in the VMware management. They are bringing their strength in providing simplicity, and end-to-end hardwared application management to disaggregated architectures. Where the focus of that capability has been with HCI over say the past five or six years. And so this really helps close that last gap, if you will, and completes a 360 degree view of providing simplified management across dissimilar architecture and it's consistent and it's standardized by VMware. So HCI, disaggregated architecture, public cloud, it all operates the same. >> So Vaughn, you made a comment about not a lot of changes. If I remember our friends at VMware they made a statement vSphere 7 was the biggest architectural change in over a decade. Of course bringing in Kubernetes it's a major piece of the Tanzu discussion. Pure. Your team's been pretty busy in the Kubernetes space too. Recent acquisition of Portwox to help accelerate that. Maybe let's talk a little bit about you know cloud native. What you're hearing from your customers. (chuckles) And yeah, like we've Dave Vellante had a nice interview with, Pure and Portwox CEOs. Give the VMworld audience a little bit of an update as you know where you all fit in the Kubernetes space. >> Yeah and actually, there was a lot that you shared there kind of in connecting the VCF piece through to vSphere 7 and a lot of changes there in driving into Tanzu and containers. So maybe we're going to jump around here a bit but look we're really excited. We've been working with VMware, but in addition to all of our application partners, you are seeing nearly every traditional enterprise application being replatformed to support containers. I'd love to share with you more details, but there's a lot of NDAs I'd be breaking in that. But the way for enterprise adoption of containers is right upon us. And so the timing for VMware Tanzu is ideal. Our focus has always been around providing a rich set of data services. One that provides faster provisioning, simplified fleet management, and the ability to move that container and those data services between different clouds and different cloud platforms, Be it on-prem, or in the public cloud space. We've had a lot of success doing that with the Pure Service Orchestrator Version 6.0 enables CSI compliant persistent storage capabilities. And it does support Tanzu today. The addition or I should say the acquisition of Portworx is really interesting. Because now we're bringing on an enhanced set of data services that not only run on a Pure Storage storage products, but runs universally regardless of the storage platform, or the Cloud architecture. The capabilities within Portworx are above and beyond what we had in PSO. So this is a great expansion of our capabilities. And ultimately we want to help customers. Whether they want to do containers solely on Tanzu, or if they're going to mix Tanzu with say Amazon EKS, or they've got some department that does development on OpenShift. Whatever it might be. You know that the focus of storage vendors is obviously to help customers make that data available on these platforms through a consistent control plane. >> Yeah. Vaughn it's a great acquisition. Think a nice fit. Anybody that's been talking to Pure the last year or so you've been. How do we take the storage make it more cloud native if you will. So you've got code. Obviously, you've got a great partnership with VMware, but as you said, in Amazon and some of the other hyper clouds those clouds, those storage services, no matter where a customer is, so that that core value, of course we know, is this the software underneath it. And that's what Portworx is. So you know not only Pure's, but other hardware, other clouds and the likes. So a really interesting space You know Vaughn, you and I've been covering this, since the early days of VMware. Hey this software is kind of a big deal and you know (chuckles) cloud in many ways is an extension of what we're doing. I know we used to joke how many years was it that VMworld was storage world? You know. >> Ooh yeah. >> There was talk about like big architectural changes, you know vVols When that finally came out, it was years of hard work by many of the big companies, including your previous and current you know employer. What's the latest? My understanding is that there are some updates there when it comes to the underlying vVols. What are the storage people need to know? >> Yeah. So great question and VMware is always been infrastructure world really Right? Like it is a showcase for storage. But it's also been a showcase for the compute vendors and every Intel partner. From a storage perspective, a lot is going on this year that should really excite both VMware admins and those who are storage centric in their day-to-day jobs. Let's start with the recent news. vVols has been promoted within VCF to being principal storage. For those of you who maybe are unfamiliar with this term 'principal storage' VMware Cloud Foundation supports any form of storage that's supported by vSphere. But SDDC manager tool that I was sharing with you earlier that really excites large scale organizations around it's end-to-end simplicity and management. It had a smaller, less robust support list when it comes to provisioning external storage. And so it had two tiers. Principal and secondary. Principal meant SDDC manager could provision and deprovision sub-tenants. So the recent news brings vVols both on Fiber Channel and iSCSI up to that principal tier. Pure Storage is a VMware design partner around vVols. We are one of the most adopted vVols storage platforms, and we are really leaning in on VCF. So we are very happy to see that come to fruition for our customers. Part of why VMware partners with Pure Storage around VCF, is they want VCF enabled on any Fabric. And you know some vendors only offer ethernet only forms of connectivity. But with Pure Storage, we don't care what your Fabric is right. We just want to provide the data services be it ethernet, fiber channel or next generation NVMe over Fabric. That last point segments into another recent announcement from from VMware. Which is the support for NVMe over Fabric within vSphere 7. This is key because NVMe over Fabric allows the IO path to move away from SCSI based form of communication one to a memory based form of communication. And this unleashes a new level of performance, a way to better support those business and mission critical applications. Or a way to drive greater density into a smaller form factor and footprint within your data center. Obviously Fabric upgrades tend to not happen in conjunction with hypervisor upgrades, but the ability to provide customers a roadmap and a means to be able to continually evolve their infrastructure non disruptively, is our key there. It would be remiss of me to not point out one kind of orthogonal element, which is the new vMotion capabilities that are in vSphere 7. Customers have been tried for a number of years, probably from vSphere 4 through six to virtualize more performance centric and resource intense applications. And they've had some challenges around scale, particularly with the non-disruptive. The ability to non disruptively move a workload. VMware rewrote vMotion for vSphere 7 so it can tackle these larger more performance centric workloads. And when you combine that along with the addition of like NVMe over Fabric support, I think you're truly at a time where you can say, almost every workload can run on a VMware platform, right? From your traditional two two consolidation where you started to looking at performance centric AI, in machine learning workloads. >> Yeah. A lot of pieces you just walked through Vaughn, I'm glad especially the NVMe over Fabric piece. Just want to drill down one level there. As you said, there's a lot of pieces to make sure that this is fully worked. The standards are done, the software is there, the hardware, the various interconnects there and then okay, when's does the customer actually ready to upgrade that? How much of that is just you know okay hitting the update button. How much of that is do I need to do a refresh? And we understand that the testing and purchasing cycles there. So how many customers are you talking to that are like, "Okay I've got all the pieces, "we're ready to roll, "we're implementing in 2020." And you know, what's that roadmap look like for kind of the typical enterprise, which I know is a bit of an oxymoron? (laughs) >> So we've got a handful. I think that's a fair way to give you a size without giving you an exact number. We had a handful of customers who have NVMe over Fabric deployments today. The deployments tend to be application or workload centric versus ubiquitous across the data center. Which I think does bear an opportunity for VMware adoption to be a little bit earlier than across the entire data center. Because most VMware architectures today are based on top of rack switching. Whether that switching is fiber channel or ethernet base, I think the ability to then upgrade that switch. Either you've got modern hardware and it just needs a firmware update, or you've got to replace that hardware and implement NVMe over Fabric. I think that's very attractive. Particularly that you can do so in a non disruptive manner with a flash array or with flash deck. We expect to see the adoption really start to take take hold in 2021. But you probably won't see large market gains until 2022 or 23. >> Well that's super helpful Vaughn especially Pure Storage you've got customers that have some of the most demanding performance environments out there. So they are some of the early adopters that you would expect go into adopting this new technology. All right. I guess last piece, listening to the keynote looking at all the announcements that they have you know, VMware obviously has a big push into the cloud native space they've made a whole lot of acquisitions. We touched on a little bit before but what's your take as to what you are hearing from your customers, where they are with adoption into really modernizing and accelerating their businesses today? >> I think for the majority of our customers and again I would consider more of a commercial or mid market centric up through enterprise. They've particularity enterprise, they've adapted cloud native technologies particularity in developing their own internal or customer facing applications. So I don't think the technology is new. I think where it's newer is this re platforming of enterprise applications and I think that what's driving the timeline for VMware. We have a number of Pivotal deployments that run up here. Very large scale Pivotal deployments that run on Pure. And hopefully as you audience knows Pivotal is what VMware Tanzu has been rebranded as. So we've had success there. We've have had success in the test and development and in the web facing application space. But now this is a broader initiative from VMware supporting enterprise apps along with you know the cloud native disaggregated applications that have been built over the last say five to 10 years. But to provide it though a single management plane. So I'm bullish, I'm really bullish I think they are in a unique position compared to the rest of our technology partners you know they own the enterprise virtualization real estate and as so their ability to successfully add cloud native application to that, I think it's a powerful mix . For us the opportunity is great. I want to thank you for focusing on the fact that we've been able to deliver performance. But performances found on any flash product. And it's not to demote our performance by any means, but when you look at our customers and what they purchase us in terms of the repeat purchases, it's around simplicity, it's around the native integration with VMware and the extending of that value prop through our capabilities whether it's through the end-to-end infrastructure management, through data protection extending in the hybrid cloud. That's where Pure Storage customers fall in love with Pure Storage. And so it's a combination of performance, simplicity and ultimately, you know, economics. As we know economics drive most technical decisions not the actual technology itself. >> Well, Vaughn Stewart thank you so much for the update, congratulation on all the new things that are being brought out in the partnership >> Thank you Stu appreciate being on theCUBE, big shout out to VMware congratulations on VMworld 2020, look forward to seeing everybody soon >> All right, stay tuned for more coverage VMworld 2020 I'm Stu Miniman and that you for watching theCUBE. (bright upbeat music)
SUMMARY :
brought to you by VMware and happy to welcome back to the program I miss you guys a briefing or the likes. and to support Tanzu and and the some of the latest So that the owner of in the Kubernetes space too. and the ability to move that container and you know (chuckles) What are the storage people need to know? but the ability to provide for kind of the typical enterprise, I think the ability to to what you are hearing and in the web facing application space. I'm Stu Miniman and that
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Vellante | PERSON | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Stuart Miniman | PERSON | 0.99+ |
2020 | DATE | 0.99+ |
2021 | DATE | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
two tiers | QUANTITY | 0.99+ |
San Francisco | LOCATION | 0.99+ |
Vaughn Stewart | PERSON | 0.99+ |
360 degree | QUANTITY | 0.99+ |
Tanzu | ORGANIZATION | 0.99+ |
VMware Cloud Foundation | ORGANIZATION | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
five | QUANTITY | 0.99+ |
Pure | ORGANIZATION | 0.99+ |
vSphere 7 | TITLE | 0.99+ |
2022 | DATE | 0.99+ |
11th year | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
one level | QUANTITY | 0.98+ |
Moscone | LOCATION | 0.98+ |
both | QUANTITY | 0.98+ |
Fiber Channel | ORGANIZATION | 0.98+ |
Portworx | ORGANIZATION | 0.98+ |
23 | DATE | 0.98+ |
Vaughn | PERSON | 0.98+ |
first time | QUANTITY | 0.97+ |
10 years | QUANTITY | 0.96+ |
Vice President | PERSON | 0.96+ |
vMotion | TITLE | 0.96+ |
single | QUANTITY | 0.96+ |
vSphere | TITLE | 0.96+ |
vSphere Lifecycle Manager | TITLE | 0.95+ |
iSC | ORGANIZATION | 0.95+ |
Amazon EKS | ORGANIZATION | 0.95+ |
today | DATE | 0.94+ |
Intel | ORGANIZATION | 0.93+ |
one | QUANTITY | 0.93+ |
Portwox | ORGANIZATION | 0.93+ |
VMworld 2020 | EVENT | 0.93+ |
six | QUANTITY | 0.92+ |
VCF | TITLE | 0.92+ |
couple | QUANTITY | 0.91+ |
SDDC Manager | TITLE | 0.9+ |
VMware Tanzu | ORGANIZATION | 0.89+ |
Kubernetes | TITLE | 0.89+ |
Pure Storage | ORGANIZATION | 0.88+ |
HCI | ORGANIZATION | 0.87+ |
vSphere 4 | TITLE | 0.87+ |
Pivotal | TITLE | 0.85+ |
over a decade | QUANTITY | 0.85+ |
Version 6.0 | OTHER | 0.85+ |
VMworld | ORGANIZATION | 0.84+ |
Kubernetes | ORGANIZATION | 0.84+ |
Jared Rosoff & Kit Colbert, VMware | CUBEConversation, April 2020
(upbeat music) >> Hey, welcome back everybody, Jeff Frick here with theCUBE. We are having a very special Cube conversation and kind of the the ongoing unveil, if you will, of the new VMware vSphere seven dot O. We're going to get a little bit more of a technical deep-dive here today and we're excited to have a longtime CUBE alumni. Kit Colbert here is the VP and CTO of Cloud platform at VMware. Kit, great to see you. >> Yeah, happy to be here. And new to theCUBE, Jared Rosoff. He's a Senior Director of Product Management of VMware and I'm guessing had a whole lot to do with this build. So Jared, first off, congratulations for birthing this new release and great to have you on board. >> Thanks, feels pretty great, great to be here. >> All right, so let's just jump into it. From kind of a technical aspect, what is so different about vSphere 7? >> Yeah, great. So vSphere 7 bakes Kubernetes right into the virtualization platform. And so this means that as a developer, I can now use Kubernetes to actually provision and control workloads inside of my vSphere environment. And it means as an IT admin, I'm actually able to deliver Kubernetes and containers to my developers really easily right on top of the platform I already run. >> So I think we had kind of a sneaking suspicion that that might be coming with the acquisition of the Heptio team. So really exciting news, and I think Kit, you teased it out quite a bit at VMware last year about really enabling customers to deploy workloads across environments, regardless of whether that's on-prem, public cloud, this public cloud, that public cloud, so this really is the realization of that vision. >> It is, yeah. So we talked at VMworld about Project Pacific, right, this technology preview. And as Jared mentioned of what that was, was how do we take Kubernetes and really build it into vSphere? As you know, we had a hybrid cloud vision for quite a while now. How do we proliferate vSphere to as many different locations as possible? Now part of the broader VMware cloud foundation portfolio. And you know, as we've gotten more and more of these instances in the cloud, on premises, at the edge, with service providers, there's a secondary question of how do we actually evolve that platform so it can support not just the existing workloads, but also modern workloads as well. >> Right. All right, so I think he brought some pictures for us, a little demo. So why don't we, >> Yeah. Why don't we jump over >> Yeah, let's dive into it. to there and let's see what it looks like? You guys can cue up the demo. >> Jared: Yeah, so we're going to start off looking at a developer actually working with the new VMware cloud foundation four and vSphere 7. So what you're seeing here is the developer's actually using Kubernetes to deploy Kubernetes. The self-eating watermelon, right? So the developer uses this Kubernetes declarative syntax where they can describe a whole Kubernetes cluster. And the whole developer experience now is driven by Kubernetes. They can use the coop control tool and all of the ecosystem of Kubernetes API's and tool chains to provision workloads right into vSphere. And so, that's not just provisioning workloads though, this is also key to the developer being able to explore the things they've already deployed. So go look at, hey, what's the IP address that got allocated to that? Or what's the CPU load on this workload I just deployed? On top of Kubernetes, we've integrated a Container Registry into vSphere. So here we see a developer pushing and pulling container images. And you know, one of the amazing things about this is from an infrastructure as code standpoint, now, the developer's infrastructure as well as their software is all unified in source control. I can check in not just my code, but also the description of the Kubernetes environment and storage and networking and all the things that are required to run that app. So now we're looking at a sort of a side-by-side view, where on the right hand side is the developer continuing to deploy some pieces of their application. And on the left hand side, we see vCenter. And what's key here is that as the developer deploys new things through Kubernetes, those are showing up right inside of the vCenter console. And so the developer and IT are seeing exactly the same things with the same names. And so this means when a developer calls, their IT department says, hey, I got a problem with my database. We don't spend the next hour trying to figure out which VM they're talking about. They got the same name, they see the same information. So what we're going to do is that, you know, we're going to push the the developer screen aside and start digging into the vSphere experience. And you know, what you'll see here is that vCenter is the vCenter you've already known and love, but what's different is that now it's much more application focused. So here we see a new screen inside of vCenter, vSphere namespaces. And so, these vSphere namespaces represent whole logical applications, like the whole distributed system now is a single object inside of vCenter. And when I click into one of these apps, this is a managed object inside of vSphere. I can click on permissions, and I can decide which developers have the permission to deploy or read the configuration of one of these namespaces. I can hook this into my Active Directory infrastructure. So I can use the same corporate credentials to access the system. I tap into all my existing storage. So this platform works with all of the existing vSphere storage providers. I can use storage policy based management to provide storage for Kubernetes. And it's hooked in with things like DRS, right? So I can define quotas and limits for CPU and memory, and all of that's going to be enforced by DRS inside the cluster. And again, as an admin, I'm just using vSphere. But to the developer, they're getting a whole Kubernetes experience out of this platform. Now, vSphere also now sucks in all this information from the Kubernetes environment. So besides seeing the VMs and things the developers have deployed, I can see all of the desired state specifications, all the different Kubernetes objects that the developers have created. The compute, network and storage objects, they're all integrated right inside the vCenter console. And so once again from a diagnostics and troubleshooting perspective, this data's invaluable. It often saves hours just in trying to figure out what we're even talking about when we're trying to resolve an issue. So as you can see, this is all baked right into vCenter. The vCenter experience isn't transformed a lot. We get a lot of VI admins who look at this and say, where's the Kubernetes? And they're surprised, they like, they've been managing Kubernetes all this time, it just looks like the vSphere experience they've already got. But all those Kubernetes objects, the pods and containers, Kubernetes clusters, load balancer, storage, they're all represented right there natively in the vCenter UI. And so we're able to take all of that and make it work for your existing VI admins. >> Well that's a, that's pretty wild, you know. It really builds off the vision that again, I think you kind of outlined, Kit, teased out it at VMworld which was the IT still sees vSphere, which is what they want to see, what they're used to seeing, but devs see Kubernetes. And really bringing those together in a unified environment so that, depending on what your job is, and what you're working on, that's what you're going to see and that's kind of unified environment. >> Yep. Yeah, as the demo showed, it is still vSphere at the center, but now there's two different experiences that you can have interacting with vSphere. The Kubernetes based one, which is of course great for developers and DevOps type folks, as well as a traditional vSphere interface, APIs, which is great for VI admins and IT operations. >> Right. And then, and really, it was interesting too. You teased out a lot. That was a good little preview if people knew what they were watching, but you talked about really cloud journey, and kind of this bifurcation of kind of classical school apps that are running in their classic VMs and then kind of the modern, you know, cloud native applications built on Kubernetes. And you outlined a really interesting thing that people often talk about the two ends of the spectrum and getting from one to the other but not really about kind of the messy middle, if you will. And this is really enabling people to pick where along that spectrum they can move their workloads or move their apps. >> Yeah, no. I think we think a lot about it like that. That we look at, we talk to customers and all of them have very clear visions on where they want to go. Their future state architecture. And that involves embracing cloud, it involves modernizing applications. And you know, as you mentioned, it's challenging for them because I think what a lot of customers see is this kind of, these two extremes. Either you're here where you are, with kind of the old current world, and you got the bright nirvana future on the far end there. And they believe that the only way to get there is to kind of make a leap from one side to the other. That you have to kind of change everything out from underneath you. And that's obviously very expensive, very time consuming and very error-prone as well. There's a lot of things that can go wrong there. And so I think what we're doing differently at VMware is really, to your point, is you call it the messy middle, I would say it's more like how do we offer stepping stones along that journey? Rather than making this one giant leap, we had to invest all this time and resources. How can we enable people to make smaller incremental steps each of which have a lot of business value but don't have a huge amount of cost? >> Right. And it's really enabling kind of this next gen application where there's a lot of things that are different about it but one of the fundamental things is where now the application defines the resources that it needs to operate versus the resources defining kind of the capabilities of what the application can do and that's where everybody is moving as quickly as makes sense, as you said, not all applications need to make that move but most of them should and most of them are and most of them are at least making that journey. So you see that? >> Yeah, definitely. I mean, I think that certainly this is one of the big evolutions we're making in vSphere from looking historically at how we managed infrastructure, one of the things we enable in vSphere 7 is how we manage applications, right? So a lot of the things you would do in infrastructure management of setting up security rules or encryption settings or you know, your resource allocation, you would do this in terms of your physical and virtual infrastructure. You talk about it in terms of this VM is going to be encrypted or this VM is going to have this Firewall rule. And what we do in vSphere 7 is elevate all of that to application centric management. So you actually look at an application and say I want this application to be constrained to this much CPU. Or I want this application to have these security rules on it. And so that shifts the focus of management really up to the application level. >> Jeff: Right. >> Yeah, and like, I would kind of even zoom back a little bit there and say, you know, if you look back, one thing we did with something like VSAN, before that, people had to put policies on a LUN, you know, an actual storage LUN and a storage array. And then by virtue of a workload being placed on that array, it inherited certain policies, right? And so VSAN really turned that around and allows you to put the policy on the VM. But what Jared's talking about now is that for a modern workload, a modern workload's not a single VM, it's a collection of different things. We got some containers in there, some VMs, probably distributed, maybe even some on-prem, some in the cloud, and so how do you start managing that more holistically? And this notion of really having an application as a first-class entity that you can now manage inside of vSphere, it's a really powerful and very simplifying one. >> Right. And why this is important is because it's this application centric point of view which enables the digital transformation that people are talking about all the time. That's a nice big word, but the rubber hits the road is how do you execute and deliver applications, and more importantly, how do you continue to evolve them and change them based on either customer demands or competitive demands or just changes in the marketplace? >> Yeah, well you look at something like a modern app that maybe has a hundred VMs that are part of it and you take something like compliance, right? So today, if I want to check if this app is compliant, I got to go look at every individual VM and make sure it's locked down, and hardened, and secured the right way. But now instead, what I can do is I can just look at that one application object inside of vCenter, set the right security settings on that, and I can be assured that all the different objects inside of it are going to inherit that stuff. So it really simplifies that. It also makes it so that that admin can handle much larger applications. You know, if you think about vCenter today you might log in and see a thousand VMs in your inventory. When you log in with vSphere 7, what you see is a few dozen applications. So a single admin can manage a much larger pool of infrastructure, many more applications than they could before because we automate so much of that operation. >> And it's not just the scale part, which is obviously really important, but it's also the rate of change. And this notion of how do we enable developers to get what they want to get done, done, i.e., building applications, while at the same time enabling the IT operations teams to put the right sort of guardrails in place around compliance and security, performance concerns, these sorts of elements. And so by being able to have the IT operations team really manage that logical application at that more abstract level and then have the developer be able to push in new containers or new VMs or whatever they need inside of that abstraction, it actually allows those two teams to work actually together and work together better. They're not stepping over each other but in fact now, they can both get what they need to get done, done, and do so as quickly as possible but while also being safe and in compliance and so forth. >> Right. So there's a lot more to this. This is a very significant release, right? Again, lot of foreshadowing if you go out and read the tea leaves, it's a pretty significant, you know, kind of re-architecture of many parts of vSphere. So beyond the Kubernetes, you know, kind of what are some of the other things that are coming out in this very significant release? >> Yeah, that's a great question because we tend to talk a lot about Kubernetes, what was Project Pacific but is now just part of vSphere, and certainly that is a very large aspect of it but to your point, vSphere 7 is a massive release with all sorts of other features. And so instead of a demo here, let's pull up some slides and we'll take a look at what's there. So outside of Kubernetes, there's kind of three main categories that we think about when we look at vSphere 7. So the first one is simplified lifecycle management. And then really focus on security is the second one, and then applications as well, but both including the cloud native apps that couldn't fit in the Kubernetes bucket as well as others. And so we go on the first one, the first column there, there's a ton of stuff that we're doing around simplifying lifecycle. So let's go to the next slide here where we can dive in a little bit more to the specifics. So we have this new technology, vSphere life cycle management, vLCM, and the idea here is how do we dramatically simplify upgrades, life cycle management of the ESX clusters and ESX hosts? How do we make them more declarative with a single image that you can now specify for an entire cluster. We find that a lot of our vSphere admins, especially at larger scales, have a really tough time doing this. There's a lot of in and outs today, it's somewhat tricky to do. And so we want to make it really really simple and really easy to automate as well. >> Right. So if you're doing Kubernetes on Kubernetes, I suppose you're going to have automation on automation, right? Because upgrading to the seven is probably not an inconsequential task. >> And yeah, and going forward and allowing, you know, as we start moving to deliver a lot of this great vSphere functionality at a more rapid clip, how do we enable our customers to take advantage of all those great things we're putting out there as well? >> Right. Next big thing you talk about is security. >> Yep. >> And we just got back from RSA, thank goodness we got that show in before all the madness started. >> Yep. >> But everyone always talked about security's got to be baked in from the bottom to the top. So talk about kind of the changes in the security. >> So, done a lot of things around security. Things around identity federation, things around simplifying certificate management, you know, dramatic simplifications there across the board. One I want to focus on here on the next slide is actually what we call vSphere trust authority. And so with that one what we're looking at here is how do we reduce the potential attack surfaces and really ensure there's a trusted computing base? When we talk to customers, what we find is that they're nervous about a lot of different threats including even internal ones, right? How do they know all the folks that work for them can be fully trusted? And obviously if you're hiring someone, you somewhat trust them but you know, how do you implement the concept of lease privilege? Right? >> Right. >> Jeff: Or zero trust, right, is a very hot topic >> Yeah, exactly. in security. >> So the idea with trust authority is that we can specify a small number of physical ESX hosts that you can really lock down and ensure are fully secure. Those can be managed by a special vCenter server which is in turn very locked down, only a few people have access to it. And then those hosts and that vCenter can then manage other hosts that are untrusted and can use attestation to actually prove that okay, this untrusted host haven't been modified, we know they're okay so they're okay to actually run workloads on they're okay to put data on and that sort of thing. So it's this kind of like building block approach to ensure that businesses can have a very small trust base off of which they can build to include their entire vSphere environment. >> Right. And then the third kind of leg of the stool is, you know, just better leveraging, you know, kind of a more complex asset ecosystem, if you will, with things like FPGAs and GPUs and you know, >> Yeah. kind of all of the various components that power these different applications which now the application can draw the appropriate resources as needed, so you've done a lot of work there as well. >> Yeah, there's a ton of innovation happening in the hardware space. As you mentioned, all sorts of accelerateds coming out. We all know about GPUs, and obviously what they can do for machine learning and AI type use cases, not to mention 3-D rendering. But you know, FPGAs and all sorts of other things coming down the pike as well there. And so what we found is that as customers try to roll these out, they have a lot of the same problems that we saw on the very early days of virtualization. I.e., silos of specialized hardware that different teams were using. And you know, what you find is all things we found before. You find very low utilization rates, inability to automate that, inability to manage that well, put in security and compliance and so forth. And so this is really the reality that we see at most customers. And it's funny because, and so much you think, well wow, shouldn't we be past this? As an industry, shouldn't we have solved this already? You know, we did this with virtualization. But as it turns out, the virtualization we did was for compute, and then storage and network, but now we really need to virtualize all these accelerators. And so that's where this Bitfusion technology that we're including now with vSphere really comes to the forefront. So if you see in the current slide we're showing here, the challenges that just these separate pools of infrastructure, how do you manage all that? And so if you go to the, if we go to the next slide what we see is that with Bitfusion, you can do the same thing that we saw with compute virtualization. You can now pool all these different silos infrastructure together so they become one big pool of GPUs of infrastructure that anyone in an organization can use. We can, you know, have multiple people sharing a GPU. We can do it very dynamically. And the great part of it is is that it's really easy for these folks to use. They don't even need to think about it. In fact, integrates seamlessly with their existing workflows. >> So it's pretty interesting 'cause of the classifications of the assets now are much larger, much varied, and much more workload specific, right? That's really the opportunity slash challenge that you guys are addressing. >> They are. >> A lot more diverse, yep. And so like, you know, a couple other things just, now, I don't have a slide on it, but just things we're doing to our base capabilities. Things around DRS and VMotion. Really massive evolutions there as well to support a lot of these bigger workloads, right? So you look at some of the massive SAP HANA, or Oracle Databases. And how do we ensure that VMotion can scale to handle those without impacting their performance or anything else there. Making DRS smarter about how it does load balancing and so forth. >> Jeff: Right. >> So a lot of the stuff is not just kind of brand new, cool new accelerator stuff, but it's also how do we ensure the core apps people have already been running for many years, we continue to keep up with the innovation and scale there as well. >> Right. All right, so Jared, I give you the last word. You've been working on this for a while, there's a whole bunch of admins that have to sit and punch keys. What do you tell them, what should they be excited about, what are you excited for them in this new release? >> I think what I'm excited about is how, you know, IT can really be an enabler of the transformation of modern apps, right? I think today you look at a lot of these organizations and what ends up happening is the app team ends up sort of building their own infrastructure on top of IT's infrastructure, right? And so now I think we can shift that story around. I think that there's, you know, there's an interesting conversation that a lot of IT departments and app dev teams are going to be having over the next couple years about how do we really offload some of these infrastructure tasks from the dev team, make you more productive, give you better performance, availability, disaster recovery, and these kinds of capabilities. >> Awesome. Well, Jared, congratulation, again both of you, for you getting the release out. I'm sure it was a heavy lift and it's always good to get it out in the world and let people play with it and thanks for sharing a little bit more of a technical deep-dive. I'm sure there's a ton more resources for people that even want to go down into the weeds. So thanks for stopping by. >> Thank you. >> Thank you. >> All right, he's Jared, he's Kit, I'm Jeff. You're watching theCUBE. We're in the Palo Alto studios. Thanks for watching and we'll see you next time. (upbeat music)
SUMMARY :
and kind of the the ongoing and great to have you on board. great, great to be here. From kind of a technical aspect, and containers to my of the Heptio team. And as Jared mentioned of what that was, All right, so I think he Why don't we jump over to there and let's see what it looks like? and all of the ecosystem the IT still sees vSphere, that you can have and kind of this bifurcation and all of them have very clear visions kind of the capabilities So a lot of the things you would do and so how do you start but the rubber hits the and secured the right way. And it's not just the scale part, So beyond the Kubernetes, you know, and certainly that is a management of the ESX clusters So if you're doing Next big thing you talk about is security. And we just got back from RSA, from the bottom to the top. but you know, how do you Yeah, exactly. So the idea with trust authority of leg of the stool is, kind of all of the various components and so much you think, well 'cause of the classifications And so like, you know, a So a lot of the stuff is that have to sit and punch keys. of the transformation and it's always good to We're in the Palo Alto studios.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jared | PERSON | 0.99+ |
Jeff Frick | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
Jared Rosoff | PERSON | 0.99+ |
April 2020 | DATE | 0.99+ |
two teams | QUANTITY | 0.99+ |
Kit Colbert | PERSON | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
VMworld | ORGANIZATION | 0.99+ |
today | DATE | 0.99+ |
vSphere 7 | TITLE | 0.99+ |
last year | DATE | 0.99+ |
vSphere 7 | TITLE | 0.99+ |
vSphere | TITLE | 0.99+ |
Project Pacific | ORGANIZATION | 0.99+ |
second one | QUANTITY | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
ESX | TITLE | 0.99+ |
vCenter | TITLE | 0.99+ |
Heptio | ORGANIZATION | 0.99+ |
two ends | QUANTITY | 0.99+ |
both | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
first one | QUANTITY | 0.98+ |
CUBE | ORGANIZATION | 0.98+ |
seven | QUANTITY | 0.98+ |
two extremes | QUANTITY | 0.98+ |
SAP HANA | TITLE | 0.98+ |
theCUBE | ORGANIZATION | 0.97+ |
Kubernetes | TITLE | 0.97+ |
third | QUANTITY | 0.97+ |
first column | QUANTITY | 0.97+ |
single | QUANTITY | 0.96+ |
one side | QUANTITY | 0.96+ |
each | QUANTITY | 0.96+ |
first | QUANTITY | 0.95+ |
single object | QUANTITY | 0.95+ |
three main categories | QUANTITY | 0.95+ |
WMware VOD (embargo until 4/2)
(bright upbeat music) >> Hello and welcome to the Palo Alto Studios, theCube. I'm John Furrier, we here for a special Cube Conversation and special report, big news from VMware to discuss the launch of the availability of vSphere 7. I'm here with Krish Prasad SVP and General Manager of the vSphere Business and Cloud Platform Business Unit. And Paul Turner, VP of vSphere Product Management. Guys, thanks for coming in and talking about the big news. >> Thank you for having us. >> You guys announced some interesting things back in March around containers, Kubernetes and vSphere. Krish, tell us about the hard news what's being announced? >> Today we are announcing the general availability of vSphere 7. John, it's by far the biggest release that we have done in the last 10 years. We premiered it as project Pacific few months ago. With this release, we are putting Kubernetes native support into the vSphere platform. What that allows us to do is give customers the ability to run both modern applications based on Kubernetes and containers, as well as traditional VM based applications on the same platform. And it also allows the IT departments to provide their developers, cloud operating model using the VMware cloud foundation that is powered by this release. This is a key part of our (murmurs) portfolio solutions and products that we announced this year. And it is targeted fully at the developers of modern applications. >> And the specific news is vSphere.. >> Seven is generally available. >> Generally a vSphere 7? >> Yes. >> So let's on the trend line here, the relevance is what? What's the big trend line, that this is riding obviously we saw the announcements at VMware last year, and throughout the year, there's a lot of buzz. Pat Gelsinger says, "There's a big wave here with Kubernetes." What does this announcement mean for you guys with the marketplace trend? >> Yes what Kubernetes is really about is people trying to have an agile operation, they're trying to modernize the IT applications. And the best way to do that, is build off your current platform, expand it and make it a an innovative, an Agile Platform for you to run Kubernetes applications and VM applications together. And not just that customers are also looking at being able to manage a hybrid cloud environment, both on-prem and public cloud together. So they want to be able to evolve and modernize their application stack, but modernize their infrastructure stack, which means hybrid cloud operations with innovative applications Kubernetes or container based applications and VMs. >> What's exciting about this trend, Krish, we were talking about this at VMworld last year, we had many conversations around cloud native, but you're seeing cloud native becoming the operating model for modern business. I mean, this is really the move to the cloud. If you look at the successful enterprises, leaving the suppliers, the on premises piece, if not moved to the cloud native marketplace technologies, the on-premise isn't effective. So it's not so much on-premises going away, we know it's not, but it's turning into cloud native. This is the move to the cloud generally, this is a big wave. >> Yeah, absolutely. I mean, John, if you think about it on-premise, we have, significant market share, we are by far the leader in the market. And so what we are trying to do with this, is to allow customers to use the current platform they are using, but bring their modern application development on top of the same platform. Today, customers tend to set up stacks, which are different, so you have a Kubernetes stack, you have stack for the traditional applications, you have operators and administrators who are specialized in Kubernetes on one side, and you have the traditional VM operators on the other side. With this move, what we are saying is that you can be on the same common platform, you can have the same administrators who are used to administering the environment that you already had, and at the same time, offer the developers what they like, which is Kubernetes dial-tone, that they can come and deploy their applications on the same platform that you use for traditional applications. >> Yeah, Paul, Pat said Kubernetes can be the dial-tone of the internet. Most millennials might even know what dial-tone is. But what he meant is that's the key fabric, that's going to orchestrate. And we've heard over the years skill gap, skill gap, not a lot of skills out there. But when you look at the reality of skills gap, it's really about skills gaps and shortages, not enough people, most CIOs and chief information security officers, that we talk to, say, I don't want to fork my development teams, I don't want to have three separate teams, I don't have to, I want to have automation, I want an operating model that's not going to be fragmented. This kind of speaks to this whole idea of, interoperability and multi cloud. This seems to be the next big way behind hybrid. >> I think it is the next big wave, the thing that customers are looking for is a cloud operating model. They like the ability for developers to be able to invoke new services on demand in a very agile way. And we want to bring that cloud operating model to on-prem, to Google Cloud, to Amazon cloud to Microsoft Cloud to any of our VCPP partners. You get the same cloud operating experience. And it's all driven by a Kubernetes based dial-tone that's effective and available within this platform. So by bringing a single infrastructure platform that can run in this hybrid manner, and give you the cloud operating agility the developers are looking for, that's what's key in version seven. >> Does Pat Gelsinger mean when he says dial-tone of the internet Kubernetes. Does he mean always on? or what does he mean specifically? Just that it's always available? what's the meaning behind that phrase? >> The first thing he means is that developers can come to the infrastructure, which is, The VMware Cloud Foundation, and be able to work with a set of API's that are Kubernetes API's. So developers understand that, they are looking for that. They understand that dial-tone, right? And you come to our VMware cloud foundation that runs across all these clouds, you get the same API set that you can use to deploy that application. >> Okay, so let's get into the value here of vSphere 7, how does VMware and vSphere 7 specifically help customers? Isn't just bolting on Kubernetes to vSphere, some will say is that's simple or (murmurs) you're running product management no, it's not that easy. Some people say, "He is bolting Kubernetes on vSphere." >> it's not that easy. So one of the things, if anybody has actually tried deploying Kubernetes, first, it's highly complicated. And so definitely one of the things that we're bringing is you call it a bolt on, but it's certainly not like that we are making it incredibly simple. You talked about IT operational shortages, customers want to be able to deploy Kubernetes environments in a very simple way. The easiest way that you can do that is take your existing environment that route 90% of IT, and just turn on the Kubernetes dial-tone, and it is as simple as that. Now, it's much more than that, in version seven, as well, we're bringing in a couple things that are very important. You also have to be able to manage at scale, just like you would in the cloud, you want to be able to have infrastructure, almost self manage and upgrade and lifecycle manage itself. And so we're bringing in a new way of managing infrastructure so that you can manage just large scale environments, both on-premise and public cloud environments at scale. And then associated with that as well is you must make it secure. So there's a lot of enhancements we're building into the platform around what we call intrinsic security, which is how can we actually build in a truly a trusted platform for your developers and IT. >> I was just going to touch on your point about this, the shortage of IT staff, and how we are addressing that here. The way we are addressing that, is that the IT administrators that are used to administering vSphere can continue to administer this enhanced platform with Kubernetes, the same way they administered the older releases, so they don't have to learn anything new. They are just working the same way. We are not changing any tools, process, technologies. >> So same as it was before? >> Same as before. >> More capability. >> More capability. And developers can come in and they see new capabilities around Kubernetes. So it's a best of both worlds. >> And what was the pain point that you guys are solving? Obviously, the ease of use is critical, obviously, operationally, I get that. As you look at the cloud native developer cycles, infrastructure as code means, as app developers, on the other side, taking advantage of it. What's the real pain point that you guys are solving with vSphere 7. >> So I think it's multiple factors. So first is we've talked about agility a few times, there is DevOps is a real trend inside an IT organizations. They need to be able to build and deliver applications much quicker, they need to be able to respond to the business. And to do that, what they are doing is they need infrastructure that is on demand. So what we're really doing in the core Kubernetes kind of enablement, is allowing that on demand fulfillment of infrastructure, so you get that agility that you need. But it's not just tied to modern applications. It's also all of your existing business applications and your monitoring applications on one platform, which means that you've got a very simple and low cost way of managing large scale IT infrastructure. So that's a huge piece as well. And then I do want to emphasize a couple of other things. We're also bringing in new capabilities for AI and ML applications for SAP HANA databases, where we can actually scale to some of the largest business applications out there. And you have all of the capabilities like the GPU awareness and FPGA awareness that we built into the platform, so that you can truly run this as the fastest accelerated platform for your most extreme applications. So you've got the ability to run those applications, as well as your Kubernetes and Container based application. >> That's the accelerated application innovation piece of the announcement right? >> That's right, yeah. It's quite powerful that we've actually brought in, basically new hardware awareness into the product and expose that to your developers, whether that's through containers or through VMs. >> Krish, I want to get your thoughts on the ecosystem and then the community but I want to just dig into one feature you mentioned. I get the lifestyle improvement, life lifecycle improvement, I get the application acceleration innovation, but the intrinsic security is interesting. Could you take a minute, explain what that is? >> Yeah, so there's a few different aspects. One is looking at how can we actually provide a trusted environment. And that means that you need to have a way that the key management that even your administrator is not able to get keys to the kingdom, as we would call it. You want to have a controlled environment that, some of the worst security challenges inside in some of the companies has been your internal IT staff. So you've got to have a way that you can run a trusted environment independent. We've got vSphere Trust Authority that we released in version seven, that actually gives you a secure environment for actually managing your keys to the kingdom effectively your certificates. So you've got this, continuous runtime. Now, not only that, we've actually gone and taken our carbon black features, and we're actually building in full support for carbon black into the platform. So that you've got native security of even your application ecosystem. >> Yeah, that's been coming up a lot conversations, the carbon black and the security piece. Krish obviously vSphere everywhere having that operating model makes a lot of sense, but you have a lot of touch points, you got cloud, hyper scalars got the edge, you got partners. >> We have that dominant market share on private cloud. We are on Amazon, as you will know, Azure, Google, IBM Cloud, Oracle Cloud. So all the major clouds, there is a vSphere stack running. So it allows customers if you think about it, it allows customers to have the same operating model, irrespective of where their workload is residing. They can set policies, components, security, they set it once, it applies to all their environments across this hybrid cloud, and it's all supported by our VMware Cloud Foundation, which is powered by vSphere 7. >> Yeah, I think having that, the cloud as API based having connection points and having that reliable easy to use is critical operating model. Alright guys, so let's summarize the announcement. What do you guys their takeaway from this vSphere 7, what is the bottom line? What's it really mean? (Paul laughs) >> I think what we're, if we look at it for developers, we are democratizing Kubernetes. We already are in 90% of IT environments out there are running vSphere. We are bringing to every one of those vSphere environments and all of the virtual infrastructure administrators, they can now manage Kubernetes environments, you can you can manage it by simply upgrading your environment. That's a really nice position rather than having independent kind of environments you need to manage. So I think that is one of the key things that's in here. The other thing though, I don't think any other platform out there, other than vSphere that can run in your data center in Google's, in Amazon's, in Microsoft's, in thousands of VCPP partners. You have one hybrid platform that you can run with. And that's got operational benefits, that's got efficiency benefits, that's got agility benefits. >> Great. >> Yeah, I would just add to that and say that, look, we want to meet customers, where they are in their journey. And we want to enable them to make business decisions without technology getting in the way. And I think the announcement that we made today, with vSphere 7, is going to help them accelerate their digital transformation journey, without making trade offs on people, process and technology. And there is more to come. Look, we are laser focused on making our platform the best in the industry, for running all kinds of applications and the best platform for a hybrid and multi cloud. And so you will see more capabilities coming in the future. Stay tuned. >> Well, one final question on this news announcement, which is awesome, vSphere, core product for you guys, if I'm the customer, tell me why it's going to be important five years from now? >> Because of what I just said, it is the only platform that is going to be running across all the public clouds, which will allow you to have an operational model that is consistent across the cloud. So think about it. If you go to Amazon native, and then you have a workload in Azure, you're going to have different tools, different processes, different people trained to work with those clouds. But when you come to VMware and you use our Cloud Foundation, you have one operating model across all these environments, and that's going to be game changing. >> Great stuff, great stuff. Thanks for unpacking that for us. Congratulations on the announcement. >> Thank you. >> vSphere 7, news special report here, inside theCube cCnversation, I'm John Furrier. Thanks for watching. (upbeat music) >> Hey welcome back everybody, Jeff Frick here with theCube. We are having a very special Cube Conversation and kind of the the ongoing unveil, if you will of the new VMware vSphere 7.0 we're going to get a little bit more of a technical deep dive here today we're excited to have longtime Cube alumni, Kit Colbert here, is the VP and CTO of Cloud Platform at VMware. Kit, great to see you. And, and new to theCube, Jared Rosoff. He's a Senior Director of Product Management VMware, and I'm guessing had a whole lot to do with this build. So Jared, first off, congratulations for birthing this new release. And great to have you on board. >> Feels pretty good, great to be here. >> All right, so let's just jump into it. From kind of a technical aspect, what is so different about vSphere 7? >> Yeah, great. So vSphere 7, bakes Kubernetes right into the virtualization platform. And so this means that as a developer, I can now use Kubernetes to actually provision and control workloads inside of my vSphere environment. And it means as an IT admin, I'm actually able to deliver Kubernetes and containers to my developers really easily right on top of the platform I already run. >> So I think we had kind of a sneaking suspicion that might be coming with the acquisition of the FTO team. So really exciting news. And I think Kit you tease it out quite a bit at VMware last year about really enabling customers to deploy workloads across environments, regardless of whether that's on-prem, public cloud, this public cloud, that public cloud. So this really is the realization of that vision. >> It is, yeah. So, we talked at VMworld about project Pacific, this technology preview, and as Jared mentioned, what that was, is how do we take Kubernetes and really build it into vSphere. As you know, we had Hybrid Cloud Vision for quite a while now. How do we proliferate vSphere to as many different locations as possible. Now part of the broader VMware Cloud Foundation portfolio. And as we've gotten more and more of these instances in the cloud on-premises, at the edge, with service providers, there's a secondary question, how do we actually evolve that platform? So it can support not just the existing workloads, but also modern workloads as well. >> All right. So I think you brought some pictures for us a little demo. So why (murmurs) and let's see what it looks like. You guys can keep the demo? >> Narrator: So we're going to start off looking at a developer actually working with the new VMware Cloud Foundation for and vSphere 7. So what you're seeing here is a developer is actually using Kubernetes to deploy Kubernetes. The selfie in watermelon, (all laughing) So the developer uses this Kubernetes declarative syntax where they can describe a whole Kubernetes cluster. And the whole developer experience now is driven by Kubernetes. They can use the coop control tool and all of the ecosystem of Kubernetes API's and tool chains to provision workloads right into vSphere. And so, that's not just provisioning workloads, though. This is also key to the developer being able to explore the things they've already deployed, so go look at, hey, what's the IP address that got allocated to that? Or what's the CPU load on this workload I just deployed. On top of Kubernetes, we've integrated a Container Registry into vSphere. So here we see a developer pushing and pulling container images. And one of the amazing things about this is, from an infrastructure is code standpoint. Now, the developers infrastructure as well as their software is all unified in source control. I can check in, not just my code, but also the description of the Kubernetes environment and storage and networking and all the things that are required to run that app. So now we're looking at sort of a side by side view, where on the right hand side is the developer continuing to deploy some pieces of their application and on the left hand side, we see vCenter. And what's key here is that as the developer deploys new things through Kubernetes, those are showing up right inside of the vCenter console. And so the developer and IT are seeing exactly the same things, the same names, and so this means what a developer calls their IT department and says, "Hey, I got a problem with my database," we don't spend the next hour trying to figure out which VM they're talking about. They got the same name, they see the same information. So what we're going to do is that, we're going to push the the developer screen aside and start digging into the vSphere experience. And what you'll see here is that vCenter is the vCenter you've already known and love, but what's different is that now it's much more application focused. So here we see a new screen inside of vCenter vSphere namespaces. And so these vSphere namespaces represent whole logical applications, like the whole distributed system now as a single object inside of vCenter. And when I click into one of these apps, this is a managed object inside of vSphere. I can click on permissions, and I can decide which developers have the permission to deploy or read the configuration of one of these namespaces. I can hook this into my active directory infrastructure, so I can use the same, corporate credentials to access the system, I tap into all my existing storage. So, this platform works with all of the existing vSphere storage providers. I can use storage policy based management to provide storage for Kubernetes. And it's hooked in with things like DRS, right? So I can define quotas and limits for CPU and memory, and all that's going to be enforced by DRS inside the cluster. And again, as an admin, I'm just using vSphere, but to the developer, they're getting a whole Kubernetes experience out of this platform. Now, vSphere also now sucks in all this information from the Kubernetes environment. So besides, seeing the VMs and things that developers have deployed, I can see all of the desired state specifications, all the different Kubernetes objects that the developers have created, the compute network and storage objects, they're all integrated right inside the vCenter console. And so once again, from a diagnostics and troubleshooting perspective, this data is invaluable, often saves hours, just to try to figure out what we're even talking about more trying to resolve an issue. So, as you can see, this is all baked right into vCenter. The vCenter experience isn't transformed a lot, we get a lot of VI admins who look at this and say, "Where's the Kubernetes?" And they're surprised. They're like, they've been managing Kubernetes all this time, it just looks, it looks like the vSphere experience they've already got. But all those Kubernetes objects, the pods and containers, Kubernetes clusters, load balancer stores, they're all represented right there natively in the vCenter UI. And so we're able to take all of that and make it work for your existing VI admins. >> Well, it's pretty wild. It really builds off the vision that again, I think you kind of outlined Kit teased out at VMworld, which was, the IT still sees vSphere, which is what they want to see, what they're used to seeing, but (murmurs) see Kubernetes and really bringing those together in a unified environment. So that, depending on what your job is and what you're working on, that's what you're going to see in this kind of unified environment. >> Yeah, as the demo showed, (clears throat) it is still vSphere at the center, but now there's two different experiences that you can have interacting with vSphere, Kubernetes base one, which is of course great for developers and DevOps type folks, as well as the traditional vSphere interface API's, which is great for VI admins and IT operations. >> And then it really is interesting too, you tease that a lot. That was a good little preview, people knew they're watching. But you talked about really cloud journey and kind of this bifurcation of kind of classical school apps that are that are running in their classic VMs, and then kind of the modern, kind of cloud native applications built on Kubernetes. And you outlined a really interesting thing that people often talk about the two ends of the spectrum, and getting from one to the other, but not really about kind of the messy middle, if you will, and this is really enabling people to pick where along that spectrum, they can move their workloads or move their apps. >> Yeah, I think we think a lot about it like that, we talk to customers, and all of them have very clear visions on where they want to go, their future state architecture. And that involves embracing cloud and involves modernizing applications. And you know, as you mentioned, it's challenging for them. Because I think what a lot of customers see is this kind of these two extremes either you're here where you are, kind of the old current world, and you got the bright Nirvana future on the far end there. And they believe that the only way to get there is to kind of make a leap from one side to the other, they have to kind of change everything out from underneath you. And that's obviously very expensive, very time consuming, and very error prone as well. There's a lot of things that can go wrong there. And so I think what we're doing differently at VMware is really to your point as you call it, the messy middle, I would say it's more like, how do we offer stepping stones along that journey? Rather than making this one giant leap we had to invest all this time and resources? How can we enable people to make smaller incremental steps, each of which have a lot of business value, but don't have a huge amount of cost? >> And it's really enabling kind of this next gen application, where there's a lot of things that are different about it. But one of the fundamental things is where now the application defines the resources that it needs to operate, versus the resources defining kind of the capabilities what the application can do. And that's where everybody is moving as quickly as makes sense. As you said, not all applications need to make that move, but most of them should, and most of them are, and most of them are at least making that journey. Do you see that? >> Yeah, definitely. I mean, I think that, certainly this is one of the big evolutions we're making in vSphere from, looking historically at how we managed infrastructure, one of the things we enable in vSphere 7, is how we manage applications. So a lot of the things you would do in infrastructure management of setting up security rules or encryption settings, or, your resource allocation, you would do this in terms of your physical and virtual infrastructure, you talk about it in terms of, this VM is going to be encrypted, or this VM is going to have this firewall rule. And what we do in vSphere 7 is elevate all of that to application centric management. So you actually look at an application and say, I want this application to be constrained to this much CPU. Or I want this application to have these security rules on it. And so that shifts the focus of management really up to the application level. >> And like, I can even zoom back a little bit there and say, if you look back, one thing we did was something like vSAN before that people had to put policies on a LAN an actual storage LAN, and a storage array. And then by virtue of a workload being placed on that array, inherited certain policies. And so, vSAN will turn that around allows you to put the policy on the VM. But what Jared is talking about now is that for a modern workload, a modern workloads is not a single VM, it's a collection of different things. You got some containers in there, some VMs, probably distributed, maybe even some on-prem, some on the cloud. And so how do you start managing that more holistically? And this notion of really having an application as a first class entity that you can now manage inside of vSphere is really powerful and very simplified one. >> And why this is important is because it's this application centric point of view, which enables the digital transformation that people are talking about all the time. That's a nice big word, but when the rubber hits the road is how do you execute and deliver applications. And more importantly, how do you continue to evolve them and change them, based on on either customer demands or competitive demands, or just changes in the marketplace. >> Yeah when you look at something like a modern app that maybe has 100 VMs that are part of it, and you take something like compliance. So today, if I want to check if this app is compliant, I got to go look at every individual VM and make sure it's locked down hardened and secured the right way. But now instead, what I can do is I can just look at that one application object inside of vCenter, set the right security settings on that and I can be assured that all the different objects inside of it are going to inherit that stuff. So it really simplifies that. It also makes it so that that admin can handle much larger applications. If you think about vCenter today, you might log in and see 1000 VMs in your inventory. When you log in with vSphere 7, what you see is few dozen applications. So a single admin can manage much larger pool of infrastructure, many more applications than they could before. Because we automate so much of that operation. >> And it's not just the scale part, which is obviously really important, but it's also the rate of change. And this notion of how do we enable developers to get what they want to get done, done, i.e. building applications, while at the same time enabling the IT operations teams to put the right sort of guardrails in place around compliance and security performance concerns, these sorts of elements. And so being by being able to have the IT operations team really manage that logical application at that more abstract level, and then have the developer be able to push in new containers or new VMs or whatever they need inside of that abstraction. It actually allows those two teams to work actually together and work together better. They're not stepping over each other. But in fact, now they can both get what they need to get done, done, and do so as quickly as possible but while also being safe, and in compliance, and so forth. >> So there's a lot more to this, this is a very significant release, right? Again, a lot of foreshadowing, if you go out and read the tea leaves, it's a pretty significant kind of re-architecture of many, many parts of vSphere. So beyond the Kubernetes, kind of what are some of the other things that are coming out in this very significant release? >> Yeah, that's a great question, because we tend to talk a lot about Kubernetes, what was Project Pacific, but it's now just part of vSphere. And certainly, that is a very large aspect of it. But to your point, vSphere 7 is a massive release with all sorts of other features. And so there is a demo here, let's pull up some slides. And we're ready to take a look at what's there. So, outside of Kubernetes, there's kind of three main categories that we think about when we look at vSphere 7. So the first first one is simplified Lifecycle Management. And then really focused on security as a second one, and then applications as well, but both including, the cloud native apps that could fit in the Kubernetes bucket as well as others. And so we go on the first one, the first column there, there's a ton of stuff that we're doing, around simplifying life cycles. So let's go to the next slide here where we can dive in a little bit more to the specifics. So we have this new technology vSphere Lifecycle Management, vLCM. And the idea here is how do we dramatically simplify upgrades, lifecycle management of the ESX clusters and ESX hosts? How do we make them more declarative, with a single image, you can now specify for an entire cluster. We find that a lot of our vSphere admins, especially at larger scales, have a really tough time doing this. There's a lot of ins and outs today, it's somewhat tricky to do. And so we want to make it really, really simple and really easy to automate as well. >> So if you're doing Kubernetes on Kubernetes, I suppose you're going to have automation on automation, because upgrading to the sevens is probably not an inconsequential task. >> And yeah, and going forward and allowing you as we start moving to deliver a lot of this great VCR functionality at a more rapid clip. How do we enable our customers to take advantage of all those great things we're putting out there as well. >> Next big thing you talk about is security. >> Yep >> We just got back from RSA. Thank goodness, we got that show in before all the badness started. But everyone always talks about security is got to be baked in from the bottom to the top. Talk about kind of the the changes in the security. >> So I've done a lot of things around security, things around identity federation, things around simplifying certificate management, dramatic simplifications they're across the board. What I want to focus on here, on the next slide is actually what we call vSphere Trust Authority. And so with that one, what we're looking at here is how do we reduce the potential attack surfaces, and really ensure there's a trusted computing base? When we talk to customers, what we find is that they're nervous about a lot of different threats, including even internal ones, right? How do they know all the folks that work for them can be fully trusted. And obviously, if you're hiring someone, you somewhat trust them. How do you implement the concept of least privilege. >> Jeff: Or zero trust (murmurs) >> Exactly. So they idea with trust authority that we can specify a small number of physical ESX hosts that you can really lock down ensure a fully secure, those can be managed by a special vCenter Server, which is in turn very locked down, only a few people have access to it. And then those hosts and that vCenter can then manage other hosts that are untrusted and can use attestation to actually prove that, okay, this untrusted host haven't been modified, we know they're okay, so they're okay to actually run workloads or they're okay to put data on and that sort of thing. So it's this kind of like building block approach to ensure that businesses can have a very small trust base off of which they can build to include their entire vSphere environment. >> And then the third kind of leg of the stool is, just better leveraging, kind of a more complex asset ecosystem, if you will, with things like FPGAs and GPUs, and kind of all of the various components that power these different applications which now the application can draw the appropriate resources as needed. So you've done a lot of work there as well. >> Yeah, there's a ton of innovation happening in the hardware space, as you mentioned, all sorts of accelerators coming out. We all know about GPUs, and obviously what they can do for machine learning and AI type use cases, not to mention 3D rendering. But FPGAs, and all sorts of other things coming down the pike as well there. And so what we found is that as customers try to roll these out, they have a lot of the same problems that we saw in the very early days of virtualization, i.e. silos of specialized hardware that different teams were using. And what you find is, all the things we found before you find very low utilization rates, inability to automate that, inability to manage that well, putting security and compliance and so forth. And so this is really the reality that we see in most customers and it's funny because, and sometimes you think, "Wow, shouldn't we be past this?" As an industry should we have solved this already, we did this with virtualization. But as it turns out, the virtualization we did was for compute and then storage network. But now we really need to virtualize all these accelerators. And so that's where this bit fusion technology that we're including now with vSphere, really comes to the forefront. So if you see in the current slide, we're showing here, the challenges that just these separate pools of infrastructure, how do you manage all that? And so if the we go to the next slide, what we see is that, with that fusion, you can do the same thing that we saw with compute virtualization, you can now pool all these different silos infrastructure together. So they become one big pool of GPUs of infrastructure that anyone in an organization can use. We can, have multiple people sharing a GPU, we can do it very dynamically. And the great part of it is that it's really easy for these folks to use. They don't even need to think about it, in fact, integrates seamlessly with their existing workflows. >> So it's free, it's pretty cheap, because the classifications of the assets now are much, much larger, much varied and much more workload specific right. That's really the opportunity slash challenge there. >> They are a lot more diverse And so like, a couple other things just, I don't have a slide on it, but just things we're doing to our base capabilities, things around DRS and vMotion. Really massive evolutions there as well to support a lot of these bigger workloads, right. So you look at some of the massive SAP HANA or Oracle databases, and how do we ensure that vMotion can scale to handle those, without impacting their performance or anything else there? Making DRS smarter about how it does load balancing, and so forth. So a lot of the stuff not just kind of brand new, cool new accelerator stuff, but it's also how do we ensure the core as people have already been running for many years, we continue to keep up with the innovation and scale there as well. >> All right. So Jared I give you the last word. You've been working on this for a while. There's a whole bunch of admins that have to sit and punch keys. What do you tell them? What should they be excited about? What are you excited for them in this new release? >> I think what I'm excited about is how IT can really be an enabler of the transformation of modern apps. I think today, you look at all of these organizations, and what ends up happening is, the app team ends up sort of building their own infrastructure on top of IT infrastructure. And so, now, I think we can shift that story around. I think that there's an interesting conversation that a lot of IT departments and app dev teams are going to be having over the next couple of years about how do we really offload some of these infrastructure tasks from the dev team? Make you more productive, give you better performance, availability, disaster recovery and these kinds of capabilities. >> Awesome. Well, Jared, congratulation and Kit both of you for getting the release out. I'm sure it was a heavy lift. And it's always good to get it out in the world and let people play with it. And thanks for for sharing a little bit more of a technical deep dive into this ton more resources for people that didn't want to go down into the weeds. So thanks for stopping by. >> Thank you. >> Thank you. >> Alright, he's Jared, he's Kit, I'm Jeff. You're watching theCube. We're in the Palo Alto Studios. Thanks for watching, we'll see you next time. (upbeat music) >> Hi, and welcome to a special Cube Conversation. I'm Stu Miniman, and we're digging into VMware vSphere 7 announcement. We've had conversations with some of the executives some of the technical people, but we know that there's no better way to really understand the technology than to talk to some of the practitioners that are using it. So really happy to have joined me on the program. I have Philip Buckley-Mellor, who is an infrastructure designer with British Telecom joining me digitally from across the pond. Phil, thanks so much for joining us. >> Nice too. >> Alright, so Phil, let's start of course, British Telecom, I think most people know, you know what BT is and it's, really sprawling company. Tell us a little bit about, your group, your role and what's your mandate. >> Okay, so, my group is called service platforms. It's the bit of BT that services all of our multi millions of our customers. So we have broadband, we have TV, we have mobile, we have DNS and email systems. And it's all about our customers. It's not a B2B part of BT, you're with me? We specifically focus on those kind of multi million customers that we've got in those various services. And in particular, my group we do infrastructure. we really do from data center all the way up to really about boot time or so we'll just pass boot time, and the application developers look after that stage and above. >> Okay, great, we definitely going to want to dig in and talk about that, that boundary between the infrastructure teams and the application teams. But let's talk a little bit first, we're talking about VMware. So, how long has your organization been doing VMware and tell us, what you see with the announcement that VMware is making for vSphere 7? >> Sure, well, I mean, we've had really great relationship with VMware for about 12, 13 years, something like that. And it's a absolutely key part of our infrastructure. It's written throughout BT, really, in every part of our operations, design, development, and the whole ethos of the company is based around a lot of VMware products. And so one of the challenges that we've got right now is application architectures are changing quite significantly at the moment, And as you know, in particular with serverless, and with containers and a whole bunch of other things like that. We're very comfortable with our ability to manage VMs and have been for a while. We currently use extensively we use vSphere NSXT, VROPs, login site, network insight and a whole bunch of other VMware constellation applications. And our operations teams know how to use that they know how to optimize, they know how to pass the plan, and (murmurs). So that's great. And that's been like that for half a decade at least, we've been really, really confident with our ability to deal with VMware environments. And along came containers and like, say, multi cloud as well. And what we were struggling with was the inability to have a single pane of glass, really on all of that, and to use the same people and the same processes to manage a different kind of technology. So we, we've been working pretty closely with VMware on a number of different containerization products. For several years now, I've worked really closely with the vSphere integrated containers, guys in particular, and now with the Pacific guys, with really the ideal that when we bring in version seven and the containerization aspects of version seven, we'll be in a position to have that single pane of glass to allow our operations team to really barely differentiate between what's a VM and what's a container. That's really the Holy Grail. So we'll be able to allow our developers to develop, our operations team to deploy and to operate, and our designers to see the same infrastructure, whether that's on-premises, cloud or off-premises, and be able to manage the whole piece in that respect. >> Okay, so Phil, really interesting things you walk through here, you've been using containers in a virtualized environment for a number of years, want to understand and the organizational piece just a little bit, because it sounds great, I manage all the environment, but, containers are a little bit different than VMs. if I think back, from an application standpoint, it was, let's stick it in a VM, I don't need to change it. And once I spin up a VM, often that's going to sit there for, months, if not years, as opposed to, I think about a containerization environment. It's, I really want to pool of resources, I'm going to create and destroy things all the time. So, bring us inside that organizational piece. How much will there needs to be interaction and more interaction or change in policies between your infrastructure team and your app dev team? >> Well, yes, me absolutely right, that's the nature and the timescales that we're talking about between VMs and containers is wildly different. As you say, we probably almost certainly have Vms in place now that were in place in 2018 certainly I imagine, and haven't really been touched. Whereas as you say, VMs and a lot of people talk about spinning them all up all the time. There are parts of architecture that require that, in particular, the very client facing bursty stuff, does require spinning up and spinning down pretty quickly. But some of our some of our other containers do sit around for weeks, if not months, really does depend on the development cycle aspects of that, but the heartbeat that we've really had was just visualizing it. And there are a number of different products out there that allow you to see the behavior of your containers and understand the resource requirements that they are having at any given moment. Allies troubleshoot and seven. But they need any problems, the new things that we we will have to get used to. And also it seems that there's an awful lot of competing products, quite a Venn diagram of in terms of functionality and user abilities to do that. So again coming back to being able to manage through vSphere. And to be able to have a list of VMs on alongside is a list of containers and to be able to use policies to define how they behave in terms of their networking, to be able to essentially put our deployments on rails by using in particular tag based policies, means that we can take the onus of security, we can take the onus of performance management and capacity management away from the developers who don't really have a lot of time, and they can just get on with their job, which is to develop new functionality, and help our customers. So that means then we have to be really responsible about defining those policies, and making sure that they're adhered to. But again, we know how to do that with the VMs through vSphere. So the fact that we can actually apply that straight away, just with slightly different compute unit, is really what we're talking about here is ideal, and then to be able to extend that into multiple clouds as well, because we do use multiple clouds where (murmurs) and as your customers, and we're between them is an opportunity that we can't do anything other than be excited about (murmurs) >> Yeah, Phil, I really like how you described really the changing roles that are happening there in your organization need to understand, right? There's things that developers care about the they want to move fast, they want to be able to build new things and there's things that they shouldn't have to worry about. And, you know, we talked about some of the new world and it's like, oh, can the platform underneath this take care of it? Well, there's some things platforms take care of, there's some things that the software or your team is going to need to understand. So maybe if you could dig in a little bit, some of those, what are the drivers from your application portfolio? What is the business asking of your organization that's driving this change? And being one of those tail winds pushing you towards, Kubernetes and the vSphere 7 technologies? >> Well, it all comes down to the customers, right? Our customers want new functionality. They want new integrations, they want new content, they want better stability and better performance and our ability to extend or contracting capacity as needed as well. So there will be ultimate challenges that we want to give our customers the best possible experience of our products and services. So we have to have address that really from a development perspective, it's our developers have the responsibility to, design and deploy those. So, in infrastructure, we have to act as a firm, foundation, really underneath all of that. That allows them to know that what they spend their time and develop and want to push out to our customers is something that can be trusted is performant. We understand where the capacity requirements are coming from in the short term, and in the long term for that, and he's secure as well, obviously, is a big aspect to it. And so really, we're just providing our developers with the best possible chance of giving our customers what will hopefully make them delighted. >> Great, Phil, you've mentioned a couple of times that you're using public clouds as well as, your VMware firm. Want to make sure I if you can explain a little bit a couple of things. Number one is, when it comes to your team, especially your infrastructure team, how much are they in involved with setting up some of the basic pieces or managing things like performance in the public cloud. And secondly, when you look at your applications, or some of your clouds, some of your applications hybrid going between the data center and the public cloud. And I haven't talked to too many customers that are doing applications that just live in any cloud and move things around. But you know, maybe if you could clarify those pieces as to, what cloud really means to your organization and your applications? >> Sure, well, I mean, tools. Cloud allows us to accelerate development, which is nice because it means we don't have to do on-premises capacity lifts for new pieces of functionality are so we can initially build in the cloud and test in the cloud. But very often, applications really make better sense, especially in the TV environment where people watch TV all the time. I mean, yes, there are peak hours and lighter hours of TV watching. Same goes for broadband really. But we generally were well more than an eight hour application profile. So what that allows us to do then is to have applications that are, well, it makes sense. We run them inside our organization where we have to run them in our organization for, data protection reasons or whatever, then we can do that as well. But where we say, for instance, we have a boxing match on. And we're going to be seeing an enormous spike in the amount of customers that want to sign up into our auto journey to allow them to view that and to gain access to that, well, why would you spend a lot of money on servers just for that level of additional capacity? So we do absolutely have hybrid applications, not sorry, hybrid blocks, we have blocks of sub applications, dozens of them really to support our platform. And what you would see is that if you were to look at our full application structure for one of the platforms, I mentioned, that some of the some of those application blocks have to run inside some can run outside and what we want to be able to do is to allow our operations team to define that, again, by policies to where they run, and to, have a system that allows us to transparently see where they're running, how they're running, and the implications of those decisions so that we can tune those maybe in the future as well. And that way, we best serve our customers. We got to get our customers yeah, what they need. >> All right, great, Phil, final question I have for you, you've been through a few iterations of looking at VMs containers, public cloud, what what advice would you give your peers with the announcement of vSphere 7 and how they can look at things today in 2020 versus what they might have looked at, say a year or two ago? >> Well, I'll be honest, I was a little bit surprised by vSphere 7. We knew that VMware will working on trying to make containers on the same level, both from a management deployment perspective as VMs. I mean, they're called VMware after all right? And we knew that they were looking at that. But I was surprised by just quite how quickly they've managed to almost completely reinvent the application, really. It's, you know, if you look at the whole Tansy stuff and the Mission Control stuff, I think a lot of people were blown away by just quite how happy VMware were to reinvent themselves from an application perspective, and to really leap forward. And this is, between version six and seven. I've been following these since version three, at least. And it's an absolutely revolutionary change in terms of the overall architecture. The aims to, to what they want to achieve with the application. And luckily, the nice thing is, is that if you're used to version six is not that big a deal, it's really not that big a deal to move forward at all, it's not such a big change to process and training and things like that. But my word, there's an awful lot of work underneath that, underneath the covers. And I'm really excited. And I think all the people in my position should really use take it as an opportunity to revisit what they can achieve with, in particular with vSphere, and with in combination with NSXT, it's quite hard to put into place unless you've seen the slides about it and unless you've seen the product, just how revolutionary the version seven is compared to previous versions, which have kind of evolved through a couple of years. So yeah, I think I'm really excited about it. And I know a lot of my peers or the companies that I speak with quite often are very excited about seven as well. So yeah, I'm really excited about though the whole base >> Well, Phil, thank you so much. Absolutely no doubt this is a huge move for VMware, the entire company and their ecosystem rallying around, help move to the next phase of where application developers and infrastructure need to go. Phil Buckley joining us from British Telecom. I'm Stu Miniman. Thank you so much for watching theCube. (upbeat music)
SUMMARY :
of the vSphere Business and Cloud Platform Business Unit. Kubernetes and vSphere. And it also allows the IT departments to provide So let's on the trend line here, And the best way to do that, This is the move to the cloud generally, this is a big wave. and at the same time, offer the developers what they like, This kind of speaks to this whole idea of, They like the ability for developers to be able to of the internet Kubernetes. and be able to work with a set of API's Okay, so let's get into the value here of vSphere 7, And so definitely one of the things that is that the IT administrators that are used So it's a best of both worlds. What's the real pain point that you guys are solving And to do that, what they are doing is and expose that to your developers, I get the application acceleration innovation, And that means that you need to have a way that the carbon black and the security piece. So all the major clouds, and having that reliable easy to use and all of the virtual infrastructure administrators, and the best platform for a hybrid and multi cloud. and that's going to be game changing. Congratulations on the announcement. vSphere 7, news special report here, and kind of the the ongoing unveil, if you will From kind of a technical aspect, of the platform I already run. And I think Kit you tease it out quite a bit So it can support not just the existing workloads, So I think you brought some pictures for us a little demo. and all the things that are required to run that app. It really builds off the vision that again, that you can have interacting with vSphere, but not really about kind of the messy middle, if you will, and you got the bright Nirvana future on the far end there. But one of the fundamental things is So a lot of the things you would do And so how do you start managing that more holistically? that people are talking about all the time. and I can be assured that all the different And it's not just the scale part, So beyond the Kubernetes, kind of what are some And the idea here is how do we dramatically simplify So if you're doing Kubernetes on Kubernetes, And yeah, and going forward and allowing you Next big thing you talk about Talk about kind of the the changes in the security. on the next slide is actually what that you can really lock down ensure a fully secure, and kind of all of the various components And so if the we go to the next slide, That's really the opportunity So a lot of the stuff not just kind of brand new, What are you excited for them in this new release? And so, now, I think we can shift that story around. And it's always good to get it out in the world We're in the Palo Alto Studios. So really happy to have joined me on the program. you know what BT is and it's, really sprawling company. and the application developers look after and tell us, what you see with the announcement and the same processes to manage a different I manage all the environment, So the fact that we can actually apply that straight away, and it's like, oh, can the platform underneath and in the long term for that, and he's secure as well, And I haven't talked to too many customers I mentioned, that some of the some of those application And I know a lot of my peers or the companies and infrastructure need to go.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jeff Frick | PERSON | 0.99+ |
Pat Gelsinger | PERSON | 0.99+ |
Paul Turner | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Jared | PERSON | 0.99+ |
Kit Colbert | PERSON | 0.99+ |
Phil | PERSON | 0.99+ |
Phil Buckley | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
90% | QUANTITY | 0.99+ |
2018 | DATE | 0.99+ |
Jared Rosoff | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
two teams | QUANTITY | 0.99+ |
Paul | PERSON | 0.99+ |
Philip Buckley-Mellor | PERSON | 0.99+ |
Krish | PERSON | 0.99+ |
March | DATE | 0.99+ |
ORGANIZATION | 0.99+ | |
John Furrier | PERSON | 0.99+ |
vSphere 7 | TITLE | 0.99+ |
last year | DATE | 0.99+ |
vSphere | TITLE | 0.99+ |
BT | ORGANIZATION | 0.99+ |
100 VMs | QUANTITY | 0.99+ |
Pat | PERSON | 0.99+ |
Krish Prasad | PERSON | 0.99+ |
vSphere Trust Authority | ORGANIZATION | 0.99+ |
first | QUANTITY | 0.99+ |
VMware Cloud Foundation | ORGANIZATION | 0.99+ |
British Telecom | ORGANIZATION | 0.99+ |
VMworld | ORGANIZATION | 0.99+ |
vCenter | TITLE | 0.99+ |
FTO | ORGANIZATION | 0.99+ |
today | DATE | 0.99+ |
vSphere | ORGANIZATION | 0.99+ |
one platform | QUANTITY | 0.99+ |
first one | QUANTITY | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
ESX | TITLE | 0.99+ |
DO NOT PUBLISH: Jared Rosoff & Kit Colbert, VMware | CUBEConversation, March 2020
(upbeat music) >> Hey, welcome back everybody, Jeff Frick here with theCUBE. We are having a very special CUBE conversation and kind of the the ongoing unveil, if you will, of the new VMware vSphere 7.0. We're going to get a little bit more of a technical deep-dive here today and we're excited to have a longtime CUBE alumni. Kit Colbert here is the VP and CTO of Cloud platform at VMware. Kit, great to see you. >> Yeah, happy to be here. And new to theCUBE, Jared Rosoff. He's a Senior Director of Product Management of VMware and I'm guessing had a whole lot to do with this build. So Jared, first off, congratulations for birthing this new release and great to have you on board. >> Thanks, feels pretty great, great to be here. >> All right, so let's just jump into it. From kind of a technical aspect, what is so different about vSphere 7? >> Yeah, great. So vSphere 7 bakes Kubernetes right into the virtualization platform. And so this means that as a developer, I can now use Kubernetes to actually provision and control workloads inside of my vSphere environment. And it means as an IT admin, I'm actually able to deliver Kubernetes and containers to my developers really easily right on top of the platform I already run. >> So I think we had kind of a sneaking suspicion that that might be coming with the acquisition of the Heptio team. So really exciting news, and I think Kit, you teased it out quite a bit at VMware last year about really enabling customers to deploy workloads across environments, regardless of whether that's on-prem, public cloud, this public cloud, that public cloud, so this really is the realization of that vision. >> It is, yeah. So we talked at VMworld about Project Pacific, right, this technology preview. And as Jared mentioned of what that was, was how do we take Kubernetes and really build it into vSphere? As you know, we had a hybrid cloud vision for quite a while now. How do we proliferate vSphere to as many different locations as possible? Now part of the broader VMware cloud foundation portfolio. And you know, as we've gotten more and more of these instances in the cloud, on premises, at the edge, with service providers, there's a secondary question of how do we actually evolve that platform so it can support not just the existing workloads, but also modern workloads as well. >> Right. All right, so I think he brought some pictures for us, a little demo. So why don't we, >> Yeah. Why don't we jump over >> Yeah, let's dive into it. to there and let's see what it looks like? You guys can cue up the demo. >> Jared: Yeah, so we're going to start off looking at a developer actually working with the new VMware cloud foundation four and vSphere 7. So what you're seeing here is the developer's actually using Kubernetes to deploy Kubernetes. The self-eating watermelon, right? So the developer uses this Kubernetes declarative syntax where they can describe a whole Kubernetes cluster. And the whole developer experience now is driven by Kubernetes. They can use the coop control tool and all of the ecosystem of Kubernetes API's and tool chains to provision workloads right into vSphere. And so, that's not just provisioning workloads though, this is also key to the developer being able to explore the things they've already deployed. So go look at, hey, what's the IP address that got allocated to that? Or what's the CPU load on this workload I just deployed? On top of Kubernetes, we've integrated a Container Registry into vSphere. So here we see a developer pushing and pulling container images. And you know, one of the amazing things about this is from an infrastructure as code standpoint, now, the developer's infrastructure as well as their software is all unified in source control. I can check in not just my code, but also the description of the Kubernetes environment and storage and networking and all the things that are required to run that app. So now we're looking at a sort of a side-by-side view, where on the right hand side is the developer continuing to deploy some pieces of their application. And on the left hand side, we see vCenter. And what's key here is that as the developer deploys new things through Kubernetes, those are showing up right inside of the vCenter console. And so the developer and IT are seeing exactly the same things with the same names. And so this means when a developer calls, their IT department says, hey, I got a problem with my database. We don't spend the next hour trying to figure out which VM they're talking about. They got the same name, they see the same information. So what we're going to do is that, you know, we're going to push the the developer screen aside and start digging into the vSphere experience. And you know, what you'll see here is that vCenter is the vCenter you've already known and love, but what's different is that now it's much more application focused. So here we see a new screen inside of vCenter, vSphere namespaces. And so, these vSphere namespaces represent whole logical applications, like the whole distributed system now is a single object inside of vCenter. And when I click into one of these apps, this is a managed object inside of vSphere. I can click on permissions, and I can decide which developers have the permission to deploy or read the configuration of one of these namespaces. I can hook this into my Active Directory infrastructure. So I can use the same corporate credentials to access the system. I tap into all my existing storage. So this platform works with all of the existing vSphere storage providers. I can use storage policy based management to provide storage for Kubernetes. And it's hooked in with things like DRS, right? So I can define quotas and limits for CPU and memory, and all of that's going to be enforced by DRS inside the cluster. And again, as an admin, I'm just using vSphere. But to the developer, they're getting a whole Kubernetes experience out of this platform. Now, vSphere also now sucks in all this information from the Kubernetes environment. So besides seeing the VMs and things the developers have deployed, I can see all of the desired state specifications, all the different Kubernetes objects that the developers have created. The compute, network and storage objects, they're all integrated right inside the vCenter console. And so once again from a diagnostics and troubleshooting perspective, this data's invaluable. It often saves hours just in trying to figure out what we're even talking about when we're trying to resolve an issue. So as you can see, this is all baked right into vCenter. The vCenter experience isn't transformed a lot. We get a lot of VI admins who look at this and say, where's the Kubernetes? And they're surprised, they like, they've been managing Kubernetes all this time, it just looks like the vSphere experience they've already got. But all those Kubernetes objects, the pods and containers, Kubernetes clusters, load balancer, storage, they're all represented right there natively in the vCenter UI. And so we're able to take all of that and make it work for your existing VI admins. >> Well that's a, that's pretty wild, you know. It really builds off the vision that again, I think you kind of outlined, Kit, teased out it at VMworld which was the IT still sees vSphere, which is what they want to see, what they're used to seeing, but devs see Kubernetes. And really bringing those together in a unified environment so that, depending on what your job is, and what you're working on, that's what you're going to see and that's kind of unified environment. >> Yep. Yeah, as the demo showed, it is still vSphere at the center, but now there's two different experiences that you can have interacting with vSphere. The Kubernetes based one, which is of course great for developers and DevOps type folks, as well as a traditional vSphere interface, APIs, which is great for VI admins and IT operations. >> Right. And then, and really, it was interesting too. You teased out a lot. That was a good little preview if people knew what they were watching, but you talked about really cloud journey, and kind of this bifurcation of kind of classical school apps that are running in their classic VMs and then kind of the modern, you know, cloud native applications built on Kubernetes. And you outlined a really interesting thing that people often talk about the two ends of the spectrum and getting from one to the other but not really about kind of the messy middle, if you will. And this is really enabling people to pick where along that spectrum they can move their workloads or move their apps. >> Yeah, no. I think we think a lot about it like that. That we look at, we talk to customers and all of them have very clear visions on where they want to go. Their future state architecture. And that involves embracing cloud, it involves modernizing applications. And you know, as you mentioned, it's challenging for them because I think what a lot of customers see is this kind of, these two extremes. Either you're here where you are, with kind of the old current world, and you got the bright nirvana future on the far end there. And they believe that the only way to get there is to kind of make a leap from one side to the other. That you have to kind of change everything out from underneath you. And that's obviously very expensive, very time consuming and very error-prone as well. There's a lot of things that can go wrong there. And so I think what we're doing differently at VMware is really, to your point, is you call it the messy middle, I would say it's more like how do we offer stepping stones along that journey? Rather than making this one giant leap, we had to invest all this time and resources. How can we enable people to make smaller incremental steps each of which have a lot of business value but don't have a huge amount of cost? >> Right. And it's really enabling kind of this next gen application where there's a lot of things that are different about it but one of the fundamental things is where now the application defines the resources that it needs to operate versus the resources defining kind of the capabilities of what the application can do and that's where everybody is moving as quickly as makes sense, as you said, not all applications need to make that move but most of them should and most of them are and most of them are at least making that journey. So you see that? >> Yeah, definitely. I mean, I think that certainly this is one of the big evolutions we're making in vSphere from looking historically at how we managed infrastructure, one of the things we enable in vSphere 7 is how we manage applications, right? So a lot of the things you would do in infrastructure management of setting up security rules or encryption settings or you know, your resource allocation, you would do this in terms of your physical and virtual infrastructure. You talk about it in terms of this VM is going to be encrypted or this VM is going to have this Firewall rule. And what we do in vSphere 7 is elevate all of that to application centric management. So you actually look at an application and say I want this application to be constrained to this much CPU. Or I want this application to have these security rules on it. And so that shifts the focus of management really up to the application level. >> Jeff: Right. >> Yeah, and like, I would kind of even zoom back a little bit there and say, you know, if you look back, one thing we did with something like VSAN, before that, people had to put policies on a LUN, you know, an actual storage LUN and a storage array. And then by virtue of a workload being placed on that array, it inherited certain policies, right? And so VSAN really turned that around and allows you to put the policy on the VM. But what Jared's talking about now is that for a modern workload, a modern workload's not a single VM, it's a collection of different things. We got some containers in there, some VMs, probably distributed, maybe even some on-prem, some in the cloud, and so how do you start managing that more holistically? And this notion of really having an application as a first-class entity that you can now manage inside of vSphere, it's a really powerful and very simplifying one. >> Right. And why this is important is because it's this application centric point of view which enables the digital transformation that people are talking about all the time. That's a nice big word, but the rubber hits the road is how do you execute and deliver applications, and more importantly, how do you continue to evolve them and change them based on either customer demands or competitive demands or just changes in the marketplace? >> Yeah, well you look at something like a modern app that maybe has a hundred VMs that are part of it and you take something like compliance, right? So today, if I want to check if this app is compliant, I got to go look at every individual VM and make sure it's locked down, and hardened, and secured the right way. But now instead, what I can do is I can just look at that one application object inside of vCenter, set the right security settings on that, and I can be assured that all the different objects inside of it are going to inherit that stuff. So it really simplifies that. It also makes it so that that admin can handle much larger applications. You know, if you think about vCenter today you might log in and see a thousand VMs in your inventory. When you log in with vSphere 7, what you see is a few dozen applications. So a single admin can manage a much larger pool of infrastructure, many more applications than they could before because we automate so much of that operation. >> And it's not just the scale part, which is obviously really important, but it's also the rate of change. And this notion of how do we enable developers to get what they want to get done, done, i.e., building applications, while at the same time enabling the IT operations teams to put the right sort of guardrails in place around compliance and security, performance concerns, these sorts of elements. And so by being able to have the IT operations team really manage that logical application at that more abstract level and then have the developer be able to push in new containers or new VMs or whatever they need inside of that abstraction, it actually allows those two teams to work actually together and work together better. They're not stepping over each other but in fact now, they can both get what they need to get done, done, and do so as quickly as possible but while also being safe and in compliance and so forth. >> Right. So there's a lot more to this. This is a very significant release, right? Again, lot of foreshadowing if you go out and read the tea leaves, it's a pretty significant, you know, kind of re-architecture of many parts of vSphere. So beyond the Kubernetes, you know, kind of what are some of the other things that are coming out in this very significant release? >> Yeah, that's a great question because we tend to talk a lot about Kubernetes, what was Project Pacific but is now just part of vSphere, and certainly that is a very large aspect of it but to your point, vSphere 7 is a massive release with all sorts of other features. And so instead of a demo here, let's pull up some slides and we'll take a look at >> Already? what's there. So outside of Kubernetes, there's kind of three main categories that we think about when we look at vSphere 7. So the first one is simplified lifecycle management. And then really focused on security is the second one, and then applications as well, but both including the cloud native apps that couldn't fit in the Kubernetes bucket as well as others. And so we go on the first one, the first column there, there's a ton of stuff that we're doing around simplifying lifecycle. So let's go to the next slide here where we can dive in a little bit more to the specifics. So we have this new technology, vSphere life cycle management, vLCM, and the idea here is how do we dramatically simplify upgrades, life cycle management of the ESX clusters and ESX hosts? How do we make them more declarative with a single image that you can now specify for an entire cluster. We find that a lot of our vSphere admins, especially at larger scales, have a really tough time doing this. There's a lot of in and outs today, it's somewhat tricky to do. And so we want to make it really really simple and really easy to automate as well. >> Right. So if you're doing Kubernetes on Kubernetes, I suppose you're going to have automation on automation, right? Because upgrading to the seven is probably not an inconsequential task. >> And yeah, and going forward and allowing, you know, as we start moving to deliver a lot of this great vSphere functionality at a more rapid clip, how do we enable our customers to take advantage of all those great things we're putting out there as well? >> Right. Next big thing you talk about is security. >> Yep. >> And we just got back from RSA, thank goodness we got that show in before all the madness started. >> Yep. >> But everyone always talked about security's got to be baked in from the bottom to the top. So talk about kind of the changes in the security. >> So, done a lot of things around security. Things around identity federation, things around simplifying certificate management, you know, dramatic simplifications there across the board. One I want to focus on here on the next slide is actually what we call vSphere trust authority. And so with that one what we're looking at here is how do we reduce the potential attack surfaces and really ensure there's a trusted computing base? When we talk to customers, what we find is that they're nervous about a lot of different threats including even internal ones, right? How do they know all the folks that work for them can be fully trusted? And obviously if you're hiring someone, you somewhat trust them but you know, how do you implement the concept of lease privilege? Right? >> Right. >> Jeff: Or zero trust, right, is a very hot topic >> Yeah, exactly. in security. >> So the idea with trust authority is that we can specify a small number of physical ESX hosts that you can really lock down and ensure are fully secure. Those can be managed by a special vCenter server which is in turn very locked down, only a few people have access to it. And then those hosts and that vCenter can then manage other hosts that are untrusted and can use attestation to actually prove that okay, this untrusted host haven't been modified, we know they're okay so they're okay to actually run workloads on they're okay to put data on and that sort of thing. So it's this kind of like building block approach to ensure that businesses can have a very small trust base off of which they can build to include their entire vSphere environment. >> Right. And then the third kind of leg of the stool is, you know, just better leveraging, you know, kind of a more complex asset ecosystem, if you will, with things like FPGAs and GPUs and you know, >> Yeah. kind of all of the various components that power these different applications which now the application can draw the appropriate resources as needed, so you've done a lot of work there as well. >> Yeah, there's a ton of innovation happening in the hardware space. As you mentioned, all sorts of accelerateds coming out. We all know about GPUs, and obviously what they can do for machine learning and AI type use cases, not to mention 3-D rendering. But you know, FPGAs and all sorts of other things coming down the pike as well there. And so what we found is that as customers try to roll these out, they have a lot of the same problems that we saw on the very early days of virtualization. I.e., silos of specialized hardware that different teams were using. And you know, what you find is all things we found before. You find very low utilization rates, inability to automate that, inability to manage that well, put in security and compliance and so forth. And so this is really the reality that we see at most customers. And it's funny because, and so much you think, well wow, shouldn't we be past this? As an industry, shouldn't we have solved this already? You know, we did this with virtualization. But as it turns out, the virtualization we did was for compute, and then storage and network, but now we really need to virtualize all these accelerators. And so that's where this Bitfusion technology that we're including now with vSphere really comes to the forefront. So if you see in the current slide we're showing here, the challenges that just these separate pools of infrastructure, how do you manage all that? And so if you go to the, if we go to the next slide what we see is that with Bitfusion, you can do the same thing that we saw with compute virtualization. You can now pool all these different silos infrastructure together so they become one big pool of GPUs of infrastructure that anyone in an organization can use. We can, you know, have multiple people sharing a GPU. We can do it very dynamically. And the great part of it is is that it's really easy for these folks to use. They don't even need to think about it. In fact, integrates seamlessly with their existing workflows. >> So it's pretty interesting 'cause of the classifications of the assets now are much larger, much varied, and much more workload specific, right? That's really the opportunity / challenge that you guys are addressing. >> They are. >> A lot more diverse, yep. And so like, you know, a couple other things just, now, I don't have a slide on it, but just things we're doing to our base capabilities. Things around DRS and vMotion. Really massive evolutions there as well to support a lot of these bigger workloads, right? So you look at some of the massive SAP HANA, or Oracle Databases. And how do we ensure that vMotion can scale to handle those without impacting their performance or anything else there. Making DRS smarter about how it does load balancing and so forth. >> Jeff: Right. >> So a lot of the stuff is not just kind of brand new, cool new accelerator stuff, but it's also how do we ensure the core apps people have already been running for many years, we continue to keep up with the innovation and scale there as well. >> Right. All right, so Jared, I give you the last word. You've been working on this for a while, there's a whole bunch of admins that have to sit and punch keys. What do you tell them, what should they be excited about, what are you excited for them in this new release? >> I think what I'm excited about is how, you know, IT can really be an enabler of the transformation of modern apps, right? I think today you look at a lot of these organizations and what ends up happening is the app team ends up sort of building their own infrastructure on top of IT's infrastructure, right? And so now I think we can shift that story around. I think that there's, you know, there's an interesting conversation that a lot of IT departments and app dev teams are going to be having over the next couple years about how do we really offload some of these infrastructure tasks from the dev team, make you more productive, give you better performance, availability, disaster recovery, and these kinds of capabilities. >> Awesome. Well, Jared, congratulation, again both of you, for you getting the release out. I'm sure it was a heavy lift and it's always good to get it out in the world and let people play with it and thanks for sharing a little bit more of a technical deep-dive. I'm sure there's a ton more resources for people that even want to go down into the weeds. So thanks for stopping by. >> Thank you. >> Thank you. >> All right, he's Jared, he's Kit, I'm Jeff. You're watching theCUBE. We're in the Palo Alto studios. Thanks for watching and we'll see you next time. (upbeat music)
SUMMARY :
and kind of the the ongoing unveil, if you will, and great to have you on board. From kind of a technical aspect, And so this means that as a developer, and I think Kit, you teased it out quite a bit And you know, as we've gotten more and more All right, so I think he brought some pictures for us, Why don't we jump over to there and let's see what it looks like? and all the things that are required to run that app. I think you kind of outlined, Kit, that you can have interacting with vSphere. but not really about kind of the messy middle, if you will. And you know, as you mentioned, it's challenging for them And it's really enabling kind of this next gen application So a lot of the things you would do and so how do you start managing that more holistically? but the rubber hits the road is how do you execute and I can be assured that all the different objects And so by being able to have the IT operations team So beyond the Kubernetes, you know, and certainly that is a very large aspect of it and the idea here is how do we dramatically simplify So if you're doing Kubernetes on Kubernetes, Next big thing you talk about is security. And we just got back from RSA, So talk about kind of the changes in the security. but you know, how do you implement the concept Yeah, exactly. of physical ESX hosts that you can really lock down and GPUs and you know, kind of all of the various components And so if you go to the, if we go to the next slide 'cause of the classifications of the assets now And so like, you know, a couple other things just, So a lot of the stuff is not just kind of brand new, All right, so Jared, I give you the last word. And so now I think we can shift that story around. and it's always good to get it out in the world We're in the Palo Alto studios.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jared | PERSON | 0.99+ |
Jeff Frick | PERSON | 0.99+ |
Jared Rosoff | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
March 2020 | DATE | 0.99+ |
two teams | QUANTITY | 0.99+ |
Kit Colbert | PERSON | 0.99+ |
VMworld | ORGANIZATION | 0.99+ |
vSphere 7 | TITLE | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
today | DATE | 0.99+ |
last year | DATE | 0.99+ |
vSphere | TITLE | 0.99+ |
ESX | TITLE | 0.99+ |
second one | QUANTITY | 0.99+ |
Project Pacific | ORGANIZATION | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
vCenter | TITLE | 0.99+ |
Heptio | ORGANIZATION | 0.99+ |
two ends | QUANTITY | 0.99+ |
first one | QUANTITY | 0.98+ |
both | QUANTITY | 0.98+ |
Kubernetes | TITLE | 0.98+ |
one | QUANTITY | 0.98+ |
two extremes | QUANTITY | 0.98+ |
SAP HANA | TITLE | 0.98+ |
seven | QUANTITY | 0.97+ |
first column | QUANTITY | 0.97+ |
theCUBE | ORGANIZATION | 0.97+ |
three main categories | QUANTITY | 0.97+ |
one side | QUANTITY | 0.96+ |
each | QUANTITY | 0.96+ |
first | QUANTITY | 0.95+ |
third | QUANTITY | 0.95+ |
single object | QUANTITY | 0.95+ |
CUBE | ORGANIZATION | 0.94+ |
Tom Phelan, HPE | KubeCon + CloudNativeCon NA 2019
Live from San Diego, California it's theCUBE! covering KubeCon and CloudNativeCon brought to you by Red Hat a CloudNative computing foundation and its ecosystem partners. >> Welcome back, this is theCube's coverage of KubeCon, CloudNativeCon 2019 in San Diego I'm Stu Miniman with my co-host for the week, John Troyer, and happy to welcome to the program, Tom Phelan, who's an HPE Fellow and was the BlueData CTO >> That's correct. >> And is now part of Hewlett-Packard Enterprise. Tom, thanks so much for joining us. >> Thanks, Stu. >> All right, so we talked with a couple of your colleagues earlier this morning. >> Right. >> About the HPE container platform. We're going to dig in a little bit deeper later. >> So, set the table for us as to really the problem statement that HP is going to solve here. >> Sure, so Blue Data which is what technologies we're talking about, we addressed the issues of how to run applications well in containers in the enterprise. Okay, what this involves is how do you handle security how do you handle Day-2 operations of upgrade of the software how do you bring CI and CD actions to all your applications. This is what the HPE container platform is all about. So, the announcement this morning, which went out was HPE is announcing the general availability of the HPE container platform, an enterprise solution that will run not only CloudNative applications, are typically called microservices applications, but also Legacy applications on Kubernetes and it's supported in a hybrid environment. So not only the main public cloud providers, but also on premise. And a little bit of divergence for HPE, HPE is selling this product, licensing this product to work on heterogeneous hardware. So not only HPE hardware, but other competitors' hardware as well. >> It's good, one of the things I've been hearing really over the last year is when we talked about Kubernetes, it resonated, for the most part, with me. I'm an infrastructure guy by background. When I talk in the cloud environment, it's really talking more about the applications. >> Exactly. >> And that really, we know why does infrastructure exist? Infrastructure is just to run my applications, it's about my data, it's about my business processes >> Right. >> And it seems like that is a y'know really where you're attacking with this solution. >> Sure, this solution is a necessary portion of the automated infrastructure for providing solutions as a service. So, um, historically, BlueData has been specializing in artificial intelligence, machine learning, deep learning, big data, that's where our strong suit came from. So we, uh, developed a platform that would containerize those applications like TensorFlow, um, Hadoop, Spark, and the like, make it easy for data scientists to stand up some clusters, and then do the horizontal scalability, separate, compute, and storage so that you can scale your compute independent of your storage capacity. What we're now doing is part of the HPE container platform is taking that same knowledge, expanding it to other applications beyond AI, ML, and DL. >> So what are some of those Day-2 implications then uh what is something that folks run into that then now with an HPE container platform you think will eliminate those problems? >> Sure, it's a great question, so, even though, uh, we're talking about applications that are inherently scalable, so, AI and ML and DL, they are developed so they can be horizontal- horizontally scalable, they're not stateless in the true sense of the word. When we say a stateless application, that means that, uh, there is no state in the container itself that matters. So if you destroy the container, reinstate it, there's no loss of continuity. That's a true stateless or CloudNative application. Uh, AI and ML and DL applications tend to have configuration information and state information that's stored in what's known as the Root Storage of the compute node, okay, what's in slash, so you might see, um, per node configuration information in a configuration file in the Etsy directory. Okay, today, if you just take standard off the shelf Kubernetes, if you deploy, um, Hadoop for example, or TensorFlow, and you configure that, you lose that state when the container goes down. With the HPE container platform, we are, we have been moving forward with a, or driving, a open source project known as KubeDirector. A portion of KubeDirector, of the functionality is to preserve that, uh, Root Storage so that if a container goes down, we are allowed- we are enabled to bring a Nether Instance of that container and have it have the same Root Storage. So it'll look like a just a reboot to the node rather than a reinstall of that node. So that's a huge value when you're talking about these, um, machine learning and deep learning applications that have the state in root. >> All right, so, Tom, how does KubeDirector fit compared to compare contrast it, does it kind of sit aside something like Rook, which was talked about in the keynote, talking about being able to really have that, uh, that kind of universal backplate across all of my clusters >> Right, you're going to have to be >> Is that specific for AI and ML or is this >> I, well, that's a great question, so KubeDirector itself is a Kubernetes operator, okay, uh, and we have implemented that, the open-source communities joining in, so, but what it allows us, KubeDirector is, um, application agnostic, so, you could author a YAML file with some pertinent information about the application that you want to deploy on Kubernetes. You give that YAML file to the KubeDirector operator, it will then deploy the application on your Kubernetes cluster and then manage the Day-2 activities, so this is beyond Helm, or beyond KubeFlow, which are deployment engines. So this also has, well, what happens if I lose my container? How do I bring the services back up, and those services are dependent upon the type of application that's there. That's what KubeDirector does. So, KubeDirector allows a new application to be deployed and managed on Kubernetes without having to write a operator in Go Code. Makes it much easier to bring a new application to the platform. >> Gotcha, so Tom, kind of a two-part question, first part, so, uh, you were one of the co-founders of BlueData >> And now with HPE, there's, sometimes I think with technology, some of them are kind of invented in a lab, or in a graduate student's head, others come out of real world experience. And, uh, you're smiling 'cause I think BlueData was really built around, uh, y'know, at least your experience was building these BlueData apps. >> This is a hundred percent real world experience. So we were one of the real early pioneers of bringing, um, these applications into containers y'know, truth be told, when BlueData first started, we were using VMs. We were using OpenStack, and VM more. And we realized that we didn't need to pay that overhead it was possible to go ahead and get the same thing out of a container. So we did that, and we suffered all the slings and arrows of how to make the, um, security of the container, uh, to meet enterprise class standards. How do we automatically integrate with active directory and LDAP, and Kerberos, with a single sign on all those things that enterprises require for their infrastructure, we learned that the hard way through working with, y'know, international banking organizations, financial institutions, investment houses, medical companies, so our, our, all our customers were those high-demand enterprises. Now that we're apart of HP, we're taking all that knowledge that we acquired, bringing it to Kubernetes, exposing it through KubeDirector, where we can, and I agree there will be follow on open-source projects, releasing more of that technology to the open-source community. >> Mhm that was, that was actually part-two of my question is okay, what about, with now with HPE, the apps that are not AI, ML and you nailed it, right, >> Yeah. >> All those enterprise requirements. >> Same problems exist, right, there is secure data, you have secure data in a public cloud, you have it on premise, how do you handle data gravity issues so that you store, you run your compute close to your data where it's necessary you don't want to pay for moving data across the web like that. >> All right, so Tom, platforms are used for lots of different things, >> Yes. >> Bring us inside, what do you feel from your early customers, some of the key use cases that should be highlighted? >> Our key use cases were those customers who were very interested, they had internal developers. So they had a lot of expertise in house, maybe they had medical data scientists, or financial advisors. They wanted to build up sandboxes, so we helped them stand up, cookie-cutter sandboxes within a few moments, they could go ahead and play around with them, if they screwed them up, so what? Right, we tear them down and redo it within moments, they didn't need a lot of DevOps, heavy weight-lifting to reinstall bare-metal servers with these complex stacks of applications. The data scientist that I want to use this software which just came out of the open-source community last week, deployed in a container and I want to mess it up, I want to tighten, y'know, really push the edge on this and so we did that. We developed this sandboxing platform. Then they said, okay, now that you've tested this, I have it in queue A, I've done my CI/CD, I've done my testing, now I want to promote it into production. So we did that, we allowed the customer to deploy and define different quality of service depending on what tier their application was running in. If it was in testing dev, it got the lowest tier. If it was in CI/CD, it got a higher level of resource priority. Once it got promoted to production, it got guaranteed resource priority, the highest solution, so that you could always make sure that the customer who is using the production cluster got the highest level of access to the resources. So we built that out as a solution, KubeDirector now allows us to deploy that same sort of thing with the Kubernetes container orchestrator. >> Tom, you mentioned blue metal, uh, bare-metal, we've talked about VMs, we've been hearing a lot of multicloud stories here, already today, the first day of KubeCon, it seems like that's a reality out in the world, >> Can you talk about where are people putting applications and why? >> Well, clearly, uh, the best practices today are to deploy virtual machines and then put containers in virtual machines, and they do that for two very legitimate reasons. One is concern about the security, uh, plane for containers. So if you had a rogue actor, they could break out of the container, and if they're confined within the virtual machine, you can limit the impact of the damage. One very good, uh, reason for virtual machines, also there's a, uh, feeling that it's necessary to maintain, um, the container's state running in a virtual machine, and then be allowed to upgrade the the Prom Code, or the host software itself. So you want to be able to vMotion a virtual machine from one physical host to another, and then maintain the state of the containers. What KubeDirector brings and what BlueData and HP are stating is we believe we can provide both of those functionalities on containers on bare-metal. Okay, and we've spoken a bit about today already about how KubeDirector allows the Root File System to be preserved. That is a huge component of of why vMotion is used to move the container from one host to another. We believe that we can do that with a reboot. Also, um, HPE container platform runs all virtual machines as, um, reduced priority. So you're not, we're not giving root priority or privileged priority to those containers. So we minimize the attack plane of the software running in the container by running it as an unprivileged user and then tight control of the container capabilities that are configured for a given container. We believe it's just enough priority or just enough functionality which is granted to that container to run the application and nothing more. So we believe that we are limiting the attack plane of that through the, uh and that's why we believe we can validly state we can run these containers on bare-metal without, without the enterprise having to compromise in areas of security or persistence of the data. >> All right, so Tom, the announcement this week, uh is HP container platform available today? >> It will be a- we are announcing it. It's a limited availability to select customers It'll be generally available in Queue 1 of 2020. >> All right, and y'know, give us, y'know, we come back to KubeCon, which will actually be in Boston >> Yes. >> Next year in November >> When we're sitting down with you and you say hugely successful >> Right. >> Give us some of those KPIs as to y'know >> Sure. >> What are your teams looking at? >> So, we're going to look at how many new customers these are not the historic BlueData customers, how many new customers have we convinced that they can run their production work loads on Kubernetes And we're talking about I don't care how many POCs we do or how many testing dev things I want to know about production workloads that are the bread and butter for these enterprises that HP is helping run in the industry. And that will be not only, as we've talked about, CloudNative applications, but also the Legacy, J2EE applications that they're running today on Kubernetes. >> Yeah, I, uh, I don't know if you caught the keynote this morning, but Dan Kohn, y'know, runs the CNCF, uh, was talking about, y'know, a lot of the enterprises have been quitting them with second graders. Y'know, we need to get over the fact that y'know things are going to break and we're worried about making changes y'know the software world that y'know we've been talking about for a number of years, absolutely things will break, but software needs to be a resilient and distributed system, so, y'know, what advice do you give the enterprise out there to be able to dive in and participate? >> It's a great question, we get it all the time. The first thing is identify your most critical use case. Okay, that we can help you with and, and don't try to boil the ocean. Let's get the container platform in there, we will show you how you have success, with that one application and then once that's you'll build up confidence in the platform and then we can run the rest of your applications and production. >> Right, well Tom Phelan, thanks so much for the updates >> Thank you, Stu. >> Congratulations on the launch >> Thank you. >> with the HP container platform and we look forward to seeing the results in 2020. >> Well I hope you invite me back 'cause this was really fun and I'm glad to speak with you today. Thank you. >> All right, for John Troyer, I'm Stu Miniman, still watch more to go here at KubeCon, CloudNativeCon 2019. Thanks for watching theCUBE. (energetic music)
SUMMARY :
brought to you by Red Hat And is now part of Hewlett-Packard Enterprise. All right, so we talked with a couple of your colleagues About the HPE container platform. statement that HP is going to solve here. of the HPE container platform, it resonated, for the most part, with me. And it seems like that is a y'know so that you can scale your compute of that container and have it have the same Root Storage. about the application that you want to deploy on Kubernetes. built around, uh, y'know, at least your experience was security of the container, uh, issues so that you store, you run your compute got the highest level of access to the resources. We believe that we can do that with a reboot. It's a limited availability to select customers that are the bread and butter for these enterprises runs the CNCF, uh, was talking about, y'know, Okay, that we can help you with and we look forward to seeing the results in 2020. and I'm glad to speak with you today. All right, for John Troyer, I'm Stu Miniman,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Tom Phelan | PERSON | 0.99+ |
John Troyer | PERSON | 0.99+ |
Dan Kohn | PERSON | 0.99+ |
2020 | DATE | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
HP | ORGANIZATION | 0.99+ |
Boston | LOCATION | 0.99+ |
two-part | QUANTITY | 0.99+ |
Tom | PERSON | 0.99+ |
San Diego, California | LOCATION | 0.99+ |
BlueData | ORGANIZATION | 0.99+ |
KubeCon | EVENT | 0.99+ |
Stu | PERSON | 0.99+ |
last week | DATE | 0.99+ |
Next year | DATE | 0.99+ |
first part | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
last year | DATE | 0.99+ |
San Diego | LOCATION | 0.98+ |
one | QUANTITY | 0.98+ |
CloudNativeCon | EVENT | 0.98+ |
Hewlett-Packard Enterprise | ORGANIZATION | 0.98+ |
this week | DATE | 0.98+ |
both | QUANTITY | 0.98+ |
One | QUANTITY | 0.98+ |
OpenStack | TITLE | 0.98+ |
HPE | TITLE | 0.98+ |
CNCF | ORGANIZATION | 0.98+ |
hundred percent | QUANTITY | 0.97+ |
Etsy | ORGANIZATION | 0.97+ |
HPE | ORGANIZATION | 0.97+ |
TensorFlow | TITLE | 0.97+ |
KubeDirector | TITLE | 0.97+ |
first day | QUANTITY | 0.96+ |
CloudNativeCon 2019 | EVENT | 0.96+ |
CloudNative | TITLE | 0.95+ |
Spark | TITLE | 0.95+ |
one application | QUANTITY | 0.95+ |
first | QUANTITY | 0.94+ |
Kubernetes | TITLE | 0.94+ |
Hadoop | TITLE | 0.94+ |
this morning | DATE | 0.9+ |
first thing | QUANTITY | 0.9+ |
two very legitimate reasons | QUANTITY | 0.89+ |
vMotion | TITLE | 0.89+ |
one physical | QUANTITY | 0.88+ |
this morning | DATE | 0.88+ |
earlier this morning | DATE | 0.87+ |
Kerberos | TITLE | 0.83+ |
Tim Ferris, GreenPages | CUBE Conversation, September 2019
>> From the SiliconANGLE Media office in Boston Massachusetts, it's the theCUBE. Now here's your host, Dave Velllante (electronic music) >> Hi everybody. Welcome to the special CUBE conversation sponsored by Hewlett Packard Enterprise. This is part of our partner series. You know the partner business has changed quite dramatically over the years. It used to be you could make a lot of money pushing hardware and get some pretty good margins there. But increasingly, partners are becoming system integrators. They're becoming much more specialized in helping organizations transform, supporting their digital transformations, their infrastructure modernization, moving to the cloud, hybrid cloud, security. It really runs the gamut. And here to talk to me about that is Tim Ferris, who's a solutions architect at GreenPages. Tim, good to see you. Thanks for coming on. >> Great to be here. Thank you. >> So tell me a little bit about GreenPages. It's kind of a cool name. Where did that come from? And what are you guys all about? >> Oh God, I'm going to be killed for not knowing the history here. But, I think back in the old days, we used to hand out a neon green catalog. So we couldn't, back when we were doing cold calls, you'd probably get a lot of okay, we shipped you a catalog. Did you get that? Oh, I'm not quite sure. It may be buried under there. Neon green catalog, you could not lose. (laughs) I think we do our invoices on neon green paper now. >> That's good, green, the color of money. So tell us about your role as a solutions architect. What does that entail? And what's your background? >> Sure. So I'm a solutions architect. We have a number of different solutions architects at GreenPages who have a number of different specialties. My specialty is storage, disaster recovery and data management and protection and DR automation. And that's where it computes hyperconvergence, infrastructure and hybrid cloud. So specialization, a little bit wide, but we have other architects who are very deep in networking and hybrid cloud networking and that sort of thing as well. >> So let's get into some of that. Looking at your website, you guys are into everything. You've got software defined. You got cloud. You got security. You got DevOps and really runs the gamut. Well sometimes in this industry, we suffer from acronym soup. The reality is that things are changing quite dramatically. I mean it used to be you'd build an infrastructure to support a single application. You'd harden that infrastructure and that was it. It became a silo and people don't want that anymore. They want their data to be shared. They want it out of the silos, but at the same time it has to be protected. So what are some of the big trends that you're seeing in the marketplace and let's get into it. >> Sure. So yeah, many years ago that one app, one server, one application thing went the way of the dodo. You just got back from VM world. I paid my dues during the Wave One virtualization boom. When people were transforming racks and racks of servers into virtual machines. And so it used to be so easy to impress a customer. You show them a vMotion and it was like magic. You move the server from this server to that server without missing a beat. Now people are looking at hybrid cloud. So not just cloud, but hybrid cloud. Everybody we're talking to, we hear some people say that this is the last major hardware purchase that I want to make. Now I don't know the reality is that. That's debatable, right? But I think people want to have a roadmap to move their infrastructure to cloud or cloud services. Not just infrastructure as a service. You know, lift and shift. Software is a service and take advantage of that. So helping our customers manage that hybrid cloud journey is a big part of what GreenPages does. >> And of course, what the customer is really telling you is we don't want to spend a lot of time provisioning LUNs anymore because it doesn't add value to our business. We want to focus on building new apps or our digital transformation, etc. So and I think you're right. It's sort of aspirational that okay, we're not going to buy anymore hardware anymore. To me the key is, can the industry, through R & D, simplify what's on-prem and you know, lets face it, those mission critical apps you don't just want to throw them into the cloud. I mean, they're working. You don't want to have to refactor them and migrate. That's sort of an evil word. So to the extent that the industry can deliver that cloud-like experience on-prem, you can start to see this hybrid cloud vision evolve. What are your thoughts on that? >> Sure. So I think, in H it's fortuitous that we're here with HPE. I think they're doing a couple of things with some of their products and services that help push that. So it used to be that storage was relatively complicated. There were a lot of knobs and dials on storage that you could push and rotate in order to increase performance. You could have a number of different RAID levels. You know the 3PAR chunklets, and this sort of thing. There was a lot of customization you could do, you could use as a customer in order to properly set up your array for your workloads. People appreciate that level of detail that you can put into that but they want it easier. So I'm seeing a trend toward less customization and more ready just set it and forget it arrays. Nimble, the 3PAR array was highly available. Very good, very good array, very fast, but a little bit higher end to operate. Nimble with HPE's acquisition of Nimble, they've taken that operational complexity down significantly. Not only with operating the array, provisioning LUNs but managing it, maintaining it and performing predictive analytics through Infosite and that sort of thing. So at the storage level I think Nimble, in that paradigm is transforming storage. And HPE's GreenLake technologies, that is very much an answer to the private cloud. Having that hyperscale feel, that ability to expand elastically and get out of the hardware maintenance business by using the GreenLake service. >> So actually, a little bit of history here. So 3PAR was actually, the company was formed in the early 2000s before the term cloud computing really came out. They used, I think utility computing in their S-1 registration. But what 3PAR did is, it really simplified that high end. And then 3PAR reached escape velocity by going after the high end EMC base and did very well and of course famously got acquired by Hewlett Packard. At the time HP then became HPE. Nimble now is bringing sort of a new level where you're talking about intelligent automation and AI managing infrastructure, predictive analytics and that drives more automation which I think, Tim has really got to be a theme of hybrid cloud. I mean cloud is all about automation so hybrid cloud, on-prem, and public some kind of interconnection has to be highly automated, doesn't it? >> It absolutely does and people don't have time to turn the dials and to optimize their storage. They need systems that will do that for them. And there's the level one, the level two support that you get through those predictive analytics of Infosite are critical to customers. They don't, you know a lot of customers don't have time for full time storage admins anymore. And these technologies are what's freeing up those resources, those people resources to do other strategic things for the business. >> Especially in small and mid-sized businesses. >> Absolutely. >> Where they're generalist really, not really specialists at one thing. I want to come back to the hybrid cloud. You know thinking about data governance and management and security. Are we at the point where you can start to see sort of a consistent framework across clouds? You're smiling. (laughs) So what's the journey there? How are we going to get there? I mean (mumbling) (laughs) >> Yeah, I would say we're certainly early days there. I think you know customers need to be much more cognizant of the tools that they use and buy. They can't be necessarily proprietary on-prem tools. The best use of your money is to buy tools, that can be used to manage hybrid and secure hybrid infrastructures. So that should be a main qualifier for what people are looking for for security technologies and that sort of thing. It's not quite the wild west, though we still see, you know there's that shared governance model. That shared responsibility in the cloud. I think there are still some who haven't woken up to that basic concept. That just because I moved the workload to the cloud doesn't mean it's no longer my responsibility to secure that data. Though we're still talking with people today who may be under that misimpression. >> You're right, Tim. I mean that is not well understood and people think if I move in the cloud, I'm good. But there is shared responsibility model whether it's for security or governance, etc. And when you talk to chief information security officers they'll tell you, yeah, you know the cloud vendor might secure the storage device, but its' really our responsibility to do everything else. And the list of everything else is still quite long. >> Absolutely, you know rights, roles and responsibilities. Those sorts of things, firewall rules. They provide the firewall. They make sure the firewall is up to date on it's firmware. But you're setting the rules. You're setting the ingress, egress. So, yes it's very much still a shared responsibility. And yeah, it's eye opening still to some. >> Let's talk about your partnership with HPE. We talked about some of the products, but what do you look for in a partner? Obviously as I said before, you know used to be you sell in boxes. You want margin and I'm sure you still want margin. But there's got to be more, right? >> Well yeah, I mean we've known for quite a while. I mean we've seen the writing on the wall that, I remember the glory, I don't know glory days, the old days back when people could make a fortune selling memory, back before the turn of the century, turn of the century. (laughs) I'm dating myself. But it's true you could make quite a bit of money selling memory back then. But today and certainly over the past 20 years, people, our clients are choosing partners that they can't, not just the cheapest price, but people who can talk to them about a solution. Not just a product. Hear their business problems and turn that into technology solutions that help them address those problems. So that's what I would look for as a partner, if I were, we look to HPE for the same thing. Not just pushing product, where to sell product, but to solve business problems. And I think that HPE is listening, they're hearing their clients. They were listening to them with the acquisition of HPE Nimble. They're listening to them, how they're expanding Infosite from just a Nimble platform, the 3PAR and Prolient and other things and expanding some of those things. >> Yeah, the pendulum has swung after the dot.com boom it became cut, cut, cut. Everyone was concerned about budgets. You know IT doesn't matter anymore. We heard all that >> crosstalk >> and that's totally changed. IT's driving revenue. It's driving top line. Of course budgets are still critical and we've talked a lot about simplification which is a lot about attacking the IT labor problem. But right now the sentiment with the booming economy we're in. This tenth, ninth year of a run on a bull market, obviously in the late cycles, but the sentiment is much more toward how do I enable the business with technology? >> Yes. Yeah, yeah. So how does IT add value back to the business? They can do that through AI, through analytics and through digital transformation in general. I think we've seen a, you know there's always been this upward curve to storage growth. But it's dramatically increased I think. It's upward, predicted to be upward of 40 zettabytes, or something like that by the year 2022. And that's because more and more businesses are using this data more creatively. They're saving it more and not only is that growing, the usable data, but they need to retain it for longer. You've got to retain it, you've got to protect it and we've still got data protection problems. Not just storing it and providing the right performance level for it. But it's really difficult. And then you've got to secure all that extra data, as well. >> Well, I think you're right too. The curve is getting non-linear. I mean it used to be, I've said this often on the theCUBE that we for decades, we've marched to the cadence of Moore's law. But now the innovation sandwich, if you will, it's about applying machine intelligence to data and then automating, whether it's public cloud or on-prem cloud-like, it's being able to scale. >> Right. >> And it's those three pieces of the sandwich that are now driving innovation. No longer the doubling of transistors every 18 months. >> Yeah, so do people want to scale on-prem? Do they want to scale to the cloud and the cloud market itself as it's very elastic, very easy to grow and shrink and contrast? Or can you do some of those types of things on-prem? You know with GreenLake and with some other programs that let you have your on-prem security blanket and your on-prem performance with the hands-off operational paradigm and the elastic growth that you have in cloud. I think that's the best of both worlds for some. >> Let's end with a call to action. So what advice would you give to practitioners, clients that are looking to modernize their infrastructure? They're trying to support their digital transformation. They want to get from point A to point B. They don't want to spend a billion dollars doing it. They got to go on a journey. How do they get there? What's your advice? >> My advice is to certainly, I'm jaded here, but I would say engage professionals who have done this many many times. Don't learn on the job here. You can make some expensive mistakes moving workloads to the cloud. And we've seen anecdotal evidence, and in-person evidence of people moving to the cloud, doing it the wrong way and then having to migrate that back. That's a costly mistake. So make sure you do your planning. Migrate in phases. Move your data there in phases. Bite off some smaller chunks first to make sure if you have growing pain, teething pains that that happens with a non-critical application. Build your knowledge base and then make some better decisions. Engage people like GreenPages to help you roadmap your journey, your hybrid cloud journey. And don't go in with a preconceived notion of where you need to end, right? The applications, their performance requirements and that assessment work up front should dictate where the best place is for those workloads. >> Great advice. Tim Ferris from GreenPages. Thanks so much for coming on theCUBE. It's great to have you. >> Thank you. >> And thank you for watching everybody. We'll see you next time. This is Dave Vellante. We're out. (electronic music)
SUMMARY :
in Boston Massachusetts, it's the theCUBE. You know the partner business has changed Great to be here. And what are you guys all about? for not knowing the history here. That's good, green, the color of money. and that sort of thing as well. You got DevOps and really runs the gamut. You move the server from this server to that server And of course, what the customer is really telling you So at the storage level I think Nimble, in that paradigm and that drives more automation which I think, Tim that you get through those predictive analytics Are we at the point where you can start to see I think you know customers need to be much more cognizant And the list of everything else is still quite long. They make sure the firewall is up to date on it's firmware. You want margin and I'm sure you still want margin. But it's true you could make quite a bit of money Yeah, the pendulum has swung after the dot.com boom how do I enable the business with technology? or something like that by the year 2022. But now the innovation sandwich, if you will, No longer the doubling of transistors every 18 months. and the elastic growth that you have in cloud. clients that are looking to modernize their infrastructure? to help you roadmap your journey, your hybrid cloud journey. It's great to have you. And thank you for watching everybody.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Vellante | PERSON | 0.99+ |
Dave Velllante | PERSON | 0.99+ |
Tim Ferris | PERSON | 0.99+ |
HP | ORGANIZATION | 0.99+ |
Hewlett Packard | ORGANIZATION | 0.99+ |
September 2019 | DATE | 0.99+ |
Tim | PERSON | 0.99+ |
Hewlett Packard Enterprise | ORGANIZATION | 0.99+ |
HPE | ORGANIZATION | 0.99+ |
GreenPages | ORGANIZATION | 0.99+ |
Boston Massachusetts | LOCATION | 0.99+ |
Nimble | ORGANIZATION | 0.99+ |
three pieces | QUANTITY | 0.99+ |
ninth year | QUANTITY | 0.99+ |
one server | QUANTITY | 0.99+ |
one application | QUANTITY | 0.99+ |
40 zettabytes | QUANTITY | 0.99+ |
Infosite | ORGANIZATION | 0.99+ |
today | DATE | 0.98+ |
early 2000s | DATE | 0.98+ |
one app | QUANTITY | 0.98+ |
tenth | QUANTITY | 0.98+ |
both worlds | QUANTITY | 0.97+ |
2022 | DATE | 0.97+ |
billion dollars | QUANTITY | 0.96+ |
single application | QUANTITY | 0.96+ |
GreenLake | ORGANIZATION | 0.96+ |
HPE Nimble | ORGANIZATION | 0.95+ |
one thing | QUANTITY | 0.95+ |
first | QUANTITY | 0.94+ |
dot.com | ORGANIZATION | 0.92+ |
SiliconANGLE | ORGANIZATION | 0.91+ |
GreenLake | TITLE | 0.9+ |
level two | QUANTITY | 0.89+ |
dodo | TITLE | 0.88+ |
level one | QUANTITY | 0.87+ |
many years ago | DATE | 0.87+ |
Wave One | COMMERCIAL_ITEM | 0.85+ |
Moore | PERSON | 0.84+ |
3PAR | TITLE | 0.81+ |
Prolient | ORGANIZATION | 0.76+ |
decades | QUANTITY | 0.76+ |
3PAR | OTHER | 0.75+ |
past 20 years | DATE | 0.73+ |
S-1 | COMMERCIAL_ITEM | 0.72+ |
every 18 months | QUANTITY | 0.7+ |
vMotion | TITLE | 0.69+ |
3PAR | ORGANIZATION | 0.66+ |
EMC | ORGANIZATION | 0.55+ |
theCUBE | ORGANIZATION | 0.53+ |
point | OTHER | 0.49+ |
DevOps | TITLE | 0.49+ |
CUBE | ORGANIZATION | 0.34+ |
Bob Ganley, Dell EMC & John Allwright, Pivotal | VMworld 2019
>> Announcer: Live from San Francisco, celebrating 10 years of high tech coverage, it's theCUBE, covering VMworld 2019. Brought to you by VMware and it's Ecosystem partners. >> Hey welcome back, everyone. Live CUBE coverage here at VMworld 2019. I'm John Furrier, Stu Miniman, hosts of theCUBE here in two sets. We're on the main set. The set over there, Dave Vellante's hosting. This morning, we have two great guests here. Bob Ganley, who's Cloud Marketing at Dell EMC. John Allwright, Director of Product Marketing at Pivotal. We got operators, we got development experts here. Guys, thanks for joining us. Welcome to theCUBE. >> Thank you, excited to be here. >> John: Thanks for coming on. >> Thank you, it's great to be here. >> So the show, VMworld, we're obviously an operators' show, one of the things that's really interesting is the Dell EMC equation of VMware on Dell EMC. You're seeing the piece parts coming together. The Pivotal acquisition, you're in Product Marketing over there, so I'm sure you got to perspective on the dots that connect there, even though the acquisition's a couple days old. Let's start with Dell EMC. Michael was on yesterday. I said, "You guys were number one in all the metric quadrants." You know, this, that, servers. As you've got to pull that together on-premises, where the Data Center is nearly going away and the Edge has emerged, you got to have an operating model that's got to be cloud. And that's really seems to be the focus, clearly. >> Yeah, absolutely. What we see is that customers today are trying to deliver value through applications. And it's all about apps, because apps is where that value gets delivered to the customer. So, as organizations are trying to deliver those applications, the question becomes what's the best place to put the app. So right workload, right cloud is a big thing for us. Clearly, organizations have been adopting public cloud in droves. What we see is that they're trying to figure out how do they get that public cloud infrastructure to work with what they're doing on-prem. What we're bringing to the table, is a solution called Dell Technologies Cloud. We're super-excited about bringing together private and public in a hybrid cloud solution in a way that provides consistent infrastructure and consistent operations. As you guys have seen, everybody's excited about next-generation apps, right? So now, where are we going with next generation apps? That's really what this show is all about. >> Bob, I'm so glad you brought up the apps. Because we often, my background's infrastructure, and we get down in the weeds as to what's doing, and, like, oh we architected this better and chipsets and all these things there. But it's that modernization that customers are going through. Can you pick us through, what are the patterns you're seeing? One term I'd used for a while is, modernize the platform and then modernize the apps. Is that it? Containerization, where do all these pieces fit, again, when they're talking about their application development? >> It's interesting because every customer's on an application journey. We all started in physical, right? I was a software developer right out of college. Working with physical infrastructure is where it's at. Organizations have clearly adopted virtualization. And most organizations are now trying to pivot toward how do I get more efficiency, more agility, for my virtualized applications. That's really where infrastructure as a service, and IT as a service is adding a lot of value today. So, the question becomes, as I'm working with my existing virtualized applications, and now looking at next generation apps and developing those, how am I going to bring that along? We see this physical to virtual to infrastructure as a service, to container as a service, as being a very logical progression for customers. >> Well, certainly it's absolutely standardized now. Containers, since Docker hit the scene. Containers had been around for a while. You talk to anyone with development, oh, containers, put a wrapper around things, it's kind of a known concept. John, I want to get your thoughts, because one of the things about Dev Ops in the Cloud 1.0 was, clearly the cloud native world was obvious. If you were a startup, you were born in the cloud, it was all goodness. You didn't have on-premise to deal with. You just did everything. The operator was the developer, right? So, Cloud 2.0 is a little bit more complicated. And we're seeing that the trend where the infrastructure has to be enabling for the developer, and that has been a key thing. But what's interesting is, in Cloud 2.0, as we're calling it, the world is flipped upside down. It used to be the infrastructure would dictate what the application developers could do, based upon what the capabilities were, to now the application developers dictating resources below them to be on demand, or elastic, or one cloud, two clouds. So the application's dictating configuration and architecture, either dynamically or specifically. Not limited to what is rolled out. So this relationship between infrastructure and developers is evolving very quickly. I would love to get your thoughts on how you see it. You've been around the block on this point. >> I mean, Pat had a great slide in the Keynote, which kind of put Kubernetes as in between developers and operators. I think the way that is evidenced itself is that Kubernetes has been something that's been driven down from developers. They're saying, this is the infrastructure that we want to run our applications. Working at the levels that typically infrastructure is provided. There's too much work for them to do. So in some cases, they were packaging up Kubernetes with their applications and saying to the infrastructure folks, hey, deploy this. I think we've now kind of crossed the point where Infrastructure go, well this is a thing and I need to provide that. So things like Project Pacific, or a recognition that, yeah, why not bake that into the infrastructure? So Kubernetes is kind of Dev Ops, materialized in a product. >> Yeah, it was interesting. I had an interview yesterday. We've been watching Kubernetes since the beginning. But the way they described it is, Kubernetes is really the new server. It's like I can spin up that environment in a much shorter period of time. Which, of course, was part of the value proposition of going to containerization. Project Pacific is, you're going to take your install base of VMs and give them that bridge to the future. Pivotal also, if I wanted to just do it in the public cloud, you've got the options there. Correct? What I'd love, John, if you can help tease us out the Kubernetes message. If I take VMware plus Pivotal and Heptio and all the pieces, help us sort through the fog a little bit. >> The thing that's become very clear to us at Pivotal and, I think, in the industry is that Kubernetes is now becoming an expected default. Whereas maybe before it was VMs, that's the basic foundation that I'm going to build my workers, my applications on. Now it's Kubernetes. And whether I'm building custom applications or a vendor is supplying me with something as a container images in a pod, that's kind of the default. So the big thing about the announcers from the Keynote was that's really what we're working to. In something like Tanzu Mission Control, now distracts you away from necessarily where those Kubernetes are appearing, whether that is on-prem or in the public cloud. Let's you work across a foundation that actually appears in a lot of different places. >> The impact of Mission Control. Just drill down on that for a second, because that demo was pretty sweet. Just take a minute to explain the relevance of having the view of all those Kubernetes clusters across the cloud and what it means to the operator. Because that was an interesting demo. >> Yeah, so the analogy I use, and it doesn't fit exactly, but it's kind of like power stations in a grid. With a lot of products, things like SoS with PKS, have been creating the power stations that let you run Kubernetes, but the power is really in having the grid. So Mission Control gives you the grid. It lets you do operations across Kubernetes wherever they are. But also do things like migrations. We talk about Enterprise PKS being a really good start point of getting into this new world of Pacific and everything. And it's actually Tanzu Mission Control that enables that. It's like VMotion for containers, almost. >> It is such an important piece, because every platform is going to have Kubernetes, and while VMware is going to have some Kubernetes, it's not going to have all Kubernetes. So if I've got some in Amazon, and I'm using Anthos over here, we'd love to have that management platform that gives me visibility. Bob, I just want to bring it back to you here. In the industry, we've had time and time again where we want to manage a heterogeneous environment. It's been Don Quixote chasing after that dream. Tell us how do we pull that together and where do we live? >> I think you guys were talking about the fact that developers expect this Kubernetes dial tone today, and that's driving infrastructure choices. One of the things that we need to do as infrastructure people is make that real. In other words, it's all well and good to develop an application on a Kubernetes infrastructure, but now how do I turn that into a production service that is helping me drive revenue, for example. What we need to do is operationalize that, in a way that can bring that to life, and bring that to life in a production way. That's really where we're going with PKS, on VCF, on VxRail. So PKS on VCF allows organizations to actually automated fashion deploy a Kubernetes cluster. So what that does is allow organizations to now suddenly bring their investment in what they've been doing in virtualization today, and bring that toward this next generation containerized-based applications. This is key because in order to, for example, stand up a Kubternetes cluster, and then make that into a production service, there's just tons of moving parts. So why not automate that in a fashion that essentially takes all of the stress out of that Day Zero. And then, furthermore, when it comes to Day Two, and making sure that's up to date, making sure that you can patch that. For example, if there's a critical bug, you want to be able to do that in an automated fashion as well, because there's just so many moving parts that it's impossible to keep track of all this stuff manually. >> Bob, there's so many changes that go through when we're moving to that environment where it's going to change a lot more. We think about management. It used to be, oh, okay, I know where the server lives. Wait, VMs fly all over the place with VMotion of containers, by the time you go looking for it, it feels like it's trying to measure the speed and direction of an atom. You can't pin it down. But the one I want to get you, from a customer along that journey, the consumption model has to be something that is changing along the lines. How does the infrastructure, how do we make sure it can scale like the cloud, and how can I pay for it like that, that flexible model? >> That's pretty interesting, because we see a couple of things. Organizations come to us and say, I'm all in uncloud. Okay, what do you mean you're all in uncloud? Well, there's two things that come out, right? One is elastic capacity, the ability to expand as needed. The other one is metered use. In other words, I only want to pay for this stuff when I'm actually using it. We're providing a couple of ways to get there today with Dell Technologies Cloud. One is this Data Center as a Service offering that we've been discussing, which is VMware Cloud on Dell EMC. The other one is flex on demand, and flex on demand is an offer that we'll bringing to the table for traditional customer-managed infrastructure that allows organizations to essentially only pay for the nodes that they're using in their on-premises cluster. We believe that being able to deliver that, whether it's on-prem with traditional infrastructure, or in a public cloud environment, which organizations clearly have voted with their dollars on, is key. So that's what we're bringing to the table with Dell Tech Cloud. >> It's clear you guys are building that out and running as fast as you can (laughing) to get it done. The final thought I want to get your guys to weight in on, the show this week. What's the big takeaway from your perspective? Obviously Pivotal is big news into the fold with VMware is going to be a really strategic opportunity for VMware to go that next level with developers and then figuring out, connecting the dots there. What's the top stories that you're seeing, that people, that you're walking away with from the show this week? >> For me, it's really you don't have to choose. In other words, organizations are looking at containerization and saying, wow, next generation applications are going there. Maybe I should be shifting everything over there. And yet they're saying, gosh, I've got all this existing infrastructure, what am I going to do? So really, PKS on VCF is allowing organizations to say, I can have existing virtualized apps living right next to my emerging containerized applications, and use existing infrastructure, existing skills in order to get there. And I think really you don't have to choose. You've got a path forward from where you are today, into this next generation of cloud-native applications is really exciting, and that's what we're >> John, your thoughts. >> bringing to the table. >> I think organizations, customer organizations, need to re-evaluate who VMware is, and what they can do for them. Pivotal's always been about business outcomes for our customers, and those outcomes come through developing software to drive the business. VMware has reached out to developers in the past, but that's really on steroids now. >> They've really had a ton of success there because they're operators. But they've always been a software company. VMware is, at heart, a software company. >> Right, but I always think of marketing as save money, make money (laughing) but go faster. VMware's been amazing at helping folks to save money, go faster. >> I think the Pivotal relationship's going to be really important for VMware. I think it's going to completely change the game. We'll be tracking the progress. Thanks for sharing, thanks for coming on. Thanks for the insight, here on theCUBE. I'm John Furrier, Stu Miniman, and more of the live coverage from Vmworld 2019 after this short break. (techno music)
SUMMARY :
Brought to you by VMware and it's Ecosystem partners. We're on the main set. and the Edge has emerged, to work with what they're doing on-prem. modernize the platform and then modernize the apps. We see this physical to virtual to You've been around the block on this point. and saying to the infrastructure folks, and all the pieces, that's the basic foundation that I'm going to of having the view of all those Kubernetes but the power is really in having the grid. In the industry, we've had time and time again and bring that to life in a production way. the consumption model has to be something One is elastic capacity, the ability to expand as needed. Obviously Pivotal is big news into the fold And I think really you don't have to choose. developing software to drive the business. They've really had a ton of success there to save money, go faster. and more of the live coverage from Vmworld 2019
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Bob Ganley | PERSON | 0.99+ |
Michael | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
John Allwright | PERSON | 0.99+ |
John Furrier | PERSON | 0.99+ |
Bob | PERSON | 0.99+ |
San Francisco | LOCATION | 0.99+ |
Dell EMC | ORGANIZATION | 0.99+ |
Cloud 1.0 | TITLE | 0.99+ |
Pat | PERSON | 0.99+ |
yesterday | DATE | 0.99+ |
10 years | QUANTITY | 0.99+ |
Cloud 2.0 | TITLE | 0.99+ |
two sets | QUANTITY | 0.99+ |
Pacific | LOCATION | 0.99+ |
Pivotal | ORGANIZATION | 0.99+ |
One | QUANTITY | 0.98+ |
two things | QUANTITY | 0.98+ |
VMworld 2019 | EVENT | 0.98+ |
this week | DATE | 0.98+ |
today | DATE | 0.98+ |
two great guests | QUANTITY | 0.98+ |
VMworld | ORGANIZATION | 0.98+ |
two clouds | QUANTITY | 0.98+ |
Project Pacific | ORGANIZATION | 0.98+ |
PKS | ORGANIZATION | 0.97+ |
Kubernetes | TITLE | 0.97+ |
Amazon | ORGANIZATION | 0.96+ |
VCF | ORGANIZATION | 0.95+ |
one cloud | QUANTITY | 0.95+ |
VMware Cloud | TITLE | 0.95+ |
Dell Tech Cloud | ORGANIZATION | 0.94+ |
Keynote | TITLE | 0.94+ |
Dev Ops | TITLE | 0.94+ |
one | QUANTITY | 0.94+ |
This morning | DATE | 0.92+ |
Dell Technologies Cloud | ORGANIZATION | 0.92+ |
One term | QUANTITY | 0.92+ |
Anthos | TITLE | 0.89+ |
Day Zero | QUANTITY | 0.85+ |
Don Quixote | PERSON | 0.81+ |
Day Two | QUANTITY | 0.8+ |
Tanzu | TITLE | 0.78+ |
VMotion | TITLE | 0.76+ |
Dell Technologies | ORGANIZATION | 0.71+ |
Sanjay Uppal & Steve Woo, VMware | VMworld 2019
>> Announcer: Live from San Fransciso, celebrating 10 years of hi-tech coverage, it's the theCUBE, covering VMworld 2019. Brought to you by VMware and its eco-system partners. >> Welcome back everyone. It's theCUBE's live coverage at VMworld 2019. I'm John Furrier, Dave Vellante, Dave, 10 years doing theCUBE at VMworld, what a transformation, lot of technologies coming back into the center of all the action. SD-WAN's one of them, we got two great guests, two entrepreneurs, the co-founders of VeloCloud. Sanjay Uppal who's the VP and GM of VeloCloud Business Unit part of VMware, VMware bought on December 2017, Steve Woo, Senior Director of VeloCloud Business Unit. Also co-founder, you guys both strong in networking, entrepreneurs, congratulations on. >> Thank you. >> That was two years ago. Okay, so, we were reminiscing about 10 years, 2010, when we first started doing theCUBE to now, but more than ever SD-WAN, just over the past 24 months, 36 months, a lot's changing as cloud has become more obvious. Certainly public cloud, no debate, but we start talking about cloud 2.0. Enterprise requirements are much unique and different that just, you know, being born in the cloud at least like the startups are. So, whole different challenges. This is a kind of difficult, it's a networking challenge. Networking and security are the two biggest, hottest areas right now in tech as clouds scale, the enterprise comes in. What's the vision, Sanjay? >> So what's going on here as you were rightly pointing out, cloud is changing. It's no longer people just want to get from private to public, it's a multi-cloud world and it's a hybrid cloud world. Now, that's talking at it from the compute standpoint. But, other services are also moving to the cloud, security services are moving to the cloud, so when you look at it from that standpoint, our customers want to get from the clients, which could be a user, it could be a thing, it could be a machine, all the way to the container which has the application. So we're looking at SD-WAN as being that fabric that connects from the client to the cloud to the container. And as you're rightly pointing out, networking and security is the hot area right now. So how does security and networking impact this client to cloud to container world is where SD-WAN is headed toady. >> And Pat Gelsinger who just came fresh off the keynote, he'll be on tomorrow, I'm going to ask him this question directly but, we've always been saying public cloud is such a great resource, I mean, who doesn't want all that massive compute, massive storage, if you can use it? But when you start getting into hybrid, right? I said the data center's an edge. And he's talking about a thin edge and a big edge and a thick edge, so when you're a networking packet, when you're in networking you move stuff around, you're an edge and you're a center, you're a core. These are networking concepts, this is not new, I mean, this is not new. >> Yes, this is not new. And I think the concept of the edge, as he was pointing out, there's different edges everywhere and you have to really look at it from, as you're crossing the boundary, how do you get the packets from point A to point B? Making sure that the performances are short, so you get the application layer performance, but yet not increasing your attack surface from a security standpoint. And so, the facilities that Steve and myself and other folks at VeloCloud have constructed is really reducing the attack surface by segmentation. But making sure that the conversation from the client to the cloud to the container has that assured performance, particularly for real time applications. Which are actually not easy to get right because the underlying transport may not actually help in any great way. >> So, John, you said it's not really new for you networking guys, it's really not. At the same time, Pat talked about choice versus complexity so it's a much more complex world. So you've had to change the way in which, you approach from a technology standpoint I presume? The roadmap has probably shifted, maybe you could talk about that a little bit. >> So, absolutely. So the discussion about moving to the cloud has been about the compute, but then you have to also actually look at the network, right? They forecast that 30 to 50% of the enterprise traffic is going to go to the cloud, right? But the network in the past was built for applications going to the on premise data center. So what we've had is inequality where you've had a full enterprise grade network going to the enterprise data center, but actually your cloud access was a second grade citizen. As Sanjay was saying, I still want performance, I still want security, and then in fact, as people actually expand to the cloud but actually put more and more workloads in the cloud, they start to realize, gee, where's my automation? Where's my scaling? So that still has to be done at the branch that the remote sites that need access to the cloud, and they need this automated, secure, high performing access to all the cloud workloads. Especially even that it's now moved to multi-cloud, right? So you went from on premise, a little bit in the hybrid, private cloud, now many more instances and now multi-cloud, becomes more and more complex and that's where cloud delivered SD-WAN really addresses that problem. >> So Steve, lay out the architecture, so let's just all roleplay for a second here. I'm a CCO, CIO, I'm progressive, got my hands in all the top things, certainly security's number one concern I have. And I'm building my own stack, I love the cloud, I don't want to make it a second class citizen, I really want to re-architect this. What the playbook, what do I do, what's your recommendation? >> Alright, so the playbook is, and this is advice from the cloud compute centers as well, right? Go direct to the cloud, don't back haul it through the enterprise data center and introduce latency so you now need Internet Breakout at more locations, not just the central data center. But I still need the security, so how do I have cloud security for traffic going straight to the cloud versus going back to the east west, to the data center? So really, the advantage that the SD-WAN solution has is it's actually a hybrid that has a footprint on premise but also has a cloud footprint. So Sanjay and I and VeloCloud, we have this big network of cloud gateways so you have the footprint on prem and in the cloud to have distributed security. >> So, Sanjay, talk about, back to your original bumper sticker, client, cloud, containers. So, I see that security piece. How important has the container piece become? And what is that role of the container in the future? Is it going to be a wrapper for legacy apps, is it going to be primary for new apps? Because Kubernetes clearly is orchestrating a bunch of containers and other services so the role of the container's certainly super valuable. How does that impact some of the efficiencies that's needed for networking and to ensure security? >> Yeah, great question. You know, the networking folks, and networking was always relegated to being the underlay or the plumbing. Now what's becoming important is that the applications are making their intent aware to the network. And the intent is becoming aware. As the intent becomes aware, we networking people know what to do in the SD-WAN layer, which then shields all the intricacies of what needs to get done in the underlay. So to put it in very simple terms, the container's what really drives the need and what we're doing is we're building the outcome to satisfy that need. Now containers are critical because as Pat was saying, all of the new digital applications are going to be built with containers in mind. So the reason we call it client to cloud to container is because the containers can literally be anywhere. You know, we're talking about them being in the private cloud and then the public cloud, they could be right next to where the client is because of the edge cloud. They could be in the telco network which is the telco cloud. So between these four clouds, you literally have a network of these containers and the underlying infrastructure that we are doing is to provide that SD-WAN layer that'll get the containers to talk to one another as well as to talk to the clients that are getting access to those applications. >> You know, sometimes it takes a history lesson to figure out the future. I was talking with Steve Herrod and I want to get your reaction to a comment he made to me when we were talking about the impact of VMware back in the old days, you know, virtualization. Virtualization kind of came out as an application and then it became what it did in the server world, just changed the game. But one key thing that we talked about and he mentioned was, the key was that virtualization allowed for massive efficiencies. Not just on price and consolidation of service and efficiency on price, but it enabled more efficiencies in performance without any code changes to the application. So the question is, is that, okay, containers I buy 100%, we agree, since Docker and early days to now with the Kubernetes, containers are going to be a game changer. What's that dynamic that's going to come next? Is there a view from your perspective on that step up function of value without a lot of application rewrites or network changes? I mean, I'm just trying to figure out how that fits together what's your view on that? >> Yeah, let me drag this first and then maybe Steve can comment as well, so. The first thing is that SD-WAN, just like server virtualization did, we're doing what server virtualization was for the network. So you don't require any changes to your underlay, meaning that you don't require changes to your broadband, you don't require changes to your LTE and even 5G, as well as the NPLS network so you don't have to twiddle with those bits, we manage it all in the overlay, this is exactly similar to what VMs did when it came to server virtualization. Now, when containers come in, because we get the visibility of what the container wants, we can both in real time, as well as a priori, figure out how the network should be configured. And that is a game changer because a container could be right next to you, it could be in the cloud, far edge, thin edge, it's not just a destination, it's literally everywhere. And that underlying fabric, if the underlying fabric of the network doesn't work, your digital transformation project for containers is not going to work either. You there's a key building block over there. >> So if I get this right, you're saying is that because you have that underlay visibility without any changes, by making efficiencies there, you then can understand what the container wants so you're bringing intelligence to the container and vice versa? >> Yes, so that containers tells us what do they need to run, I mean the application tells us, which is built with containers. And what we do is we dynamically measure how the network is performing, and we adapt to what the container wants. We call this outcome driven. We know what the outcome is and we adapt the networking to deliver that outcome. >> So I want to ask you guys, so Pat talked today about 8% better improvement relative to bare metal, but it's really about the entire system, the entire network. And I'm curious as to how you guys are evolving. You know, John and I talk about cloud 2.0, how you're evolving to support that. Because it's really about application performance in total, what the user sees, not what I can measure in some on prem data center, I'm not saying Pat was doing that, but my guess to deduce the numbers for the keynote they probably did do that. So, how is your infrastructure and architecture evolving to support application performance across the network? >> Right, right. So, to add to what Sanjay was saying in terms of just being aware of the requirements of the containers and optimizing and having visibility but actually, leverage the container and virtual machine technology in the SD-WAN platform itself. So in terms of solving the network problem, it's not just about us virtualizing the network resources and then choosing the best path across the network to the applications, but actually hosting some applications that deserve to be moved out to the edge to help solve the performance problem as well. A good example is IOT, where you just have a lot of data, a lot of real time data that needs real time control response instead of necessarily going over the most efficient path to an existing cloud data center on premise, perhaps do some of the analytics actually in the SD-WAN network edge, and we can do that with containers. >> So what about the real time aspect? Because I think that's a key point, you mentioned that, Sanjay, earlier. Because, I remember, not the date myself, but I remember back in the days when policy was a revolution, oh my God, we can do policy based stuff! And provisional stuff, that was an, oh my God, static network, though, I mean everything was provisioned, buttoned up nicely, you're not dealing with a static network when you're dealing with services. So you're moving up the stack, we're talking containers now, at the application level, assuming you have the fabric down here. There's going to be a lot of stuff being turned on, turned off, things provisioning, unprovisioning, so a lot of dynamic nature going on. So, if I see this right, policy is key and enables some intelligence, it's got to have an impact on the real time so talk about what real time means, some of the challenges, is it just a transactional issue? Is it latency? And is that where the container magic happens? Just unpack that a little bit. >> So there's really four classes of real time applications that we see. Voice, video, VDI and IOT. Now, there's of course, other applications that are built from these building blocks or these types of application, sub-applications. Now, each of these has a latency requirement, but it also has a requirement in terms of dynamism, so as you know, video can change dramatically from one moment to the other, variable portrayed video, right? Voice doesn't change as dramatically but has very stringent requirements in terms of when that packet should show up. So when we look at these, and you put them on a best effort network that only says that they're going to get the packet from point A to point B, these real time applications may not work. So what we have constructed is an overlay that supports realtime applications even on best effort networks. And this is actually a fairly significant shift in the industry, like if you look at running, you know, all of us have done a voice call, on a broadband and you hear these artifacts and rubberbanding and you can't hear the other person, right? But with VeloCloud, we're able to provide guarantees running on best effort networks. And I think that is a game changer. That is going to be a game changer also as the applications get much more dynamic. I mean, you bring in containers, one of the issues is where should that application run? That can be decided in real time. VMware invented this whole vMotion idea, well how about vMotioning the container? And how are you going to vMotion it and how are you going to decide where that container should be? So all of this is really what a networking infrastructure can provide for you in real time. >> And you've got this overlay, and without performance degradation or dramatic performance degradation, right? So what's the secret sauce behind that? >> So, the secret sauce in our solution is something we call dynamic multi-path optimization. So just like virtualization was done for the data center, first continuously monitor the resource's performance, capacity of the different underlay resources and then in real time, recognizing the business priority of the different applications, instantly put the workload, or in this case, the network WAN traffic on the right resource and actually have the flexibility to move it as conditions change, as capacity changes. And further than that, if you can't stare around the problems that we may see in the network, we can actually remediate the actual traffic streams and since we're on both ends we can have a lot of optimization tricks and actually make sure that real time data applications work perfectly. >> So it's a data analysis and a math problem to solve? >> Yeah, so we use that for real time optimization, and then the other benefit is we have this huge, in the cloud, of course, huge data lake of information that we continue to share more and more with the users so they can see the overlay, so that the entire underlay environment of the WAN, where it's going in the different hybrid cloud, and also the overlay performance. There's going to be huge value in that in terms of solving network problems. >> Are the telcos a bottleneck to the future or is 5G going to solve all that, or? >> Telcos are a partner, and more than 50% of our business is done with the telco. So it's us working with the telco and then going eventually to the enterprise. >> And they're moving at the speed that you want em to move? They're saddled with pressures on costs and network function virtualization, and it's a complicated problem. >> Right, as you heard Pat say in the morning, the telcos are going through a dramatic change. Because they're shifting away from this custom proprietary hardware infrastructure into a completely software driven world, right? And so the telco is a critical partner. They are virtualizing their own network, they are virtualizing the core of the network using VMware and other technologies, and as they're doing that, they're virtualizing what goes out to the enterprise customer. And the network virtualization piece, of course, is built on SD-WAN. One thing I wanted to add to what Steve said, is that we collect almost 10 billion flow records a day. From across all of our 150,000 sites, and this is a treasure trove of information. It is this information that allows us to develop the next generation algorithms. We're the only ones who have that much information that is collected, it's rich information, it's about how the network performs, how the applications are, where it is going, how the application workloads are. And using this we generate the next generation algorithms that'll optimize the networks and make them more secure. >> And that is the benefit of SaaS, the beautiful thing about having a SaaS platform, easy to stand up, the data becomes a really critical aspect for making the network smarter, to your point, this is all those data points. It's an operating, sounds like an operating system to me. >> It's a highly distributed network operating system. >> Guys, thanks for coming on, great insight. Final question to end the segment, as two co-founders and entrepreneurs, when you started VeloCloud, knowing what's going on today, explain in your entrepreneurial mind, where this is going, because this isn't your, as they say, grandfather's SD-WAN market anymore. It's really turning into, quite frankly, next generation networking, next generation software, you mentioned it's network operating system, it's one big distributed network. And all these new things are happening, what's the vision? Is this what you thought it would be when you guys started? >> Well, you know, the amazing this is many startups usually go through a pivot, right? They start off as one thing and maybe more than one pivot, in fact, I think it was a couple of years ago that we just for grins, looked at the first few slides that Steve has made when we had got started. For our seed investor, where we actually had absolutely nothing! And it was, actually is very true, the graphics were very very poor, other than that the idea of moving to the cloud and using the cloud as the network, even at that time we said the cloud is the network. That has not changed. And so, the enduring vision here is that regardless of where you are, you're on laptops right now, clients could be sensors, actuators, all of this is going to go through a network cloud. And that network cloud is going to be responsible for getting you to any final destination. Whether it's your nearby container or whether it's running in some public cloud. And so the vision is trust the network, it's going to make sure that it'll figure out whether you should be on Wi-Fi or Bluetooth or LTE or 5G or whatever have you. You just say this application's important to me. The network is going to take care of the rest of it. >> Well you guys are certainly music to our ears, we love network effects, we think network effects is not just the way media is today but also technology, the network is all interconnected it's all instrumented, you can get the data. There's no blindspots, if you can instrument it, you can automate it. You guys are pioneers, thanks for coming on theCUBE, appreciate it. >> Good to have ya. >> Thank you. >> CUBE coverage here, 10 years covering VWworld, I'm John Furrier, Dave Vellante. Back with more live coverage after this short break. (electronic music)
SUMMARY :
Brought to you by VMware and its eco-system partners. coming back into the center of all the action. Networking and security are the two biggest, that connects from the client to the cloud to the container. I said the data center's an edge. from the client to the cloud to the container At the same time, Pat talked about choice versus complexity that the remote sites that need access to the cloud, And I'm building my own stack, I love the cloud, on prem and in the cloud to have distributed security. How does that impact some of the efficiencies all of the new digital applications are going to be built of VMware back in the old days, you know, virtualization. this is exactly similar to what VMs did how the network is performing, And I'm curious as to how you guys are evolving. So in terms of solving the network problem, it's got to have an impact on the real time in the industry, like if you look at running, you know, and actually have the flexibility to move it so that the entire underlay environment of the WAN, and then going eventually to the enterprise. And they're moving at the speed that you want em to move? And so the telco is a critical partner. And that is the benefit of SaaS, Final question to end the segment, other than that the idea of moving to the cloud is not just the way media is today I'm John Furrier, Dave Vellante.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Steve | PERSON | 0.99+ |
Steve Woo | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Pat Gelsinger | PERSON | 0.99+ |
Sanjay Uppal | PERSON | 0.99+ |
telco | ORGANIZATION | 0.99+ |
Steve Herrod | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
December 2017 | DATE | 0.99+ |
John Furrier | PERSON | 0.99+ |
telcos | ORGANIZATION | 0.99+ |
Sanjay | PERSON | 0.99+ |
Pat | PERSON | 0.99+ |
30 | QUANTITY | 0.99+ |
Telcos | ORGANIZATION | 0.99+ |
150,000 sites | QUANTITY | 0.99+ |
2010 | DATE | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
10 years | QUANTITY | 0.99+ |
100% | QUANTITY | 0.99+ |
more than 50% | QUANTITY | 0.99+ |
VeloCloud Business Unit | ORGANIZATION | 0.99+ |
San Fransciso | LOCATION | 0.99+ |
today | DATE | 0.99+ |
VeloCloud | ORGANIZATION | 0.99+ |
two co-founders | QUANTITY | 0.99+ |
two entrepreneurs | QUANTITY | 0.99+ |
each | QUANTITY | 0.99+ |
VMworld 2019 | EVENT | 0.99+ |
one moment | QUANTITY | 0.98+ |
tomorrow | DATE | 0.98+ |
two years ago | DATE | 0.98+ |
36 months | QUANTITY | 0.98+ |
two great guests | QUANTITY | 0.97+ |
VMworld | EVENT | 0.97+ |
One | QUANTITY | 0.97+ |
four clouds | QUANTITY | 0.97+ |
one | QUANTITY | 0.97+ |
50% | QUANTITY | 0.97+ |
point B | OTHER | 0.95+ |
both | QUANTITY | 0.94+ |
first few | QUANTITY | 0.94+ |
first | QUANTITY | 0.94+ |
one thing | QUANTITY | 0.92+ |
first thing | QUANTITY | 0.92+ |
VWworld | ORGANIZATION | 0.9+ |
Sanjay | ORGANIZATION | 0.9+ |
one key thing | QUANTITY | 0.89+ |
5G | ORGANIZATION | 0.89+ |
second | QUANTITY | 0.88+ |
both ends | QUANTITY | 0.86+ |
theCUBE | ORGANIZATION | 0.85+ |
more than one pivot | QUANTITY | 0.85+ |
second grade | QUANTITY | 0.85+ |
telco cloud | ORGANIZATION | 0.84+ |
point A | OTHER | 0.82+ |
a couple of years ago | DATE | 0.81+ |
almost 10 billion flow records | QUANTITY | 0.81+ |
two biggest | QUANTITY | 0.8+ |
about 8% | QUANTITY | 0.8+ |
VMware 2019 Preview & 10 Year Reflection
>> From the Silicon Angle Media office in Boston Massachusetts, it's theCUBE. Now here's your host, Dave Vellante. (upbeat music) >> Hello everybody, this is Dave Vallante with Stu Miniman and we're going to take a look back at ten years of theCUBE at VMworld and look forward to see what's coming next. So, as I say, this is theCUBE's 10th year at VMworld, that's VMworld, of course 2019. And Stu, if you think about the VMware of 2010, when we first started, it's a dramatically different VMware today. Let's look back at 2010. Paul Maritz was running VMware, he set forth the vision of the software mainframe last decade, well, what does that mean, software mainframe? Highly integrated hardware and software that can run any workload, any application. That is the gauntlet that Tucci and Maritz laid down. A lot of people were skeptical. Fast forward 10 years, they've actually achieved that, I mean, essentially, it is the standard operating system, if you will, in the data center, but there's a lot more to the story. But you remember, at the time, Stu, it was a very complex environment. When something went wrong, you needed guys with lab coats to come in a figure out, you know, what was going on, the I/O blender problem, storage was a real bottleneck. So let's talk about that. >> Yeah, Dave, so much. First of all, hard to believe, 10 years, you know, think back to 2010, it was my first time being at VMworld, even though I started working with VMware back in 2002 when it was like, you know, 100, 150 person company. Remember when vMotion first launched. But that first show that we went to, Dave, was in San Francisco, and most people didn't know theCUBE, heck, we were still figuring out exactly what theCUBE will be, and we brought in a bunch of our friends that were doing the CloudCamps in Silicon Valley, and we were talking about cloud. And there was this gap that we saw between, as you said, the challenges we were solving with VMware, which was fixing infrastructure, storage and networking had been broken, and how were we going to make sure that that worked in a virtual environment even better? But there were the early thought leaders that were talking about that future of cloud computing, which, today in 2019, looks like we had a good prediction. And, of course, where VMware is today, we're talking all about cloud. So, so many different eras and pieces and research that we did, you know, hundreds and hundreds of interviews that we've done at that show, it's definitely been one of our flagship shows and one of our favorite for guests and ecosystems and so much that we got to dig into at that event. >> So Tod Nielsen, who was the President and probably COO at the time, talked about the ecosystem. For every dollar spent on a VMware license, $15 was spent on the ecosystem. VMware was a very, even though they were owned by EMC, they were very, sort of, neutral to the ecosystem. You had what we called the storage cartel. It was certainly EMC, you know, but NetApp was right there, IBM, HP, you know, Dell had purchased EqualLogic, HDS was kind of there as well. These companies were the first to get the APIs, you remember, the VASA VAAI. So, we pushed VMware at the time, saying, "Look, you guys got a storage problem." And they said, "Well, we don't have a lot of resources, "we're going to let the ecosystem solve the problem, "here's an API, you guys figure it out." Which they largely did, but it took a long time. The other big thing you had in that 2010 timeframe was storage consolidation. You had the bidding war between Dell and HP, which, ultimately, HP, under Donatelli's leadership, won that bidding war and acquired 3PAR >> Bought 3PAR >> for 2.4, 2.5 billion, it forced Dell to buy Compellent. Subsequently, Isilon was acquired, Data Domain was acquired by EMC. So you had this consolidation of the early 2000s storage startups and then, still, storage was a major problem back then. But the big sea change was, two things happened in 2012. Pat Gelsinger took over as CEO, and VMware acquired Nicira, beat Cisco to the punch. Why did that change everything? >> Yeah, Dave, we talked a lot about storage, and how, you know, the ecosystem was changing this. Nicira, we knew it was a big deal. When I, you know, I talked to my friends that were deep in networking and I talked with Nicira and was majorly impressed with what they were doing. But this heterogeneous, and what now is the multi-cloud environment, networking needs to play a critical role. You see, you know, Cisco has clearly targeted that environment and Nicira had some really smart people and some really fundamental technology underneath that would allow networking to go just beyond the virtual machine where it was before, the vSwitch. So, you know, that expansion, and actually, it took a little while for, you know, the Nicira acquisition to run into NSX and that product to gain maturity, and to gain adoption, but as Pat Gelsinger has said more recently, it is one of the key drivers for VMware, getting them beyond just the hypervisor itself. So, so much is happening, I mean, Dave, I look at the swings as, you know, you said, VMware didn't have enough resources, they were going to let the ecosystem do it. In the early days, it was, I chose a server provider, and, oh yeah, VMware kind of plays in it. So VMware really grew how much control and how much power they had in buying decisions, and we're going through more of that change now, as to, as they're partnering we're going to talk about AWS and Microsoft and Google as those pieces. And Pat driving that ship. The analogy we gave is, could Pat do for VMware what Intel had done for a long time, which is, you have a big ecosystem, and you slowly start eating away at some of that other functionality without alienating that ecosystem. And to Pat's credit, it's actually something that he's done quite well. There's been some ebbs and flows, there's pushback in the community. Those that remember things like the "vTax," when they rolled that out. You know, there's certain features that the rolled into the hypervisor that have had parts of the ecosystem gripe a little bit, but for the most part, VMware is still playing well with the ecosystem, even though, after the Dell acquisition of EMC, you know, we'll talk about this some more, that relationship between Dell and VMware is tighter than it ever was in the EMC days. >> So that led to the Software-Defined Data Center, which was the big, sort of, vision. VMware wanted to do to storage and networking what it had done to compute. And this started to set up the tension between with VMware and Cisco, which, you know, lives on today. The other big mega trend, of course, was flash storage, which was coming into play. In many ways, that whole API gymnastics was a Band-Aid. But the other big piece if it is Pat Gelsinger was much more willing to integrate, you know, some of the EMC technologies, and now Dell technologies, into the VMware sort of stack. >> Right, so Dave, you talked about all of those APIs, Vvols was a huge multi-year initiative that VMware worked on and all of the big storage players were talking about how that would allow them to deeply integrate and make it virtualization-aware storage your so tense we come out on their own and try to do that. But if you look at it, VVols was also what enabled VMware to do vSAN, and that is a little bit of how they can try to erode in some of the storage piece, because vSAN today has the most customers in the hyperconverged infrastructure space, and is keeping to grow, but they still have those storage partnerships. It didn't eliminate it, but it definitely adds some tension. >> Well it is important, because under EMC's ownership it was sort of a let 1,000 flowers bloom sort of strategy, and today you see Jeff Clarke coming in and consolidating the portfolios, saying, "Look, let's let VMware go hard with vSAN." So you're seeing a different type of governance structure, we'll talk about that. 2013 was a big year. That's the year they brought in Sanjay Poonen, they did the AirWatch acquisition, they took on what the industry called VDI, what VMware called EUC, End-User Computing. Citrix was the dominant player in that space, VMware was fumbling, frankly. Sanjay Poonen came in, the AirWatch acquisition, now, VMware is a leader in that space, so that was big. The other big thing in 2013 was, you know, the famous comment by Carl Eschenbach about, you know, if we lose to the book seller, we'll all lose. VMware came out with it's cloud strategy, vCloud Air. I was there with the Wall Street analyst that day listening to Pat explain that and we were talking afterwards to a number of the Wall Street analysts saying, "This really doesn't make a lot of sense." And then they sort of retreated on that, saying that it was going to be an accelerant, and it just was basically a failed cloud strategy. >> And Dave, that 2013 is also when they spun out Cloud Foundry and founded Pivital. So, you know, this is where they took some of the pieces from EMC, the Greenplum, and they took some of the pieces from VMware, Spring and the Cloud Foundation, and put those together. As we speak right now, there was just an SEC Filing that VMware might suck them back in. Where I look at that, back in 2013, there was a huge gap between what VMware was doing on the infrastructure side and what Cloud Foundry was doing on the application modernization standpoint, they had bought the Pivotal Labs piece to help people understand new programming models and everything along those lines. Today, in 2019, if you look at where VMware is going, the changes happening in containerization, the changes happening from the application down, they need to come together. The Achilles heel that I have seen from VMware for a long time is that VMware doesn't have enough a tie to or help build the applications. Microsoft owns the applications, Oracle owns the applications. You know, there are all the ISVs that own the applications, and Pivotal, if they bring that back into VMware it can help, but it made sense at the time to kind of spin that out because it wasn't synergies between them. >> It was what I called at the time a bunch of misfit toys. And so it was largely David Goulden's engineering of what they called The Federation. And now you're seeing some more engineering, financial engineering, of having VMware essentially buy another, you know, Dell Silver Lake asset, which, you know, drove the stock price up 77% in a day that the Dow dropped 800 points. So I guess that works, kind of funny money. The other big trend sort of in that mid-part of this decade, hyperconverged, you know, really hit. Nutanix, who was at one point a strong partner of both VMware and Dell, was sort of hitting its groove swing. Fast forward to 2019, different situation, Nutanix really doesn't have a presence there. You know, people are looking at going beyond hyperconverged. So there's sort of the VMware ecosystem, sort of friendly posture has changed, they point fingers at each other. VMware says, "Well, it's Nutanix's fault." Nutanix will say it's VMware's fault. >> Right, so Dave, I pointed out, the Achilles heel for VMware might be that they don't have the closest tie to the application, but their greatest strength is, really, they are really the data center operating system, if you will. When we wrote out our research on Server SAN was before vSAN had gotten launched. It was where Nutanix, Scale Computing, SimpliVity, you know, Pivot3, and a few others were early in that space, but we stated in our research, if Microsoft and VMware get serious about that space, they can dominate. And we've seen, VMware came in strong, they do work with their partnerships. Of course, Dell, with the VxRail is their largest solution, but all of the other server providers, you know, have offerings and can put those together. And Microsoft, just last year, they kind of rebranded some of the Azure Stack as HCI and they're going strong in that space. So, absolutely, you know, strong presence in the data center platform, and that's what they're extending into their hybrid and multi-cloud offering, the VMware Cloud Solutions. >> So I want to get to some of the trends today, but just real quick, let's go through some of this. So 2015 was the big announcement in the fall where Dell was acquiring EMC, so we entered, really, the Dell era of VMware ownership in 2016. And the other piece that happened, really 2016 in the fall, but it went GA 2017, was the announcement AWS and VMware as the preferred partnership. Yes, AWS had a partnership with IBM, they've subsequently >> VMware had a partnership >> Yeah, sorry, VMware has a partnership with IBM for their cloud, subsequently VMware has done deals with Google and Microsoft, so there's, we now have entered the multi-cloud hybrid world. VMware capitulated on cloud, smart move, cleaned up its cloud strategy, cleaned that AirWatch mess. AWS also capitulated on hybrid. It's a term that they would never use, they don't use it necessarily a lot today, but they recognize that On Prem is a viable portion of the marketplace. And so now we've entered this new era of cloud, hybrid cloud, containers is the other big trend. People said, "Containers are going to really hurt VMware." You know, the jury's still out on that, VMware sort of pushes back on that. >> And Dave, just to put a point on that, you know, everybody, including us, spent a lot of time looking at this VMware Cloud on AWS partnership, and what does it mean, especially, to the parent, you know, Dell? How do they make that environment? And you've pointed out, Dave, that while VMware gets in those environments and gives themselves a very strong cloud strategy, AWS is the key partner, but of course, as you said, Microsoft Azure, Google Cloud, and all the server providers, we have a number of them including CenturyLink and Rackspace that they're partnering with, but we have to wait a little while before Amazon, when they announced their outpost solutions, VMware is a critical software piece, and you've got two flavors of the hardware. You can run the full AWS Stack, just like what they're running in their data center, but the alternative, of course, is VMware software running on Dell hardware. And we think that if VMware hadn't come in with a strong position with Amazon and their 600,000 customers, we're not sure that Amazon would have said, "Oh yeah, hey, you can run that same software stack "that you're running, but run some different hardware." So that's a good place for Dell to get in the environment, it helps kind of close out that story of VMware, Dell, and AWS and how the pieces fit together. >> Yeah, well so, by the way, earlier this week I privately mentioned to a Dell executive that one of the things I thought they should do was fold Pivotal into VMware. By the way, I think they should go further. I think they should look at RSA and Dell Boomi and SecureWorks, make VMware the mothership of software, and then really tie in Dell's hardware to VMware. That seems to me, Stu, the direction that they're going to try to gain an advantage on the balance of the ecosystem. I think VMware now is in a position of strength with, what, 5 or 600,000 customers. It feels like it's less ecosystem friendly than it used to be. >> Yeah, Dave, there's no doubt about it. HPE and IBM, who were two of the main companies that helped with VMware's ascendancy, do a lot of other things beyond VMware. Of course, IBM bought Red Hat, it is a key counterbalance to what VMware is doing in the multi-cloud. And Dave, to your point, absolutely, if you look at Dell's cloud strategy, they're number one offering is VMware, VMware cloud on Dell. Dell as the project dimension piece. All of these pieces do line up. I'll say, some of those pieces, absolutely, I would say, make sense to kind of pull in and shell together. I know one of the reasons they keep the security pieces at arm's length is just, you know, when something goes wrong in the security space, and it's not of the question of if, it's a question of when, they do have that arm's length to be able to keep that out and be able to remediate a little bit when something happens. >> So let's look at some of the things that we're following today. I think one of the big ones is, how will containers effect customer spending on VMware? We know people are concerned about the vTax. We also know that they're concerned about lock-in. And so, containers are this major force. Can VMware make containers a tailwind, or is it a headwind for them? >> So you look at all the acquisitions that they've made lately, Dave, CloudHealth is, from a management standpoint, in the public cloud. Heptio and Bitnami, targeting that cloud native space. Pair that with Cloud Foundry and you see, VMware and Pivotal together trying to go all-in on Kubernetes. So those 600,000 customers, VMware wants to be the group that educates you on containerization, Kubernetes, you know, how to build these new environments. For, you know, a lot of customers, it's attractive for them to just stay. "I have a relationship, "I have an enterprise licensing agreement, "I'm going to stay along with that." The question I would have is, if I want to do something in a modern way, is VMware really the best partner to choose from? Do they have the cost structure? A lot of these environments set up, you know, it's open source base, or I can work with my public cloud providers there, so why would I partner with VMware? Sure, they have a lot of smart people and they have expertise and we have a relationship, but what differentiates VMware, and is it worth paying for that licensing that they have, or will I look at alternatives? But as VMware grows their hybrid and multi-cloud deployments they absolutely are on the short list of, you know, strategic partners for most customers. >> The other big thing that we're watching is multi-cloud. I have said over and over that multi-cloud has largely been a symptom of multi-vendor. It's not necessarily, to date anyway, been a strategy of customers. Having said that, issues around security, governance, compliance have forced organizations and boards to say, "You know what, we need IT more involved, "let's make multi-cloud part of our strategy, "not only for governance and compliance "and making sure it adheres to the corporate edicts, "but also to put the right workload on the right cloud." So having some kind of strategy there is important. Who are the players there? Obviously VMware, I would say, right now, is the favorite because it's coming from a position of strength in the data center. Microsoft with it's software state, Cisco coming at it from a standpoint of network strength. Google, with Anthos, that announcement earlier this year, and, of course, Red Hat with IBM. Who's the company that I didn't mention in that list? >> Well, of course, you can't talk about cloud, Dave, without talking about AWS. So, as you stated before, they don't really want to talk about hybrid, hey, come on, multi-cloud, why would you do this? But any customer that has a multi-cloud environment, they've got AWS. And the VMware-AWS partnership is really interesting to watch. It will be, you know, where will Amazon grow in this environment as they find their customers are using multiple solutions? Amazon has lots of offerings to allow you leverage Kubernetes, but, for the most part, the messaging is still, "We are the best place for you, "if you do everything on us, "you're going to get better pricing "and all of these environments." But as you've said, Dave, we never get down to that homogeneous, you know, one vendor solution. It tends to be, you know, IT has always been this heterogeneous mess and you have different groups that purchase different things for different reasons, and we have not seen, yet, public cloud solving that for a lot of customers. If anything we often have many more silos in the clouds than we had in the data center before. >> Okay. Another big story that we're following, big trend, is the battle for networking. NSX, the software networking component, and then Cisco, who's got a combination of, obviously, hardware and software with ACI. You know, Stu, I got to say, Cisco a very impressive company. You know, 60+% market share, being able to hold that share for a long time. I've seen a lot of companies try to go up against Cisco. You know, the industry's littered with failures. It feels, however, like NSX is a disruptive force that's very hard for Cisco to deal with in a number of dimensions. We talked about multi-cloud, but networking in general. Cisco's still a major player, still, you know, owns the hardware infrastructure, obviously layering in its own software-defined strategy. But that seems to be a source of tension between the two companies. What's the customer perspective? >> Yeah, so first of all, Dave, Cisco, from a hardware perspective, is still going strong. There are some big competitors. Arista has been doing quite well into getting in, especially, a high performance, high speed environments, you know, Jayshree Ullal and that team, you know, very impressive public company that's doing quite well. >> Service providers that do really well there. >> Absolutely, but, absolutely, software is eating the world and it is impacting networking. Even when you look at Cisco's overall strategy, it is in the future. Cisco is not a networking company, they are a software company. The whole DevNet, you know, group that they have there is helping customers modernize, what we were talking about with Pivotal. Cisco is going there and helping customers create those new environments. But from a customer standpoint, they want simplicity. If my VMware is a big piece of my environment, I've probably started using NSX, NSX-T, some of these environments. As I go to my service providers, as I go to multi-cloud, that NSX piece inside my VMware cloud foundation starts to grow. I remember, Dave, a few years back, you know, Pat Gelsinger got up on a stage and was like, "This is the biggest collection of network administrators that we've ever seen!" And everybody's looking around and they're like, "Where? "We're virtualization people. "Oh, wait, just because we've got vNICs and vSwitches "and things like that." It still is a gap between kind of a hardcore networking people and the software state. But just like we see on storage, Dave, it's not like vSAN, despite it's thousands and thousands of customers, it is not the dominant player in storage. It's a big player, it's a great revenue stream, and it is expanding VMware beyond their core vSphere solutions. >> Back to Cisco real quickly. One of the things I'm very impressed with Cisco is the way in which they've developed infrastructures. Code with the DevNet group, how CCIEs are learning Python, and that's a very powerful sort of trend to watch. The other thing we're watching is VMware-AWS. How will it affect spending, you know, near-term, mid-term, long-term? Clearly it's been a momentum, you know, tailwind, for VMware today, but the questions remains, long-term, where will customers place their bets? Where will the spending be? We know that cloud is growing dramatically faster than On Prem, but it appears, at least in the near- to mid-term, for one, two, maybe three more cycles, maybe indefinitely, that the VMware-AWS relationship has been a real positive for VMware. >> Yeah, Dave, I think you stated it really well. When I talked to customers, they were a bit frozen a couple of years ago. "Ah, I know I need to do more in cloud, "but I have this environment, what do I do? "Do I stay with VMware, do I have to make a big change." And what VMware did, is they really opened things up and said, "Look, no, you can embrace cloud, and we're there for you. "We will be there to help be that bridge to the future, "if you will, so take your VMware environment, "do VMware cloud in lots of places, "and we will enable that." What we know today, the stat that we hear all the time, the old 80/20 we used to talk about was 80% keeping the lights on, now the 80% we hear about is, there's only 20% of workloads that are in public cloud today. It doesn't mean that that other 80% is going to flip overnight, but if you look over the next five to ten years, it could be a flip from 80/20 to 20/80. And as that shift happens, how much of that estate will stay under VMware licenses? Because the day after AWS made the announcement of VMware cloud on AWS, they offered some migration services. So if you just want to go on natively on the public cloud, you can do that. And Microsoft, Google, everybody has migration services, so use VMware for what I need to, but I might go more native cloud for some of those other environments. So we know it is going to continue to be a mix. Multi-cloud is what customers are doing today, and multi- and hybrid-cloud is what customers will be doing five years from now. >> The other big question we're watching is Outposts. Will VMware and Outposts get a larger share of wallet as a result of that partnership at the expense of other vendors? And so, remains to be seen, Outposts grabbed a lot of attention, that whole notion of same control plane, same hardware, same software, same data plane On Prem as in the Data Center, kind of like Oracle's same-same approach, but it's seemingly a logical one. Others are responding. Your thoughts on whether or not these two companies will dominate or the industry will respond or an equilibrium. >> Right, so first of all, right, that full same-same full stack has been something we've been talking about now, feels like for 10 years, Dave, with Oracle, IBM had a strategy on that, and you see that, but one of the things with VMware has strong strength. What they have over two decades of experiences on is making sure that I can have a software stack that can actually live in heterogeneous environments. So in the future, if we talk about if Kubernetes allows me to live in a multi-cloud environment, VMware might be able to give me some flexibility so that I can move from one hardware stack to another as I move from data centers to service providers to public clouds. So, absolutely, you know, one to watch. And VMware is smart. Amazon might be their number one partner, but they're lining up everywhere. When you see Sanjay Poonen up on stage with Thomas Kurian at Google Cloud talking about how Anthos in your data center very much requires VMware. You see Sachi Nodella up on stage talking about these kind of VMware partnerships. VMware is going to make sure that they live in all of these environments, just like they lived on all of the servers in the data center in the past. >> The other last two pieces that I want to touch on, and they're related is, as a result of Dell's ownership of VMware, are customers going to spend more with Dell? And it's clear that Dell is architecting a very tight relationship. You can see, first of all, Michael Dell putting Jeff Clarke in charge of everything Dell was brilliant, because, in a way, you know, Pat was kind of elevated as this superstar. And Michael Dell is the founder, and he's the leader of the company. So basically what he's created is this team of rivals. Now, you know, Jeff and Pat, they've worked together for decades, but very interesting. We saw them up on stage together, you know, last year, well I guess at Dell Technologies World, it was kind of awkward, but so, I love it. I love that tension of, It's very clear to me that Dell wants to integrate more tightly with VMware. It's the clear strategy, and they don't really care at this point if it's at the expense of the ecosystem. Let the ecosystem figure it out themselves. So that's one thing we're watching. Related to that is long-term, are customers going to spend more of their VMware dollars in the public cloud? Come back to Dell for a second. To me, AWS is by far the number one competitor of Dell, you know, that shift to the cloud. Clearly they've got other competitors, you know, NetApp, Huawei, you know, on and on and on, but AWS is the big one. How will cloud spending effect both Dell and AWS long-term? The numbers right now suggest that cloud's going to keep growing, $35, $40 billion run-rate company growing at 40% a year, whereas On Prem stuff's growing, you know, at best, single digits. So that trend really does favor the cloud guys. I talked to a Gartner analyst who tracks all this stuff. I said, "Can AWS continue to grow? It's so big." He said, "There's no reason, they can't stop. "The market's enormous." I tend to agree, what are your thoughts? >> Yeah, first of all, on the AWS, absolutely, I agree, Dave. They are still, if you look at the overall IT spend, AWS is still a small piece. They have, that lever that they have and the influence they have on the marketplace greatly outweighs the, you know, $30, $31 billion that they're at today, and absolutely they can keep growing. The one point, I think, what we've seen, the best success that Dell is having, it is the Dell and VMware really coming together, product development, go to market, the field is tightly, tightly, tightly alligned. The VxRail was the first real big push, and if they can do the same thing with the vCloud foundation, you know, VMware cloud on Dell hardware, that could be a real tailwind for Dell to try to grow faster as an infrastructure company, to grow more like the software companies or even the cloud companies will. Because we know, when we've run the numbers, Dave, private cloud is going to get a lot of dollars, even as public cloud continues its growth. >> I think the answer comes down to a couple things. Because right now we know that 80% of the spend and stall base is On Prem, 20% in the cloud. We're entering now the cloud 2.0, which introduces hybrid-cloud, On Prem, you know, connecting to clouds, multi-cloud, Kubernetes. So what it comes down to, to me Stu, is to what degree can Dell, VMware, and the ecosystem create that cloud experience in a hybrid world, number one? And number two, how will they be able to compete from a cost-structure standpoint? Dell's cost-structure is better than anybody else's in the On Prem world. I would argue that AWS's cost-structure is better, you know, relative to Dell, but remains to be seen. But really those two things, the cloud experience and the cost-structure, can they hold on, and how long can they hold on to that 80%? >> All right, so Dave here's the question I have for you. What are we talking about when we're talking about Dell plus VMware and even add in Pivotal? It's primarily hardware plus software. Who's the biggest in that multi-cloud space? It's IBM plus Red Hat, which you've stated emphatically, "This is a services play, and IBM has, you know, "just got, you know, services in their DNA, "and that could help supercharge where Red Hat's going "and the modernization." So is that a danger for Dell? If they bring in Pivotal, do they need to really ramp up that services? How do they do that? >> Yeah, I don't think it's a zero sum game, but I also don't think there's, it's five winners. I think that the leader, VMware right now would be my favorite, I think it's going to do very well. I think Red Hat has got, you know, a lot of good market momentum, I think they've got a captive install base, you know, with IBM and its large outsourcing business, and I think they can do pretty well, and I think number three could do okay. I think the other guys struggle. But it's so early, right now, in the hybrid-cloud world and the multi-cloud world, that if I were any one of those five I'd be going hard after it. We know Google's got the dollars, we know Microsoft has the software state, so I can see Microsoft actually doing quite well in that business, and could emerge as the, maybe they're not a long-shot right now, but they could be a, you know, three to one, four to one leader that comes out as the favorite. So, all right, we got to go. Stu, thanks very much for your insights. And thank you for watching and listening. We will be at VMworld 2019. Three days of coverage on theCUBE. Thanks for watching everybody, we'll see you next time. (upbeat music)
SUMMARY :
From the Silicon Angle Media office you know, what was going on, the I/O blender problem, and research that we did, you know, but NetApp was right there, IBM, HP, you know, and VMware acquired Nicira, beat Cisco to the punch. I look at the swings as, you know, you said, So that led to the Software-Defined Data Center, and all of the big storage players The other big thing in 2013 was, you know, but it made sense at the time to kind of spin that out of having VMware essentially buy another, you know, but all of the other server providers, you know, And the other piece that happened, of cloud, hybrid cloud, containers is the other big trend. And Dave, just to put a point on that, you know, that one of the things I thought they should do and it's not of the question of if, it's a question of when, So let's look at some of the things is VMware really the best partner to choose from? it's coming from a position of strength in the data center. It tends to be, you know, IT has always been But that seems to be a source of tension Jayshree Ullal and that team, you know, that do really well there. I remember, Dave, a few years back, you know, but it appears, at least in the near- to mid-term, now the 80% we hear about is, as in the Data Center, but one of the things with VMware has strong strength. and he's the leader of the company. and the influence they have on the marketplace and stall base is On Prem, 20% in the cloud. "This is a services play, and IBM has, you know, but they could be a, you know, three to one,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave | PERSON | 0.99+ |
Sachi Nodella | PERSON | 0.99+ |
Jeff Clarke | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
HP | ORGANIZATION | 0.99+ |
Cisco | ORGANIZATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Dell | ORGANIZATION | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
Carl Eschenbach | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Paul Maritz | PERSON | 0.99+ |
2012 | DATE | 0.99+ |
Thomas Kurian | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Pat Gelsinger | PERSON | 0.99+ |
$35 | QUANTITY | 0.99+ |
$15 | QUANTITY | 0.99+ |
2002 | DATE | 0.99+ |
2013 | DATE | 0.99+ |
$30 | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
Pat | PERSON | 0.99+ |
EMC | ORGANIZATION | 0.99+ |
Dave Vallante | PERSON | 0.99+ |
David Goulden | PERSON | 0.99+ |
2016 | DATE | 0.99+ |
AirWatch | ORGANIZATION | 0.99+ |
Michael Dell | PERSON | 0.99+ |
Adam Schmitt, GEI Consultants & Rob Emsley, Dell EMC | 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. >> Good afternoon and welcome back to theCube day three of our live coverage of Dell Technologies World 2019, I'm Lisa Martin with my co-host Dave Vellante. Hey, Dave. >> Hey, Lisa, how's it going? >> Good. Day three. >> It's cold here. >> It's cold in here. I agree. But we're going to lighten it up with some really good conversation. We've got Rob Emsley back on thCube, Director of Product Marketing for data protection, Dell EMC, Rob, great to have you back. >> Great to be back. >> We got show and tell you brought Adam Schmitt network architect from customer GEI consultants. Welcome, Adam. >> Thank you-- >> Time to heat it up. >> What a great topic he's out with data protection. >> It's a hot topic. You're right. All right. So before we turn the way up on the seat, Adam, give us an overview of GEI Consultants who you guys are, what you do. >> Sure, GEI consultants is an environmental water resources, structural an engineering firm, we focus on anything and everything under the sun from structural geotechnical, bio chemical, you know, pretty much anything and everything engineering. >> So important stuff. Talk to us about before you were using working with Dell EMC, talk to us about your, your infrastructure, on prem, hybrid, what were you doing in terms of ensuring that that data was protected was accessible, so insights can be extracted from it? >> Absolutely. So GEI has 43 offices East to West Coast, and each of those offices has their own actual infrastructure that we have to protect at each site, ranging anywhere between three to 15 terabytes of size. So we're talking a lot of data and a lot of different geographical locations that I as a network architect had to worry about protecting, and one of the challenges of our older infrastructure, we were running 40 servers, just doing file level backups and restores, and we didn't have the ability to do any offline site backups in any locations. Now, we did have those in our primary data centers, and we were able to cross backup from each location to another when necessary, but it was, again, only a file level backup, it wasn't an actual full image, and we didn't have a full cloud picture yet that we could expand on going forward. >> So not a really robust data disaster recovery strategy in the event that you had to get something like that. >> It took several times and there are examples that I could give you office lost hardware in their actual infrastructure and we had to do a restore by restoring the files out an off site location, putting it on a USB hard drive and shipping it to that location, and then having to rebuild the infrastructure from the ground up and copy the data over not a timely manner of free storage. >> Or inexpensive. >> Robin, in the old days, you'd have an admin in the remote office, they load in a tape and it did recycle the tape every day, you know, you'd have it for a week, and then you'd reuse the same tape over and over again. That was the architecture, state of the art back then. >> Yeah, you probably remember something for those ads, there was a picture of a slightly undesirable individual and says, would you like this person to be your backup admin, which I thought was a little bit strange. But now I think things have moved on a little bit. >> What's the architecture look like today? >> Well, you know, one of the things in architecture is a very key word, because we have a belief in a saying that architecture matters, and when you have a distributed network, where you have lots of edge locations, and you have the requirement to protect them, and bring them back to the edge, the architecture that you deploy, really does make a difference. You know, there's a famous Star Trek line, I've heard it a few times this week that you cannot change the laws of Physics, and the amount of data that you move from the edge to the core, you want to make it as small as possible because if you don't, the amount of time that it takes to get data protected from the edge, especially you have lots of edges becomes a real constraint. So that was something which you know, GEI was able to take advantage of. >> So can you do that at speed? Doesn't that change the laws of Physics anyway? We don't go there, okay, so I wonder if you could share with us kind of how you came to this spot? What was life like before? Did you look at any other vendors, you know, paint the picture for us. >> So working with the Dell EMC technical team, as well as the DPS sales team, we were able to come up with a different strategy going forward. But it wasn't after a lot of trial and error when doing proof of concepts with other companies that, you know, made promises that they could do the backups that we needed off site at different locations geographically, but when it came down to it, we were going to have to fork up a lot of money for infrastructure being installed at every single location, whereas Dell EMC, I don't have to deploy any or any hardware, all I had to deploy was a virtual appliance at each location and we were successful in backing up remotely, we tried various technologies that claim that they could do it, and they didn't work successfully. So after a lot of trial and error, roughly, in total about a year's worth of trying, we finally got Dell EMCs technical team and the DPS came on board and we sat down in front of a whiteboard in Boston, Massachusetts, and said, this is what we're trying to paint as a picture, help me paint this as a full blown architecture and make this happen in this design fashion, and luckily, the Dell EMC team was so experienced and has so many different strategies that they can focus on, they were able to take every little thing that we needed, mark every checkbox and deliver a package with DPS for our solution in our own architecture that answered all of my questions instantly. >> You said virtual appliance it's got to run on something. So what is that actually? It's like serverless, right? >> So we have a physical infrastructure at every location, I deployed a virtual CentOS box, that's proxy that talks back to my data domain and communicates the CVT data changes back for backup. So it's not doing a full consecutive backup. That leaves a lot of headroom left over on your actual production server, so that it's not pegged while staff are using it. So I can kick off backups during the day, it takes a snapshot, and then the data gets backed up without anybody knowing. >> So this is really important as you said, Rob, you can't change the law of Physics. I imagine you got a straw and you got to put all this data through. It's like, it's like when you backup your iPhone for the first time it takes forever now. So you're talking about, you know, changed, just checking the changed data, and putting it through that straw, even though it's maybe a little bigger than a straw, so each day, it's just a smaller amount of data, okay, but what happens on a restore? >> On a restore same instance. So we'll restore that file, if we're doing the file level restore to the data domain, and then copy it wherever we need to on the network. Or if we're doing a full image based backup, we can restore that either to the cloud disaster recovery into AWS or Azure, or we can restore it to the actual data domain and Vmotion it wherever we need to after that point. >> So let's talk about business impact Sounds like there was a lot of trial and error, as you explained, really needing to work with a strategic partner who said all right, I get what you're trying to do, obviously, not easy, but you've been able to implement that. So how is GEI's business positively benefiting from this data protection strategy that you've implemented? >> Well, not just on a financial perspective, because we've eliminated the need for a completely separate off site data center, we have everything running in a cloud environment for CDR, so that we can restore instantly anytime that we need to, so we no longer needed to spend the footprint on another network architect on another infrastructure on all the different things that rely on another infrastructure at a separate location, so on top of financial savings for the company, I mean, we saved a huge amount of money, they're on infrastructure, that's only for disaster recovery, it's not doing anything, whereas we can just spend money on object storage in AWS, and use that as our cloud disaster recovery strategy. When you need it, you pay for it for your instances but otherwise, you're just paying for object storage, it's a lot cheaper than ever having to run a full separate data center. >> Specifically what is Dell's role in that equation in terms of the value chain? >> The data domain, we also got CDR, which allows us to use an appliance on premise to talk to an instance server in AWS or Azure, and it after its normal backup period, the backup completes and then shoots all the data that changed up to AWS in an S3 Bucket, and your data stored there and in a VMDK chunk data, that after need for restore can be turned into an AMI for AWS available, and then online whenever you need it. >> So this is very key, you know, on Tuesday, cloud was a big topic, hybrid cloud reality for the majority of customers and Adam and GEI the leverage of AWS is a great example of what many of our clients are looking to do from their investment in the public cloud. Certainly no GEI today is using AWS as a alternative to having to purchase a secondary disaster recovery site, or having to sign up with a managed service provider that's providing like a co-location service for disaster recovery, so using the public cloud and using the software capabilities around cloud disaster recovery, gives them a tremendous opportunity to save themselves a lot of money and do it very efficiently. >> It's like though friends don't let friends build data centers just for DR. Yeah, if you're going to build it for something that gives you a competitive advantage, okay. >> But it's interesting with some of the plans that Adam's got for the future, you know, you want to share some of those as far as what you're thinking about for the next few years. >> So future plans for GEI is definitely more cloud growth and minimizing the footprint that we have on premise, making it so that we don't have to have infrastructure at every location, consolidation of all of our data, obviously, going forward, GEI is going to continue growing with data, with videos that were modeling for different damn inspections, levy inspections, we're collecting a lot of data. But the problem is having that data geographically everywhere makes it challenging for future admins, including myself to continue to restore and backup and keep everybody happy. It's a really challenging task to continue supporting. So going forward with consolidating all that data into a central location, i.e. multi cloud environments, or Dell EMC cloud that was announced this week, we have the option for leveraging multi cloud instances, and being able to keep all of our instances alive in the cloud, rather than on premise. >> So you said put it on one location you talking physically or is it some kind of logical mapping that you're doing? >> There'll be logical mapping with some type of caching technology at the off site so that it's ready and available-- >> So a mapping that allows you to recover really fast if you need to, what about as part of that future in the roadmap, analytics on that of backup data? >> So the analytics on in terms of how much backups are going on on a nightly basis-- >> So specifically, are you using that corporate for any other reason? Well, let's see, might be looking at anomalous behavior, doing stuff with with air gaps, and you know, investigating that other DevOps activities. >> It's interesting that you say that because we were talking about a Data Domain having an air gap last night, at an event and the air gap method, making sure that your data domain is protected, it puts it in a right only mode, so that nobody can get into your data domain and actually do any damage to your data. Because you're right, you're backing out. There are anomalies that happen. If those anomalies happen to get into your infrastructure into your data backups, you could technically get ransomware or you know, locked out of your own data. Whereas Data Domain does support air gap technology, allowing you to lock down the system and require two admins before any changes are made to it. So definitely going-- >> Read only, read only. >> I think I heard that. But it's it's a good question with respect to data reuse is that, you know, the use case that Adam is currently using is to use AWS as a disaster recovery location, but the ability to spin up his data within AWS, yes, for the purpose of insurance, being able to access those production copies within AWS. But why not be able to use those for other purposes, such as interrogation of the data that was in them? That's all things that really start to evolve the conversation from what do you do for data protection to what do you do for data management? >> Yeah, so let's use some of the tool chains in live in AWS, say for example, apply some machine intelligence and machine learning and see what we find there, maybe anticipate anomalies or find some things that we didn't know. >> Absolutely, especially when users are dumping large amounts of data, we had an instance where before we started to actually seeing large data dumps when our data started to grow in the first place, we were inspecting levees and models in Colorado, and we had three engineers fill up an entire server of 4k videos, and our nightly backup all of a sudden said, Hey, you just got a huge amount of data change in an instant. Were you expecting this kind of change? If not, you should probably start knocking on someone's door, so we were able to use that analysis really quickly. >> So looking at day three of Dell Technologies World lots of announcements, Robbie, you kind of talked about some of those, you know, cloud enabled data protection becoming a big focus for you guys, I'm curious, Adam, to get your thoughts on some of the announcements. You mentioned the VMware on Dell, a cloud on Dell EMC, what are some things that really kind of piqued your interest as, hey, we're going to have more and more data coming, we've got lots of edge devices, they talked yesterday about the edges coming what did you hear that you thought, awesome, this is really going to be integral part of our strategy going forward? >> Definitely, so one thing that was mentioned was Power Protect, and that has everybody's interest right now. Because having the ability of basically an Avamar system with all flash or a Data Domain with all flash gives you obvious IO advantages in the future, that's probably going to be my next hot topic that I'm very vigorously researching everything out to see if in a couple of years or sooner that's going to fit into GEI's infrastructure and give us more benefits going forward. >> What's your biggest data protection challenge in 2019? >> Our biggest challenge up front was definitely moving from one backup strategy to a new backup strategy and that's from file level backups, only to image based backups, that was one of the biggest challenges, because anytime you lift a backup infrastructure out of production, and put a new one in, you're starting from zero, you can't really start from where you left off, you had to get all of that data, and geographically 43 offices doesn't seem like a lot, but when you're collecting data at all of those locations, that was a challenge, getting everything worked out and getting everything backed up in the first place. >> So you're knocking down that problem. If you're in a private meeting with Rob and his engineering team is there, what's the one thing that he could do to make your life easier? >> One thing he could do to make my life easier-- >> Drop prices-- >> Oh, sorry, then I have nothing else to say. (both laugh) >> Sounds like you-- >> Really, is that what you were going to say? >> So if we could enhance the performance of DD Boost, DD Boost already does a lot of performance benefits for what we do, DD Boost, in essence of what your network performance is, if there was a way of tweaking that on new servers, when you implement it, for example, we acquire companies every now and then we're implementing their strategies for their backups, and we have to start new backups, if there was a better methodology of seeding rather than having to go out physically plug in a hard drive and an NFL storage, make a clone of it and transfer it back. If there was a different method of seeding that technology or those backups, that would make things a little bit easier. >> Get on that. >> I mean, nobody can ever have enough performance and then, as Adam said, the big part of the Power Protect announcement yesterday was, you know, the introduction of, you know, the industry's first all-flash purpose built backup appliance with integrated software capabilities, and an all flash, I think, over the coming years is going to get is going to become a definite option for secondary storage workloads, not only for the straight performance of backup and restore speeds, but also for this huge opportunity around data reuse, and I think that you'll start to see more flash appearing in the data center, not just for production systems, but also for secondary workloads and where you're storing copies of production. >> At the end of the day, it sounds like you're probably quite the hero to all those folks that need making sure they have access to that data because that's what is, as we say, it's Michael Dell said it's inexhaustible, it's gold, that's what drives the business forward, that's what allows you to identify new products and new revenue streams. So we'll say congratulations on being an enabler of the business so far, we appreciate you guys sharing what GEI is doing and Rob, we appreciate your insights as well. We thank you for spending some time with us on theCube. >> Thank you very much. >> Oh, our pleasure. For Dave Vellante, I'm Lisa Martin. You're watching theCube live, Dell Technologies World 2019 day three of theCubes coverage continues in just a moment. (upbeat music)
SUMMARY :
brought to you by Dell Technologies Good afternoon and welcome back to theCube Dell EMC, Rob, great to have you back. We got show and tell you brought Adam Schmitt who you guys are, what you do. you know, pretty much anything and everything engineering. Talk to us about before you were using actual infrastructure that we have to protect at each site, in the event that you had to get something like that. that I could give you office lost hardware every day, you know, you'd have it for a week, and says, would you like this person So that was something which you know, So can you do that at speed? and the DPS came on board and we sat down So what is that actually? that talks back to my data domain and communicates It's like, it's like when you backup your iPhone into AWS or Azure, or we can restore it to trial and error, as you explained, in a cloud environment for CDR, so that we can restore for AWS available, and then online whenever you need it. and Adam and GEI the leverage of AWS is a great example that gives you a competitive advantage, okay. that Adam's got for the future, you know, and minimizing the footprint that we have on premise, So specifically, are you using that corporate It's interesting that you say that to what do you do for data management? that we didn't know. to grow in the first place, we were inspecting levees what did you hear that you thought, awesome, and that has everybody's interest right now. start from where you left off, you had to get to make your life easier? Oh, sorry, then I have nothing else to say. and we have to start new backups, was, you know, the introduction of, you know, of the business so far, we appreciate you guys in just a moment.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Raj | PERSON | 0.99+ |
David | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Caitlyn | PERSON | 0.99+ |
Pierluca Chiodelli | PERSON | 0.99+ |
Jonathan | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Jim | PERSON | 0.99+ |
Adam | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Lynn Lucas | PERSON | 0.99+ |
Caitlyn Halferty | PERSON | 0.99+ |
$3 | QUANTITY | 0.99+ |
Jonathan Ebinger | PERSON | 0.99+ |
Munyeb Minhazuddin | PERSON | 0.99+ |
Michael Dell | PERSON | 0.99+ |
Christy Parrish | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
Ed Amoroso | PERSON | 0.99+ |
Adam Schmitt | PERSON | 0.99+ |
SoftBank | ORGANIZATION | 0.99+ |
Sanjay Ghemawat | PERSON | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
Verizon | ORGANIZATION | 0.99+ |
Ashley | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Greg Sands | PERSON | 0.99+ |
Craig Sanderson | PERSON | 0.99+ |
Lisa | PERSON | 0.99+ |
Cockroach Labs | ORGANIZATION | 0.99+ |
Jim Walker | PERSON | 0.99+ |
ORGANIZATION | 0.99+ | |
Blue Run Ventures | ORGANIZATION | 0.99+ |
Ashley Gaare | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
2014 | DATE | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Rob Emsley | PERSON | 0.99+ |
California | LOCATION | 0.99+ |
Lynn | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Allen Crane | PERSON | 0.99+ |
Sanjay Poonen, VMware | AWS re:Invent 2018
>> Live, from Las Vegas, it's theCube! Covering AWS re:Invent 2018. Brought to you by Amazon Web Services, Intel, And their ecosystem partners. >> Hey, welcome back everyone, live here, in Las Vegas, Amazon Web Services AWS re:Invent 2018. 52,000 people here. Two days. Second day of three days of wall to wall coverage here at theCUBE. I'm John, with Dave Vellante. Dave, six years, we've been doing theCUBE. We've been to all re:Invents except for the first year. We've been a customer, we've been following these guys. >> Plus the summits! >> Plus the summits. Great ecosystem. And VMware and VMworld, similar dynamic. I want to talk about that now, obviously the new announcement, on-premise, is huge. Want to dig in to it with our guest, Sanjay Poonen, who's the Chief Operating Officer of VMware. Sanjay, great to see you. Cube alumni, many times, thanks for coming back again. >> John and Dave, pleasure to be on your show. >> Thanks for coming on, great to see you. >> Congratulations on all this success, you've got a wonderful booth and presence here, and I think this is becoming like the Mecca of all IT events. >> You know, we have our new video cloud service on AWS, we're ingesting over 110 videos, we'll have 500 short video clips behind it. Tons of blog posts, tons of coverage. There's an insatiable appetite for Amazon Web Services content as Andy pointed out in my interview with him. And it's just the beginning. You guys at VMware really, I mean, talk about a seminal moment in the history of the computer industry, and VMware was, when you guys recognized the sea change of operators on IT and cloud developers coming together, you guys were very proactive two years ago. Raghu, yourself, and the team, Pat. We're going to, hey you know what? Let's just align. Culture's a fit with Amazon. Let's co-develop. Let's ride the wave together, and let's see where the chips fall. Which is basically, I'm oversimplifying, but that's kind of what's happened. So much has happened. I saw Raghu last night at the Greylock partner event. This is a historic moment. Good outcome so far, deep partnership, meaningful partnership. A lot of resonance in the marketplace, you guys are iterating and raising the bar. That's Amazon talk for success. How do you feel? >> Yeah, no, I think it's, absolutely, John. We, if you think about how this has evolved, you know five years ago when I joined VMware, I felt like cloud and containers, the two C's, were our big headwinds. We've turned those headwinds now into tailwinds, but it took some catharsis from us. We had vCloud Air, our own public cloud. We had to divest that. And I think the Amazon VMware coming together, when we announced it two and a half years ago, was like a Berlin Wall moment, where you had the US and the Soviet Union getting together. That was good for world peace. People were surprised, because these are two purported enemies now, and it really built trust. And step by step, launching VMware on AWS, announcing RDS on VMware, the beginning of on-premise, and then today, announcing Outposts, it's just an example of not just the validity of VMware as a hybrid cloud leader, but the strength of this partnership. We have a very special relationship with Andy, Pat, myself, Raghu, spent a lot of time together. Often, you can't tell, when our engineering teams meet, when an Amazon engineer and a VMware apart from each other. They're like finishing each other's sentences. That, we don't do, like, Mickey Mouse, Barney, you know press releases. It's real stuff. >> And the culture of, the engineering culture of VMware, which has been a core, cultural thing, the DNA of VMware is technical. Very community oriented. Amazon, technical, very operationally efficient, good community. This is good fit there. I got to get your perspective, though, on how that is going to evolve, specifically around on-premise. Because certainly Andy Jassy validates on-premises with the announcement that VMworld, which you guys covered, Pat Gelsinger uses words like dial tone, Kubernetes, you mentioned containers. Andy, when I asked him, "Andy, you know you told me "in theCUBE, five years ago, "that everything's going to the public cloud. "Change of tune? "You mind if I pin you down?" "No, John, you can pin me down all you want." He says good leaders are self-aware. He said "Our customers wanted this." And he's cool to it. And the partnership with VMware highlights that this is not going to happen overnight, he recognizes the duration, the role of on-premise. And then he also says that the data center's like a big Edge. So, if everything's cloud, what you guys basically announced with Outpost is, cloud, public cloud everywhere. So, just, there's no public, private, it's just cloud. This is a game changer, because-- >> Absolutely. >> Just, why wouldn't I want to buy this product? >> I mean, first off, congratulations on scoring that interview. Not many people have access to Andy that way, and you guys have built a very good relationship. I thought that interview you did with him was phenomenal. There was a special point in that, John, where you tried to get him to talk about Outposts, this was before he announced it, which is will Amazon go on-premise. So a couple of months ago, when Andy called us, and Matt Garman, to talk about this project under NDA, it was a continuation of those RDS type discussions where we basically said, if you want to do anything on-premise, you should do it with VMware, because you're going to have to go through this door called VMware. We are the de facto king of the on-premise private cloud world. Many of these customers are used to our tooling, vSphere, vMotion. They want anything to run on VMware. So from that became a sequence of discussions that really really evolved very quickly, and well, so we can announce this together. I mean, you know, Andy had three guests on stage, and only one partner, and that was VMware. And that's an indication of the strength of this partnership. Vice versa, of the 50,000 people here, probably all of them have VMware on-premise. So if Amazon's going to do more on premise, why not do it with the leader in that area, VMware. And we want to be in the software industry. The de facto standard for software-defined infrastructure. Right? And that's a special space that we can fill. >> Well, the amazing thing to me, is, here's VMware, no public cloud, Amazon wouldn't even say the word hybrid, or private cloud, doesn't use private cloud, but it wouldn't say hybrid before. You've now emerged as the tandem, de facto leader in hybrid cloud. Overnight. With an ecosystem that all wants to connect and partner with VMware and all wants to partner with AWS. Overnight. I mean, it feels that way anyway, 24 months. >> I think that's absolutely right. I mean, we were the first to start using the term hybrid, three or four years ago. As we did, then it took a while, because I think a lot of customers, and some of the public cloud vendors, felt it was going to be binary, all public cloud and no private cloud, but they began to realize you need both. But your point on the ecosystem, also surrounding, I just came back from meeting one of the top SIs in the world. They're betting big with us because they see this as the place for both of them, and they're also betting big with AWS. The System Integrators are all over this. The security vendors, all over this. Palo Alto Networks, Splunk, want to see. Often, many of these companies come to us and say, "You have cracked something special "in your relationship with Amazon. "How did you do that and how can we follow that model?" We're happy to share our playbook of how we think about ecosystems. So, we want to create a platform, just like Amazon's a platform, where everybody, SIs, tech vendors, software vendors, can all plug in to. >> And the other observation I make is, you know, previously the distance between infrastructure players and the guys who really are driving application value, the application developers, was quite a distance. And now it's closing, with infrastructure as code. And it's just so transformative for organizations. >> I think, and one of the things that's making that is microservices and containers. And as you know, since we last talked, we acquired Heptio. If you think about Heptio, they are the founders of Kubernetes, okay? They left Google, started their own company, Craig and Joe, and we're excited about that. That platform will augment PKS, which was our big bet in containers, and become something that could run on-premise, or in a public cloud environment like this. We acquired CloudHealth. CloudHealth is a multi-cloud management tool for costing resource management. That becomes something that could send, a lot of Amazon reps actually refer CloudHealth as the preferred way to get your insights. So we're beginning to see this now a lot more clearly than we did two years ago, thanks to this partnership. >> So, Sanjay, I know that Outposts, super exciting, it's been covered on Silicon Angle, there's a zillion stories on our site on this whole event. But, it's not going to be shipping for about a year. But you guys already have some working products now. What's the current track to that shipping because when that comes out, that'll be a game changer. Why would anyone want to buy hardware again? Michael Dell wins either way because he's got VMware. But others who sell hardware, this is a real, it could be a killer blow. But, I don't want to (laughs), you can comment on that if you want, but what's in-between that one year, you've got a product now, how do customers move along? >> Yeah, I think there's some very tangible things that, first off, VMware Cloud on AWS is, as you've described Dave, the best hybrid cloud option. You get the best of the on-premise world and the public cloud. You know, we announced hundreds of customers, we have a goal to get to thousands of customers, and then tens of thousands of customers. We're going to continue down that march. I want to have a significant number, over 500,000 customers. If Amazon has 40, 50 percent market share, based on some of the numbers that Andy shared today, a significant number of our customers have Amazon, we should get them onto VMC. VMware Cloud and AWS. Secondly, we do have, we announced Project Dimension, some Edge computing capabilities running on existing hardware players, so we are beginning this journey ourselves, in terms of cloud managed on-premise environment. Right? Project Dimension was announced before this, and that will run on Dell and Lenovo hardware, and that's well and good to go. They will have Edge IOT use cases. And then when Amazon comes and gets us ready, we would have learned a lot about this market. Which is really kind of this Edge computing market, cloud-managed. So we're not going to be, we're going to plan and do the other pieces. Much of the software components that VMware is building is not completely from scratch code. We're taking NSX. One of the most important components that VMware is adding to Outposts is NSX. We're not rewriting NSX, we're taking the NSX and applying this now, to a use case that's very much like that because we've adapted NSX now to be container-friendly, cloud-friendly. We've added NSX into the branch, VeloCloud. So those are the things that we're, you know, there's no rest for the weary anymore. >> And that gives you a consistent networking model, which is not trivial, as we've talked about. >> One of the things that I'm excited by, intrigued by, is, I know it's nuanced, but I see it as a key point, containers sometimes don't meet the security boundary issue. So, you guys can run a VM around a container, and run it under the covers. With Lambda. At super lightning speeds. It's not like a ten second instance to stand up. So that means there's more opportunities to create more abstractions around Kubernetes. And maintain security. There's so many benefits from this integrated kind of concept of consistency of operations for the software developer. >> John, you're absolutely right. Part of what we're trying to do is that word you talked about. Consistent infrastructure and operations. Consistent infrastructure and operations. And the container, if you've been seeing some of the ads in the San Francisco airport, we have some in London, and a few of the airports in New York, you'll see an ad that says "Containerware." It's playing on the word "ware", VMware. We want to be everyWARE, W-A-R-E. And if you think about the container being as pervasive as the vm in the future, I'm not going to say we're going to change the name of the company to be Containerware, but we want to be as pervasive as vm has been in VMware. So we have tens of millions of vms, in the twenty years we've had, maybe there'll be ten times as many containers. We want to become that de facto platform and containerware starts to take over. Right? What is that? Kubernetes-based. And we'll partner with the best. We've partnered with Google, we've partnered with Pivotal. Some of it would land on AWS, some of it will land on Azure. And you get a lot of the flexibility you have with that microservices platform. >> So, since you guys are on more of the software side, obviously Amazon's got software, but you guys actually are going to be much more broader, multiple clouds, as Amazon moves up the stack, I would imagine that as customers, I'm not going to buy in to only one cloud, there's other clouds out there, you guys should become a real strategic, traversal between clouds. So, we were debating, will customers have certain instances in, say, different clouds for specific, unique things, but yet run still horizontally, scalable on-premises, with VMware across multiple clouds. >> I think, you know John, it's going to be a lot like the hardware market was 20 years ago. It started to evolve into two or three major players. What's today Dell, HPE, Lenovo, at the time it was IBM, they divested to Lenovo, Cisco. In the storage place, two or three. I think the public cloud is not going to be three, five, ten. It's going to be two or three. Maybe four. And then maybe, in like China, Alibaba. So already, we have certain tools. Like CloudHealth's proposition is to manage costs and resources across multiple clouds. So we began to be already thinking about what is a multi-cloud world do? That said, in areas like this, which is a data center offer, we felt it was good for us to focus and get VMware Cloud and AWS to be the best hybrid cloud option. Give that a couple years, rather than trying to do everything and do it poorly, when you peanut butter your approach and try to do a lot of things with various different, so this is why we put a lot of special attention on VMware Cloud and AWS. We have an offering with IBM. We announced something with Alibaba. In due course VMware will need to have multiple cloud offerings. But I feel like this partnership and the specialness of this has really benefited both sides. >> Well, it's going to be very interesting, because IBM just made a 34 billion dollar validation of multi-cloud, so, and we talk about competition all the time. And it's evolving. >> We have a very good relationship with IBM. And listen, you have to be reasonably nuanced in your partnerships. So we're going to partner very heavily with IBM Global Services. We're going to partner very well with IBM Cloud. We're going to compete really hard with Red Hat! That's okay! Well, we'll compliment Linux. The bulk of their revenue's Linux. >> Of course, yeah. >> But make no mistake, we're going to compete hard with OpenShift. That's okay! That doesn't mean our IBM relationship is competitive. There's one piece of that, a very small part of the Red Hat revenue, OpenShift, that we overlap. The rest of it is complementary. We can be nuanced. It's sort of like walking and chewing gum. We can do both. And that's how we play. >> Before you wrap, now you know what we think of you, we think very highly of you, you're a superstar in our minds. However, you got to interview Sushmita, in India-- >> You know who Sushmita is? >> a true Bollywood superstar. Yes, an amazing actress, beautiful, talented. That must have been quite an experience. >> Well I got to tell ya, I was very intimidated. I opened-- >> I'll bet. >> Cause somehow I get assigned all these interviews to do. Malala, I'm usually on the opposite end. Your end. Malala, and Condoleezza Rice, and I told her I was really intimidated by her, and she said "Why?" I said, it's the first time that, I'm usually not tongue tied, but I did not know how to explain to my wife that I was going to be interviewing Ms. Universe. Okay, and she's like "What do you guys do at VMware? What the heck does Sushmita Sen have to do" But it was a good interview, I mean listen, for the India audience, we were celebrating our 20 year anniversary. She is an amazing woman who has achieved something that very few Indians have. And we wanted our Indian audience there to see that women can be successful. She's a big supporter of more women in business, fairness, equality, no prejudice, equal pay, all those things that we stand for. Which is part of our values. And if it weren't for the India audience she probably, I don't know if she would have worked at a Vmworld. We had Malala there, we had Condoleezza Rice at our last sales kickoff. We do these because we want to both teach our employees something, but also inspire them. And sometimes these speakers help with that cause. >> Sanjay, great to see you, thanks for coming on. I know you got to catch a flight. Big day today for you guys at VMware, congratulations. >> Thank you very much for having me. >> Thanks for all your support, great to see you. Great commentary, great insight. Sanjay Poonen, COO at VMware breaking down the announcement of Outposts, its relevance and impact on the market, and more importantly, the VMware AWS relationship. This is theCUBE bringing you all the action, day two of three days of wall-to-wall coverage. Two sets, hundreds of video assets coming, tons of posts on siliconangle.com, where all the coverage is. We'll be right back with more after this short break. (techno music)
SUMMARY :
Brought to you by Amazon Web Services, We've been to all re:Invents except for the first year. Want to dig in to it with our guest, and I think this is becoming like the Mecca and VMware was, when you guys recognized the sea change it's just an example of not just the validity of VMware And the partnership with VMware highlights and you guys have built a very good relationship. Well, the amazing thing to me, is, and some of the public cloud vendors, And the other observation I make is, you know, And as you know, since we last talked, we acquired Heptio. But, it's not going to be shipping for about a year. and applying this now, to a use case And that gives you a consistent networking model, One of the things that I'm excited by, intrigued by, and a few of the airports in New York, So, since you guys are on more of the software side, and the specialness of this Well, it's going to be very interesting, We're going to partner very well with IBM Cloud. And that's how we play. Before you wrap, now you know what we think of you, a true Bollywood superstar. Well I got to tell ya, I was very intimidated. What the heck does Sushmita Sen have to do" I know you got to catch a flight. and impact on the market, and more importantly,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lenovo | ORGANIZATION | 0.99+ |
Cisco | ORGANIZATION | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
Condoleezza Rice | PERSON | 0.99+ |
Alibaba | ORGANIZATION | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Amazon Web Services | ORGANIZATION | 0.99+ |
Andy | PERSON | 0.99+ |
Malala | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Andy Jassy | PERSON | 0.99+ |
Sushmita | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Sanjay Poonen | PERSON | 0.99+ |
HPE | ORGANIZATION | 0.99+ |
London | LOCATION | 0.99+ |
Pat Gelsinger | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Sanjay | PERSON | 0.99+ |
Michael Dell | PERSON | 0.99+ |
ORGANIZATION | 0.99+ | |
Pat | PERSON | 0.99+ |
New York | LOCATION | 0.99+ |
Raghu | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Matt Garman | PERSON | 0.99+ |
two | QUANTITY | 0.99+ |
IBM Global Services | ORGANIZATION | 0.99+ |
40, 50 percent | QUANTITY | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
India | LOCATION | 0.99+ |
San Francisco | LOCATION | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
three days | QUANTITY | 0.99+ |
24 months | QUANTITY | 0.99+ |
Two days | QUANTITY | 0.99+ |
Joe | PERSON | 0.99+ |
twenty years | QUANTITY | 0.99+ |
Two sets | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
Vmworld | ORGANIZATION | 0.99+ |
three guests | QUANTITY | 0.99+ |
ten times | QUANTITY | 0.99+ |
50,000 people | QUANTITY | 0.99+ |
over 500,000 customers | QUANTITY | 0.99+ |
Vinnie Chhabra, Medallia & Krishnan Badrinarayanan, Nutanix | CUBEConversation, October 2018
[Music] hi I'm Stu Mittleman and welcome to a cube conversation really excited to have to the program a first-time guest and a user Vinny Chopra is an IT engineer with Medallia Vinny thank you so much for joining us thank you and - Vinny's left we have Krishnan bad Rena Ryan in who's a director of product marketing with Nutanix Chris thanks so much for you here okay so we always love to be able to dig in with the customers understand the challenges they're facing Chris let's set the table first I'm very familiar with Nutanix we go to all the new tannic shows and the like but for customers what is Nutanix to them why do they turn to Nutanix okay absolutely so I think it's a great time to be in IT you see new businesses that are sprouting at all the last 10 years or so starting with uber Airbnb specifically the ones we've really heard of that have disrupted some really really big industries right so technology is making it happen while IT teams are the ones that help make that happen and helps those CEOs disrupt they're not in the best of positions to utilize infrastructure they have today the way it's set up to be able to get more done be more agile and truly serve the needs of the business and help create those competitive differentiation which is why neutronics is here to help our partners within companies such as yourself to be able to be those people to lean in and help CEOs really achieve what they're trying to get that yeah that's great yeah we definitely see it used to be okay IT was a cost center IT you know business would actually ask for something in IT would often be the no or be really slow and do they work with that so Vinnie before we dig into the IDE piece of it tell us a little bit about Medallia the business what's happening what's Sherma Delia's been around for about 15 years now we're located in it we're headquartered in San Mateo we used to be in Palo Alto moved last year we have a brand new building right off 101 a 92 we our analytics company and we and there's a lot of lots of fields in analytics we specialize in an area called CX which stands for customer experience and our goal is to make our customers customers happy which therefore makes our customers happy and we specialize in doing surveys and then especially in designing surveys for different types of companies and then and then we analyze that data you know surveys well Vinny I I find there's very few companies that I talked to whose industries are stagnant or not changing much the analytic space space that we cover heavily you know here here on the cube and with our research it's boy has that changed a lot I mean five years ago we were talking very much about Big Data today you know all the AI ml and and things like that what what give us a little bit about what's it like being in that business you know fast driving your silicon valley-based I have to imagine that the business is going through a lot of changes that put stresses and strains on IT oh definitely so I better the IT industry for many years and IT area different big companies Sun Microsystems Juniper Networks NetApp in the past excite calm which was a search engine way back when before Google days I remember excite you know because Microsoft didn't they buy that or things well there was an early cerulean at home there's a partnership with that on but yeah excited people would confuse as to wait excite calm what kind of site was that it's like no no it's a search engine back before by the way audience for those of you that haven't been around a while it wasn't all just being in Google there were a lot of predecessors that there was four or five big search engines at that time so most of my company had been out we've always been packaging stuff in a box and selling it in this is my first time at an analytics company and it's it's like you said it's a fast-moving field things are being the things there's no development staging production type of stuff things are just continuously being put into production changes are made you know customized you know customer's applications and their interface so it's it's a very fast-moving alright and Vinny you say IT engineers your job what does that encompass what your role how many people in the group what is your sure so we have basically two IT groups we have one that manages our production data centers which are which our customers interface with and we have one that supports our engineers so I'm part of that group and it's kind of a week up art of the IT system and engineering team and that involves traditional IT tasks like backups monitoring application install new server installs managing storage networking basically keeping infrastructure and applications running as efficiently as possible and therefore keeping our engineers happy because they can get their work done and their development done okay sounds like a you know pretty typical from from what I hear from companies is it what do you hear from customers structure-wise challenges they're facing absolutely so it's very much in line with what you were just talking about where there's these multiple needs from the business and customer expectations so how do you really help IT organizations be able to keep up with those needs infrastructure needs to be the big quittez data needs to be Vic witness application services need to be Vic Willis and you need to be able to scale out as your business needs needs to do so to be able to serve all those multiple requirements so whether it's standardizing internal applications that are delivered through virtual desktops or deploying databases are starting up customer websites you need to be able to do that and respond as quickly as possible and if you're spending cycles on acquiring infrastructure deploying it making sure it's well integrated and then once it's up and running figuring out what went wrong and enjoying those multiple nights of pizza right to figure out how to get this thing going back to the way it was it's it just distracts you from what's important so it's only when you make infrastructure invisible and truly scalable very much cloud-like and and make it your own as a process of doing so can you truly be that business partner and you and I hope we've done that with you definitely all right so Bennie let's go inside was there a specific project rollout that you would that led towards Nutanix was there a pain point you were having would give us kind of the before and what was the mature so traditionally an IT you would you want to set up a new application at you in your infrastructure environment you would buy servers and you would buy storage you would buy HBA cards which helps you connect the servers to the storage you've got things like worldwide numbers to worry about getting the right cables getting the right cards and then you put it all together you get all the stuff delivered and then two weeks later you might have things working and but you having some permission issues security issues so it was always a big challenge to get things up and running so it was the fun of ideas let's roll up our sleeves let's turn those geek knobs and you know optimize everything and yeah within six months I'm sure everything's rocking in right everything's rocking rolling but you're still not quite confident that things are running you're worried that a card might go bad you're worried that a world-wide number might change somewhere or somebody might you know mess up your security so you would spend a lot of time just getting things up and running versus spending time on development and you know working with your people you're supporting and trying to try to enhance things versus just keeping things getting things up and running so Nutanix you know with the hyper-converged infrastructure you know what kind of we're not worried about those things anymore it has our storage needs it has our compute needs it has our memory needs so what was it a refresh cycle what was the impetus that led to looking at a new arc sugar as we were growing and entering base was growing an IT was growing and our requests and you know what we need to satisfy was increasing tremendously we before we were working with just individual desks like desktops or blade servers but each one was kind of working individually with its own storage its own applications not the notion things weren't being shared or anything and we were just growing fast so we needed some we need a new infrastructure where we could actually have everything working of most efficiently and be secure and fast and and easy to manage and so we did look at we did some analysis on a few products and Nutanix you know after some a few pocs Nutanix was our product of choice yeah I mean you described something we heard a lot is it used to be every application you would kind of build your own temple for it yeah let me build it let me get the performance I need let me optimize certain things let me forecast how it's gonna grow but I get islands out there as opposed to I want to be able to scale I don't want to worry about you know here's one of the challenges out there most people and across the board forecasting is really hard or impossible I either overestimated a bunch and then I bought stuff I didn't eat her right under missed it estimate it and then oh my gosh I need to look to a new architecture yeah and then things ended up burning like at 10% of you know you utilizing temperature of the resources that you're purchasing yeah I remain poor virtualization it was like you know six seven percent is usually what we were running awesome so challenges before and we had you know silos out there I couldn't share I couldn't do talk about that that role how did you get from that old environment to the new one there's something I said when you you look at this wave of really a distributed architecture in the old world migrations were really really tough yeah and you had to do it with every cycle hopefully moving to an architecture like this this is your last migration it was like you know my wife always said the last time that's the last time I never want to have to move well I T I'm sure those migrations were always painful what was the experience my heading to migrations was is one thing that we went through but also just now it's just setting up new VMs or new applications new servers it's you know within a few minutes versus hours as far as migration we were we were running a hypervisor before but like I said it was on individual servers so the migration was basically picking your VMs or your servers one at a time and just migrating over to Tenex once it was there and you know with the hypervisor tools that are available it's very easy to use it's like things like vmotion or different types of migration tools that Nutanix offers with their hv hypervisor so it was just it was pretty seamless it was just you just pick and choose and identify your destination host ons Nutanix node or Nutanix cluster and all your stories that you want to move it to and just go okay so so Vinnie you went through a bit of a bake-off to figure out the solution tell us when you finish the deployment how are you measuring what does success mean to in deployment of your stand point and give us the after what show does this change for your process your organization sure qualitatively success is when our engineers are smiling and not calling us too much and asking us go to lunch versus telling us about issues they're having so that's qualitatively quantitatively looking at performance CPU memory I ops performance on a storage how our applications responding that that's what we measured it quantitatively yeah did you know like what kind of utilization you're getting on your current infrastructure then with the Nutanix um also currently you meet as far as uh what you said you were lucky to get 10% in the old world do you measure that yeah we met her that week we kind of um you know we have our kind of have our choices of how much storage you want to use how much CPU remember you want to allocate to each VM and we we just monitor it and through the prism interface that Nutanix offers the image you can actually see performance of each VM and you can decide when to throttle things so but as far as you know how much we're utilizing we're you know we have it we have a structured where we have room to grow so yeah absolutely and if we do need to grow later we can easily add nodes or you know chassis wood notes yeah I think back to the early years of you know what we call hyper converge environments and it was like oh well they are monolithic blocks even if they're small and but you don't have flexibility there when I look at you know many of the solutions especially what Nutanix ups there's a lot of flexibility into how I can grow in scale and get the the utilization that I need but get the performance the ops and everything what I think from your customers how is that story play out today yeah I mean ultimately it's all about empowering people right it's about making IT people truly successful broadening their skillset giving them greater control over the full stack if you will right so it's no longer siloed across functions you're no longer found helpless relying on a different team to deliver upon something that was promised based on a certain SLA so how do we do that how do we make evolved functional specialists into IT journalists would then become cloud engineers true cloud engineers right the world is changing technology is adapting businesses are a craving for more and the only way we can keep up is to adapt ourselves and utilize the best of breed technologies that gives us that power so as a result we hear that a lot where we find a lot of a customer's progressing from being either storage admins network specialists but most likely virtualization admins who then become these cloud engineers if you will they reorganize that way they tend to be in a position where they are a lot more infrastructure we're talking about 100x of what they used to do prior in the in the earlier days so the the number of the ratios just grow immensely as well as the quality of service provided the SAS are far reduced as they used to be so all of that goodness that our customers are able to deliver to their state goes in the organization makes us feel good about what we do if any would love we talked about you know this the engineers now they're smiling and going out to further then you know fighting bugs anything complaining about is yeah anything kind of when you look at skill set if they're you know I've talked to some entertainment customer he's like oh you know I had that security project that was sitting on my desk for years I can finally tackle that or there's I can be more responsive to the business so that they don't you know I can engage with them rather than just going off running it and do in stealth IT any anything along those lines that you can share I mean one thing like IT admins we typically want to know everything right so we all know what's happening behind the scenes with Nutanix we don't have to as much but we still like to and so we we take the opportunity to you know do trainings learn what's happening in an interface you support when needed so as far as yeah as far as skills go I think it's you know the skills you keep up with it's just different like Chris mentioned it's different different type of administration like we're managing virtualization or managing cloud you know you're not just managing loans and cables you know I love you sounds like you've got a team that's got that intellectual curiosity wants to understand what's going on how was the how was the on-ramp how was the kind of the cycle to understand the Nutanix piece how did you yeah so we learned a lot of the POC of course that's when you kind of you know you can play around with stuff and break stuff and try to break stuff if you want we use professional we used some freshly served since to help us get set up originally and after that it was just kind of learning day to day and just improving improving our knowledge in different areas like not if we're not used to having everything in one like in you know in one kind of a couple jassi's storage and you know compute so that was a networking as well so that was a little bit not challenged technically but just just you just need to reset the mindset these are the way I used to do things versus the the way now I can't do three and in troubleshooting um you know the great thing is when we have troubleshooting we're not calling three different vendors like a networking company a storage company in a compute company and having them point fingers oh it's networking now we if I ever have an issue or a question I call Nutanix supporting it so if any how long has it been since you the solution was deployed about two and a half years now awesome so it but you first of all I love your viewpoint as to how Nutanix has changed in those two those two years and along those lines too now that you look at things through the lens of 2018 if you could go back to peers of yours what would you tell them now that you wish you had known back when you rolled this out a couple of years ago I would you know how to tell them there's a much easier way to minute you know the deploy and manager infrastructure and you know this is this is one of the new techniques is definitely something you should look at alright Chris what what advice do you give to the IP people of the world that you know I'm sure most of them heard about this but you know what misconceptions might they have what what things do we want to make sure we open the door for sure so as a former developer myself you know several years ago I think it's very easy for us to forget the role we play in our organizations we're not all about the applications we're not all over the speeds and feeds we had a critical core part of how businesses go to market and achieve success right so let us recognize that and use the best approaches that are available out there to be able to deliver that value right if it means going where the good hyper-converged infrastructure solution if it means leaning in and building new disruptive technologies and such that can help your businesses do better the other thing that I want to highlight is just as you are in the the customer service business I believe we are as well we pride ourselves on our support so if you have if ask questions about how hyper-converged infrastructure can add value call us give support a call you would be put in touch with anyone who can speak about all the values we deliver to our customers and begin to get some of those ideas all right Vinnie uh want to ask you you you've got some experience works for some of the you know really well-known companies you not only here in the valley but in tech in general what's exciting you these days what do you look at either in the analytic space or an IT that that's getting you excited for me it's I like to get up without stress and so ease of management ease of deployment in the IT area is very that that's one of things I look forward to like you know being able to do other stuff than just focusing on data you know routine stuff yeah and one of those lines if I could give you you know the one wish to help make that goal even more either from Nutanix or you know the broad ecosystem out there what would what would make your job even easier you know it's it's I don't know I'm trying to think of a good answer but it's typically you know when issues once them all we have application issues it would just be some kind of self-healing type things you know maybe or maybe some automatic adjustments that could be done that maybe something in the future yeah like I just means as far as resources allocated to different types of yeah all right Chris sure I'll let you have the final word there cuz absolutely once we simplify modernize the platform modernizing the application some it's definitely something I've heard from many of your customers as to you know that role of infrastructure really is to serve up and support those applications and that seems to be where it's going that's right that's right the the business partners right partners the business CFO whoever on the other side of the fence they care about applications and services not so much about all the blood sweat and tears we put into the infrastructure so I think it's an opportunity for us to help us elevate beyond the infrastructure and focus on apps and services along with making sure we have some of those self-healing capabilities such that take care of us and not require us to pay heat to all those infrastructure speeds and feeds so it's a great opportunity to do and you know be truly strategic in the company right alright well Chris really appreciate you sharing the updates Vinny really appreciate you sharing your customer story it's our purpose here at the cube to always help bring out the information so make sure to check out the cube net if you actually go to the top there's a search we've got over five or six thousand interviews we've done including many customers including many of Nutanix go in search Nutanix you'll find a plethora of content out there if you ever have any question for us please reach out to us see us at any of the shows or in between so I'm Stu minimun and thanks again for watching the cube thank you
**Summary and Sentiment Analysis are not been shown because of improper transcript**
ENTITIES
Entity | Category | Confidence |
---|---|---|
Vinny Chopra | PERSON | 0.99+ |
Chris | PERSON | 0.99+ |
Stu Mittleman | PERSON | 0.99+ |
Sun Microsystems | ORGANIZATION | 0.99+ |
Vinnie Chhabra | PERSON | 0.99+ |
Nutanix | ORGANIZATION | 0.99+ |
10% | QUANTITY | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
San Mateo | LOCATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
uber | ORGANIZATION | 0.99+ |
each VM | QUANTITY | 0.99+ |
Vinny | PERSON | 0.99+ |
October 2018 | DATE | 0.99+ |
2018 | DATE | 0.99+ |
Krishnan Badrinarayanan | PERSON | 0.99+ |
four | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
first time | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
each VM | QUANTITY | 0.99+ |
two weeks later | DATE | 0.99+ |
two | QUANTITY | 0.99+ |
two years | QUANTITY | 0.99+ |
Rena Ryan | PERSON | 0.99+ |
five years ago | DATE | 0.98+ |
Vinnie | PERSON | 0.98+ |
Airbnb | ORGANIZATION | 0.98+ |
Juniper Networks | ORGANIZATION | 0.98+ |
several years ago | DATE | 0.97+ |
Bennie | PERSON | 0.97+ |
Stu minimun | PERSON | 0.97+ |
Medallia | PERSON | 0.97+ |
today | DATE | 0.96+ |
vmotion | TITLE | 0.96+ |
five big search engines | QUANTITY | 0.96+ |
six seven percent | QUANTITY | 0.95+ |
six months | QUANTITY | 0.95+ |
Medallia Vinny | PERSON | 0.95+ |
each one | QUANTITY | 0.95+ |
Nutanix | TITLE | 0.94+ |
about 15 years | QUANTITY | 0.94+ |
first-time | QUANTITY | 0.93+ |
one thing | QUANTITY | 0.93+ |
101 a 92 | OTHER | 0.93+ |
three different vendors | QUANTITY | 0.93+ |
neutronics | ORGANIZATION | 0.91+ |
six thousand | QUANTITY | 0.91+ |
a couple of years ago | DATE | 0.88+ |
first | QUANTITY | 0.88+ |
NetApp | TITLE | 0.88+ |
Krishnan | PERSON | 0.87+ |
two and a half years | QUANTITY | 0.86+ |
last 10 years | DATE | 0.85+ |
about 100x | QUANTITY | 0.85+ |
that week | DATE | 0.84+ |
two IT groups | QUANTITY | 0.82+ |
Tenex | TITLE | 0.82+ |
Nutanix node | TITLE | 0.81+ |
multiple nights | QUANTITY | 0.8+ |
Sherma Delia | ORGANIZATION | 0.79+ |
over five | QUANTITY | 0.77+ |
a few minutes | QUANTITY | 0.77+ |
one of the challenges | QUANTITY | 0.74+ |
lot | QUANTITY | 0.73+ |
Medallia | ORGANIZATION | 0.72+ |
Vic Willis | ORGANIZATION | 0.72+ |
Sanjay Poonen, VMware | VMworld 2018
>> Live, from Las Vegas! It's theCube! Covering VMworld 2018. Brought to you by VMware and its ecosystem partners. >> Welcome back everyone, it's theCube's live coverage in Las Vegas for VMworld 2018, it's theCube. We got two sets, 24 interviews per day, 94 interviews total. Next three days, we're in day two of three days coverage. It's our ninth year of covering VMworld. It's been great. I'm John Furrier with Dave Vellante, next guest, Cube alumni, number one in the leading boards right now, Sanjay Poonen did a great job today on stage, keynote COO for VMware. Great to have you back. Thanks for coming on. >> John and Dave, you're always so kind to me, but I didn't realize you've been doing this nine years. >> This is our ninth year. >> That's half the life of VMware, awesome. Unreal. Congratulations. >> We know all the stories, all the hidden, nevermind, let's talk about your special day today. You had a really, so far, an amazing day, you were headlining the key note with a very special guest, and you did a great job. I want you to tell the story, who was on, what was the story about, how did this come about? Tech for good, a big theme in this conference has really been getting a lot of praise and a lot of great feedback. Take us through what happened today. >> Well listen, I think what we've been trying to do at VMware is really elevate our story and our vision. Elevate our partnerships, you've covered a lot of the narrative of what we've done with Andy Jessie. We felt this year, we usually have two 90 minute sessions, Day One, Day Two, and it's filled with content. We're technical company, product. We figured why don't we take 45 minutes out of the 180 minutes total and inspire people. With somebody who's had an impact on the world. And when we brainstormed, we had a lot of names suggested, I think there was a list of 10 or 15 and Malala stood out, she never spoke at a tech conference before. I loved her story, and we're all about education. The roots of VMware were at Stamford Campus. Diane Greene, and all of that story. You think about 130 million girls who don't go to school. We want to see more diversity in inclusion, and she'd never spoken so I was like, you know what, usually you go to these tech conferences and you've heard somebody who's spoken before. I'm like, lets invite her and see if she would come for the first time, and we didn't think she would. And we were able to score that, and I was still a little skeptical 'cause you never know is it going to work out or not. So thank you for saying it worked, I think we got a lot of good feedback. >> Well, in your first line, she was so endearing. You asked her what you thought a tech conference, you said too many acronyms. She just cracked the place up immediately. >> And then you heard my response, right? If somebody tells me like that, you tell VMotion wrong she looked at me what? >> Tell them about our story, real quick, our story I want to ask you a point in question. Her story, why her, and what motivated you to get her? >> Those stories, for any of you viewers, you should read the book "I'm Malala" but I'll give you the short version of the story. She was a nine year old in the Pashtun Area of the Swat Valley in Pakistan, and the Taliban setted a edict that girls could not go to school. Your rightful place was whatever, stay at home and become a mom with babies or whatever have you. You cannot go to school. And her father ran a school, Moster Yousafzai, wonderful man himself, an educator, a grandfather, and says know what, we're going to send you to school. Violating this order, and they gave a warning after warning and finally someone shot her in 2012, almost killed her. The bullet kind of came to her head, went down, and miraculously she escaped. Got on a sort of a hospital on a plane, was flown to London, and the world if you remember 2012, the world was following the story. She comes out of this and she's unscathed. She looks normal, she has a little bit of a thing on the right side of her face but her brains normal, everything's normal. Two years later she wins the Nobel Peace Prize. Has started the Malala Fund, and she is a force of nature, an amazing person. Tim Cook has been doing a lot with her in the Malala Fund. I think that actually caught my attention when Tim Cook was working with her, and you know whatever Apple does often gets a little bit of attention. >> Well great job selecting her. How's that relevant to what you guys are doing now, because you guys had a main theme Tech for Good? Why now, why VMware? A lot of people are looking at this, inspired by it. >> There are milestones in companies histories. We're at our 20 year birthday, and I'm sure at people's birthday they want to do big things, right? 20, 30, 40, 50, these decades are big ones and we thought, lets make this year a year to remember in various things we do. We had a 20 year anniversary celebration on campus, we invited Diane Greene back. It was a beautiful moment internally at Vmware during one of our employee meetings. It was a private moment, but just with her to thank her. And man, there were people emotional almost in tears saying thank you for starting this company. A way to give back to us, same way here. What better way to talk about the impact we're having in the community than have someone who is of this reputation. >> Well we're behind your mission 100%, anything you need. We loved the message, Tech for Good, people want to work for a mission driven company. People want to buy >> We hope so. >> from mission driven companies, that stated clear and the leadership you guys are providing is phenomenal. >> We had some rankings that came out around the same time. Fortune ranked companies who are changing the world, and VMware was ranked 17th overall, of all companies in the world and number one in the software category. So when you're trying to change the world, hopefully as you pointed out it's also an attractor of talent. You want to come here, and maybe even attractor of customers and partners. >> You know the other take-away was from the key note was how many Cricket fans there are in the VMworld Community. Of course we have a lot of folks from India, in our world but who's your favorite Cricketer? Was it Sachin Tendulkar? (laughs) >> Clearly you're reading off your notes Dave! >> Our Sonya's like our, >> Dead giveaway! >> Our Sonya's like our Cricket Geek and she's like, ask him about Sachin, no who's your favorite Cricketer, she wants to know. >> Sachin Tendulkar's way up there, Shayuda Free, the person she likes from Pakistan. I grew up playing cricket, listen I love all sports now that I'm here in this country I love football, I love basketball, I like baseball. So I'll watch all of them, but you know you kind of have those childhood memories. >> Sure >> And the childhood memories were like she talk about, India, Pakistan games. I mean this was like, L.A. Dodgers playing Giants or Red Socks, Yankee's, or Dallas Cowboys and the 49ers, or in Germany playing England or Brazil in the World Cup. Whatever your favorite country or team rivalry is, India Pakistan was all there more, but imagine like a billion people watching it. >> Yeah, well it was a nice touch on stage, and I'd say Ted Williams is my favorite cricketer, oh he plays baseball, he's a Red Sock's Player. Alright Sanjay, just cause your in the hot seat, lets get down to business here. Great moment on stage, congratulation. Okay Pat Gelsinger yesterday on the key note talked about the bridges, VMware bridging, connecting computers. One of the highlights is kind of in your wheelhouse, it's in your wheelhouse, the BYOD, Bring Your Own Device bridge. You're a big part of that. Making that work on on the mobile side. Now with Cloud this new bridge, how is that go forward because you still got to have all those table stakes, so with this new bridge of VMware's in this modern era, cloud and multicloud. Cluely validated, Andy Jassy, on stage. Doing something that Amazon's never done before, doing something on premise with VMware, is a huge deal. I mean we think it's a massive deal, we think it's super important, you guys are super committed to the relationship on premises hybrid cloud, multicloud, is validated as far as we're concerned. It's a done deal. Now ball's in your court, how are you going to bring all that mobile together, security, work space one, what's your plan? >> I would say that, listen on as I described in my story today there's two parts to the VMware story. There's a cloud foundation part which is the move the data center to the cloud in that bridge, and then there's the desk job move it to the mobile. Very briefly, yes three years of my five years were in that business, I'm deeply passionate about it. Much of my team now that I put in place there, Noah and Shankar are doing incredible jobs. We're very excited, and the opportunity's huge. I said at my key note of the seven billion people that live in the world, a billion I estimate, work for some company small or big and all of them have a phone. Likely many of those billion have a phone and a laptop, like you guys have here, right? That real estate of a billion in a half, maybe two billion devices, laptops and phones, maybe in some cases laptop, phone, and tablets. Someone's going to manage and secure, and their diverse across Apple, Google, big option for us. We're just getting started, and we're already the leader. In the data center, the cloud world, Pat, myself, Raghu, really as we sat three years ago felt like we shouldn't be a public cloud ourselves. We divested vCloud Air, as I've talked to you on your show before, Andy Jassy is a friend, dear friend and a classmate of mine from Harvard Business School. We began those discussions the three of us. Pat, Raghu, and myself with Andy and his team and as every quarter and year has gone on they become deeper and deep partnerships. Andy has told other companies that VMware Amazon is the model partnership Amazon has, as they describe who they would like to do business more with. So we're proud when they do that, when we see that happen. And we want to continue that. So when Amazon came to us and said listen I think there's an opportunity to take some of our stack and put it on premise. We kept that confidential cause we didn't want it to leak out to the world, and we said we're going to try'n annouce it at either VMworld or re:Invent. And we were successful. A part with these projects is they inevitably leak. We're really glad no press person sniffed it out. There was a lot of speculation. >> Couldn't get confirmation. >> There was a lot of speculation but no one sniffed it out and wrote a story about it, we were able to have that iPhone moment today, I'm sorry, yesterday when we unveiled it. And it's a big deal because RDS is a fast growing business for them. RDS landing on premise, they could try to do on their own but what better infrastructure to land it on than VMware. In some cases would be VMware running on VxRail which benefits Dell, our hardware partners. And we'll continue doing more, and more, and more as customers desire, so I'm excited about it. >> Andy doesn't do deals, as you know Andy well as we do. He's customer driven. Tell me about the customer demand on this because it's something we're trying to get reporting on. Obviously it makes sense, technically the way it's working. You guys and Andy, they just don't do deals out of the blue. There's customer drivers here, what are those drivers? >> Yeah, we're both listening to our customers and perhaps three, four, five years ago they were very focused on student body left, everybody goes public cloud. Like forget your on premise, evaporate, obliterate your data centers and just go completely public. That was their message. >> True, sweep the floor. >> Right, if you went to first re:Invent I was there on stage with them as an SAP employee, that's what I heard. I think you fast forward to 2014, 2015 they're beginning to realize, hey listen it's not as easy. Refactoring your apps, migrating those apps, what if we could bring the best of private cloud and public cloud together enter VMware and Amazon. He may have felt it was harder to have those cultivations of VMware or for all kinds of reasons, like we had vCloud Air and so on and so forth but once we divested that decision culminations had matured between us that door opened. And as that door opened, more culminations began. Jointly between us and with customers. We feel that there are customers who want many of those past type of services of premise. Cause you're building great things, relational database technology, AI, VI maybe. IoT type of technologies if they are landing on premise in an edge-computing kind of world, why not land on VMware because we're the king of the private cloud. We're very happy to those, we progress those discussion. I think in infrastructure software VMware and Amazon have some of the best engineers on the planet. Sometimes we've engineers who've gone between both companies. So we were able to put our engineering team's together. This is a joint engineering effort. Andy and us often talk about the fact that great innovation's built when it's not just Barny go to Marketing and Marketing press releases this. The true joint engineering at a deep level. That's what happened the last several months. >> Well I can tell you right now the commitment I've seen from an executive level and deep technology, both sides are deep and committed to this. It's go big or go home, at least from our perspective. Question I want to ask you Sanjay is you're close to the customer's of VMware. What's the growth strategy? If you zoom out, look down on stage and you got vSAN, NSX at the core, >> vSANjay (laughs) >> How can you not like a product that has my name on it? >> So you got all these things, where's the growth going to come from, the merging side, is the v going to be the stable crown jewels at NSX? How do you guys see the growth, where's it going to come from? >> Just kind of look at our last quarter. I mean if you peel back the narrative, John and Dave, two years ago we were growing single digits. Like low single digits. Two, three percent. That was, maybe the legacy loser description of VMware was the narrative everyone was talking about >> License revenue was flattish right? >> And then now all of sudden we're double digits. 12, 15 sort of in that range for both product revenue. It's harder to grow faster when you're bigger, and what's happened is that we stabilize compute with vSphere in that part and it's actually been growing a little bit because I think people in the VMware cloud provider part of our business, and the halo effect of the cloud meant that as they refresh the servers they were buying more research. That's good. The management business has started to grow again. Some cases double digits, but at least sort of single digits. NSX, the last few order grew like 30, 40%. vSAN last year was growing 100% off a smaller base, this year going 60, 70%. EUC has been growing double digits, taking a lot of share from company's like Citrix and MobileIron and others. And now, also still growing double digits at much bigger paces, and some of those businesses are well over a billion. Compute, management, end-user computing. We talked about NSX on our queue forming called being a 1.4 billion. So when you get businesses to scale, about a billion dollar type businesses and their sort of four, training five that are in that area, and they all get to grow faster than the market. That's the key, you got to get them going fast. That's how you get growth. So we focus on those on those top five businesses and then add a few more. Like VMware Cloud on AWS, right now our goal is customer logo count. Revenue will come but we talked on our earnings call about a few hundred customers of VMware Cloud and AWS. As that gets into the thousands, and there's absolutely that option, why? Because there's 500,000 customers of VMware and two million customers of Amazon, so there's got to be a lot of commonality between those two to get a few thousand. Then we'll start caring about revenue there too, but once you have logos, you have references. Containers, I'd like to see PKS have a few hundred customers and then, we put one on stage today. National Commercial Bank of Jamaica. Fantastic story of PKS. I even got my PKS socks for this interview. (John laughs) >> So that give you a sense as to how we think, there will be four, five that our businesses had scale and then a few are starting to get there, and they become business to scale. The nature of software is we'll always be doing this show because there will be new businesses to talk about. >> Yeah, hardware is easy. Software is hard, as Andy Patchenstien said on theCUBE yesterday. Congratulations Sanjay and all the success, you guys are doing great financially. Products looking really good coming out, the bloom is rising from the fruit you guys have harvested, coming together. >> John if I can say one last thing, I shared a picture of a plane today and I put two engines behind it. There's something I've learned over the last years about focus of a company, and I joked about different ways that my name's are pronounced but at the core of me there's a DNA. I said on stage I'd rather not be known as smart or stupid but having a big heart. VMware, I hope is known by our customers as having these two engines. An engine of innovation, innovating product and a variety of other things. And focused on customer obsession. We do those, the plane will go a long way. >> And it's looking good you guys, we can say we've been to Radio Event, we've been doing a lot of great stuff. Congratulations on the initiative, and a great interview with you today on doing Tech for Good and sharing your story. Getting more exposure to the kind of narratives people want to hear. More women in tech, more girls in tech, more democratization. Congratulations and thanks so much for sharing. >> Thank you John and Dave. >> Appreciate you being here. >> Sanjay Poonen, COO of VMware. Friend of theCUBE, Cube Alumni, overall great guy. Big heart and competitive too, we know that from his Twitter stream. Follow Sanjay on Twitter. You'll have a great time. I'm John Furrier with Dave Vellante, stay with us for more coverage from day two live, here in Las Vegas for VMware 2018. Stay with us. (tech music)
SUMMARY :
Brought to you by VMware and its ecosystem partners. Great to have you back. John and Dave, you're always so kind to me, That's half the life of VMware, awesome. and you did a great job. and she'd never spoken so I was like, you know what, You asked her what you thought a tech conference, I want to ask you a point in question. the book "I'm Malala" but I'll give you the short How's that relevant to what you guys are doing now, in the community than have someone We loved the message, Tech for Good, people want to work and the leadership you guys are providing is phenomenal. We had some rankings that came out around the same time. You know the other take-away was from the key note was ask him about Sachin, no who's your favorite Cricketer, So I'll watch all of them, but you know you kind of have And the childhood memories were like she talk about, One of the highlights is kind of in your wheelhouse, We divested vCloud Air, as I've talked to you on your show and wrote a story about it, we were able to have that iPhone Andy doesn't do deals, as you know Andy well as we do. That was their message. I think you fast forward to 2014, 2015 they're beginning Question I want to ask you Sanjay is you're close I mean if you peel back the narrative, John and Dave, That's the key, you got to get them going fast. So that give you a sense as to how we think, the bloom is rising from the fruit you guys but at the core of me there's a DNA. And it's looking good you guys, we can say we've been Sanjay Poonen, COO of VMware.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Andy | PERSON | 0.99+ |
Diane Greene | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Ted Williams | PERSON | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Sachin | PERSON | 0.99+ |
Andy Patchenstien | PERSON | 0.99+ |
Pat | PERSON | 0.99+ |
Sanjay Poonen | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Andy Jassy | PERSON | 0.99+ |
Sachin Tendulkar | PERSON | 0.99+ |
Raghu | PERSON | 0.99+ |
Andy Jessie | PERSON | 0.99+ |
Two | QUANTITY | 0.99+ |
Tim Cook | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Malala | PERSON | 0.99+ |
Apple | ORGANIZATION | 0.99+ |
2012 | DATE | 0.99+ |
ORGANIZATION | 0.99+ | |
Sanjay | PERSON | 0.99+ |
John Furrier | PERSON | 0.99+ |
London | LOCATION | 0.99+ |
2014 | DATE | 0.99+ |
45 minutes | QUANTITY | 0.99+ |
Pat Gelsinger | PERSON | 0.99+ |
Red Socks | ORGANIZATION | 0.99+ |
India | LOCATION | 0.99+ |
Red Sock | ORGANIZATION | 0.99+ |
1.4 billion | QUANTITY | 0.99+ |
94 interviews | QUANTITY | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
five years | QUANTITY | 0.99+ |
yesterday | DATE | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
EUC | ORGANIZATION | 0.99+ |
Dallas Cowboys | ORGANIZATION | 0.99+ |
100% | QUANTITY | 0.99+ |
Pakistan | LOCATION | 0.99+ |
PKS | ORGANIZATION | 0.99+ |
Harvard Business School | ORGANIZATION | 0.99+ |
Citrix | ORGANIZATION | 0.99+ |
three years | QUANTITY | 0.99+ |
VMworld | ORGANIZATION | 0.99+ |
Giants | ORGANIZATION | 0.99+ |
last year | DATE | 0.99+ |
180 minutes | QUANTITY | 0.99+ |
ninth year | QUANTITY | 0.99+ |
three days | QUANTITY | 0.99+ |
iPhone | COMMERCIAL_ITEM | 0.99+ |
500,000 customers | QUANTITY | 0.99+ |
L.A. Dodgers | ORGANIZATION | 0.99+ |
two million customers | QUANTITY | 0.99+ |
two parts | QUANTITY | 0.99+ |
NSX | ORGANIZATION | 0.99+ |
MobileIron | ORGANIZATION | 0.99+ |
15 | QUANTITY | 0.99+ |
this year | DATE | 0.99+ |
two | QUANTITY | 0.99+ |
Ray O’Farrell, VMware | VMworld 2018
(soft music) - [Narrator] Live CUBE coverage at VMworld 2018 continues in a moment. Live from Las Vegas, it's theCUBE! Covering VMworld 2018. Brought to you by VMware and its ecosystem partners. - Hello everyone, and welcome to back to theCUBE, live coverage here in Las Vegas with VMworld 2018. This is our three days of exclusive wall-to-wall coverage, two sets, it's our ninth year covering VMworld, when Dave and I started theCUBE nine years ago, Paul Maritz was the CEO, he actually got referenced on stage by Pat Gelsinger. I'm John Furrier with Dave Vellante, our next guest Ray O'Farrel, CTO, Chief Technology Officer at VMware, keynote today on stage with Pat; great to see you again, thanks for coming on. - Really good to see you guys again. - So, reaction from the keynote was very positive. Probably, from a content standpoint, probably one of the most meatiest content pieces I've seen, mega news, serious announcement with Amazon, with Andy Jassy coming on stage releasing the Relational Database Service, RDS, on VMware, on-premises. Monster news. That is like, I don't think the world has yet felt the reverb for this thing yet. - But that was only one of the many stories. - [John] That was just one, that was just like (makes explosion noise). And then the CloudHealth acquisition, and you had tons of demos, pretty intense. - [Ray] Well, it's been- - Summarize what you did (laughs) in ten seconds. - Summarize all of that. So, you know, the key thing that we wanted to achieve with the keynote was obviously to make sure Pat drives the the vision that VMware has and, a lot of focus on that was focused on multi-cloud, this view of the world that you've now got multiple clouds emerging. And you know one of our key rules is to make sure that enterprises are able to work across all of those, networking, how we do management, how we work across all of these, and CloudHealth is a key part of that, making it easier to use cloud, in particular multi-cloud. You know as the CTO I get the fun part of tryna you know let our customers know all the cool work that the engineering teams are doing, so one of the things we want to do is make sure we put a lot of good demos in there. The feedback we get from our customers at VMworld over and over again is they want to see demos, they want to know that stuff is real. You can take a look for instance at the hands on labs. I came in here on Saturday night, walked down there about 6:30 am on Sunday morning, and there was people lining up to go in there and use those labs. So what did we talk through? Broadly speaking we spoke to how you can use VMC on AWS, and the easy way it is to migrate vSphere applications onto vSphere on AWS; we had some new features there around live migration. The next thing we spoke about was around RDS itself and what this project is about. Broadly speaking, at its most basic, it allows you to take the RDS components from Amazon but run them in your data center. With all of the implications of that in terms of how your developers work and they build those applications. We spoke about Project Dimension, which is also around a now delivery as a service, a cloud experience, but again, at your infrastructure, whether it's at the edge or whether it's your data center. And, you know we spoke about what we're doing in blockchain, some opensource components that we're doing over there. New features of Workspace ONE, particularly around the relationship with Dell, and how that will now be combined with some of their laptops And, oh and of course, what we did with some of the Nvidia GPUs, demonstrating the ability to be able to run the most sophisticated AI workloads on a vSphere environment. And I suspect I forgot something in that list, but- - [John] You're going to have to hit the pillow tonight and have a good nap, and crash. - [Dave] Project Magma. - [Ray] Project Magma which is a very future looking concept around basically where we think AI and ML is going to be used to drive a lot of the automation moving forward. - [Dave] Self-driving data center, - Self-driving data center. - [Dave] I think you'd call it (John laughs) Are they coinin' a new term there? - No it's great, we can reuse an old term, and you know rebrand it. - Auto pilot. Put your data center on auto pilot. I want to just drill down on one, on the Amazon relationship, because that was obviously the height, big news in there what you're talking about is the depth of the relationship is deep on the partnership side. I want to, and you guys, you pointed that out, I want to amplify that, but I also want to ask you around the RDS demand. You know, talkin' to some of the Amazon sources, they tell me that the demand for this was very strong, over multiple years. So, first on the RDS, the demand, some of the customer feedback, this is not just you guys in a room goin' hey, let's just do this; it makes sense, but it's customer driven. - Yeah, when you look at what VMC on AWS actually is, it's creating this bridge between the on-prem and the private cloud, sorry, and the public cloud on Amazon. But, initially most of that is really an I as relationship, yes we can move workloads, yes we can move VMs, yes we can manage networking, but one of the key things you want from a public cloud or from cloud in general is access to services. So, as we went down that first part of saying we'll give you this basic infrastructure, very quickly customers began to ask for some other things, some other aspects of that, and that of course was services. So after lots of discussions around what are services, one, that are appropriate to be able to put into this new type environment, but which had to demand RDS certainly rode very quickly to the top of that. In the end almost everybody has some form of database in their application, and so it's a very likely start for us to make them. - So I remember when customers first started wanting to run, to virtualize Oracle, with of course VMware; and Oracle, didn't really embrace that early on. They would say things, their sales guys would scare the customers, we're not going to certify it, but then some of the customers said "Dam the torpedoes, we're going to do it." it actually worked great. - [Ray] Right. - Now, I don't know if that's 'cause, just that's the inherent nature of VMware, or you guys had to do some work, so my question is: two fold, was that just the inherent nature of VMware, and what did you have to do or will you have to do to get RDS running the way that customers want it, trust it on AWS, I mean on VMware? - So, in the case of the Oracle situation, we didn't have to do a whole lot to make that happen, we were virtualizing in x86, Oracle runs on x86, and so you got that basic pattern and mix. In the case of RDS, the actual database that you're running on your VMware infrastructure, our database is such as my SQL, we run an enormous amount of those databases already, so that core aspect of getting the database running is not something that's fundamentally difficult for us to do The challenging part is, how do bridge all the management aspects of that? The RDS components, the APIs, that a developer wants to use, and which are used to using over on, with RDS on AWS, so that's where the work is involved. Now by the way, you're implying that maybe this is a future thing, right? A lot of that work has already occurred, in fact, you know the demo you're seeing is not based on this is what we could do at some possible time in the future, it is actually tied to some very close future releases. - [Dave] So recovery, I'm going to be co-, that's future release of recovery and all the things, if something goes wrong, I'm going to be comfortable as a customer that - [Ray] Correct, correct. - You're going to be backed. - Some of those things we still need to work true, because there's tons of features that you can begin to add onto this, disaster recovery, backup, all of those sort of things, and they're not all going to be there on day one, but you can expect us to continue to add all of that. - [Dave] And you'll have all of those? - Correct. - Now the other question I got to ask you is about migration. When I hear the term migration I go, ugh, you know IT practitioners they tighten up, but what I heard on stage today is we're going to make this really easy. But moving data, help me square that circle, Ray, because, you know data, people say data has gravity, speed of light, network bandwidth, proximity. What's the secret sauce that enables you guys to solve those problems? - So the core secret sauce there is if you're virtualized on VMware on-premise, and you're using VMC on AWS, the basic unit of execution is still that virtual machine, and that virtual machine encapsulates the storage, the networking, everything associated with that box, right? So virtual machines have that very core strength of encapsulating not just the application, or some aspect of the, even some aspect of a minimal piece of the operating system, it encapsulates everything which is tied into that box almost on a physical level. So when you say I'm going to move a virtual machine, you're moving the disk, you're moving the storage, you're doing all of those things. So now think of a database running in a virtual machine, it might not even be the applications, just the database, we're able to capture that and represent that as we moved the virtual machine, you're moving all of that as well. Now there's two aspects of that, one of them is moving the underlying storage, the disk, which might well be even a a virtual disk on NFS or something like that, that's slower task, and that's why we leverage vSphere replication for that. And then the final live part which is, it's always the cool part, but is in fact in this stage maybe not the most difficult part, and what we're describing here is moving the actual memory contents of a given VM and flipping it over to VMC on AWS. - [Dave] Okay, so the key there, you've got the replication piece, and then you just unhook the original and then you're up and running. - Correct. Traditional vMotion relies that both servers access the same disk, so I don't need to move the disk, in this case I need to actually move the disk, and that's what the replication does. - [John] Ray, I want to ask you about something that Pat Gelsinger kind of cheesed out on the keynote. You could tell he had so much confidence, he wanted to expand on this one section but he got a couple digs in on it but, he did point out that the telco piece was very big; and only, he had a percent, I think 10% or 20% is virtualized when enterprises are like 80, I forget what now, I forget the exact numbers but his point was: huge opportunity in telco. What was he referring to there? - So, broadly speaking, if you look across most of you know where workloads run, you look at your IT infrastructure, you look at most of the public clouds and private clouds, they're virtualized to an enormous extent. Now when you go into the telco side of things and begin to look at what's happening at the edge, what's happening in the large telco infrastructure, both, a little bit from a cloud point of view, but also from everything to do from all the services and so on that the run; much of that is not virtualized. Now we actually made a very distinct focus on that over the last few years, we created a, basically a product line and a mini business unit, focused on telco, and that's where you see products like the virtual network functions, all of those technologies coming from. But actually the key product from that area is actually VIO, VMware Incubated Openstack, that's because the telco providers, to a large degree, attempted to leverage Openstack, had some challenges of getting the reliability, the stability you need on that, so what we did was merged the hypervisor, the infrastructure of VMware, with the Openstack management APIs, produced VMware Incubated Openstack, and the telco providers are very aggressively taking that on - [Dave] Now, I got to ask ya, whaddya got against capex? (Dave and Ray laugh) Pat said "You should never spend capex for DR again." it was basically- - [Ray] Yep. So I mean, I think the key part of that solution is it is now so, I will use the word easy, the technology behind it is not easy, but it easy for an end user to be able to say: "I can connect my application from a private infrastructure to a public infrastructure, in a way which is very highly connected using NSX, which is easily replicated, which is easily moved; therefore, I now have a ready ability to be able to create DR scenarios leveraging the public cloud." It is easier than it's ever been before, so instead of building another data center to do that, leverage VMC on AWS, leverage those type of technologies to be able to do that. - Ray, can you clarify, or amplify the VMware Cloud Foundations, how does, trials and tribulations over the years has evolved, it's now front and center in the conversation. How has that evolved from a product standpoint, tech, is it integration layer, how are you guys looking at that, what is the role of VMware Cloud Foundation, and what does it mean for your partners and customers? - Yeah, so I think that, your comments about it having a a kind of an early mixed reaction or so on is actually partially because a naming challenge that we called right? VMware Cloud Foundation is a unified story where we basically take the core elements of the SDDC and we combine in management infrastructure with that, which is actually called SDDC Manager, we don't necessarily spell that out but it's combined into that. But that's the key aspect of this, and then we build architectures based on that; so VxRack is based on VMware Cloud Foundation. The infrastructure which runs in Amazon which we manage as part of the VMC on AWS is built on VMware Cloud Foundation. So it's an architectural and, it's an architectural statement as opposed to a product statement. Where the confusion arises, we also have products that people call VMware Cloud Foundation. One of the ones they're with now as an instance of that is for instance VxRack, right? Which is basically a rack of infrastructure, think of it as a really big VxRail, but it's got all of this management software combined with it as well. And actually, you know your comment about that having some mixed reaction, some of that is because of our renaming that - [John] Renaming. - we've done along the way. But that is actually growing, and quite successful product at this stage, so. - It's been getting a lot of good buzz. - It's getting a lot of good buzz, yes. - [John] And the value is what? Times in market on, on solution building, or pull out, what's the main value? - In some way it goes back to the core value of hyper-converged infrastructure, somebody else is taking care of making sure that the software components all blend together; somebody else is making sure that there's any easy way to update and manage all of these things together, and in many cases, making sure it's well integrated with underlying hardware. So it's all around making it easy to get that basic SDDC up and running. - [Dave] So I got to question on your architecture, and I honestly don't even know how to ask it, but, maybe you can help me as a technologist; you've got, you know the VMware architecture which was developed initially decades ago, and now you've got all this microservices, and Kubernetes, and containers comin' into the fore, and you see the quote unquote modern architectures, speed of deployment, software release is much faster, much more cloud-like, cloud first. How do you go from you know the historical architecture to that level, how do you bridge the two worlds? - So, as with any company, as these transitions have taken place, we've had to be able to make sure we invest in those new techniques and new technologies as well. So you see for instance VMC on AWS, you see for instance Project Tango the cloud-based VR realms product. All of those are cloud-based infrastructure using, you know those more, well I guess they're described new or modern ways of developing applications, microservices, containerized, leveraging Kubernetes and so on in the mix. So just like the rest of the industry, we've been doing the same as part of that broader sorry, that broader industry momentum. There isn't a conflict that you, I think might think is there. The bottom line is our primary purpose is to deliver enterprise software which is solid, stable, secure, easily connected to the rest of the infrastructure. And that might sound a little bit boring, but it is the thing that keeps most of the data centers running and safe. VMware's ESX architecture, VMware's VC architecture has been at the very heart of that. And while they've matured over the years, right, they're still at the very heart of that virtualization part of what we do, but all of these other things we do, what we do in terms of cloud monitoring, what we do in terms of Wavefront, what we do in terms of VMC on AWS, they're new code, new architectures, broadly expanding that story, leveraging microservices and the things you would expect in that space. - Well, and VMware has proven to the gold standard in that regard. Maybe it is boring, but it's super important. - [John] So you got some compliments on theCUBE today, for the work you guys are doing, Andy Bechtolsheim was on earlier, a well-documented career he's had he knows a thing or two about networks. He said "VMware as NSX is ..." this is a quote from today, "... is the best solution that's available today that I can use for a use case of the large numbers I have between smooth connection between on-premise and off-premise public cloud, into the future, to edge, and telco, and all other things cloud." - Yeah, I'm not going to argue with that quote. (laughs) - [John] So, instant testimonial. Okay, NSX has become really this, and Pat was giddy about this last year, he's all like, you watch more NSX, you know more goodness coming; it seems to be the center piece to the a lot of the VMware's connection strategies to cloud and other things including manageability. What's the big thing about NSX, what should people know about NSX? - I think the single biggest thing is software-defined networking had a promise, and the promise is this highly flexible, easily configured, and in many ways, automated, or policy-driven in some cases; networking infrastructure. So it's all around that flexibility and fluidity of software-defined networking. The key strength that NSX does, it delivers on that promise, so it's easy to say software-defined networking, it's not easy to build it, right? And that's where I think NSX is proving all of its strength, it is a very strong implementation; I would argue, obviously, the best implementation of software-defined networking. So that testimonial is an echo of that, it's delivering on all the things you expect from a software-defined network. - [John] And what is NSX enabling? - In terms of the cloud connectivity story which you just described a second ago, what it enables is, really in some ways, because it is not tied to a specific infrastructure, I'm able to run NSX on a public cloud infrastructure and on a private cloud infrastructure, or on a hyper-converged infrastructure, but it's essentially the same NSX. It's the same control plane, it's managed in the same way, all of those different instances know how to interoperate with each other. So what it's enabling is this massive ability to have these networks very quickly brought up, connect to each other, and reliably communicate with each other, and be managed in a unified fashion. - [John] And it's targeting one of the hardest things people are working on which is interoperability. - [Ray] Correct, it's also targeting security. I mean one of the things when we think about networking that you should never forget is this key aspect of security, and NSX is clearly targeting that as well. So some of the things, even the features you see around app defense, a combination of app defense and NSX gives you enormous power. Pat's made a good presentation today where he was talkin' about the adaptive micro-segmentation. You can only do that because you have a great NSX underlying that network. - What's interesting about the NSX, just want to get your reaction to is that that the people are talking about here on theCUBE and also in the industry is that by having the security at the application portion of it, when NSX plays, takes the pressure of the network teams; security teams can have comfort in their piece, and then, (laughs) you don't intertwine them. Is that true, or is that ...? - So I'm reluctant to say it's true because the bottom line is, everybody needs to be paranoid, right? (John laughs) So- - Well from a segmentation standpoint, form a cohesiveness, not this finger pointings, there's not a lot of, it's not thorny. - [Ray] Because it moves the networking layer up a level, and that level is closer to the application. But, when I really I looked at, I think the key strength there is because it's software-defined, because it's flexible, where you get a lot of the problems is when applications change, there's a new version of the application, or we're now popping up a new instance of the application; now because NSX is this software layer beneath that, it is able to react to that. So instead of, you know the finger pointing back to the security or networking person saying you didn't reconfigure the network to deal with my new application; instead, the application and the network are intimately bound together. Actually Pat used some phrase today where he said "I think the app is the network" and so, or something like that, he was talking a little bit differently about it, but broadly speaking that's what's going on there. It's all around the flexibility and the fluidity that you get from NSX. - [John] The application is a network! - [Ray] Correct, that's what he said, yes. - Was his word. - [Ray] Yep, yep. - Which I love, to think he's right on the money. Complex and if some services evolve, the service measure are right around the corner. - [Ray] Yeah, highly interconnected, you know what app, think of any application on your iPhone or your Android device, which doesn't rely on about 20 other applications or databases or cloud services. - [John] Well, Ray, we'll have to get you on a white board sometime, and have you do a deeper dive, love this conversation, congratulations. Final word I'm going to ask you, what is this VMworld all about on stage, if you could knot down the technical engineering successes that you've had this year, what's it about this year, what's the scene from your perspective? - So I think one of the key things is, we've got a lot of products, a lot of technologies under development for the last few years, a lot of them are now starting to see fruition and the light of day; you know, you know you spoke about NSX, NSX is now reaching a real strength right? But that's work we've had to start two and three and four years ago. So to me, that's probably the strongest thing here, products, ideas, research that we've done over the years, development we've done over the years is now becoming real, is getting out and making available to customers; and in the end, that's what we're about, tryna get those technologies to hand to customers. - [John] And we're going to do our job to share that, and we're going to be tracking the successes; and also thank you for inviting us to your radio event where you had your top scientists. - Oh yeah it was great, very good to see you guys there, thank you. - [John] Great to see the energy, and the engineering prowess of VMware continuing strong, technical team, community, and customer base. This is theCUBE, bringing you our hardcore tech coverage here at VMworld 2018, three days, we're in day one, stay with us for more after this short break. (bubbly music)
SUMMARY :
and the things you would
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave | PERSON | 0.99+ |
Ray O'Farrel | PERSON | 0.99+ |
Paul Maritz | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Ray | PERSON | 0.99+ |
Pat Gelsinger | PERSON | 0.99+ |
Ray O’Farrell | PERSON | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Andy Bechtolsheim | PERSON | 0.99+ |
Andy Jassy | PERSON | 0.99+ |
Pat | PERSON | 0.99+ |
John | PERSON | 0.99+ |
80 | QUANTITY | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
20% | QUANTITY | 0.99+ |
Saturday night | DATE | 0.99+ |
NSX | ORGANIZATION | 0.99+ |
iPhone | COMMERCIAL_ITEM | 0.99+ |
10% | QUANTITY | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
Nvidia | ORGANIZATION | 0.99+ |
last year | DATE | 0.99+ |
VMware Cloud Foundation | ORGANIZATION | 0.99+ |
John Furrier | PERSON | 0.99+ |
vSphere | TITLE | 0.99+ |
VMworld | ORGANIZATION | 0.99+ |
two aspects | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
two sets | QUANTITY | 0.99+ |
ninth year | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
one | QUANTITY | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
ten seconds | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
three days | QUANTITY | 0.98+ |
three days | QUANTITY | 0.98+ |
VMworld 2018 | EVENT | 0.98+ |
decades ago | DATE | 0.98+ |
x86 | TITLE | 0.98+ |
VMC | ORGANIZATION | 0.98+ |
nine years ago | DATE | 0.98+ |
Dell EMC Next-Gen Data Protection
(intense orchestral music) >> Hi everybody this is Dave Vellante, welcome to this special CUBE presentation, where we're covering the Dell EMC Integrated Data Appliance announcement. You can see we also are running a crowd chat, it's an ask me anything crowd chat you can login with Twitter, LinkedIn, or Facebook, and ask any question. We've got Dell EMC executives, we're gonna hear from VMware executives, we've got the analyst perspective, we're gonna hear from customers and then of course we're gonna jump into the crowd chat. With me is Beth Phalen, who is the President of Dell's EMC, Dell EMCs Data Protection Division, Beth, great to see you again. >> Good to be here, Dave. >> Okay so, we know that 80% of the workloads are virtualized, we also know that when virtualization came on the scene it caused customers to really rethink their data protection strategies. Cloud is another force that's causing them to change the way in which they approach data protection, but let's start with virtualization. What are you guys doing for those virtualized customers? >> Data protection is crucial for our customers today, and more and more the vAdmins are being expected to protect their own environments. So we've been working very closely with VMware to make sure we're delivering the simplest data protection for VMware, taking into account all of the cloud capabilities that VMware is bringing to market and making sure we're protecting those as well. We have to do that without compromise, and so we have some really exciting innovations to talk about today. The first of those is the DP4400, we announced this a few weeks ago, it is a purpose-built appliance for mid-sized customers that brings forward all of our learnings from enterprise data protection, and makes it simple and easy to use, and at the right price point for our mid-sized customers. We're the extension into VMware environments and extensions into the cloud. >> Okay, so I mentioned up front that cloud is this disruptive force. You know people expect the outcome of cloud to be simplicity, ease of management, but the cloud adds IT complexity. How are you making data protection simpler for the cloud? >> And the cloud has many different ways the customers can leverage it. The two that we're gonna highlight today are for those customers that are using VMware Cloud on AWS, we're now enabling a seamless disaster recovery option, so customers can fail over to VMware Cloud on AWS for their DR configurations. And on top of that, we're very excited to talk about data protection as a service. We all know how wildly popular that is and how rapidly it's growing, and we've now integrated with VMware vCloud Director to allow customers to not have to have a separate backup as a service portal, but provide management for both their VMware environments and their data protection, all integrated within VCD. >> Okay great, so, we know that VMware of course is the leader in virtualization, we're gonna cut away for a moment and hear from VMware executives, we're gonna back here we're gonna do a deep dive, as I say we got great agenda, we're gonna explore some of these things; and then of course there's the crowd chat, the ask me anything crowd chat. So let's cut over to Palo Alto, California, in our studios over there, and let's hear from the VMware perspective and Peter Burris, take it away, Peter. (intense orchestral music) >> Thanks, Dave! And this is Peter Burris, and I can report that in fact we have another beautiful day here in California. And also, we've got a great VMware executive to talk a bit about this important announcement. Yanbing Li is the Senior Vice President and GM for the Storage and Availability Business Unit at Vmware, welcome back to theCUBE Yanbing. >> It's great to be here, thank you for having me Peter. >> Oh absolutely we've got a lot of great stuff to talk about but let's start with the obvious question. Why is it so important to VMware and Dell EMC to work on this question, data availability, data protection? >> You know I have a very simple answer for you. You know Dell EMC has been the marketing leader for the past decade, and they are also a leading solution for all of our VMware environment, it's very natural that we do a lot of collaboration with them. And what's most important, is our collaboration is not only go-to-market collaboration, in labeling our joint customers, but also deep engineering level collaboration, and that is very very exciting. Lots of our solutions are really co-engineered together. >> So, that is in service to something. And now putting all this knowledge, all this product together to create a solution, is in service of data protection but especially as it relates to spanning the cloud. So talk to us a little bit about how this is gonna make it easier for customers to be where they need to be in their infrastructure. >> Certainly VMware has been also on a journey to help with our customers, their transition from data center to the cloud, and data protection is a very crucial aspect of that; and we're looking for simpler, scalable, more robust data protection solutions. You know VMware launched our VMware Cloud on AWS service last year, and Dell EMC has been with us since day one; they're the first solution to be certified as a data protection service for VMware Cloud on AWS. We also work with 4500 VCCP partners, this is the VMware Cloud partner program partners that, you know they are building cloud services based on VMware software defined data center stack. And we are also working with Dell EMC on integrating their data protection source with vCloud, their vCloud Director software, so that you know our customer has integrated data protection for our VCCP partners. So you know across all the cloud initiatives, we are working very closely with Dell EMC. >> So bringing the best of the technology, the best of this massive ecosystem together, to help customers protect their data and give them options about where they operate their infrastructure. >> Definitely. I'm personally very excited about their recent announcement that has been to the Data Domain Virtual Edition, where they're offering a subscription-based data protection bundle that can allow a VMware Cloud on AWS instance to back up their data, you know, using a subscription model, and you can backup 96 terabytes for any single SDC cluster in VMware Cloud on AWS. So they're definitely driving a lot of innovation not only in technology, but also in consumption, how to make it easier for customers to consume. And we're excited to be a partner with Dell EMC together on this. >> Fantastic! Yanbing Li, VMware, back to you, Dave! >> Thanks, Peter. We're back for the deep dive, Beth Phalen and joining us again, and Ruya Barrett, 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, and 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 Yanbing 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 >> But 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. Where as 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 their 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 vAdmins 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 reference 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's 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 really critical to our customers. Power also means not sacrificing efficiency to get that performance. So efficiency, we have the best source ID duplication 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. >> Alright, I wanna 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 that IT environment, they have to know where their data is, and how is 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 tiering directly from Data Domain. And now we've also extended what you can do if you're a VMware Cloud on AWS customer, so that you can use that for you cloud DR configuartion, 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 wanna have a second site, but they do wanna have confidence that they can recover if there's a disaster. On top of that we've also been doing some really great 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. >> Absolutely, so, what we announced is really an integrated data protection appliance, turnkey, purpose-built, to meet the specific requirements of mid-sized customers, it's really, to bring that enterprise sensibility and protection to our mid-sized 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 UI's. So it's really all about bringing simply powerful protection to mid-sized 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, could you talk about the motivation for this product? Why did you build it, and why is relevant to mid-sized customers? >> So we're known as number one in enterprise data protection we're known for our world-class dedupe, best in class, best in the world dedupe capabilities. And what we've done is we've taken the learnings and the IP that we have that's served enterprise customers for all of these years, and then we're making that accessible to mid-sized customers And there were 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-sized company, may have a small IT staff, like I said at the beginning, may have VM admins who are also responsible for data protection, that they can have what we bring to the market with best-in-class data protection. >> I wanna follow up with you on simple and powerful. What is your perspective on simple, what does it mean for customers? >> Yeah, 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 HTML5 interfaces that include the data protection day-to-day tasks, also include reporting. Simple means easy to grow, growing in place from 24 terabytes up to 96 terabytes with just a simple software license to add in 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 here mid-sized customers, I'm thinking okay I wanna bring enterprise-class data protection down to the mid-sized organization. Is that what you means? Can you actually succeed in doing that? >> Yeah. If I'm an IT admin I wanna 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 on my different applications, that's key, that's one thing. The other thing is I wanna be able to scale, and I don't wanna have to be forced to bring in new products with this you have a logical five terabytes on-prem, you can grow to protecting additional 10 terabytes in the cloud, so that's another key piece of it, scalability. >> Petabytes, sorry. >> And then-- >> Sorry. Petabytes-- >> Petabytes. >> You said terabytes. (laughs) >> You live in a petabyte world! >> Of course, yes, what am I thinking. (all laugh) and then last but not least, it's just performance, right? This runs on a 14GB PowerEdge server; you're gonna 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 with power, scalability, support matrix, and performance. >> Great, thank you. Okay, Ruya, let's talk about the business impact. Start with this IT operations person, what does it mean for that individual? >> Yeah, absolutely. So first, you're gonna get your weekends back, right? So, the product is just faster, we talked about it's simpler, you're not gonna have to get a PhD on how to do data protection, to be able to do your business. You're gonna enable your vAdmins to be able to take on some of the tasks. So it's really about freeing up your weekends, having that you know sound mind that data protection's 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 gonna work. And, by the way, you're gonna look like a hero, because with this 2U appliance, you're gonna be able to support 15 petabytes across the most comprehensive coverage in the data center, so your boss is gonna think your just a superhero. >> Petabytes. >> Yeah exactly, petabytes, exactly. (all laugh) So it's tremendous for the IT user, and also the business user. >> By the way, 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 wanna 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 wanna overpay for data protection. Data protection is insurance for the business, you need it, but you don't wanna 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 gonna work, then I'm gonna 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 gonna 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. Alright, let's take a look at the product, and then we're gonna come back and get the analysts perspective, keep it right there. (intense music) >> Organizations today, especially mid-sized organizations, are faced with increased complexity; driving the need for data protection solutions that enable them to do more with less. The Dell EMC IDPA DP4400 packages the proven enterprise class technologies that have made us the number one provider in data protection into a converged appliance specifically designed for mid-sized organizations. While other solutions sacrifice power in the name of simplicity, the IDPA DP4400 delivers simply powerful data protection. The IDPA DP4400 combines protection software and storage, search and analytics, and cloud readiness, in one appliance. To save you time and money, we made it simple for you to deploy and upgrade, and, easily grow in place without disruption, adding capacity with simple license upgrades without buying more hardware. Data protection management is also a snap with the IDPA System Manager. IDPA is optimized for VMware data protection. It is also integrated with vSphere, SQL, and Oracle, to enable a wider IT audience to manage data protection. The IDPA DP4400 provides protection across the largest application ecosystem, deliver breakneck backup speeds, more efficient network usage, and unmatched 55 to one average deduplication. The IDPA DP400 is natively extensible to the cloud for long-term retention. And, also enables simple, and cost effective cloud disaster recovery. Deduplicated data is stored in AWS with minimal footprint, with failover to AWS and failback to on-premises quickly, easily, and cost effectively. The IDPA DP4400 delivers all this at the lowest cost-to-protect. It includes a three year satisfaction guarantee, as well as an up to 55 to one data protection deduplication guarantee. The Dell EMC IDPA DP4400 provides backup, replication, deduplication, search, analytics, instant access for application testing and development, as well as DR and long-term retention to the cloud. Everything you need to deliver enterprise-class data protection, in a small integrated system, optimized for mid-sized environments. It's simply powerful. (upbeat music and rhythmic claps) >> Cool video! Alright, we're back, with Vinny Choinski, who is the Senior Analyst for the Validation Practice at ESG, Enterprise Strategy Group. ESG is a company that does a lot of research, and one of the areas is they have these lab reports, and they basically validate vendor claims, it's an awesome service, they've had it for a number of years and Vinny is an expert in this area. Vinny Choinski, welcome to theCUBE great to see you. >> How you doin' Dave? Great to see you. >> So, when you talk to customers they tell you they hate complexity, first of all, and specifically in the context of data protection, they want high performance, they don't wanna have to mess with this stuff, and they want low cost. What are you seeing in the marketplace? >> So our research is lining up with those challenges; and that's why I've recently done three reports. We talked to how EMC is addressing those challenges and how they are making it easier, faster, and less expensive to do data protection. >> So people don't wanna do a lot of heavy lifting. They worry about the time it takes to do deployment. So, what did you find, hands on, what'd you find with regards to deployment? >> Yeah, so for the deployment, we really yeah, we focused on the DP4400 and you know how that's making it easier for the IT generalist to do data protection deployment, and management. And what we did, I actually walked through the whole process from the delivery truck to first backup. We had it off the truck and racked up and powered up in about 30 minutes, so, it's a service sized appliance, pretty easy, easy to install. Spent 10 minutes in the server room kinda configuring it to the network, and then we went up to an office, and finished the configuration. After that I basically hit go on the configuration button, completely automated. And I simply monitored the process until the appliance was fully configured. Took me about 20 minutes, you know, to add that configuration to the appliance, hit go, and at the end, I had an appliance that was ready for on-site, and backups extended to the cloud. >> So, that met your expectations? It meshed with the vendors claims? >> It was real easy. We actually had to move it around a couple times, and you know, this stuff used to be huge you know, big box, metal gear. >> Refrigerators. (laughs) >> Refrigerators. It was a small appliance, once we installed it, got a note from the IT guy, had to move it. No tools, easy rack, the configuration was automated. We had to set network parameters, that's about it. >> How about your performance testing, what did that show? >> So we did some pretty extensive performance testing. We actually compared the IDPA Dell appliances to the industry recognized server grid scaled architecture. And basically we started by matching the hardware parameters of the box, CPU, memory, disk, network, flash, so once we had the boxes configured apples to apples shall we say, we ran a rigorous set of tests. We scaled the environment from a hundred to a thousand VMs, adding a hundred VMs in between each backup run. And what we found as we were doing the test was that the IDPA reduced the backup window significantly over the competitive solution. A 54 to 68% reduction in the backup window. >> Okay. So again, you're kind of expectations tied into the vendor claims? >> Yep. You know the reduction in backup time was pretty significant that's a pretty good environment, pretty good test environment, right, you got the hundred to a thousand VMs. We also looked at the efficiency of data transfer, and we found that IDPA outperformed the competitor there as well, significantly. And we found that this is do to the the mature data domain deduplication technology. It not only leverages, like most companies will, the VMware Changed Block Tracking API, but it has it's own client-side software that really reduces, significantly reduces the amount of data that needs to be transferred over the network for each backup. And we found that reduced the amount of data that needs to be transferred against the competitor by 74%. >> What about the economics, it's the one of the key paying points obviously for IT professionals. What did you see there? >> Yep, so, there's a lot that goes into the economics of a data protection environment. We summed it up into what we call the cost to protect. We actually collected call home data from 15,000 Dell EMC data protection appliances deployed worldwide. >> Oh cool, real data. >> Real data. So, we had the real data, we got it from 15,000 different environments, we took that data and we we used some of the stuff that we analyzed, the price that they paid for it, how long has it been in service, what the deduplication rates they're getting, and then the amount of data. So we had all the components that told us what was happening with that box. So that allowed us to to distill that into this InstaGraphic that we see up here, which takes 12, shows 12 of the customers that we analyzed. Different industries, different architectures, on the far left of this InstaGraphic you're gonna see that we had a data domain box connected to a third-party backup application, still performing economically, quite well. On the far right we have the fully integrated IDPA solution, you'll see that as you put things better together, the economics get even better, right? So, what we found was that both data domain and the IDPA can easily serve data protection environments storage for a fraction of a penny per month. >> Okay. Important to point out this is metadata, no customer data involved here, right, it's just. >> It's metadata that's correct. >> Right, okay. Summarize your impressions based on your research, and your hands on lab work. >> Yeah, so I've been doing this for almost 25 plus years, I've been in the data protection space, I was an end user, I actually ran backup environments, I worked in the reseller space, sold the gear, and now I'm an analyst with ESG, taking a look at all the different solutions that are out there, and, you know data protection has never been easy, and there's always a lot of moving parts, and it gets harder when you really need a solution that backs up everything, right? From your physical, virtual, to the cloud, the legacy stuff, right? Dell EMC has packaged this up, in my opinion, quite well. They've looked at the economics, they've looked at the ease of use, they've looked at the performance, and they've put the right components in there they have the data protection software, they have the target storage, they have the analytics, you can do it with an agent, you can do it without an agent. So I think they've put all the pieces in here, so it's not an easy thing in my opinion, and I think they've nailed this one. >> Excellent. Well Vinny, thanks so much for for comin' on and sharing the results of your research, really appreciate it. Alright, let's hear from the customer, and then we're gonna come back with Beth Phalen and wrap, keep it right there. (upbeat techno music) >> I was a fortune 500 company, a global provider of product solutions and services, and enterprise computing solutions. The DP4400 is attractive because customers have different consumption models. There are those that like to build their own, and there are those that want an integrated solution, they want to focus on their core business as opposed to engineering a solution. So for those customers that are looking for that type of experience, the DP4400 will address a full data protection solution that has a single pane of glass, simplified management, simplified deployment, and also, ease-of-management over time. >> Vollrath is a food service industry manufacturer, it's been in business for 144 years, in some way we probably touch your life everyday. From a semantic perspective, things that weren't meeting our needs really come around to the management of all of your backup sets. We had backup windows for four to eight hours, and we were to the point where when those backups failed, which was fairly regular, we didn't have enough time to run them again. With Dell EMC data protection, we're getting phenomenal returns, shorter times. What took us eight hours is taking under an hour, maybe it's upwards of two at times for even larger sets. It's single interface, really does help. So when you take into account how much time you spend trying to manage with old solutions that's another unparalleled piece. >> I'm the IT Director for Melanson Heath, we are a full service accounting firm. The top three benefits of the DP4400 simplicity of not having to do a lot of research, the ease of deployment, not having to go back or have external resources, it's really designed so that I can rack it, stack it, and get going. Having a data protection solution that works with all of my software and systems is vital. We are completely reliant on our technology infrastructure, and we need to know that if something happens, we have a plan B, that can be deployed quickly and easily. (upbeat techno music) >> We're back, it's always great to hear the customer perspective. We're back with Beth Phalen. Beth let's summarize, bring it home for us, this announcement. >> We are making sure that no matter what the size of your organization, you can protect your data in your VMware environment simply and powerfully without compromise, and have confidence, whether you're on-prem or in the cloud, you can restore your data whenever you need to. >> Awesome, well thanks so much Beth for sharing the innovations, and we're not done yet, so jump into the crowd chat, as I said, you can log in with Twitter, LinkedIn, or Facebook, ask any questions, we're gonna be teeing up some questions and doing some surveys. So thanks for watching everybody, and we'll see you in the crowd chat.
SUMMARY :
Beth, great to see you again. 80% of the workloads are virtualized, and more and more the vAdmins You know people expect the outcome of cloud to be And the cloud has many different ways and let's hear from the VMware perspective Yanbing Li is the Senior Vice President and GM Why is it so important to VMware and Dell EMC the marketing leader for the past decade, So, that is in service to something. to help with our customers, So bringing the best of the technology, to back up their data, you know, We're back for the deep dive, and to maximize the performance of also drives the lowest cost to protect for our customers. I can dump it into an object store in the cloud, and in fact the exact opposite is true; the IDPA DP4400, at the lowest cost to protect. and why is relevant to mid-sized customers? that they can have what we bring to the market with I wanna follow up with you on simple and powerful. that include the data protection day-to-day tasks, Is that what you means? I don't have to bring in multiple products to support Petabytes-- You said terabytes. So, all of those things come together with power, Okay, Ruya, let's talk about the business impact. And, by the way, you're gonna look like a hero, and also the business user. and the trust that this is just gonna work, at the end of this session, so you can go in, that enable them to do more with less. and one of the areas is they have these lab reports, Great to see you. and specifically in the context of data protection, and less expensive to do data protection. So, what did you find, hands on, and at the end, and you know, this stuff used to be huge you know, Refrigerators. got a note from the IT guy, had to move it. We actually compared the IDPA Dell appliances to So again, you're kind of expectations the amount of data that needs to be transferred it's the one of the key paying points obviously the cost to protect. On the far right we have the fully integrated IDPA solution, Important to point out this is metadata, based on your research, and your hands on lab work. and it gets harder when you really need a solution that for comin' on and sharing the results of your research, the DP4400 will address and we were to the point where when those backups failed, the ease of deployment, the customer perspective. you can protect your data in your VMware environment for sharing the innovations, and we're not done yet,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Vellante | PERSON | 0.99+ |
Beth Phalen | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Peter | PERSON | 0.99+ |
Peter Burris | PERSON | 0.99+ |
Vinny Choinski | PERSON | 0.99+ |
ESG | ORGANIZATION | 0.99+ |
Ruya Barrett | PERSON | 0.99+ |
Beth | PERSON | 0.99+ |
California | LOCATION | 0.99+ |
99% | QUANTITY | 0.99+ |
14GB | QUANTITY | 0.99+ |
144 years | QUANTITY | 0.99+ |
eight hours | QUANTITY | 0.99+ |
Vinny | PERSON | 0.99+ |
EMC | ORGANIZATION | 0.99+ |
Ruya | PERSON | 0.99+ |
80% | QUANTITY | 0.99+ |
24 terabytes | QUANTITY | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
55 | QUANTITY | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
two types | QUANTITY | 0.99+ |
54 | QUANTITY | 0.99+ |
Dell EMC | ORGANIZATION | 0.99+ |
three year | QUANTITY | 0.99+ |
74% | QUANTITY | 0.99+ |
10 terabytes | QUANTITY | 0.99+ |
10 minutes | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
12 | QUANTITY | 0.99+ |
12 terabyte | QUANTITY | 0.99+ |
hundred | QUANTITY | 0.99+ |
One | QUANTITY | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
HTML5 | TITLE | 0.99+ |
four | QUANTITY | 0.99+ |
five terabytes | QUANTITY | 0.99+ |
Vmware | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
first solution | QUANTITY | 0.99+ |
five types | QUANTITY | 0.99+ |
three reports | QUANTITY | 0.99+ |
96 terabytes | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
two things | QUANTITY | 0.99+ |
SQL | TITLE | 0.99+ |
68% | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
second site | QUANTITY | 0.99+ |
tomorrow | DATE | 0.99+ |
vCloud | TITLE | 0.99+ |
third one | QUANTITY | 0.98+ |
vSphere | TITLE | 0.98+ |
five times | QUANTITY | 0.98+ |
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)
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
Entity | Category | Confidence |
---|---|---|
Dave Vellante | PERSON | 0.99+ |
Ruya Barret | PERSON | 0.99+ |
Peter | PERSON | 0.99+ |
Beth | PERSON | 0.99+ |
Beth Phalen | PERSON | 0.99+ |
Ruya | PERSON | 0.99+ |
99% | QUANTITY | 0.99+ |
24 terabytes | QUANTITY | 0.99+ |
Dave | PERSON | 0.99+ |
12 terabyte | QUANTITY | 0.99+ |
five types | QUANTITY | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
10 terabytes | QUANTITY | 0.99+ |
One | QUANTITY | 0.99+ |
Dell EMC | ORGANIZATION | 0.99+ |
two types | QUANTITY | 0.99+ |
two times | QUANTITY | 0.99+ |
tomorrow | DATE | 0.99+ |
Boston, Massachusetts | LOCATION | 0.99+ |
first | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
55 | QUANTITY | 0.99+ |
five times | QUANTITY | 0.99+ |
HTML five | TITLE | 0.99+ |
third one | QUANTITY | 0.99+ |
second site | QUANTITY | 0.99+ |
15 petabytes | QUANTITY | 0.99+ |
ORGANIZATION | 0.98+ | |
both | QUANTITY | 0.98+ |
ORGANIZATION | 0.98+ | |
Cloud DR | TITLE | 0.98+ |
five terabytes | QUANTITY | 0.98+ |
14G | QUANTITY | 0.98+ |
Cloud | TITLE | 0.98+ |
vSphere | TITLE | 0.98+ |
two things | QUANTITY | 0.98+ |
Yang Ming | PERSON | 0.98+ |
VCloud | TITLE | 0.97+ |
vCenter | TITLE | 0.97+ |
today | DATE | 0.97+ |
single | QUANTITY | 0.97+ |
VMware | ORGANIZATION | 0.96+ |
one | QUANTITY | 0.95+ |
one thing | QUANTITY | 0.92+ |
one UI | QUANTITY | 0.92+ |
vRealize | TITLE | 0.91+ |
VMware Cloud | TITLE | 0.91+ |
vCloud | TITLE | 0.9+ |
Vmware | ORGANIZATION | 0.9+ |
vProxy | TITLE | 0.86+ |
96 terabytes | QUANTITY | 0.85+ |
three- | QUANTITY | 0.8+ |
VMware | TITLE | 0.8+ |
solution | QUANTITY | 0.78+ |
DP4400 | COMMERCIAL_ITEM | 0.7+ |
SiliconANGLE | ORGANIZATION | 0.7+ |
Number two | QUANTITY | 0.65+ |
Petabytes | OTHER | 0.63+ |
Petabytes | ORGANIZATION | 0.63+ |
Vmotion | ORGANIZATION | 0.53+ |
IDPA | ORGANIZATION | 0.48+ |
DellEMC | ORGANIZATION | 0.48+ |
Petabytes | TITLE | 0.29+ |
Raghu Raghuram, VMware | VMware Radio 2018
>> [Narrator] From San Francisco, it's theCUBE. Covering Radio 2018, brought to you by VMware. >> Hey, welcome back everyone. This is theCUBE's exclusive coverage of Radio 2018. We are in San Francisco for their VMware's Radio 2018. It's their R&D fiesta, party. As Steve Harris said, former CTO, it's like a sales kickoff for engineers. It's a great time, but it's also serious. A lot of real serious discussion and of course people are flexing their technical muscle and stretching their minds. And I'm here with one of the chief operator, one of the main principals and legend in VMware, Raghu Raghuram. Chief Operating Officer, new title. Chief Operating Officer, Products and Cloud Services. >> That's right. >> Great to see you. >> Great to see you, John. >> What year did you join VMware? >> 2003 (chuckling) >> 15 years >> So, you've seen many of these radios. >> Yes, it's one of the highlights of the year for me. >> Yeah, super important architect of VMware, great part of the community, leader, architect of the AWS relationship. >> [Raghu] Sure >> Part of that movement with Andy Jassy, Sanjay Poonen. This is the 14th year of radio and VMware has changed a lot since you joined. It's now a world class organization. Getting check marks for one of the best places to work. Certainly for engineers it's like a great party environment. Take a minute to explain the radio culture, it's 14th year, there's t-shirts behind us, to commemorate the key milestones, where it's come from, where it's gone, your thoughts on the program and the community. >> Yeah, I mean this is in fact one of the unique characteristics of VMware. I have checked around with my peers in the industry and I don't think any other tech company of our size does this. Radio stands for R&D innovation offsite. Like you said, we started fourteen years ago just to take a bunch of engineers out from their daily grinds and say, "what could we be building fundamentally that's groundbreaking?" So, I would say it's a cross between a wild science fair and a research conference. In fact, both of these go hand in hand at this place. People publish papers and there is a selection committee just like in serious conferences. In fact, Ray had some amazing stats for this year's submissions and the selection is very very rigorous. At the same time, you'll go upstairs and you'll see the exhibition hall where there are all kinds of things that are displayed. Things that could be very well incremental things in the next release and things that are wild and wacky off the wall that we might never ever do. So, it's really the full gamut. Another interesting thing is we've gone bigger. We are getting people from pretty much all parts of the Emirate. I think there is representation from 25 companies. >> [John] How many engineering centers are there roughly? I mean, there's core centers and then you have engineers all over the world. How many engineers, ballpark? >> I would say, in terms of medium to big size centers, there are probably over a dozen across the globe and literally every continent. Clearly, in the US we have four big centers. In Europe, we have three at least. In Asia, we have another three or four. So, we definitely have over 10. >> I mean everyone who knows the VMware and also knows theCUBE, for nine years, well this is our ninth year covering VMworld, all you gotta do is look at VMworld and you can tell one thing right out of the gate. Very community oriented. All the decisions are made in the community. Also, people who know VMware know you're highly an engineering organization. >> [Raghu] Yep. >> This is not like a lot of marketing fluff. Although, you do have some good marketing here and there, but the point is it's an engineering culture with community. This is unique. I've seen companies that don't walk the talk on "community engineering". They have silos, there's a lot of infighting. How have you- How has VMware preserved a culture of innovation amongst their peers when it's competitive as hell inside VMware? One to be smart, achieve the success. But, also, VMware has always been in always a moving market. How do you guys do it? What's the secret sauce? >> I mean, there's not a single thing. Like you said, culture is something that happens over time and is preserved over time and is preserved through people. It's not like anything you can write down, right? Of course you can write it down. But, it won't be worth the paper it's written down on unless it's practiced everyday by other people. And so, I think that is the key thing here. Right from the get go, customer centric innovation has ruled the rules here. So, the question to ask always is great innovation, look at it from a customer end point of view. I think that matters a lot here. Secondly, there is a lot of emphasis on breaking the rules in terms of doing something disruptive, right? And, the engineers that come here tend to be the kind to respond to that, right? And then lots of venues. Like this is not the only thing that we do, right? We do these things called borathons, which is our internal version of hackathons. We do regional versions of these things. Each of the teams, like the business units, have their own little R&D innovation activities that go on. >> They have a playground. They can basically go outside the scope of their job. >> Exactly. >> Get an idea, a passion, an idea and go after it and not have to worry about anything. >> Yup, exactly. >> [John] With a path to commercialization, if it hits. >> Yeah, that's what I was gonna say. We have a fairly high success rate, I would say, of taking things that we see here and turning them into product and eventually into monetizable businesses. All the things that go into the product features. >> Give some examples of historically, successes, notables, and then also talk about some ones that aren't notable that have come out. I know a lot has come out of this, the numbers are clear. What are some highlights that have come out of the radio event that have been blockbuster successes? >> A lot of the things that you see in the networking today came out of radio. Things about doing security and networking from the hypervisor up, came from here. What you see today as vSAN, had its roots here. What you see today with the app defense and the security stuff, had its roots here. A lot of the features that are in vSphere today, especially the storage vMotion and so on and so forth, was first showcased here. This goes on and on and on. We also have a lot of things that have shown up here that we have not pursued. For example, almost like an eBay for VM capacity. We didn't pursue it. God knows, that could've been a huge idea. (laughing) >> It's the misses too. >> Yeah, there's the misses too. But, that's the whole point of this. >> Yeah. There's parts to creativity. How much creativity goes on at this event? I mean there's certainly a lot of barnstorming, brainstorming, or whatever you wanna call it. A lot of interaction, physical face to face. How much creativity is happening you think here? >> Yeah, so a few years back they introduced a couple of things. One is a instant birds of a feather. Where you can literally go to a whiteboard and say, "hey let's discuss this topic," and set up a time and then people show up. There's this other one they call Lightning Rounds, which literally happens over drinks I think tomorrow or something. Where people come in and it's lots of the mini gauntlet where nothing is scripted. All sorts of crazy ideas keep flowing. I would say those are two examples where there's a lot of on the spot creativity. As a company, the R&D teams have gotten more dispersed. This is the opportunity for people to get together even within the same business unit or across business units and say let's go solve this problem. You and I have been talking about this on email, let's talk about it face to face. Hey, let's bring somebody else in that's relevant to this conversation as well. So, those are the kind of things that go on here that spark the creativity. And then of course, the exhibits. When people start thinking about these exhibits and talking to people that are showing there, other ideas get spawned off as well. >> Raghu, talk about just from your experience, you got a great track record, and certainly it was in VMware, it goes back to the early 2000s. What is your observation on the innovation formula? What's been the consistent constant of innovation? As the waves have changed- I mean, I've been in Palo Alto for 19 years now, in my 20th year. Even Palo Alto's changed. So, the world's changed, modern. And we'll get to the Amazon deal in a second. Certainly cloud's here. What have you seen as the constant innovation variable? >> What I would say is this. Fundamentally the people that we tend to recruit into VMware are by large what we call, or at least I call, platform thinkers. So, they think of building a fundamental piece of technology that can be possibly be used in 10 different ways, and they build it for one particular use case. And then, the questions goes back to, now we've done this, what else can we do with this foundational technology? If you look at vSphere, does the same thing. If you look at networking, same thing. Storage is the same thing. So, I would say that is the constant. That's one constant here. Which is, how do you build fundamentally a platform that could be used in very different ways. >> Some will also say systems thinking. >> Exactly, so that's a compliment. >> The cloud is a system. >> (mumbles) I think Paul Maritz is a 2010 picture. Although, some of the calls didn't come out. He kind of generally had the architecture. >> Yeah, yeah >> He nailed it (laughs) >> There are a few people like Paul in the world and absolutely he nailed it. >> Dave and I would give him a lot of credit for that. Okay, let's talk about Amazon Web Services. Certainly Radio's now 14th year. At what point did the cloud start clicking in? You said there's some misses, the eBay for VMs. Certainly cloud is on the radar. >> Yeah >> And vCloud, we know what happened there. Pat talked about how you guys really took that opportunity, which is, you made lemonade out of some lemons there with that product. That's my words, not his. When did cloud first appear on the horizon in Radio and how do you see that happening now as we talk multi-cloud? >> You missed the alumni session today. One of the early engineers said when he was interviewed by Mendel, which was in 1999, Mendel is of course the founder and first chief scientist here. He said he foresaw the event. When the engineer asked him, "how are we gonna make money on this?" He thought there would be a day when people just rent computer capacity from a data center instead of going out and buying gear. In some ways- >> He predicted >> He predicted >> Cloud operations >> Back in the company's starting days. But really I think we saw this in 2005, 2006, 2007. At the same time actually as Amazon saw this. But, the big difference was we were growing 100% a year on core business and we had our hands full that way. We felt like as a software company the way to play it was by delivering technology to other people to build it. So, that's when it really made it's way here, in Radio and in the products. >> And by the way, it wasn't obvious to many people in the industry at that time, to Amazon. I've had many conversations with Andy Chassy and he now uses the term being misunderstood. They were completely misunderstood unless you were an entrepreneur who was using EC-2 just to avoid seed money. 'Cause it was a dream for entrepreneur's at that time. I remember that clearly. That was not obvious. It really wasn't obvious until about 2010, nine, 10. So you guys were growing. Missed that. Radio is not about missing it. It's about identifying. >> Exactly. >> So, how does it translate today for Amazon? >> The Amazon relationship, if you think about the technical underpinnings of it, clearly we did a vCloud error. We learned a lot on that. Within some of our engineers, the question that was asked was, "what if we could run a cloud on top of other peoples clouds?" And we did experiments with nested virtualization. We did experiments with bare metal. And then we chose the start of our model. So, that's one of the technical early indicators of what we could do on other people's clouds. So, that's a big thing. The rest of the things we're doing with respect to elastically growing capacity and all those things, came from experiments that were shown up here. So, that was the connection back to Radio. In terms of the Amazon partnership itself, a lot of it was driven from the customer end. As we were thinking about VCN not working the way we wanted it to work, we went back to the customers and said, "what is wrong with this picture?" And, the answer that came back was very clear. They said, we like the hybrid idea, but we want the hybrid to be VMware on prem and Amazon in the cloud because 70% of our customers turned out to be AWS customers. And at the same time AWS was hearing the same thing. Why don't you guys team up instead of being either or? That's what led to the partnership. >> Your team at VMware came as the cloud native piece? >> Yeah >> Aspect of it. So Kubernetes is on the horizon. Not on the horizon, in your face. And you've got service mesh over the top. >> Yep, yep >> That's up the stack. It's networking. >> Yep, exactly. >> Still needs to do networking. >> Yeah, exactly. >> It's like, you guys must be like, hey we love what's going on up there. Come down to the store. >> Yeah. So, the boundary between what is application platform and infrastructure platform is constantly changing. Kubernetes, when it started out people said oh it's an application platform. Now it turns out its actually infrastructure. Same thing in networking. So what we see is, things were the lower level of the infrastructure constructs, the same idea is applied at the next level up. That's why we love Kubernetes. We love Service Mesh. We love similar concepts that are coming about in storage and security it's one- >> A unified stack is coming. >> Yep, exactly. >> Just someone fix networking and then the holy grail, programmable networks. >> Yep >> When are they coming? >> At the application level. >> Let's go >> Yeah >> Holy grail is finally here. It's not where you thought it was gonna be. >> It is at both places, right. I mean, it's tying back to the conventional layer, two layer, three stuff because that's also important still. >> Raghu, I love having a chat with you. It's great to chat. >> Good to see you again John. >> Super impressive with the work you've been doing. Love the cloud deal with Amazon, you know that. Love what's going on at Kubernetes and containerization. Love what's going on with Service Mesh, unified stack. Love cryptocurrency, which I didn't get to ask you. >> Yep >> Thumbs up? >> Crazy things going on there too >> Thumbs up, okay, thumbs up. >> We're watching the cryptocurrency. >> Watching, token economics coming right behind it. It's theCUBE bringing you all the action here at Radio. We're the signal. 2018, Radio 2018. I'm theCUBE with Raghu. I'll be right back with more coverage after this short break. (upbeat music)
SUMMARY :
Covering Radio 2018, brought to you by VMware. and of course people are flexing their the community, leader, architect of the AWS relationship. and the community. and the selection is very very rigorous. and then you have engineers all over the world. Clearly, in the US we have four big centers. All the decisions are made in the community. What's the secret sauce? So, the question to ask always They can basically go outside the scope of their job. and not have to worry about anything. All the things that go into the product features. of the radio event that have been blockbuster successes? A lot of the things that you see But, that's the whole point of this. A lot of interaction, physical face to face. This is the opportunity for people to get together So, the world's changed, modern. Fundamentally the people that we tend He kind of generally had the architecture. There are a few people like Paul in the world Certainly cloud is on the radar. When did cloud first appear on the horizon in Radio One of the early engineers said But, the big difference was we And by the way, it wasn't obvious and Amazon in the cloud because 70% So Kubernetes is on the horizon. It's networking. It's like, you guys must be like, of the infrastructure constructs, and then the holy grail, programmable networks. It's not where you thought it was gonna be. It is at both places, right. It's great to chat. Love the cloud deal with Amazon, We're the signal.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Mendel | PERSON | 0.99+ |
Andy Jassy | PERSON | 0.99+ |
Steve Harris | PERSON | 0.99+ |
Europe | LOCATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Sanjay Poonen | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
1999 | DATE | 0.99+ |
Dave | PERSON | 0.99+ |
2010 | DATE | 0.99+ |
2005 | DATE | 0.99+ |
Asia | LOCATION | 0.99+ |
Andy Chassy | PERSON | 0.99+ |
Paul | PERSON | 0.99+ |
2007 | DATE | 0.99+ |
US | LOCATION | 0.99+ |
2006 | DATE | 0.99+ |
John | PERSON | 0.99+ |
19 years | QUANTITY | 0.99+ |
four | QUANTITY | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
70% | QUANTITY | 0.99+ |
San Francisco | LOCATION | 0.99+ |
Raghu Raghuram | PERSON | 0.99+ |
three | QUANTITY | 0.99+ |
2003 | DATE | 0.99+ |
25 companies | QUANTITY | 0.99+ |
Amazon Web Services | ORGANIZATION | 0.99+ |
nine years | QUANTITY | 0.99+ |
ninth year | QUANTITY | 0.99+ |
Ray | PERSON | 0.99+ |
14th year | QUANTITY | 0.99+ |
two examples | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
Pat | PERSON | 0.99+ |
Raghu | PERSON | 0.99+ |
vSphere | TITLE | 0.99+ |
eBay | ORGANIZATION | 0.99+ |
early 2000s | DATE | 0.99+ |
over a dozen | QUANTITY | 0.99+ |
One | QUANTITY | 0.99+ |
15 years | QUANTITY | 0.99+ |
Paul Maritz | PERSON | 0.99+ |
both | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
Each | QUANTITY | 0.98+ |
fourteen years ago | DATE | 0.98+ |
two layer | QUANTITY | 0.98+ |
first | QUANTITY | 0.98+ |
tomorrow | DATE | 0.97+ |
Secondly | QUANTITY | 0.97+ |
20th year | QUANTITY | 0.97+ |
100% a year | QUANTITY | 0.97+ |
both places | QUANTITY | 0.97+ |
EC-2 | TITLE | 0.97+ |
vMotion | TITLE | 0.97+ |
10 different ways | QUANTITY | 0.97+ |
Emirate | LOCATION | 0.96+ |
four big centers | QUANTITY | 0.96+ |
VCN | ORGANIZATION | 0.96+ |
VMworld | ORGANIZATION | 0.96+ |
Chris Colotti, Tintri | VTUG Winter Warmer 2018
>> Announcer: From Gillette Stadium in Foxborough, Massachusetts, it's theCube! Covering VTUG Winter Warmer 2018, presented by Silicon Angle. >> Hi I'm Stu Miniman and this is the VTUG Winter Warmer 2018. Happy to welcome to the program a regular here at the VTUG, but no longer a local, so Chris Colotti who's currently the Field CTO at Tintri, great to see you Chris. >> You too Stu, it's been a while. >> And love the attire. >> I know, I think every time I come and do a presentation, I have a Patriots jersey on of some kind. >> Absolutely, I mean there's a few things we know you for, so you love your virtualization, you love your Patriots, and there's usually some workout thing, so are we going to get some fitness tips (mumbles)? >> Not today, actually you don't want to know what I did the other day with a buddy of mine, so you'll see me hobbling around because it was not a good leg day (laughs). >> Okay, so we'll be getting, I always like to hear, I just had a user on of what they weren't like in the industry, so you'll give us the what not to do to make sure that you can keep your fitness goals. >> Yeah, don't hook up with a buddy who has a lot of sandbags in his truck that likes to work out with them. >> So Chris, for those of our audience that haven't been to the event, and give us just a little bit about your background, what you're doing these days. >> Yeah, so I mean VTUG's, man this has been around forever, I think. >> 12 years now. >> 12 years the Harneys have been doing this, and I've been, I think I've been a part of it for a better part of the last decade or so. One being a Patriot's fan, two being a virtualization person, and where I kind of grew my career from sort of being a Sys Admin to where I am now, I just think this is one of the better events because it's all technology, right? I mean we run into people that it's not just virtualization, you got AWS now, you got people of all walks of life that comes to this and honestly, I think you can't beat the venue, right? I mean especially, how many times have we been here where they cover the windows? If the windows are covered, it's a good year. That's what we say. >> As a matter fact, this is the fifth year we've had theCube, and every year the Patriots are still in the playoffs, working towards the Super Bowl, and they're one step away again. >> I think the worst year for me, was I actually had the center stage keynote one year, and they told me while I was presenting they were actually on the field practicing, and it was all I could to not just stop talking and say I'll be right back (laughs). >> As you said, better part of a decade you've been here, you were working for VMWare, when this was a VMUG, but you've been involved, tell us just what you're doing these days for work. >> Yeah, so I left VMWare and moved over to Tintri, which is I'll flash the word partner, I came over there, actually I came over as a cloud evangelist kind of person, and that shifted a little bit, and while that was around how to use our APIs and things like that for automation and private cloud, now there's actually three Field CTOs, I'm one of 'em, and I spend most of my time really talking to customers, doing events, doing roadmap presentations, where were going, what we're doing, I still spend my fair share on the road doing the shows and stuff, VMworld. >> You just threw in a bunch of things there, talk cloud, API, storage, what are you hearing from customers these days? What are they getting right? What are they struggling with, and what are they looking for? >> Yeah it's funny, so for a long time I was a cloud guy, right? I mean I did VCloud Air, I launched VCloud Air DR, and I think what I heard coming over to Tintri is good, folks are still struggling with that whole, "What do I put in the cloud? "What don't I put in the cloud? "Do I bring everything back?" We've got a lot of customers that have brought stuff back on premises, I think a lot of customers are just still struggling with that concept, I mean one of the first presentations I did, probably I think, here it was back in 2010, right around that timeframe, when VCloud Air, or VCloud Director was launched, Chris had me, Harney had me come down and do VCloud Director, and it was deer in the headlights, you know? It was so bleeding edge for VMWare at that point to have this cloud product and this automation stuff, and then fast forward to today, you know eight years later, I still think people are struggling with that. They're just not sure how to deal with it, right? And operationally, I think people come and really figure out it's not about cloud so much as automation, we've got to simplify the way we do things, we got to automate more. We've got to take day to day operations and do something different with 'em. >> Yeah, I mean a line we've used often is cloud is not a destination, it's an operations model. >> Yeah, for sure. Unfortunately I think there's a lot of people that still think it's a destination, the old To the Cloud ads, remember those? >> Microsoft, absolutely, there's lots of jokes on that. Yeah, you gave an interesting keynote this morning, I actually had one of the users that came on our program earlier, and she was like, "I really enjoyed that." So Luigi Danakos, a friend of ours and you, tell me a little more about IT in careers, because we know the only thing that is consistent is that things are going to change, so give our audience a little bit of taste of what you talked about. >> So yeah, it was actually interesting, so we came up with the idea because I've come to these and done technical presentations all the time, but inevitably I always get somebody, or a couple people come up to you and say, "How did you get where you are? "How did you evolve?" And people who know my story, what's interesting about mine is I went to school for architectural engineering, I actually have a degree in architectural engineering, drawing blueprints and designing houses, and they always look at me and say, "How did you "get to here? "You were a System Admin, and I'm a Sys Admin, "and how do I grow my career?" So Luigi and figured why don't we sort of take a little bit of that history 'cause now we're kind of, I hate to say we're the old guys on the porch these days, but back in the day, we were younger, we were faster, as you go forward, how do you stay relevant? And that's what we wanted to kind of talk about, so we talk a concept from an author by the name of John C Maxwell and we kind of took one of his books and we kind of cobbled it down to five different aspects and we just talked about what to think about, how to move, not just always knowing the technology, where do you want to go? What do you want to do? And how to get there, not just to sit and say, "Well it's never going to happen for me." You have to make something out of it yourself, and I think the response was pretty good, it was different, it was the first one in the morning, but it wasn't getting hit at 9:00 a.m. with technicals, it was really just us telling our stories around how we got to where we were going, and one of the big parts about Luigi was having just been let go from HP and now he's done some interviews and I thought it was really great 'cause he came right out and said, "Y'know what? "I'm going to just do my own thing. "I've just decided there's never a good time "to start your own company, so why not do it now?" And that was after he went through four or five interviews, so hopefully it resonated with some people. For me, it's always gotten harder to learn. I think as we get older, I made the joke in the session, I lost my phone first thing this morning. Literally, couldn't remember where I put it, dropped it, I called my best friend, Chris Boyd, who's one of the other CTOs and I said have you seen it? Because I'm going to send the, I was going to have him run around the west side with the buzzer going off, the Find my iPhone to go find this, I can't remember what I did yesterday, so learning gets harder. >> Yeah, well learning's harder, the bar's not that high to kind of get into new stuff. When I walk around the show, two things struck me. Number one is the vendors, every single one of them are hiring SEs, and they can't find enough good quality people, and it's more about the people, then it is, you can train them up. And secondly, some of these new spaces, talk about like the cloud space, if you get your Associate's on like AWS? Like people will call you immediately, and there's so much opportunity out there, we both had lots of friends. There's changes in consolidations in the industry, and therefore there's people that hey, it's time for a change, so-- >> Well I never thought I would work for a storage company. Well I worked for VMWare which was acquired EMC years ago, but we still never, as VMWare employees, we didn't work for a storage company. >> VMWare's a software company. >> We were a software company, and I still actually look at Tintri as a software company, yes we sell an appliance, but the crux of what Tintri does really is the software of the OS itself and that's what makes it different. So yeah, and I mean I've had to learn more about storage then I knew before, and I was telling a guy at the show, one of the things that Luigi and I talk to people, always said just learn something new every day, just as small and as silly as it was, and we've told different stories, and a guy asked me, "So what's the last thing "you learned, technology-wise, outside of storage?" I said I actually learned containers because of my home media server environment. I had to go out and learn Docker because I wanted to run some stuff and I didn't want to stand it up, I just wanted to figure out how containers work, so now Tim Gabett and I, we're on the phone back and forth, alright how'd you get that container run? And what'd you do for the storage, and how'd you deal with this? But that to me is what keeps your brain a little bit sharp, I mean I don't do puzzles and things like that, but those stupid side projects we all do because we're technologists I think help. >> Yeah, and you never know when those side projects and passions could turn into an opportunity from careers standpoint? >> Yeah, yeah, yeah. >> Alright Chris, you've been coming to this event quite a long time, as we said, give us the what's changed and what's stayed the same from your standpoint? >> Aw man, that's a tough one because I think a lot of stuff has essentially stayed the same in the realm of networking and storage, I think there's always a new player, but I look back at the last, I'll probably get myself in trouble here, but what was the last big innovative thing in the IT space when I was a System Admin, and I go back to those easy things, like I remember when I did my first VMotion, and it was like how does that work? And I used to have conversations, and I do that today with engineers, and I say what are we innovating? What are we doing to change the game? And to me, and again this is all my personal opinion, I suppose I'll preface it with that because for most people that know me know I have a pretty strong opinion on stuff, but I think that's the tough part is how do we move forward? How do we evolve to the next, really big, innovative thing that just blows people's minds? And I think AWS definitely did that a little bit when it really started to go mainstream and people realized it was a real thing, it wasn't a book store anymore, they had this other stuff, and we go through these cycles, right? But I think in the standard IT space, I'm still trying to figure out outside of those, what's the next really cool thing that we're going to see from the different vendors? And who's innovating and who's just sort of maintaining? >> Yeah, absolutely, well I can tell you that people here are excited, there's a lot to learn about keynotes this morning, I mean everything from what's happening in the automation space, developers, not a ton of developers at a show like this, but definitely lots of opportunity there, you talked the AWS presentation, he's like, "I'm live-coding and showing you Lambda stuff." Most of the people here aren't quite ready for some serverless world-- >> That was like me doing VCloud Director presentations (laughs). >> And things like that, I remember three years ago, it was like the AWS 101, everybody was like, "Oh my gosh, "this cloud thing sounds really amazing." So it takes some time, we've heard about it. I remember back when I heard about VMotion when it was in development, and still one of those things where you look back at your career and like wow, that was an amazing, it was that magic technology. >> It was almost those conversation, where were you when you did your first VMotion, right (laughs)? >> As a matter of fact, Duncan actually did a blog post about that, "Where you heard about it?" And I pulled in (mumbles) into the thread because I was lucky enough to go to a conference and moderate a session where he explained down to Kernel Zero how it worked, and it was interesting-- >> How he actually did what he did. >> You know what they say, "Any technology that is significantly difficult "to explain might as well be magic." So you're right, interesting stuff to see where innovation's going in the industry, I think most people I know are pretty excited, there's so much going on there, there's no shortage of new things to learn, we just need to reach out and take those opportunities, and I love your advice to keep learning something every day. >> As small as it is, I told these guys this morning that one of my biggest learning experiences was when we moved, I had to learn how to drive a motor home, a house, and deal with stuff that I've never done, right? But it's all learning. I challenged them today to just whether you're going to the sessions or you're just walking around where the vendors are, just understand what those people do and take that away and internalize it and see how you can use it. >> Well Chris, I'm glad to see you're still a true blue Patriots fan there-- >> The tattoo is still real (laughs). >> You haven't picked up the Southern drawl just yet. >> No it's funny, my wife said I pick it up a little bit when I'm around our neighbors, and then when I come back up here, I can really turn on the Boston accent if I tried but (laughs). >> Well, you all come back for lots more coverage here from VTUG Winter Warmer 2018. I'm Stu Miniman, this is theCube. (exciting electronic music)
SUMMARY :
in Foxborough, Massachusetts, it's theCube! great to see you Chris. it's been a while. I know, I think every time I come and do a presentation, Not today, actually you don't want to know to make sure that you can keep your fitness goals. that likes to work out with them. and give us just a little bit about your background, I think. and I've been, I think I've been a part of it and every year the Patriots are still in the playoffs, and it was all I could to not just stop talking As you said, better part of a decade and that shifted a little bit, and it was deer in the headlights, you know? Yeah, I mean a line we've used often that still think it's a destination, and she was like, "I really enjoyed that." and I think the response was pretty good, and it's more about the people, I would work for a storage company. and how'd you deal with this? Yeah, absolutely, well I can tell you That was like me doing VCloud Director and still one of those things what he did. and I love your advice to keep learning something every day. and see how you can use it. and then when I come back up here, Well, you all come back for lots more coverage here
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Chris | PERSON | 0.99+ |
Chris Colotti | PERSON | 0.99+ |
Tim Gabett | PERSON | 0.99+ |
Chris Boyd | PERSON | 0.99+ |
Luigi Danakos | PERSON | 0.99+ |
EMC | ORGANIZATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
2010 | DATE | 0.99+ |
John C Maxwell | PERSON | 0.99+ |
Tintri | ORGANIZATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
9:00 a.m. | DATE | 0.99+ |
fifth year | QUANTITY | 0.99+ |
four | QUANTITY | 0.99+ |
Luigi | PERSON | 0.99+ |
Duncan | PERSON | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
Patriots | ORGANIZATION | 0.99+ |
VMWare | ORGANIZATION | 0.99+ |
Stu | PERSON | 0.99+ |
Silicon Angle | ORGANIZATION | 0.99+ |
Super Bowl | EVENT | 0.99+ |
yesterday | DATE | 0.99+ |
eight years later | DATE | 0.99+ |
today | DATE | 0.99+ |
iPhone | COMMERCIAL_ITEM | 0.98+ |
first | QUANTITY | 0.98+ |
Gillette Stadium | LOCATION | 0.98+ |
three years ago | DATE | 0.98+ |
one | QUANTITY | 0.98+ |
12 years | QUANTITY | 0.98+ |
this morning | DATE | 0.98+ |
two | QUANTITY | 0.98+ |
Foxborough, Massachusetts | LOCATION | 0.98+ |
five interviews | QUANTITY | 0.97+ |
VCloud Director | TITLE | 0.97+ |
Lambda | TITLE | 0.97+ |
five different aspects | QUANTITY | 0.97+ |
VCloud Air | TITLE | 0.97+ |
VCloud | TITLE | 0.97+ |
VMotion | TITLE | 0.96+ |
One | QUANTITY | 0.96+ |
two things | QUANTITY | 0.95+ |
last decade | DATE | 0.95+ |
Patriot | ORGANIZATION | 0.95+ |
both | QUANTITY | 0.95+ |
VTUG Winter Warmer 2018 | EVENT | 0.95+ |
VMworld | ORGANIZATION | 0.95+ |
first one | QUANTITY | 0.95+ |
Tintri | PERSON | 0.94+ |
Harney | PERSON | 0.93+ |
Boston | LOCATION | 0.92+ |
one year | QUANTITY | 0.92+ |
first presentations | QUANTITY | 0.92+ |
Docker | TITLE | 0.91+ |
VMUG | ORGANIZATION | 0.91+ |
VMWare | TITLE | 0.89+ |
HP | ORGANIZATION | 0.88+ |
Kernel Zero | TITLE | 0.85+ |
years ago | DATE | 0.83+ |
one of | QUANTITY | 0.81+ |
three Field | QUANTITY | 0.8+ |
one step | QUANTITY | 0.8+ |
Chanda Dani, VMware & Mark Vaughn, Presidio | VMworld 2017
>> Narrator: Live from Las Vegas, it's theCUBE covering VMworld 2017! Brought to you by VMware and its ecosystem partners. (electronic music) >> Welcome back to theCUBE. We're on day three of our continuing coverage of VMworld 2017. We've all counted our steps, lots of steps we've gotten in, lots of great conversations. I am Lisa Martin with my co-host John Troyer. We're joined now by two guests who are new to theCUBE. Chanda Dani, Senior Director of Product Marketing, Storage and Development at VMware. Welcome to theCUBE! >> Thank you. >> And you're also joined by Mark Vaughn, you're the Director of Strategic Technology Group with Presidio, welcome! >> Yes ma'am, thank you. >> So guys we're at day three of, hopefully your feet aren't too sore, of VMware 2017. Big announcements on Monday about VCF, on AWS yesterday, the pivotal container service with Google, Pat Gelsinger mentioned on Monday, 10,000 customers on VSAN. Chanda, have you heard from customers at the event? What has their reaction been to some of the great news that's been announced? >> Customers are actually really excited. They see VMware evolve and become more and more mature and bigger, and the see us as a partner. In the context of VSAN, they are even more excited. I met a lot of customers who wanted to try out our hands-on labs, and these were actually storage admins who were like, "I'm really interested, can you guide me through this process?" I had a session on Sunday and I thought, people are still pouring in, checking into the hotel. And the session had four, five hundred people and it was on VSAN and there was so much excitement! So it's really, really amazing. Great time for VSAN right now. >> Wow, did Pat say adding 100 customers a week? >> Yes, we are adding 100 customers a week. >> That's remarkable, and it sounds like you're seeing maybe a shift in terms of the skill types that are wanting to learn about this technology? >> Exactly, so VI admins have always been a champion, but what has been very interesting this VMware that a lot of storage admins have come to the show and they are all at the hands-on labs and the sessions wanted to learn about it more and more. >> From a market perspective, Mark, question for you. Given that, and we're hearing quite a bit, John, over the last couple of days on both of our sets here, generational shifts, skillset shifts. In terms of shifts and trends in the market, what are some of the data center trends that you've heard, Mark, articulated on the show floor and from your partner, VMware, this week? >> There's definitely the shift with VMware Cloud on AWS. That's been a real emphasis this week, which again builds on what we've been doing in the private data center. So building on VCN, building on NSX, building on the VMware hypervisor. So those are some trends we've really seen and, honestly, in the data center in general, we've seen a shift in storage the last few years. So it's moving more towards an emphasis on the software. So whether you're releasing that now as a virtual appliance or a cloud appliance, or going a step further and having a solution that is totally self-defined, like VCN, we're beginning to see the emphasis move from hardware to software. >> So Mark, we've had a lot of innovation in hyperconverged infrastructure in the last few years. With VCN being one of the pillars of innovation. But the market is interesting, a lot of players in the market, some being pulled out, others entering, where are we in this whole evolution? What is the state of hyperconverged infrastructure and hyperconverged storage in 2017? >> As we look so much to public cloud, and it's been such a buzzword for the last few years, we've noticed that a lot of our customers have moved to it and realized it doesn't work everywhere. But what attracted them to the cloud, they still want, even when they run on-prem data center now. So they want that flexibility, they want that ability to scale easily, they want flexible billing, as well, and consumption-based models. And so software-defined storage and VSAN really create the ability to, you may not want everything in the cloud. But you can still have what you liked about the cloud in your own data center. And so that's part of the modernization story that we're walking through with a lot of our customers. >> Chanda, how are you seeing the consumption models? Software versus VMware ready-nodes, build-your-own partner ecosystem, how are people taking, you know, is it in the cloud, is it on-prem, how are people taking these in? >> Actually, this is one of the key reasons why customers like VSAN, the wide choice of consumption models that they have. They can fully-customize it, build it themselves, they can go with the ready-nodes, they also have a choice to go with an appliance-based solution which we have with Dell EMC called VxRail, and they also like the choice that, what they could do on-prem, now they can do it on AWS and it's just yet another site for them. And, for example, disaster recovery as a service is one of the use cases they really want to move forward with. I just came back from a customer meeting, explaining to them how it would work, and they're really excited and waiting for it to come. >> So you mentioned Dell EMC, and one of the questions I had was, just about one-year-post combination of Dell taking over. One of the things that was very clearly articulated during the keynote by Michael Dell himself was that, the importance of the VMware ecosystem really growing. And the independence. So long-time partners, Presidio and VMware, talk to us about your channel strategy, and how it's going to evolve or is evolving as you need to give customers this flexibility of private-public hybrid based on their needs and this consumption-driven model. How is the channel strategy evolving to facilitate that? You can both take a shot at that. >> One thing I've noticed, upfront, when it comes to consumption models is, we're actually seeing vendors like Dell and other OEM partners beginning to offer consumption models where you can actually now get hardware on six-month, one-year, you know, shorter term, where it gives you the flexibility of the cloud of, you don't have to make a longterm commitment to hardware, you can flex, you can grow. Even when it's on-prem, you can still have some of that flexibility. We've also worked out some cost models for some of our customers where we can help them have that flexibility and consumption models to allow them to actually grow on-prem in a similar way that they would in the cloud. >> Chanda, same question for you, the channel strategy. Kind of, what do you see as some of the next steps to make that channel, and make, event the partnership with Presidio even better? >> Right. So actually, Presidio has been a very successful partner for VSAN and, talking about channel strategy, if you look at it, VSAN, today, has 10,000 customers. vSphere has 350,000 customers. We are not even 4% penetrated in our own install-base, and given the tight correlation between vSphere and VSAN, we all know that vSphere obtained this large install-base through our channel. So for VSAN to have such a big install-base and increase our penetration, it is actually channel that will do that for us. And Presidio is well ahead on that curve right now. So our strategy, actually, is related to server refresh. It is projected that, by the end of 2019, about 60% of our customers would be going through a server refresh. And as they go through a server refresh, they adopt hyperconversion infrastructure more and more. Because they're buying these new servers, they say, might as well buy a ready-node. And we want to ensure that our channel is well-equipped to take advantage of this wave that is coming. So there are many things we are doing, for example, number one, that they are able to build their practice. And Presidio is quite ahead there. But the rest of the world is able to do that too, globally. And secondly, we are trying to simplify and streamline things for them by having product packages which they can sell easily. For example, we have a package of vSphere and VSAN called HCI Kit, where we have designed it such that, the most profitable way to sell vSphere is to sell it with VSAN, because if they sell vSphere, if they qualify, the ad-plus at the back is 10%. But if they sell the HCI kit, which is Vspere and VSAN, the back-end ad-plus is 30%. So for our channel, the most profitable way is to sell vSphere along with VSAN. Then we have also designed a whole bunch of sales tools. Like, they can go into an account, do an assessment, do a whole sizing for the VSAN ready node, do a full ready-node configuration with our OEM partners such as HP, Dell, Fujitsu, Lenovo, et cetera, they are all at the solution exchange here. And then they can have a full TCO conversation. All of this is now available for our channel, and we went ahead and did a practice builder workshop in all major cities globally to help them come up to speed on all this stuff. There are many other programs. And we are now providing POC gears so that you can actually do successful POCs too. So it's now execution for us. >> Yes. And it's been great because VMware has really created and ecosystm that we can work well within, and it actually creates a journey for our customers. So we've been able to walk a number of customers, I was working with a customer just this week that has been a long-time ESX environment for their VMware hypervisor. Probably four years ago they began using VSAN early on, and since that time they've moved, VSAN is now their primary storage, and now they're moving into deployment in SX. And as that is going along, they're beginning to look at vRealize Operations, they're beginning to look at Airwatch, so it really creates an ecosystem that we can walk people through the journey of moving into these, and there's often opportunities where we can come in and do a number of these at a time. But there's also a lot of opportunities where customers kind of need to mature their own processing and go through this journey. >> Mark, I'd like to drill down on that a little bit. I've known you for years, you know, back in the day when the virtualization admin was the role that was just created, and started to bridge some of those silos between storage, networking, Windows, security, teams. You talked about the channel, let's talk about the customer uptake and enablement on their side. Who are the people that are being trained on this? Is it, do folks still have the traditional storage admin? Is it a combined team? Who's buying it, who's responsible for it, and how are you helping them succeed with VSAN? >> We really have to approach that based on each customer's individual makeup. And we need to see how their organizations worked out, and where their skillsets lie. But we see that, really, as a mix. It's been much the same way as networking. At first, networking was separate from virtual networking, and they quickly realized as, you know, 80 or 90% of their environment became virtualized, you can't just sit outside of the hypervisor, you have to be participating in the network inside the hypervisor as well. So there's definitely skillsets that the storage admin brings to bear that the average systems admin doesn't have. So it's really a partnering of the two. And I see the same thing with cloud. So, where virtualization admin was a niche ten years ago, now you can't work in the data center if you don't know how to participate in the virtualization environment and you're not familiar with VMware. Cloud is kind of becoming a niche, but in five years you won't be able to work in the data center if you don't know cloud. >> Yeah, what's one of the trends that we've seen as well, just in doing some reading online, is that, it used to be, everybody was trained, you know, that would come here to VMworld, would be trained in virtualization and certifications. And now we're starting to see that shift towards cloud. Sounds like there's been this natural evolution that's been customer-driven, in terms of enablement and the education, but you're now seeing the importance of the guys and gals that are storage admin, maybe the system admins as well, the VI admins. How are you guys working together to sort of tailor the conversation as more ... You see a diversity in the types of people that are interested in this type of technology, and as the conversation, maybe on the storage side, goes up to the C level, because they're storing massive amounts of data that's got to be able to extract value from in new lines of business. How is your enablement evolving as these skillsets are shifting? >> Alright, so, the name "hyperconvergence" actually says it all, it's not just causing convergence of technologies, it's causing convergence of people and skillsets and teams as well, and that does include people who just used to be computer admins and storage admins and network admins now. So going back to that context of how we are doing the enablement, I think what we are doing right now is helping each side understand the value, and having them come together. Earlier they used to work as silos, and now the teams are coming together just as the technology is coming together. And as regards, talking to decision-makers in the organizations, at the CIO level, people are more interested in competitive advantage for their own organization. And we find that the hyperconvergence technology allows the entire organization to move fast. So CIOs are able to do their business initiatives in a much faster way, get their profits coming in a much fast way, their risks are minimal, so they like the technology for that reason. And VP of infrastructure, applications, et cetera, like the technology because it streamlines the operations, standardizes the processes for them. VI admins have always been a champion, because it's so easy to use for them, the learning curve is very less. And storage admins really like it because, at the time when their traditional array is running out of capacity or horsepower, they don't have the budget to go and procure something new. They do have the budget to go and acquire a few servers and SSDs, they are still able to move forward and give the organization what it needs within the budget constraints, and yet meet the timeline. So this is something which is driving a lot of convergence. >> And storage has always been so critical to how virtualization works and operates. From vMotion to DRS, there's so many baseline features that relied on the underlying storage. So the storage admins and the VI admins have been growing closer and closer together for a long time. But what we're seeing with hyperconverge, and whether it's on-prem or, especially, in the cloud, is it's not only changing the storage technology, but it's changing the cost model. So now the conversation also has to happen at a business level of, is this going to be capex? Is this going to be opex? Is this going to be a traditional purchase method? Is this going to be a consumption method? So the conversation, now, actually, has to transcend from just the technology to also the business impact and the business drivers behind selecting one method or another. >> Absolutely, absolutely. And that's a theme that we're hearing a lot, as customers talk about digital transformation. Well I love the play on words with "convergence", and it sounds like the different folks that are now really needing this type of technology are folks that you've had the chance to speak with at the show. So we want to thank you guys for taking the time on Day Three to come and chat with us on theCUBE. >> Thank you. >> Thank you very much. >> For our guests, and for my co-host John Troyer, I am Lisa Martin, you've been watching theCUBE live on Day Three, continuing coverage of VMworld 2017. We'll be right back after a short break. (electronic music)
SUMMARY :
Brought to you by VMware Welcome back to theCUBE. What has their reaction been to some of the great news In the context of VSAN, they are even more excited. and the sessions wanted to learn about it more and more. over the last couple of days on both of our sets here, There's definitely the shift with VMware Cloud on AWS. What is the state of hyperconverged infrastructure and it's been such a buzzword for the last few years, is one of the use cases they really want to and one of the questions I had was, to hardware, you can flex, you can grow. to make that channel, and make, event the partnership So for our channel, the most profitable way And as that is going along, they're beginning to look at back in the day when the virtualization admin And I see the same thing with cloud. and as the conversation, maybe on the storage side, They do have the budget to go and acquire a few servers So now the conversation also has to happen and it sounds like the different folks that are now live on Day Three, continuing coverage of VMworld 2017.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Mark Vaughn | PERSON | 0.99+ |
Fujitsu | ORGANIZATION | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
John Troyer | PERSON | 0.99+ |
Lenovo | ORGANIZATION | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
HP | ORGANIZATION | 0.99+ |
John | PERSON | 0.99+ |
Pat Gelsinger | PERSON | 0.99+ |
Michael Dell | PERSON | 0.99+ |
2017 | DATE | 0.99+ |
Mark | PERSON | 0.99+ |
Monday | DATE | 0.99+ |
Chanda Dani | PERSON | 0.99+ |
Sunday | DATE | 0.99+ |
Presidio | ORGANIZATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
4% | QUANTITY | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
80 | QUANTITY | 0.99+ |
one-year | QUANTITY | 0.99+ |
six-month | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
VSAN | ORGANIZATION | 0.99+ |
100 customers | QUANTITY | 0.99+ |
VMworld | ORGANIZATION | 0.99+ |
30% | QUANTITY | 0.99+ |
Chanda | PERSON | 0.99+ |
350,000 customers | QUANTITY | 0.99+ |
two guests | QUANTITY | 0.99+ |
four | QUANTITY | 0.99+ |
90% | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
10,000 customers | QUANTITY | 0.99+ |
end of 2019 | DATE | 0.99+ |
four years ago | DATE | 0.99+ |
One | QUANTITY | 0.99+ |
10% | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
yesterday | DATE | 0.99+ |
each side | QUANTITY | 0.98+ |
Pat | PERSON | 0.98+ |
ten years ago | DATE | 0.98+ |
VSAN | TITLE | 0.98+ |
both | QUANTITY | 0.98+ |
five years | QUANTITY | 0.98+ |
Dell EMC | ORGANIZATION | 0.98+ |
today | DATE | 0.98+ |
five hundred people | QUANTITY | 0.97+ |
VCN | ORGANIZATION | 0.96+ |
NSX | ORGANIZATION | 0.96+ |
about 60% | QUANTITY | 0.96+ |
VMworld 2017 | EVENT | 0.96+ |
this week | DATE | 0.96+ |
vSphere | TITLE | 0.95+ |
One thing | QUANTITY | 0.94+ |
ESX | TITLE | 0.94+ |
Day Three | QUANTITY | 0.94+ |
Vegas | LOCATION | 0.94+ |
Presidio | PERSON | 0.93+ |
theCUBE | ORGANIZATION | 0.92+ |
Steve Herrod, General Catalyst | VMworld 2017
>> Announcer: Live from Las Vegas, it's the Cube, covering VMworld 2017. Brought to you by VMware and its ecosystem partners. (bright music) >> Hi, I'm Stu Miniman, joined by Justin Warren, and you're watching SiliconANGLE's production of the Cube here at VMworld 2017. Three days of wall-to-wall coverage. Sometimes people ask me, "Stu, you guys are doing so many interviews, isn't it tiring?" I say well, but I get really good guests, and that makes my job really easy. We've had lots of customers on, I've been enjoying just as many others. One of the people that I've gotten to get to know through the VMware community, I'm thrilled to be able to bring back on the program, is Steve Herrod, who's now the managing director of General Catalyst. Steve, thanks so much for joining us. >> Thank you, I feel like a veteran of this program, I love being on it. >> Yeah, I remember back when we created one of our first what we called Sizzle Videos, we had B roll from you, and Pat Gelsinger before he was on the VMware side, so you are always welcome on our program. We're glad that we could find time that fit on both of our schedules. You made a guest appearance, a younger Steve Herrod maybe, in the keynote had a lot of us laughing, so. >> Yeah, that was fun to be back. I think the story's kind of interesting. I don't know if it got lost in the dialogue a little bit, but the idea was something seemed super novel at the time, and then it becomes kind of the new normal, right, and I think that was the point he was trying to make. And it was, it was truly the case back in the early years of VMware, trying to convince people to do these virtual machines was ridiculous. Now it's about all these other topics. >> I think back, you know, I've worked with VMware for 15 years, I think back to how many people I explained what is virtualization. When vMotion first came out, the awe and excitement on everybody's, but it's 2017, come on. Virtualization's like the legacy. Now it's cloud, and developers, and blockchain, and everything. >> Steve: Containers and serverless! >> Stu: Serverless. >> That's right. >> Well, I guess they brought up serverless before I did, so that's great. Steve, what's happening in your world these days, what are some of the big conversations? >> Yeah, this's obviously one of my favorite conferences to come back to also, just to really see what's going on at a top level. Mostly because of the customers that are here, and then, obviously the infrastructure vendors. But I don't know, I feel like as I get older and go through this industry longer, you see a lot of the new things that are popping up, and for me it's always been about heterogeneity. And when we started VMware, what actually mattered was you had different vendors of servers, and like, it caused chaos by having different server vendors. That's kind of tamed, yeah exactly, there's like the BIOS or the HAL, and Windows had to change, or something. And like, no one talks about that whatsoever now, but if you just kind of squint your eyes a little bit, the heterogeneity is now am I in a public cloud, or private cloud? Or maybe, do I put my software into a container versus a VM? So I just, I always like looking at what is the heterogeneity, and then what are the real customers supposed to do with it? How do they navigate it and what companies can be built to help you sort of smooth it out and use the different things. I've been doing that all my life, and continue to look for companies that do that. >> Yeah, that mix of different things in customers, particularly Enterprise customers, who have like nine of everything. It seems like with VMware and the AWS now being more, well, we're friends now. Whereas previously it was like, oh no, you have to pick one or the other. It's like the heterogeneous nature of things, is that well, actually no, we need to work with multiple of, you all need to play nicely with each other, otherwise we can't use you. Because even if I, you know, MNA, for example, I go and buy someone, they might have something different. And that seems to get lost a bit. The vendors seem to focus a lot on greenfields. So do you think that this kind of, we're friends and yes, you can use both of us, and it's all good, do you think that's the way it should always have been and that's going to be good for customers, they're going to adopt this and want more than they might have with something that was like, no, no, you have to choose. >> I think that's absolutely right. The way I've seen people doing things, the customer always wins. That's kind of, every time I have a startup who's gotten created and they have a great customer, and they say, you know, blank vendor won't work with us, I have them call the customer and tell them to tell their other vendor, work with this startup. And the good news is any company that's successful is super customer-centric and they do listen. I think in this case, it's really fascinating. If you think about it, it used to be, like, you've been covering this forever, it used to be VMware was about server consolidation. And that's like the furthest thing from anyone's mind now, right, now it's, the real limiter to doing these new things tends to be people and operational skills. And so the idea that you can use the same way you're used to working with infrastructure, the same way that you grade storage, and the same way you think about it, and then apply to a world that just kind of outsources all of the underlying goo that they used to do on the servers, it makes a ton of sense from a VMware customer standpoint. And yeah, obviously as you look at the relationships you have with Google or with Amazon, you know, they're very incented to have new cloud services that people are able to consume, and the number one problem for them is how do you get, like, real important apps to leverage these new services. So it's symbiotic in the sense that maybe some of these existing apps, as you start to morph them, they can leverage a Amazon or a Google service. And so it's helpful on the needs of the public clouds as well. >> One of the areas where the heterogeneity of the environment causes even more complexity is security. So I know that that's something you've looked at awhile, we've talked to some of the companies that you work with. Heck, I think, you know, IoT, the surface area, is just changing by orders of magnitude. Security, top issue being discussed here. You know, Pat Gelsinger got up on stage and says, hey, I need to apologize for the industry because we failed you. (laughing) So you know, Steve, why haven't your portfolio companies fixed all of this yet? (laughing) >> Why do you still have security issues? >> Stu: What's your take on what VMware is doing, and yeah. >> I mean, it's obviously something people, if there was the Cube in 1981, it would have been talking about security (laughing) as a challenge. But I do think, you know, things have changed quite a bit as of late. I think the number of really advanced attackers, you know, truly nation states or organized crime going after it, it's the same reason that robbers rob banks, cause it's where the money is. And so I think the sophistication has gone up. At the same time, when the complexity of the environment has gone up a ton as well. And so I would say if we were in the good old days of less sophisticated attackers and like, a closed-in data center with no roaming mobile phones or SaaS, like, we'd probably be in pretty good shape. But a combination of those has really made it take to the next level. I think, you know, I think you have to really look at the complexity of those changes right now. I think the fact that there is a public cloud and a private cloud and that you have a device that has certain characteristics and then you have your server, it leads to the heterogeneity that we were talking about before. And so I really obsess over companies that can come in, like VMware is certainly trying to do as well, but that really try and come in and make something where a single way of thinking about security applies wherever stuff is running. And I think it's just too complex to have to have different admins, different policies, different everything. And certainly, if nothing else, it'll keep you from moving faster and leveraging the full cloud models. >> Yeah, given that security is, has been, it's been an issue for forever. It seems like that's something that just doesn't change. Is that due to the fact that we haven't actually done anything about it the right way, or do you think that it's just an inherent situation that is not going away because the problem is humans? And the problem is always humans, everything is a people problem. But in this case, is security, is it just going to be something that we have to manage rather than solve? >> I personally think that, I'm pretty optimistic we can do so, so much better than we have. I think it's always been- >> Justin: We are coming off a pretty low bar, so. (laughing) >> I thrive under low expectations. (laughing) So it's really good. But on a serious note, I think that a lot of the way that people looked at security has always been the cat and mouse game, where it's, I'm trying to stay ahead of the other guy, whether it's zero days, or whether it's, I mean, now we're getting malware infected through ad networks that show up on your favorite websites and through emails, like, the sophistication of spam attacks, or phishing attacks, are just ridiculous now. I mean, it looks so realistic. So I'm just a big advocate of let's totally think a different way about how we do security. And one thing I talk about often and I'm really obsessed with is the notion of, okay, we're always going to try and stop the bad stuff from hitting, but now we actually have to stop it from doing damage once it's in. And that's whether it's the segmentation that goes on in the network or whether it's, I have companies that are really focused on doing it in web browsers, the notion that you really have to sandbox and keep things in place is something I think is going to be a big step forward. Even like a database level right now, whenever you hear, I broke into Anthem Health and stole like six million records, like maybe we have row by row encryption, or maybe we have ways that, again, try your best not to have them happen, but when they do, let's just stop the damage from being as big as it is. So a model like that I think will be a really important part of the security posture going forward, which just people haven't put enough effort into. >> Okay. >> Steve, we've talked to you the last few years about developers. This year, I know they've got a hackathon, but I don't see as many hoodies, there's no longer a developer track, even, Pivotal made an announcement this morning, I'm like, come on, they didn't bring James Waters out? Rob Mees like all dressed up, looking proper, with the blue shirt and you know, the blazer and everything, so, where are the developers for the community here? >> Well, I do know, like when we were first starting to introduce a developer track, the day we announced the spring acquisition, for those that were around for that, there was complete stares and just like, this audience is a great, great audience, mostly focused on infrastructure, and thus, you know, it really wasn't a good fit there. So I think part of it is just knowing your audience, knowing that the goal of this particular conference is to make IT-enabled development of apps in a new way. So I think it's very smart that it's changed the focus quite a bit. But I do think, you know, when you have this type of solution, you're trying to solve all the problems in the hypervisor layer or in the management tools layers that you have, I think, as you go and think, like, take the security model a little bit further, some interesting announcements and good things going on here, but I'm kind of obsessed also with how do we make developers do a better job of having the applications being protected in the first place? And so there's a lot of research and interesting startups that are around self-protecting software. And it's like really putting it at an even higher level in the stack. And that's something that you would do at an infrastructure layer. It's something you would actually do at a developer conference or a developer focus. So I think you got to just be careful that you know your audience, you're certainly talking about the right solutions, but you're aware of the different approaches to doing this. Especially for things like dev ops, you really need to really immerse yourself with how people are developing and shipping their software to get the solutions in place. >> Yeah, it does feel like VMware has stopped apologizing for existing, so, you know, sort of bringing developers and saying, you know, we have a developer track, it's sort of like, oh wait, no, no, no, we're cool, really, we're cool. Whereas letting that go feels more like, no, no, we know who we are, and this is our audience. We will be the best us we can be rather than trying to be someone else. >> I think the buzz I've gotten just from walking around as you all said as well, this has been a very positive VMworld, and again, it's not only not being apologetic, but it's also like real announcements and real partnerships that are shipping. You know, obviously the Amazon and Google being big ones, but just across the board. Yeah, there's a lot of positive, if you even look at like the top tracks that are going on, it's VMware on AWS. So there's like real progress, and I think there's real interest in that side of things that makes you not have to focus on some of the developer stuff that might have been focused on in the past. >> Yeah, well certainly they're doing well on things like NSX and VSAN, which just seem to be selling like hotcakes. >> Yeah, those are- >> So that helps. And customers love it. >> Very interesting, yeah. >> Yeah Steve, speaking of the public clouds, I mean, this year we're finally starting to see some of these things come together. For a few years, we were almost like, oh, you know, messaging was like, they don't exist, or they're book sellers, or you know, if they win, we all lose, and everything. I was at the AWS summit in New York City a couple of weeks ago, and there's a couple of sessions done by VMware, Amazon's in the booth, Andy Jassy gets a big applause here. Last year, I've been at re:Invent for a number of years, that big AWS show. I know you've been there for years, starting to see some of the people that, you know, were early in this community playing there, how do you see those worlds colliding, the landscape, the competition, the coopetition, you know, what interests you there these days? >> I think it's pretty clear, and people have been talking about this for a while, but it's more clear to me than ever that, you know, there's always a swing back and forth of decentralized, centralized, I think, I think what we're really trying to find out is what are the boundaries going to be between applications that live in the public cloud and applications that stay on premises. And it's usually tracking some level of certifications, some level of data movement, all the things that you all have talked about before. But I think, you know, whether it's 50% is in the public cloud or 80% or 20%, I think that's where these lines are being drawn now. And it's very obvious that customers who want some of the benefits of the public cloud are going to be using more, and VMware needs to be the guider to help them get there. And likewise, Amazon and Google, they'd love to have more of the on-premises workloads and have a way to really speak to those more valuable, in many cases, applications. So it makes perfect sense, this is like this, I guess, battle that'll be going on forever. And I don't want to forget this either. What I think is also fascinating is, we also have these, you know, people talk about edge computing, but whatever it is, there's increasingly powerful devices, network connected, even further from the data centers. So I think we're going to have, in the end we're going to have like these edge device things, you're going to have your own data center, and then you're going to have a plethora of public clouds and SaaS offerings. And I think, again, just getting back to the master theme, how do you tame and let people effectively use these different layers and protect them? That's going to be where I think a lot of interesting companies are born. >> Yeah, great point. Cause sometimes people conflate some of these things. Cause for me it was, the public cloud kind of pulled from the data center, and now you've got the edge kind of pulling, >> Steve: Yeah, the other way. >> You know, that relation from the public cloud and that interesting dynamic and, you know, where a customer lives. What's the role of IT in the future? What's the role of the CIO? Is there some of the things, did you look at those pieces? >> I try to, you know, I actually tried to create this, I tried to make this nerdy formula, like, the number one question for IT has traditionally been like, where should I run stuff to be most cost effective, most responsive from a time standpoint to my customers, that I can secure it, based on the type of data, that I can pass certain certifications. So in many ways, when we got started with VMware, it was all about, let's take inventory of all my applications and bucket them and choose which bucket could be virtualized, which had to stay native. Now they're bucketizing them and saying, which ones could run in the public cloud, which ones need to be rewritten? And I think at the end of the day, an IT, a good IT team will know the business value and the, like, the goal of these applications and then help provide the easiest way to run them and the right place for what they're trying to do. Again, whether it's these end devices or whether it is their own data centers or elsewhere, I think the idea that they're a broker of services, some of which they provide themselves and some of which they outsource, I think that's the modern IT role. >> Yeah, that's quite a substantial change from what IT has traditionally done. And there has been, talking to customers and service providers and vendors, there has been a shift in ability, I think. But it feels like it's still only just getting started, rather than it being, you know, well advanced. Is that what you're seeing as well? >> It's a real shift, like you're saying, I think it's, we used to say it's like moving from the builder of services to the broker or services. So I do think that's a good analogy, where it used to be, if I don't build it myself, I can't offer support for it, I can't do cost controls, I can't offer it quickly. And so now I think they're just realizing their job is to get you the best thing for what you need to do. And again, some percentage of that time, it is by building it themselves. >> Justin: Yeah, okay. >> Steve, I'll give the final word with a wildcard, you know, VR, AR, AI, ML, blockchain, Ethereum, you know, what's exciting you these days? What things are you looking, yeah, John Furrier's going to run up here and tell you about the ICO soon I think. (laughing) But you know, you're down from the Valley, what's real, what's interesting, especially from your technology standpoint? >> I have an awesome job, much like you, I get to meet interesting people all day long. And all of them have interesting ideas of where the world is going. All of them are optimists, they think they're going to be the one to deliver it, so I love that part of it. But cutting through what's real and what's hype versus not is really the core job. I guess for you as well. (laughing) So I would just say, as with the traditional Gartner cycle, things get so overblown, and then reality settles in, and then they go forward. I probably get five pitches a week on this is machine learning for blah, and if you even knew a little bit about AI and ML, you realize, no, you're using stats. Like, it's just being used to so many ways. And we used to do it with the cloud, cloud washing it was called at the time. So anyway, I do think there's a lot of really substantive things going on. I love the blockchain work. I think it's also been a little overinflated, but the idea that you can do distributive brokering and keep consistency is going to play out in all sorts of areas. Maybe John's ICO will be a sign of the future for the core piece there. But I'm a big fan of what's going on with the combination of proper machine learning that's successful by near-humans and that has cloud resources to back it. I think it's those two things, you have to have both of them to really just start attacking a lot of problems. And we look at, certainly I look at the ones as they apply to security and to things like that, but they apply across everything from medical to almost every other part of our life. So I see a lot of those right now, and I think it's going to be a pretty big change as we head forward. >> Awesome, well Steve Herrod, always a pleasure to have you on the program. Thanks so much for joining us. For Justin Warren, I'm Stu Miniman. The Cube will be back with lots more coverage from VMworld 2017. Thanks for watching the Cube. (bright music)
SUMMARY :
Brought to you by VMware and its ecosystem partners. One of the people that I've gotten to get to know I love being on it. so you are always welcome on our program. I don't know if it got lost in the dialogue a little bit, I think back, you know, so that's great. to help you sort of smooth it out that was like, no, no, you have to choose. and the same way you think about it, Heck, I think, you know, IoT, the surface area, and a private cloud and that you have Is that due to the fact that we haven't actually I think it's always been- (laughing) that a lot of the way that people looked at security with the blue shirt and you know, the blazer But I do think, you know, when you have this type apologizing for existing, so, you know, that makes you not have to focus on on things like NSX and VSAN, So that helps. or they're book sellers, or you know, But I think, you know, whether it's 50% kind of pulled from the data center, and that interesting dynamic and, you know, I try to, you know, I actually tried to create rather than it being, you know, well advanced. their job is to get you the best thing and tell you about the ICO soon I think. but the idea that you can do distributive brokering always a pleasure to have you on the program.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Steve Herrod | PERSON | 0.99+ |
Steve | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Justin Warren | PERSON | 0.99+ |
ORGANIZATION | 0.99+ | |
Justin | PERSON | 0.99+ |
Andy Jassy | PERSON | 0.99+ |
Pat Gelsinger | PERSON | 0.99+ |
1981 | DATE | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Last year | DATE | 0.99+ |
New York City | LOCATION | 0.99+ |
15 years | QUANTITY | 0.99+ |
2017 | DATE | 0.99+ |
Stu | PERSON | 0.99+ |
John Furrier | PERSON | 0.99+ |
50% | QUANTITY | 0.99+ |
80% | QUANTITY | 0.99+ |
20% | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
two things | QUANTITY | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
six million records | QUANTITY | 0.99+ |
Anthem Health | ORGANIZATION | 0.98+ |
Rob Mees | PERSON | 0.98+ |
This year | DATE | 0.98+ |
John | PERSON | 0.98+ |
zero days | QUANTITY | 0.97+ |
Three days | QUANTITY | 0.97+ |
first | QUANTITY | 0.96+ |
this year | DATE | 0.96+ |
VMworld 2017 | EVENT | 0.96+ |
one | QUANTITY | 0.93+ |
Windows | TITLE | 0.93+ |
James Waters | PERSON | 0.93+ |
five pitches a week | QUANTITY | 0.92+ |
General Catalyst | ORGANIZATION | 0.91+ |
MNA | ORGANIZATION | 0.9+ |
Gartner | ORGANIZATION | 0.89+ |
couple of weeks ago | DATE | 0.88+ |
SiliconANGLE | ORGANIZATION | 0.87+ |
One | QUANTITY | 0.86+ |
single way | QUANTITY | 0.84+ |
AWS | EVENT | 0.84+ |
VMworld | ORGANIZATION | 0.81+ |
one thing | QUANTITY | 0.8+ |
VMware | TITLE | 0.72+ |
One of | QUANTITY | 0.71+ |
Sizzle Videos | TITLE | 0.7+ |
this morning | DATE | 0.69+ |
VSAN | TITLE | 0.65+ |
Andrew Hillier, Densify | VMworld 2017
>> Announcer: Live from Las Vegas, it's theCUBE! Covering VMworld 2017, brought to you by VMware, and its ecosystem partner. >> I'm Stu Miniman, here with my co-host John Troyer, and you're watching theCUBE, SiliconANGLE Media's production of VMworld 2017. We're the world-wide leader in live tech coverage. Happy to welcome to the program not only a first-time guest but a first-time for the company, Andrew Hillier, who is the CTO and co-founder of Densify, and not only the first time we've had Densify, we didn't even have Serva on so, I'm not sure what the problem was, but appreciate you joining us, and looking forward to learning about you and the company. >> Glad to be here, it's good. >> All right, Andrew, tell us a little bit about, you're a co-founder, so bring us back to the early days, what the idea was, and then there's some rebranding recently so I know that's relevant to the conversation. >> Sure, I'll tell you the story. So, we're all about analytics. I mean, we started off by looking at, with all the data that's available, and saying if you really do the math on it, you can make a lot of very important decisions, and not leave them to opinions or chance. So we built out a very powerful analytics engine, a lot of big customers adopted it, run on-prem, drive huge savings in virtual environments, de-risk. And what we found is that everybody's interested in those outcomes of the analytics, but not necessarily wanting to adopt software products. I mean, it's kind of the basis of all SaaS. So, we went and made a SaaS version of that product that runs, it's like a brain in the cloud, to give the same outcomes, and we've kind of really now taken that to the extreme where it's as a service now. And it's called Densify, we rebranded around that in the June timeframe to really capture the simplicity and the outcome of what we do. Which is to drive down cloud costs, drive down the amount of infrastructure you need on-prem, and make it all work better. >> Yeah, I'm wondering if you could give us just a little, from a macro standpoint, software. And the different consumption models you just walked through a little bit, but what are customers looking for, why has it been challenging before, and do we have it right this time? >> Yeah, well, I mean, from our perspective again, I think we get adopted, and traditionally in the past you would have to deploy the product, you would have to provision servers to run it on, a database server, train people, you know, have maybe a center of excellence around using it, and so that's worked really well. But I think that's, I think the novelty of running software has worn off for most organizations. They want to move on, and we see the cloud being adopted. People just want to get out of the business of running anything, really, and have it all done for them. And so we support on-prem model, and as many serve as on-prem, but really, this new model is where everybody's going because it's just so simple. It means, you can just adopt it and get results right away without reading any manuals or doing anything. >> Andrew, we've been talking about cloud for years now, right? It was almost a joke, it's much more real now. Your customers and the people you talk with, hybrid cloud, multicloud, how many, we have a choice of many different platforms. On-prem is not going away anytime soon, at least, I don't know, I'd love your opinion on that, but your customer base, the people you talk with, what kind of a, how many platforms are they on, what kind of platforms, and how does Densify pull all that together? >> Yeah, it's funny because it's a bit of everything, and that's IT, right? You always have one of everything you've ever had, plus all the new stuff, so, we support, these huge virtual footprints out there, a lot of companies have big VMware environments. But there's definitely a big focus on the cloud. So almost every customer we have is in some form looking, is really they see that as the future, the cloud containers, some mix of on- and off-prem. So I think it's going to be hybrid for quite some time. I don't think you're going to see the on-prem go away, that would just be unrealistic, but again, a lot of energy is being put into the public cloud, and it shows. So you know, one's almost a maintain mode in some cases, one's kind of the invest, we're investing in new technology, that's where a lot of the excitement is. So even our most conservative customers are looking at cloud in some way, and some of our newer customers are 100% cloud, there's no on-prem. >> Andrew, talk to us about the relationship with VMware that you've had and have today, and I guess one of the questions I looked, VMware announced like seven SaaS services, one which was Cost Insight. Does that compete at all against what you are doing? >> Well it's, it's a hugely complicated space with a lot of different, and a lot of the same words used for all the same thing. So we have a very good relationship with VMware. We integrate with all the product line, VRA, vROps, DRS, pDRS, we have integrations with all these things, and it works with that. But I think there's some confusion sometimes around all the people using the same words, like we optimize, or we do this or that. So what we find is that, in the core of what we do, is we analyze workload patterns. And it's like playing a game of Tetris. It's like saying, that workload's busy in the morning, that one's busy at night, we combine them together, we get a lot of efficiency. And nothing in the VMware product line does that. So it really plugs in very nicely with DRS, and again vROps, but there is confusion in the words people use. You might think that that does that, and there's some cost, you know, there's a lot of products that do cloud costs. Every product that starts with the word Cloud does cloud cost, but that's not really where you get this cost-saving, it's really analyze the workloads in the cloud is where you get those cost-savings. >> Yeah, I'm curious, you must have a really good view as to utilization. So I think back, there's a lot of argument as to how much utilization we're actually getting, 'cause VMware in the early days, it was like, oh I'll consolidate servers, I'll get greater utilization. But we still kind of stink at utilization, and I have gear, even cloud today, I've seen lots of companies, right, that I can take huge amount of costs out of what you're doing, so how are customers doing, what are they good at, what do they suck at, and where are some of the things that you're helping really well? >> Well, I mean, you struck a nerve there, because I mean, people are doing a terrible job in the cloud but often it's, a lot of times they throw things up there, and they don't even really look at what they're doing. It's kind of primitive in terms of the data collectioning, and the tooling around that. So a lot of times, these people don't even know what the workload is or what the utilization is. So we see some pretty big opportunity to carve that down. I mean, on-prem, I think people have gotten better. I think when they run our product, they really, it's designed to get at the optimal utilization, and that might be at 90%, it might be 50%, it might be 30 depending on your requirements. And if you have a mission critical environment that is active-active, and redundant, and all these things going on, then maybe your utilization won't be very high, but that's as high as you can make it and meet all your obligations. If in that test environment, you can run it a lot higher. So, there is no one right answer for what the best utilization is, it kind of, it depends on your workloads and what the environment's supposed to be doing, but universally in the cloud, we find it's just terrible. 'Cause they rush things into the cloud without having all the maturity around it to figure out how to optimize it. >> Right, Andrew, does that mean then the common mistake is under-utilization? Are people just running a lot of instances without actually knowing what's running in them, or how it's costing them? >> Yep, there's underutilized, there's deadwood for starters. So there's, and that's kind of a different problem. It's not that they don't know what they're doing, somebody forgot them, so there's no process around that, there's no ITSM pros that can turn these things off, so we find a lot of that. And there's this stuff that's not utilized very well at all that you could just be running better, 'cause somebody setting's extra large, and they never revisited it. The other, last thing that we do, we find this quite a lot lately, is we call modernization. So, you look okay, but you're on an old instance. There's a newer one that's a lot cheaper. You know, you're on an R3, you could be on an R4 on Amazon, and so we find a ton of those. And it's because people deployed an app six months ago, a year ago, and it looked great, it still looks great, but they don't have the ability to analyze and use benchmarks to say I have a new instance that's as powerful as that one, that's cheaper. You need the benchmarks. >> That's something that really doesn't happen when you have hardware, right? It's not like the server vendor calls you up and says, I have a new version I can swap out if you just tell me. >> Yeah, I mean, in the cloud I give the analogy to a cell phone company. It's like, they don't phone you and tell you that they have a new plan that'll be cheaper for you. You've got to kind of do that on your own. And so we do that for customers, it's one of the things that we do, and we kind of do it for you. So, we just tell you that, just make this move, it's got a lateral move to a new instance, and save a ton of money, and customers are just, they're too busy to become experts, and read the news every morning to figure out if new instances come up, it's just too much, right? >> But wait, they haven't seen these 17 announcements that Amazon had today that might have affected them? Does your tool make the change, recommend the change, how does that kind of workflow work? >> Yeah, it depends on the platform, how it works, but we have a very high degree of automation that we enable, and there's a few reasons. One is that the analysis is so precise, that when it says do this, you can just do that. So, for example, on-prem, if we say move the VM, we know it's not supposed to go with those other ones for PCI compliance. We know that that won't drive up the over-commit, so there's, you know, our equation, there's a lot of terms. That means it's very precise. So that means when we say to do something, you can just do it, and that means you drive a very high automation as a result. >> What kind of granularity? Is this happening minute-by-minute or hour-by-hour, or day-by-day, or? >> Well, there's two levels of granularity. There's predictive and there's real time. So one of the main things we do is that we will kind of gather all the workload history, and kind of learn the patterns of that, and to come up with a strategic plan saying for tomorrow, do this, but the VM in these places. And then, leave DRS turned on, it'll do its thing, but it won't do very much, because we've anticipated all the workflow patters. So a lot of times, we will do the kind of daily optimization and DRS and vROps can do their things all day long. They just don't do as much. But we also have real-time, so if we see something getting hot, we will do a hot add on it, we can do that as well. So we kind of have the combination of both predictive and reactive at the same time. >> Okay, um. How do you handle kind of your pricing of the solution? I've heard some offerings out there that it's like, oh, we're going to save you millions, and we're just going to take a fraction of that, rather that, or are you more traditional licensing, how does that all work? >> It's funny, the gainshare we found on that is very hard to structure. It sounds great until you finally make the contracts for it. What we do is for on-prem, we do it by target, and that's a physical-virtual system, and that's worked really well. That's the way a lot of our customers go there. And in the cloud, that doesn't work, because an instance could be anything from a tiny docker container to a giant X1, so it's as a percentage of spending. That's kind of what a lot of vendors kind of sat along in the cloud world. But we kind of don't make it infinitely variable. We know people want, they want the predictability, so we kind of say, you're in this band, it's just going to cost this and you can do whatever you want. >> And what, did you have any kind of standard rule of thumb as to you know, if you're, have X kind of spend in the cloud we'll usually save you X percentage, or, and wait, if you save them a lot more, doesn't that mean you're pushing them down into a lower tier, and so, you know, how does that get sorted out? >> It's a great question, that's the hazard of it it. It is, I mean, it doesn't hold us back from wanting to optimize, so, what we find is if you just take, for example, right-sizing the cloud. If you say you're under-utilized, we can make you smaller in the same class, a lot of people would say, 15% you might save. We find that the ability to go between instance classes, so again, you're memory optimized and you're computer optimized, or vice versa, we found is 35 to 40%, pretty reliably in our customers. So it's a pretty, more than pays for the product, many times over, it's pretty compelling. And it's pretty easy to get to. And in fact, next month's bill, which is the biggest thing, you know, on-prem is some cost. You can optimize it a lot, but until the next refresh, may not realize the gains. But in the cloud, next month's bill will actually be smaller. So we find it's a lot of urgency to do it in the cloud. >> Um, I'm curious, what have you seen from customers these days between their on-premises environment and the public cloud? One thing that struck me for years is, you know, if I bought gear and I'm not getting the results, the utilization out of it, you know, that kind of got a lot of attention. When I go see the public cloud, there's plenty of customers like, oh, what do you know, I was overspending 3x more than I expected, haha, I guess I'll fix it later. And I was like, wait, if you were buying hardware, you would have fired somebody, and, like, beat up your sales rep and things like that, but public cloud seems to be less mature in that standpoint? Are you seeing that changing, or what are you seeing from customers? >> Yeah, I think there is a realization, that kind of sticker shock for these people where it is kind of three times more than they thought it would be, but your point is also not really anybody whose problem that is, a lot of times. So we do see that becoming someone's problem. The cloud architects kind of seek out more roles that are financial optimization in the cloud, so people do care. I think that's a very positive thing. I think when a lot of dev ops groups start using Amazon for the first time, it's a bit of a Wild West, and they get agility, but nobody's really looking over their shoulder. I think that's starting to change pretty quickly. >> Yeah, I wonder. One of the problems I've heard, I've talked to plenty of customers that are like, I have to dedicate an engineer to pricing when it comes to the cloud. Do you solve that, do they still need to kind of have like a dedicated person, or part of a person, or is that part of the value that you offer? >> Well, and that's a good question. It depends on the customer's size, I think. So we see really small organizations, and again, the beauty of our new offering is that you, we can, you know, we can go to really small companies or really huge companies. We have customers with a hundred thousand systems, and some with 500. And the smaller ones, they may not have a big team, so they may not have those roles. So some of our smallest ones, we're just that role for them. They don't have a person that's dedicated to that kind of thing, they just wait for our advisors to try and make, 'cause we actually have a human advisor that's part of our service that gives you advice or insight into what's happening. So, for the small ones, that can be that person. For larger companies like the big banks that are customers of ours, we kind of become one of the team. So you probably still have people with lots of expertise, but maybe you don't need to rely on it so much, maybe you can not have it at all, but it's more like we're someone that makes their life easier. So they can go on and focus on what they should be doing, which is not looking at the cloud pricing every morning. >> Nice, I see that more and more, right, that you need, it's a service you're delivering, right? And it's not just bits and bytes, that's customer success, and you have people there that can help. This stuff is crazy complicated, especially if you are, say, a VMware admin just getting into Amazon. The pricing, like we just said right, the pricing is very complicated. So, can you talk a little bit about from the admin standpoint, the vRealize integration and some things like that, or is this, there's an admin-facing piece and then I suppose then there's a cost-facing piece, or? >> Yeah, I think there's several ways it can be used. You can use us almost like middleware and the admin doesn't necessarily need to interact. We, some of our customers, we run as an engine that just sits there, it's getting data, analyzing it and making changes. But, you're still using VRA for blueprints and VRO, and that kind of comes through us, but it's kind of behind the scenes. So it's a nice use case, because it just adds value without making anybody's life more difficult. We do have consols that are very powerful, so if you're a capacity manager or a data scientist, or a cloud architect you can actually start logging in and seeing workload curves and stuff. So we have some use cases where we are, our interface is used quite heavily, and some where it kind of sits behind the scenes. And so for administrators, again, it tends to make your life better without making it worse. You know, they're really busy as well, and they don't, they save time to look at that, so. >> If you have a big investment in vRealize, right? That's great, it just sits behind the scenes. Tools you already know. >> Exactly, we just pull data from it, and we push the rest back. We pull the rules from DRS, we push new rules down the DRS, it's all very clean, and so it just makes it all better without overlapping, and again, it makes your environment calmer. So, what we see in a lot of environments is you'll be able to fit a lot more work into it, and you don't have the vMotion activity during business hours. So we're starting to measure that in our customers, because volatility's an important thing. Like if vMotion at noon, at the peak of your app being busy, it's not good, right? So, we actually cause that to go away. >> Andrew, how much of your business is on-premises, and virtualized environment, versus cloud and any kind of line up as to where you spend the most time on the cloud? >> Well, I think for, I mean, we have lot of customers that are mostly VMware. I think a good portion of them are looking at cloud in some way. Some of our newer customers are 100% in the cloud, so that's kind of more because it's a newer offering, and Densify's quite new, I think that's a smaller number right now. But as far as what we're chasing down, it's big. It's very large portion of it. So I think it's really where we see where things are going. Again, it's, we usually do both, but the cloud stuff really captures our imagination. That's what they want to be doing. >> Yeah, any commentary on the VMware on AWS, you know, stuff that we've heard so far? >> Well I mean, I think it's cool, it's great. It's another option. What I like about is that what we find is when we analyze, there's technologies that over-commit and ones that don't. So I could take a workload and put it in the VMware environment and over-commit it, and the patterns match up, and get efficiency. If I put it in Amazon in like a large instance, I might be wasting my money 'cause I'm not using the whole instance, so. And I can't run a hypervisor in one of those. What we found is that for certain transactional applications it's much better to stack them together. For like batch workloads, it's better to run them in, rent a large for an hour. So I think it's a great offering, because for certain workloads it is quite efficient. For other workloads, it's not. And we have, you know, we're showing you here today, the ability to analyze and compare the two, saying if you took that app and put it in the new VMware on Amazon versus standard small, medium, and large, what's the cost difference? It's a cool analysis, 'cause it's different for each app, right? >> If I saw right, there are free trials available on your site. Is there anybody that ever comes up, tries your stuff, and then doesn't have something that saves them money? >> No, we have a very good success when you try it because it's a, partly because it's so easy. It's just, it's 15 minutes, you pull down a connector for VMware and you plug it into vCenter or vROps, and the data goes up and then we just do it all for you. And it'll always find something you didn't know or some savings, or some hidden risks in there. Usually a lot of savings, hardware savings or software savings. We will optimize the software licensing. And in the cloud it uncovers all kinds of stuff. We see all kinds of crazy stuff, utilization's very low, so it's a, yeah. >> I've run across people that do this similar sorts of thing, at least at a high level on the virtualized side and on the cloud side. I'm not sure that I've seen anybody that does it at both, is that one of your differentiators, how do you line up, what's the competitive landscape look like? >> Yeah, doing both is a big part. I think on each individual, we also do it much deeper. So like I said, in the virtual environments our ability to play Tetris with the workloads, there's nothing else really like it. We put a lot of R and D on that, and in the cloud there's a lot of focus on the cost. But not necessarily digging deeper into what's the cause of that cost? Or your Kubernetes environment, the utilization of those nodes, it requires deeper analytics than a lot of vendors actually have, so. >> Do you give any advice as to them saying I'm trying to decide if I want to do it on-premises or in the cloud, do you give any guidance that way? >> I don't think there's any standard answer. We don't try and take sides, like, the data talks. And it's not, in my opinion, it's not an area for opinion, it's just that numbers will tell you what's best for your app and everybody's different. >> You were talking certain, you know, I've got this batch application, oh well heck, I can run this in, you know, some extra large thing in the cloud, and therefore it would cost me this versus standing up some server farm. >> Yeah, and what we find is that the only real trick is that, absolutely, if you have something that's live for 12 hours and then off for a week, renting an instance for 12 hours is the way to go. But the other consideration, it goes back to one of your earlier questions, is multicloud, and how many providers do you want? 'Cause we'll analyze the environment and that app might be cheaper in Azure and that one might be cheaper in Google, but you're not going to put each app in each, so you're going to choose one or two and kind of send them all there. So, the analytics understand that as well. They're saying, well, you're not going to spread this stuff everywhere, we're going to find the best overall answer for your portfolio of workloads. And that's an important thing. >> Okay, so last question for ya. The virtualization admins out there, is there anything that they're still doing kind of very wrong that would make their environment more efficient? >> Well I think, I mean, it's funny that we still see an awful lot of spreadsheets out there. It's funny when people try and do the numbers, like to figure out where to put a new app. And they'll still kind of figure that out in a very rudimentary way, when again, science will tell you that. So you can make that happen automatically. So, there's still certain things people are doing manually that don't need to be done manually anymore, and it maybe it's their comfort zone. Maybe sometimes maybe it's other groups. But I think, again, our focus is saying that's great, let's take your policies and your rules, we'll just embed them, encode them, codify them, and then you can move on to better things than updating a spreadsheet or generating reports to send to your team every, you know, like, it's, we have very powerful reporting, so you can just make that happen automatically to people. And so, it's getting out of those kind of tasks that people have done for years and moving up the value chain and saying, now I'm going to focus on cloud, or on VSAN, or whatever it is people want to be doing next. >> All right, Andrew Hillier, appreciate you giving us all the updates on your company, and look forward to hearing more in the future. John Troyer and I will be back with lots more coverage here from VMworld 2017. You're watching theCUBE. (cheerful music)
SUMMARY :
Covering VMworld 2017, brought to you by VMware, and looking forward to learning about you and the company. so I know that's relevant to the conversation. and the outcome of what we do. and do we have it right this time? It means, you can just adopt it and get results right away Your customers and the people you talk with, plus all the new stuff, so, we support, Does that compete at all against what you are doing? So we have a very good relationship with VMware. of the things that you're helping really well? If in that test environment, you can run it a lot higher. and so we find a ton of those. It's not like the server vendor calls you up and says, and read the news every morning to figure out that when it says do this, you can just do that. So one of the main things we do is that How do you handle kind of your pricing of the solution? it's just going to cost this and you can do whatever you want. We find that the ability to go between instance classes, the utilization out of it, you know, So we do see that becoming someone's problem. or is that part of the value that you offer? we can, you know, we can go to really small companies and you have people there that can help. and the admin doesn't necessarily need to interact. If you have a big investment in vRealize, right? We pull the rules from DRS, we push new rules down the DRS, Some of our newer customers are 100% in the cloud, And we have, you know, we're showing you here today, and then doesn't have something that saves them money? and the data goes up and then we just do it all for you. on the virtualized side and on the cloud side. and in the cloud there's a lot of focus on the cost. it's just that numbers will tell you You were talking certain, you know, and how many providers do you want? that they're still doing kind of very wrong and then you can move on to better things and look forward to hearing more in the future.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
John Troyer | PERSON | 0.99+ |
Andrew Hillier | PERSON | 0.99+ |
Andrew | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
12 hours | QUANTITY | 0.99+ |
15 minutes | QUANTITY | 0.99+ |
35 | QUANTITY | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
15% | QUANTITY | 0.99+ |
100% | QUANTITY | 0.99+ |
3x | QUANTITY | 0.99+ |
Densify | ORGANIZATION | 0.99+ |
50% | QUANTITY | 0.99+ |
17 announcements | QUANTITY | 0.99+ |
90% | QUANTITY | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
two | QUANTITY | 0.99+ |
30 | QUANTITY | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
a year ago | DATE | 0.99+ |
a week | QUANTITY | 0.99+ |
six months ago | DATE | 0.99+ |
both | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
40% | QUANTITY | 0.99+ |
three times | QUANTITY | 0.99+ |
One | QUANTITY | 0.99+ |
each | QUANTITY | 0.99+ |
next month | DATE | 0.99+ |
500 | QUANTITY | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
each app | QUANTITY | 0.99+ |
SiliconANGLE Media | ORGANIZATION | 0.98+ |
Tetris | TITLE | 0.98+ |
June | DATE | 0.98+ |
today | DATE | 0.98+ |
two levels | QUANTITY | 0.98+ |
tomorrow | DATE | 0.98+ |
first-time | QUANTITY | 0.97+ |
first time | QUANTITY | 0.97+ |
millions | QUANTITY | 0.97+ |
DRS | ORGANIZATION | 0.97+ |
theCUBE | ORGANIZATION | 0.96+ |
Azure | TITLE | 0.95+ |
ORGANIZATION | 0.95+ | |
One thing | QUANTITY | 0.94+ |
each individual | QUANTITY | 0.93+ |
Serva | ORGANIZATION | 0.93+ |
an hour | QUANTITY | 0.92+ |
vMotion | TITLE | 0.9+ |
VMworld 2017 | EVENT | 0.89+ |
Kubernetes | PERSON | 0.85+ |
seven SaaS services | QUANTITY | 0.83+ |
VSAN | ORGANIZATION | 0.82+ |
Cost Insight | ORGANIZATION | 0.8+ |
vRealize | TITLE | 0.8+ |
Paul Miller, HPE and Danny Yeo, BYU - HPE Discover 2017
(upbeat pop music) >> Announcer: Live from Las Vegas, it's theCUBE covering HPE Discover 2017, brought to you by Hewlett Packard Enterprise. (synthesizer music ticking) >> Okay, welcome back everyone. We're here live in Las Vegas for SiliconANGLE Media. It's theCUBE. This is our coverage of HPE Discover 2017, our seventh year covering HP Discover, now HPE Discover. I'm John Furrier with my Cohost, Dave Vellante. Our next two guests, Paul Miller, Vice President, Software Defined and Cloud Group Marketing at HPE, welcome back to theCUBE, CUBE alumni, Danny Yeo, System Administrator at BYU, Brigham Young University, guys, welcome to theCUBE. Welcome back. >> Thank you. >> Welcome to theCUBE. >> Hey, guys. >> So, tell us-- >> Glad to be here. >> So, tell us, what's your experience in Vegas, so far? What's the take, here, from your perspective on what's happening at the show, your takeaway? >> A lot of exciting technology, with HPE, some things that I wasn't aware what they were doing and I'm very impressed, really impressed. >> John: Like what, what are the things that-- >> One of the things, I was just telling Paul, is their memory driven computing with genomic research. I'm with the College of Life Sciences, specifically, at Brigham Young University and we have people doing research in that area, mapping the human genome, for example. We've got people doing DNA analysis and so forth, so that, that was really fascinating. >> About computing, the Meg Whitman keynote, really, >> Yes. >> redefining compute, it's the vision, >> Yeah. >> and the messaging, hybrid cloud, obviously the center of the action. How does that fit into the portfolio with hyperconverged still on fire? I mean, IT is just getting more automated in a way, but it's more scalable infrastructure. >> Yeah, so we see, you know, our mission in our organization is to drive software defined everything, right, and hyperconverge is all about software defining and making virtualization environments easy and the SimpliVity and the SimpliVity architecture, which is built on rich data services, will enable us to take software defined storage to the next level to make it super, super scalable and extensible and give customers that resilience that they need, the inline dedupe, compression, all those great technologies. You'll see us, you know, push really hard in the hyperconverge space. As you say, it's on fire and I can tell you the sales are on fire. The sessions, here, are on fire, standing-room-only for every SimpliVity session, hands-on labs booked beyond capacity with people loving and learning the technology, but we're not stopping there. We're going to take that same technology and embed it in our Synergy offering. So, just think about the ability to compose and recompose highly scalable software defined storage for enterprise applications and enterprise scale and then you'll also see it be a key part of our technology on the new stack, so, a lot of cool things. The sessions are really hot and on fire, as you say. >> So, Paul, if we go back to the 2009 timeframe, it was converged infrastructure, >> Yeah. >> HP, at the time, kind of coined the term and then it, but essentially, it was some compute, some storage and some networking kind of screwed together >> Yeah. >> and, you know, pre-tested and pre-engineered. >> Yeah. >> That's all good, but it's really evolved dramatically and when you think hyperconverged, you think software defined, software defined everything. >> Yeah. >> It's kind of what Synergy was all about, fluid pools of infrastructure, >> Yeah. >> we heard you guys talking about that, last Discover. So, tell us, help us understand SimpliVity and how that fits in that portfolio. >> Okay, so, yeah, so the whole convergence thing was all about static building blocks, right? You built 'em, you deployed 'em, but they were really static. What we're trying to go to is fluid pools of everything. So, think about SimpliVity being a fluid pool of storage other you could compose and recompose for different workloads. And, in our overall portfolio, the biggest advantage we have, like with the Synergy product, is the ability for a customer who has, needs the scalability and resilience of SAN, today, to be able to on the time you're deploying an application, compose it for that workload, but now I want software defined because I may need some, a lower cost basis, be able to, at time of deployment, at time of provisioning, deploy it there. So, we see this being a very complimentary strategy, where, now, we have composability from software defined all the way up to the largest SAN type software architectures. >> All right, Danny, let's get into this, sort of your situation. So, can you help us? Paint a picture of what's going on in your shop. You know, what are the challenges that you're having? What are the drivers that are affecting your IT decisions and take us through, sort of, what you're doing with infrastructure. >> Absolutely, so, before we got into hyperconverge, we were essentially like everybody else who had not been exposed to hyperconverge. We have the traditional service stack. You got compute nodes, you got fabric, you got storage nodes and then you got the fabric for them to communicate. And, you know, when you have problems, you get the finger pointing, right? (hosts laughing) And so, that was really frustrating and then, of course, you got a hypervisor and all that put in place in the mix. It was frustrating and supporting that, the outbacks was (object banging) a little bit challenging because, you know, for example, my systems engineer would have to stay, sometimes after hours, after five and he'd start doing things and, you know, patching, upgrading, you name it and sometimes to way after midnight. That was problem. We were trying to minimize that. The other challenge that I had in my shop was backup. We had a backup window, during the weekend, that we cannot meet. At some point in time, the RTO and RPO weren't sufficient and, so, we had to look at a different strategy. Disaster recovery, that was like something unachievable. It's like out there, somewhere, right? >> You can't even meet your backup windows. >> Right, sure. >> Dave: I mean, forget about disaster recovery, right. >> So, summer of 2014, I went to a VMware user conference, stopped by the SimpliVity booth and they asked me if I knew about the technology; I didn't, so they spent some time explaining that to me and after that, they asked me if I just had a little bit more time so that they can do a demo for me, a demonstration. During the demonstration, the engineer basically did a failover from California to either Boston or New York. It was in seconds, 22 seconds if I remember correctly. And then, he says, "Well, that simulated a disaster. "And so, you failover and if the disaster is "now all over and averted, you want to failback, right, "to your primary location, " and he did that, again, in seconds. I was blown away. I was sold. It reminded me of when in 2005, I saw VMotion from VMware. >> Yeah right. >> Yeah (laughs). >> John: Right, everybody went, "Wow." >> Game, game changer isn't it? >> Game change, yes! >> Yeah. >> Right. >> And so, I thought to myself, I need, you know, it was like that movie, I got to get me one of these (laughing). And so, I asked them to come over and visit us on campus, do a deeper dive of the technology and so that way we can ask questions back and forth. They did and then we decided to do a Proof of Concept, so we did that late 2014 and after the Proof of Concept, we were convinced that was the technology to acquire. >> So, you had to make sure it was real? >> Yes, now-- >> You did the proofs, Proof of Concept? >> I have, sorry, go ahead. >> No, please, continue. >> So, I had the unique situation where after I have acquired SimpliVity and was running it in production, a competitor, I'll just put it that way, came in and asked us if we would consider doing a POC with their product. And, we're like, "You know, well, I've already bought this," and they said, "Not a problem, we would like you "to try our product and if our product is superior, "we want to swap out those SimpliVity boxes." So, I thought, well, what do I have to lose? (Paul laughing) So, I had the opportunity to run both hyperconverged technologies, side-by-side. >> Okay. >> As we were thinking how best to really test which one works, which one's superior or if they're essentially the same thing, we had an engineer suggest, "Why don't we simulate a drive failure, "start pulling out drives?" And so, we did, we started pulling out drives and I had three nodes on, with SimpliVity and on the other I had four nodes and a box. As we pulled out the, after we pulled out the sixth drive, the other technology failed. We couldn't recover data, basically. We would have to send it to a data recovery center. SimpliVity was just, you know, it was business as usual. It was going, no sweat. >> Dave: Because you had it replicated? Is that right, or-- >> Not yet. We haven't had it replicated, >> Oh, okay. >> but it was an evaluation. >> Dave: Just all synchronous, that's what happened. >> So, it's their technology, right, it's the RAIN and RAIN architecture. >> Yeah. >> and, that's the thing, the RAIN architecture that protected us, so we were able to pull the sixth drive. It was still continue, it threw up a lot of flags, >> Yeah. >> alerts and we knew that-- >> Redundance with the nodes, redundancy at the node level >> Yes. >> as opposed to just the drive level? >> But, that little experiment basically proved to us that we bought the right thing. It validated our acquisition. >> John: So you did the bake-off. That's awesome, right? >> Yes. >> John: So, what did you say to the other guys when they came back and said, yo, your stuff's not working? >> Well, we asked them first. We asked them first, "Help. "Your box is not responding, help." They threw up their hands in the air. >> It's your fault. (hosts laughing) >> Yeah, here's the answer. >> John: You got finger pointing? >> Here's the answer, >> Come on. >> you'll love this, right, the answer is, "You know, you can't just pull out the drives. "You've got to time 'em. "You know, you can't just, willy nilly, you just yank 'em. "You've got to time them." >> Say that to the tornado that's coming down or the earthquake >> Yeah, yeah, sure. >> that's happening or floods, I mean, you? >> Yeah, how do you time those? >> It's a disaster. >> Yeah, how do you time those, yeah? >> So, we decided, look take your product back. We're happy with SimpliVity. We'll keep it. >> This is a huge issue. I mean, Hurricane Sandy, which happened in New York, >> Oh, yeah. >> that was a game changer for a lot of the folks we talk to on theCUBE. You don't know when this is going to come and, literally, this disaster recovery thing is, has to be part of the plan and that's really the key. Now that you have SimpliVity, now that it's part of HPE, what's your world like now with HPE with the SimpliVity? >> It's too soon to tell. (all laughing) No, really, honestly, but after the keynote yesterday, I'm pretty convinced other SimpliVity has, is in good hands. >> John: Yeah. >> And, only time will tell, right? >> So, I want to just sort of summarize the story 'cause we were throwing in all kinds of buzz, RPO, RTO, so, but basically you had a problem with your backup window. That's where this all started. You weren't meeting >> That's where it started. >> your backup window? >> Yes. >> You really didn't even have a disaster recovery, an adequate disaster recovery plan. >> Danny: Not at all. >> So, RPO is a Recovery Point Objective, essentially a measure of how much data you're going to lose, right, >> Yeah. >> and then RTO is Recovery Time Objective, the time it takes you to get your applications back up and running. >> Right. >> And, of course, nobody wants to lose any data, but there's always some exposure. If you want to spend a billion dollars, maybe you can minimize that to near zero, but, and I presume, you didn't spend a billion dollars on this, >> No (laughs). >> but those are the drivers. So, you essentially solved your backup window problem and, at the same time, >> Right. >> you got disaster recovery out-of-the-box, is that correct? >> Yes, so backup is in seconds, right? It's, you know, to do a backup, takes us only a few seconds, like six seconds and so forth. We bought an additional node, put it in a remote site and replicated to it and now we can failover to that node and run only mission-critical apps and when everything's good in the primary location, we can just failback. >> And, that gives you your disaster recovery. Now, and your RPO, is what? I mean, what's the-- >> Seconds. >> Oh, seconds? >> Seconds, yeah, seconds. >> Okay. >> Yes. >> Your RPO is down to seconds? >> Danny: It is that impressive, yeah. >> Okay, so you're at risk of losing seconds of data, which is not the end of the world, necessarily, in your world. And your RTO is minutes? >> About there. >> Yeah. >> Tens of minutes kind of thing? >> No, no. >> No. >> Minutes? >> Just minutes. >> Minutes. >> Minutes, yeah. >> Under 10 minutes? >> Danny: Under 10 minutes, yes. >> Oh, yes. >> Okay. >> Yeah, we're not as huge as some other data center, in the College of Life Sciences, so, so-- >> Dave: Well, you know, and you're not financial services. >> Right. >> So, now, when you, what has been the reaction from your user base? I mean, do they even know? >> They have no clue. >> They don't know. >> It is completely transparent, too. We are now able to do maintenance work during the work day, business hours. We can upgrade. We can patch. They have no clue that this is all going on in the background, which is great because, now, my systems engineer does not have to work after five, hardly ever. >> Dave: So, is this why you bought the company? >> Absolutely, we looked at 'em all, right, and I mean all of 'em and we did similarly. We brought 'em into our labs, we did failover, we did scalability. and that's another huge advantage of the SimpliVity platform built and designed for scalability, compression, because system utilization is very, very, important. And, you know, SimpliVity had a really great marketing tool that we're continuing: it was their guarantees. Guaranteed 90% capacity savings, guaranteed the failover time, a terabyte of VMs in under three minutes, so we're carrying on those guarantees, but what those guarantees actually did was really highlight the architectural advantages that SimpliVity designed in. They took a different approach, right. A lot of people started at, I'm going to simplify the VM management layer. They said, "No, I'm going to make "the most robust virtualization data services platform "in the world," and that's where we really see the core advantage and, again, we looked at 'em all. We put 'em through paces and nobody came close on scalability, availability, disaster tolerance than SimpliVity. >> Paul, what does this mean for your other customers, now, extending out through your portfolio? Obviously, there's different categories, campus and the different use case, but for the other use cases with the composability vision, how does this fit into the hyperconverging, overall? >> Yeah, so we have multiple customers, now, who are running a hyperconverged and composable in their same shop, where they want to have just virtualization and a simple easy deployment, whether it for robo sites or for different work groups. Drop in SimpliVity, up and running in minutes. There are other use cases where they need the high performance of bare-metal or they want to move into containers on bare-metal and that's where Synergy plays out. We have people like you saw, Dreamworks, using Synergy for rendering. >> Right. >> You need bare-metal, you need the power. They can compose and recompose for different movies that they do, different animations. They really love that. We were talking about a genomics research company we're working with. They're using it for bare-metal as well. HudsonAlpha, they're driving bare-metal, but they also have hyperconvergence where the developer community says, I just need to do a few, build a new couple applications. Log in, self service, get your work done on a few VMs and then, when they're done, then they'll move that research into bare-metal, so a lot of different use cases across the board. >> Right, what I love about that, John, is it's horizontal infrastructure >> Yeah. >> that can support multiple workloads and multiple applications, which is kind of infrastructure nirvana for a pro, you know, a practitioner, right, I mean >> Sure. >> having that single platform that you can throw multiple apps and workloads at is, I mean, we've not had that in the industry before, right? >> Paul: No. >> No. >> No. >> So-- >> And building it on one view makes things easy for our customers to manage across the board, so, yeah, we're seeing, I mean, what's interesting about, I think, where we're heading is not only working with, you know, IT leads, but now, developers are starting to become part of our core customers who we're talking to. >> Now, you guys are really, really checking the boxes on making IT easier and as it shifts to the cloud and hybrid, you know, this is the kind of thing; you want out-of-the-box experiences, literally, here and then recovery, this is a good trend. >> Yeah. >> Paul, thanks so much. I know you guys got >> Yeah. a hard stop and you've got to roll to another appointment. Danny, thanks so much for sharing your story. >> Thank you. >> Yeah. >> Love that story, real practitioner, you know, on the ground, on the front lines, doing the bake-off, SimpliVity story, great, great job, thanks so much for sharing. It's theCUBE with more live coverage from HPE Discover after this short break Stay with us. (upbeat pop music)
SUMMARY :
brought to you by Hewlett Packard Enterprise. Software Defined and Cloud Group Marketing at HPE, and I'm very impressed, really impressed. One of the things, I was just telling Paul, is and the messaging, hybrid cloud, Yeah, so we see, you know, our mission in our organization and, you know, pre-tested and when you think hyperconverged, we heard you guys talking about that, last Discover. the biggest advantage we have, What are the drivers that are affecting your IT decisions and then you got the fabric for them to communicate. your backup windows. "And so, you failover and if the disaster is and after the Proof of Concept, we were convinced and they said, "Not a problem, we would like you and on the other I had four nodes and a box. We haven't had it replicated, it's the RAIN and RAIN architecture. and, that's the thing, But, that little experiment basically proved to us John: So you did the bake-off. in the air. It's your fault. "You know, you can't just pull out the drives. So, we decided, look take your product back. I mean, Hurricane Sandy, which happened in New York, for a lot of the folks we talk to on theCUBE. No, really, honestly, but after the keynote yesterday, RPO, RTO, so, but basically you had a problem You really didn't even have a disaster recovery, the time it takes you to get your applications maybe you can minimize that to near zero, So, you essentially solved your backup window problem and now we can failover to that node And, that gives you your disaster recovery. in your world. Danny: Under 10 minutes, in the background, which is great the core advantage and, again, we looked at 'em all. We have people like you saw, Dreamworks, You need bare-metal, you need the power. not only working with, you know, IT leads, and as it shifts to the cloud and hybrid, I know you guys got Danny, thanks so much for sharing your story. you know, on the ground, on the front lines,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Paul | PERSON | 0.99+ |
Paul Miller | PERSON | 0.99+ |
six seconds | QUANTITY | 0.99+ |
Danny Yeo | PERSON | 0.99+ |
22 seconds | QUANTITY | 0.99+ |
Danny | PERSON | 0.99+ |
Boston | LOCATION | 0.99+ |
John Furrier | PERSON | 0.99+ |
2005 | DATE | 0.99+ |
2009 | DATE | 0.99+ |
90% | QUANTITY | 0.99+ |
Vegas | LOCATION | 0.99+ |
New York | LOCATION | 0.99+ |
Tens of minutes | QUANTITY | 0.99+ |
summer of 2014 | DATE | 0.99+ |
College of Life Sciences | ORGANIZATION | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
California | LOCATION | 0.99+ |
Meg Whitman | PERSON | 0.99+ |
late 2014 | DATE | 0.99+ |
sixth drive | QUANTITY | 0.99+ |
Hewlett Packard Enterprise | ORGANIZATION | 0.99+ |
yesterday | DATE | 0.99+ |
Hurricane Sandy | EVENT | 0.99+ |
Brigham Young University | ORGANIZATION | 0.99+ |
seventh year | QUANTITY | 0.99+ |
BYU | ORGANIZATION | 0.99+ |
CUBE | ORGANIZATION | 0.99+ |
HPE | ORGANIZATION | 0.98+ |
first | QUANTITY | 0.98+ |
Under 10 minutes | QUANTITY | 0.98+ |
Dreamworks | ORGANIZATION | 0.98+ |
HP | ORGANIZATION | 0.98+ |
both | QUANTITY | 0.98+ |
four nodes | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
theCUBE | ORGANIZATION | 0.97+ |
three nodes | QUANTITY | 0.97+ |
SiliconANGLE Media | ORGANIZATION | 0.97+ |
two guests | QUANTITY | 0.96+ |
under three minutes | QUANTITY | 0.96+ |
SimpliVity | ORGANIZATION | 0.96+ |
One | QUANTITY | 0.96+ |
single platform | QUANTITY | 0.95+ |
HPE Discover 2017 | EVENT | 0.94+ |
2017 | DATE | 0.94+ |
SimpliVity | TITLE | 0.94+ |
HudsonAlpha | ORGANIZATION | 0.94+ |
one view | QUANTITY | 0.92+ |
VMware | ORGANIZATION | 0.91+ |
Synergy | ORGANIZATION | 0.9+ |
a box | QUANTITY | 0.89+ |
five | QUANTITY | 0.88+ |
couple applications | QUANTITY | 0.88+ |
billion dollars | QUANTITY | 0.79+ |
VMotion | TITLE | 0.78+ |
a billion dollars | QUANTITY | 0.76+ |
one | QUANTITY | 0.74+ |