James Watters, VMware | AWS re:Invent 2021
(upbeat music) >> Welcome back everyone to theCUBE's continuous coverage of AWS re:Invent 2021. I'm John Furrier, your host of theCUBE. We're here with James Watters, CTO of Modern Applications at VMware here to talk about the big Tanzu cloud native application wave, the modernization's here. James, great to see you. Thanks for coming on. >> Hey John, great to have you back on. And really excited about re:Invent this year. And I've been watching your coverage of it. There's lots of exciting stuff going on in this space. >> Awesome. Well, James, you've been riding the wave of, I would call cloud 1.0, 2.0 what do you want to call it, the initial wave of cloud where the advent of replatforming is there. You know all these benefits and things are moving fast. Things are being developed. A lot of endeavors, things are tracking. Some are kicking, Kubernetes kicks in, and now the big story is over the past year and a half. Certainly the pandemic highlighted is this big wave that's hitting now, which is the real, the modernization of the enterprise, the modernization of software development. And even Amazon was saying that in one of our talks that the sovereign life cycles over it should be completely put away to bed. And that DevOps is truly here. And you add security, you got DevSecOps. So an entirely new, large scale, heavy use of data, new methodologies are all hitting right now. And if you're not on that wave your driftwood, what's your take? >> Oh, I think you're dead right, John, and you know, kind of the first 10 years of working on this for sort of proving that the microservices, the container, the declared of automation, the DevOps patterns were the future. And I think everyone's agreed now. And I think DevSecOps and the trends around app modernization are really around bringing that to scale for enterprises. So the conversations I tend to be having are, Hey, you've done a little Kubernetes. You've done some modern apps and APIs, but how do you really scale this across your enterprise? That's what I think is exciting today. And that's what we're talking about. Some of the tools we're bringing to Amazon to help people achieve faster, consumption, better scale, more security. >> You know, one of the things about VMware that's been impressive over the years is that on the wave of IT, they already had great operational install base. They did a deal with Amazon Ragu did that. I think 2016, that kind of cleared the air. They're not going to do their own cloud or they have cloud efforts kind of solidifies that. And then incomes, Kubernetes, and then you saw a completely different cloud native wave coming in with the Tanzu, the Heptio acquisition. And since then a lot's been done. Can you just take us through the Tanzu evolution because I think this is a cornerstone of what's happening right now. >> Yeah, that's a great question, John. I think that the emergence of Kubernetes as a common set of APIs that every cloud and almost every infrastructure agrees on was a huge one. And the way I talked to our clients about is that VMware is doing a couple of things in this space. The first is that we're recognizing that as an infrastructure or baking Kubernetes into every vSphere, be it vSphere on-prem, be it VMC on Amazon. You're just going to find Kubernetes is a big part of each year. So that's kind of a big step one, but it's in some ways the same way that Amazon is doing with EKS and Azure is doing with AKS, but like every infrastructure provider is bringing Kubernetes everywhere. And then that kind of unleashes this really exciting moment where you've got this global control plane that you can program to be your DevSecOps platform. And Kubernetes has this incredible model of extensibility where you can add CRDs and program, right against the Kubernetes APIs with your additional features and functions you want your DevSecOps pipeline. And so it's created this opportunity for Tanzu to kind of have then a global control plane, which we call Tanzu Mission Control to bring all of those Kubernetes running on different clouds together. And then the last thing that we'll talk about a little bit more is this Tanzu Application Platform, which is bringing a developer experience to Kubernetes. So that you're not always starting with what I like to say, like, oh, I have Git, I have Kubernetes, am I done? There's a lot more to the story than that. >> I want to get to this Tanzu Application Platform on EKS. I think that's a big story at VMware. We've seen that, but before we do that for the folks out there watching who are like, I'm now seeing this, whether they're young, new to the industry or enterprises who have replatforming or refactoring, trying to understand what is a modern application. So give us the definition in your words, what is a modern application? >> You know, John, it's a great question. And I tend to start with why and like, hey, how did we get here? And you, you and I both, I think, used to work for the bigger iron vendors back in the day. And we've seen the age of the big box Silicon Valley. I don't know, I worked at Sun just across the aisle here and basically we'd sell you a big box and then once or twice a year, you'd change the software on it. And so in a sense, like there was no chance to do user-oriented design or any of these things. Like you kind of got what you got and you hope to scale it. And then modern applications have been much more of the age of like what you might say, like Instagram or some of these modern apps that are very user-oriented and how you're changing that user interface that user design might change every week based on user feedback. And you're constantly using big data to adjust that modern app experience. And so modern apps to me are inherently iterative and inherently scalable and amenable to change. And that's where the 12 factor application manifesto was written, a blog was written a decade ago, basically saying here's how you can start to design apps to be constantly upgradable. So to me, modern apps, 12 of factors, one of them Kubernetes compatible, but the real point is that they should be flexible to be constantly iterated on maybe at least once a week at a minimum and designed and engineered to do that. And that takes them away from the old vertically scaled apps that kind of ran on 172 processors that you would infrequently update in the past. Those are what you might call like cloud apps. Is that helpful? >> Yeah, totally helpful. And by the way, those old iron vendors, they're now called the on-premise vendors and, you know, HPE, Dell and whatnot, IBM. But the thing about the cloud is, is that you have the true infrastructure as code happening. It's happened, it's happening, but faster and better and greater the goodness there. So you got DevSecOps, which is just DevOps with security. So DevSecOps is the standard now that everyone's shooting for. So what that means is I'm a developer, I just want to write code, the infrastructure got to work for me. So things like Lambda functions are all great things. So assuming that there's going to be this now programmable layer for developers just to do stuff. What is, in context to that need, what is the Tanzu Application Platform about and how does it work? >> Yeah, that's a great question, John. So once you have Kubernetes, you have this abundance of programmable, inner infrastructure resources. You can do almost anything with it, right? Like you can run machine learning workflows, you can run microservices, you can build APIs, you can import legacy apps to it, but it doesn't come out of the box with a set of application patterns and a set of controllers that are built for just, you know, modern apps. It comes with sort of a lot of flexibility and it expects you to understand a pretty broad surface area of APIs. So what we're doing is we're following in the footsteps of companies like Netflix and Uber, et cetera, all of which built kind of a developer platform on top of their Kubernetes infrastructure to say, here's your more templatized path to production. So you don't have to configure everything. You're just changing the right parts of the application. And we kind of go through three steps. The first is an application template that says, here's how to build a streaming app on Kubernetes, click here, and you'll get in your version control and we'll build a Kubernetes manifest for it. Two, is an automated containerization, which is we'll take your app and auto create a container for it so that we know it's secure and you can't make a mistake. And then three is that it will auto detect your application and build a Kubernetes deployment for it so that you can deploy it to Kubernetes in a reliable way. We're basically trying to reduce the burden on the developer from having to understand everything about Kubernetes, to really understanding their domain of the application. Does that make sense? >> Yeah, and this kind of is inline, you mentioned Netflix early on. They were one of the pioneers in inside AWS, but they had the full hyperscaler developers. They had those early hardcore devs that are like unicorns. No, you can't hire these people. They're just not many enough in the world. So the world's becoming, I won't say democratization, that's an overused word, but what we're getting to is if I get this right, you're saying you're going to eliminate the heavy lifting, the boring mundane stuff. >> Yeah, even at Netflix as is great of a developers they have, they still built kind of a microservices or an application platform on top of AWS. And I think that's true of Kubernetes today, which if you go to a Kubernetes conference, you'll often see, don't expose Kubernetes to developers. So tons of application platforms starts to really solve that question. What do you expose to a developer when they want to consume Kubernetes? >> So let's ask you, I know you do a lot of customer visits, that's one of the jobs that make you go out in the field which you like doing and working backwards on the customers has been in the DNA of VMware for years. What is the big narrative with the customers? What's their pain point? How else has the pandemics shown them projects that are working and not working, and they want to come out of it with a growth strategy. VMware is now an independent company. You guys got the platform, what are the customers doing with it? >> Well, I'll give you one example. You know, I went out and I was chatting with the retailer, had seen their online sales goes from one billion to like three billion during the pandemic. And they had been using kind of packaged shopping cart software before like a basic online store that they bought and configured. And they realized they needed to get great at modern apps to keep up with customer demand. And so I would say in general, we've seen the drive, the need for modern apps and digital transformation is just really skyrocketing and everyone's paying attention to it. And then I think they're looking for a trusted partner and they're debating, do we build it all in-house or do we turn to a partner that can help us build this above the cloud? And I think for the people that want an enterprise trusted brand, they'll have a lot of engineering talent behind it. There's been strong interest in Tanzu. And I think the big message we're trying to get out is that Tanzu can not only help you in your on-prem infrastructure, but it can also really help you on public cloud. And I think people are surprised by just how much. >> It's just in the common thread. I see that it's that point is right on is that these companies that don't digitize their business and build an application for their customer are going to get taken away by a startup. I mean, we've seen, it's so easy if you don't have an app for that, you're out of business. I mean, this is like, no, no, it's not like maybe we should do the cloud, let's get proactive. Pretty much it's critical path now for companies. So I'm sure you agree with that, but what's the progress of most of the enterprises? What percentage do you think are having this realization? >> I would say at least 70, 80%, if not more, are there now, and 10 years ago, I used to kind of have to tell stories, like, you know, some startups going to come along and they might disrupt you and people kind of give you that like, yeah, yeah, yeah. You know, I get it. And now it's sort of like, hey, someone's already in our market with an API. Tell me how to build API first apps we need to compete. And that's the difference in the strategic conversation kind of post pandemic and post, you know, the last 10 years. >> All right, final question for you 'cause this is right great thread. I've seen having a web interface it's not good enough, to your point. You got to have an application that they're engaging with, with all the modern capabilities, because the needs there, the expectation for the customers there. What new things are you seeing beyond mobile that are coming around the pike for enterprises, obviously web to mobile, mobile to what? What's next? >> I think the thing that's interesting is there is a bigger push to say more and more of what we do should be an API both internally, like, hey, other teams might want to consume some of these services as a well-formed API. I call it kind of like Stripe MB. Like you look at all these companies, they're like, Hey, stripes worth a hundred billion dollars now because they built a great API. What about us? And so I've seen a lot of industries from automotive to of course financial services and others that are saying, what if we gave our developers internally great APIs? And what if we also expose those APIs externally, we could get a lot, a more rat, fast moving business than the traditional model we might've had in the past. >> It's interesting, you know, commoditizing and automating a way infrastructure or software or capable workflows is actually normal. And if you can unify that in a way that's just better I mean, you have a lower cost structure, but the value doesn't go away, right? So I think a lot of this comes down to, beauty's in the eye of the beholder. I mean, that's how DevSecOps works. I mean, it's agile, it's faster, but you still have to achieve the value of the net is lower cost. What's your take on that? >> Well, I think you're dead right, John. And I think this is what was surprising about Stripe is it was possible before Stripe to go out as a developer and kind of pulled together a backend that did payments, but boy, it was hard. And I think that's the same thing with kind of this tons of application platform and the developer experience focus is people are realizing they can't hire enough developers. So this is the other thing that's happened during the pandemic and the great resignation, if you will, the war for talent is on. And you know, when I talked to a customer, like we might be able to help you, even 30% with your developer productivity, there's like one out of four developers. You might not have to be able to have to recruit they're all in. And so I think that API first model and the developer experience model are the same thing, which is like, it doesn't have to just be possible. It should be excellent. >> Well, great insight learning a lot. Of course, we should move to theCube API and we'll plug into your applications. We're here in the studio with our API, James. Great to have you on. Final word, what's your take this, the big story for re:Invent. If you had to summarize this year's re:Invent going in to 2022, what would you say is happening in this industry right now? >> You know, I'm just super excited about the EKS market and how fast it's growing. We're seeing EKS in a lot of places. We're super excited about helping EKS customers scale. And I think it's great to see Amazon adopting that standard API from Kubernetes. And I think that's going to be, just awesome to watch the creativity the industry is going to have around it. >> Well, great insight, thanks for coming on. And again, we'll work on that Cube API for you. The virtualization of theCUBE is here. We're virtual, which we could be in-person and hope to see you in-person soon. Thanks for coming on. >> You too John, thank you. >> Okay, Cube's coverage of alias re:Invent 2021. I'm John Furrier, your host. Thanks for watching. (upbeat music)
SUMMARY :
about the big Tanzu cloud Hey John, great to have you back on. that the sovereign life cycles over it for sort of proving that the is that on the wave of IT, And the way I talked to our for the folks out there watching And I tend to start with why is that you have the true so that you can deploy it to So the world's becoming, I And I think that's true What is the big narrative is that Tanzu can not only help you most of the enterprises? And that's the difference in it's not good enough, to your point. and others that are saying, And if you can unify that And I think this is what Great to have you on. And I think that's going to be, and hope to see you in-person soon. of alias re:Invent 2021.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
John | PERSON | 0.99+ |
Netflix | ORGANIZATION | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
James | PERSON | 0.99+ |
John Furrier | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Uber | ORGANIZATION | 0.99+ |
James Watters | PERSON | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
30% | QUANTITY | 0.99+ |
one billion | QUANTITY | 0.99+ |
2016 | DATE | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Tanzu | ORGANIZATION | 0.99+ |
2022 | DATE | 0.99+ |
three billion | QUANTITY | 0.99+ |
DevSecOps | TITLE | 0.99+ |
first | QUANTITY | 0.99+ |
Stripe | ORGANIZATION | 0.99+ |
Lambda | TITLE | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Sun | ORGANIZATION | 0.99+ |
Silicon Valley | LOCATION | 0.99+ |
once | QUANTITY | 0.99+ |
Kubernetes | TITLE | 0.98+ |
first 10 years | QUANTITY | 0.98+ |
172 processors | QUANTITY | 0.98+ |
one example | QUANTITY | 0.98+ |
three | QUANTITY | 0.98+ |
pandemic | EVENT | 0.98+ |
AKS | ORGANIZATION | 0.98+ |
each year | QUANTITY | 0.98+ |
one | QUANTITY | 0.97+ |
both | QUANTITY | 0.97+ |
HPE | ORGANIZATION | 0.97+ |
Heptio | ORGANIZATION | 0.97+ |
a decade ago | DATE | 0.97+ |
12 of factors | QUANTITY | 0.96+ |
three steps | QUANTITY | 0.96+ |
vSphere | TITLE | 0.96+ |
pandemics | EVENT | 0.96+ |
Two | QUANTITY | 0.96+ |
Amazon Ragu | ORGANIZATION | 0.96+ |
DevOps | TITLE | 0.95+ |
10 years ago | DATE | 0.95+ |
EKS | ORGANIZATION | 0.94+ |
first model | QUANTITY | 0.94+ |
today | DATE | 0.93+ |
re:Invent | EVENT | 0.93+ |
12 factor | QUANTITY | 0.93+ |
past year and a half | DATE | 0.91+ |
2021 | TITLE | 0.9+ |
Matt Morgan, VMware | AWS re:Invent 2021
(upbeat intro jingle) >> 'Kay, welcome back everyone to theCUBE's coverage of AWS re:Invent, 2021. I'm John Furrier, your host of theCUBE, with your Matt Morgan, Vice President of Cloud Infrastructure Business Group of VMware, CUBE alumni. Matt, great to see you. Can't wait to see you in person, but thanks for coming in remotely for the virtual now hybrid CUBE for re:Invent. >> It's good to see you too, John. Thanks for having us. You know, it's our ninth year covering re:Invented, Remember the first year we went there, it was all developers, right? >> Right. >> And reminds me of the story that you guys have with AWS, you know, VMware Cloud, and VMware with vSphere pioneered operations in IT, you know, vSphere workloads, but now you move that all in the cloud. I remember Ragu when he announced that deal with Pat Gelsinger and Andy Jassy, we covered it extensively. People were like "What are they doing here? This is interesting". Boy- >> Yeah, you- >> The pundits all get it wrong. Their relationship has been blossoming. It's been really powerful, take us through the history here. >> Thanks, John, I mean, you're absolutely right. We have a phenomenal relationship with Amazon Web Services. The value of our partnership has been realized by customers all over the world, in every industry, as they embrace the seamless hybrid cloud experience powered by VMware, vSphere, and of course VM-ware Cloud Stack. Of course, we've recently expanded our operations here, including Japan and the launch of the Soccer Regions. And we're fully open for business with the U.S. Federal Government with VMware Cloud on AWS Gov Cloud. There's strong alignment across the field with new go-to-market teams on both sides and a powerful resell agreement that enables AWS sellers to take VMware Cloud on AWS and all the associated VMware services, such as VMware cloud disaster recovery, NSX vRealize Cloud Management, to their enterprise customers. And we couldn't be doing better. >> Yeah, and you brought up a lot of things there. You mentioned Outpost, mentioned Gov Cloud, you mentioned Marketplace, which means you mentioned the acronym, which is basically, I think it's called EDP Credits, which essentially the enterprise, Amazon's Salesforce working together. So, essentially full business model and technical integrations with Amazon. So, success certainly being demonstrated there. So congratulations, that being said, there's still more to do. We got this whole big wave coming on, you see the edge, you seeing multicloud, you seeing hybrid becoming the operational model, both on premises and in the cloud. And so, customers really are asking themselves "Okay, I got VMware, I got AWS Cloud, I got to secure these clouds now. I got to start putting the business model together on top of the technical architecture". You know, microservices, Kubernetes, Tansu, all the things you guys are doing, but customers want to ask you "What about securing the cloud?", this is the number one question, what's your reaction to that? >> Yeah, it's a great topic, John, at the end of the day, this is about evolving the hybrid cloud. And if you think about it, originally, the hybrid cloud was about unifying both infrastructure and operations between the on-premises world, and the public cloud world. And now what's happening, is we are seeing people embrace that in spades, and as a result of that, their Tier 1 applications are running both on-premises and in the public cloud. And with our new announced local cloud capabilities with VMware Cloud on AWS Outpost, it's leading to this whole new enterprise architecture, which we call the distributed cloud. When you look at deploying enterprise applications in a distributed cloud environment, the conversation starts with consistent networking and importantly security. So, let's talk about that for a moment. Customers are asking us "How do we secure our data when we start having infrastructure in a variety of locations? Are our applications and networks... Are they really secure when they run in these completely different environments? And importantly, when we move an application, we take it from our on-premise data center, we move it to the public cloud are the security policies... Are they moving with it? Do I need to re-architect for that?". And the real question, all of this boils down to "Are we expanding that attack surface when we move to VMware Cloud on AWS?". And so we have to come back to what do we do here to really alleviate these concerns? With data security, it's all about encryption, universal insights. We have the super root capability within our platform to ensure that everything is measured, every message from an application, every data, it's great for Chain Of Custody, Audit. Of course we have backup DR Ransomware. On the application side, of course, segmentation is super important with application centric firewalls, VPNs, tunneling, EDR, IDS, IPS. And of course, none of that matters if you have to reset everything up every time an application moves. And this is a real unique value proposition for us, it's about portability. We deliver portable security. We can move an application, the APIs are standard. You can move it up to the public cloud, your policies, your integrations, even if it's third-party integrations, they're maintained. And that really delivers the ability to say "Look, we can make sure your attack surface is not expanding, it's a controlled environment for you". And that really shrinks the risk factors associated with moving to this distributed cloud environment. >> You know, that's the really, I think the key point, I think that you brought up this infrastructure, kind of, table stakes. Which keeps rising because security's, honestly is now there's no... There's a huge... There's no perimeter. It's huge surface area. Everything has to be secured and locked down. And the big theme at re:Invent this year is data, right? So, you know, data and security all go hand in hand. And so that brings up the aspect of the edge. The edge is now booming, you seeing 5G again, you're here hearing it here at reinvent again, more and more 5G. You mentioned local services, Outpost is evolving. This is kind of the new area, and certainly, attack factor as well. So, you mentioned this whole local services. Take me through that because this becomes interesting because this is an architectural issue for enterprises to figure out, "Okay, I got to distribute a computing architecture, it's called The Cloud and multiple clouds. Now, I've got this edge, whole 'nother opening opens up the case for the architecture conversation". What's the strategy? How do you guys view the case? How do you make the case for local services? >> So, we were super excited to announce VMware Cloud on AWS Outpost. This is a local cloud as a service offering. So, let me break that down a little bit. Of course, compute at the edge is nothing new, but the problem with traditional approaches is typically edge locations may lack IT excellence. Which means there's no one there to manage the service. VMware Cloud on AWS outposts is that local cloud as a service, meaning it's fully managed and at the edge, that's a perfect fit. It's hand in glove for those types of workloads that are out, pushed all the way out, whether it's part of an agricultural deployment or an energy production facility or retail store, where there isn't that typical IT excellence. VMware cloud on AWS outposts enables customers to deploy the same Cloud instance as they're running VMware Cloud on AWS, but be able to do it out at that edge environment. And when you look at the overall value of VMware Cloud on AWS Outpost, it's about delivering a simpler, cost effective, consistent cloud experience for those on-prem environments that matches the operating model of the public cloud. Think of the places that you really want to have cloud infrastructure, where it's critical. Going back to your point on data, getting real time insights on that data, to be able to process that, we call those perishable insights. The value is the immediacy understanding that value specific to the moment it's being captured. Think about the different types of sensor environments, where data's coming off expensive equipment, that's measuring temperature and speed. Understanding that value back to the operator - really, really important. You don't have time to pipe that data up to a cloud process and send the results back down. Edge environments require that real-time stuff. So, together with AWS, we jointly deliver a fully managed service right down to the AWS hardware on which we built the VMware cloud instance. We think about where we're seeing the most interest here. You can look across all kinds of industries and use cases, and we're seeing it specifically in healthcare, out of the hospital, manufacturing for equipment monitoring, government, higher education, where those end points are typically virtualized. There are others, but these are the big ones so far. >> You know, I was just talking to an AMD executive or product marketing person on the gaming side. And they're living this right now because they're putting all the virtual collaboration in the cloud, all the data, because they have so much data and they have so much need for these special instances, whether it's GPUs, and CPUs, a mix and match. So, as instances become more special purposed, that's going to enable them to have more productivity. But then, when you have that baseline in the cloud, the edge also has processing power. So, I think people are starting to see this notion of "Okay, I'm in the cloud, but I can also have that cloud edge without moving data back to the centralized cloud and processing it at the edge with software". >> Yeah, that's true. >> This is real. >> It's super real. And the one that really resonates with customers, is one that we all understand and that's healthcare. Anytime you're in a regional environment where you're at a hospital, think of an ICU, the criticality of that data being processed, providing the insights, this is more mission critical than any other environment, because we're dealing with human lives, think about the complex compute requirements of that environment. And then look at the beauty and elegance of this system, a cloud-based system on premises, doing that compute, providing those insights, giving reality back to the clinician, so they can make those decisions. Healthcare is super, super important. And we see customers across the spectrum, looking at what's happening at the edge and embracing it, whether it's healthcare or other industries. And again, it's a perfect fit for them. >> Yeah, real quick, before we move on to what's new, I'm want to get to that, the Tansu stuff as well. What other industries are popping out? Obviously, manufacturing. What can you talk with some industries and some verticals that are really primed for this local cloud service? >> So, let's talk about manufacturing for a moment. Manufacturing is another facility oriented compute requirement that is perfectly fit, from a system and solution way like VMware cloud on AWS Outposts. Within the manufacturing environment, there's tons of very critical machines. There's inventory management, there's a combination of time management, people management, bringing it all together to ensure that process lines are moving as required, that inventory is provided at the specific moment it's needed, and to make sure that everything, especially in today's supply chain world is provided when is required. This type of capability allows an organization to bring in that sensor data, bring in that inventory data, produce applications that manage that in real time, delivering that compute. And in the manufacturing floor, again, limited IT excellence. So, this provides that capability. Another one is energy production. Think about energy production that's out in the field in North Dakota, or out on an oil rig that might be in the Gulf of Mexico. Not only are you dealing with lack of IT excellence, you're also dealing with limited connectivity. This equipment needs to be monitored and censored and the data from those sensors help drive critical decisions. And with limited connectivity, I mean, you may not even have an LTE signal, the need to do that real time is paramount, local cloud provides that. >> Yeah, and I'd also just add, because we're going to move on, but higher ED is going to be completely transformed. Well, I think that's going to be kind of like a pleat revamp. Let's get into what's new on VMware Cloud on AWS give us the update on the new things that people should know about. That's important that they should review, take us through that, what's new? >> Yeah, absolutely. So, the first is the integration with the AWS console. This is a big thing that we're delivering because VMware Cloud on AWS is a native service of AWS. I have to kind of say that twice, it's a native service of AWS. And because of that, we get the same operational and commerce experience for VMware Cloud instances as customers do with traditional AWS services. This means customers now have a choice between AWS centric operating model, which is highly relevant to DevOps and developers, or VMware centric operating model, which is very relevant to traditional operators, and IT users. VMware Cloud on AWS Gov Cloud is expanded to the U.S., East Virginia Region, and achieved aisle five certification. This new region will make the service more relevant for the Eastern Seaboard where much of the Federal Government resides. And of course with aisle five, it opens up VMware Cloud on AWS to the U.S. military and defense contractors, which is huge because there's massive cloud transformation contracts currently in play. And of course, VMware Cloud on AWS Gov Cloud provides the most secure enterprise cloud for those DOD customers, especially when they focus on those critical Tier 1 workloads. >> It's been three years since the GA of the VMware cloud on AWS, has been earlier, since you announced it> You're pumping on all cylinders, as we had predicted, others didn't, just FYI for the folks watching. What's the final vibe? End the segment with your view of what's going on with VMware Cloud on AWS? What's the bumper sticker? >> So, at the end of the day, every customer is looking to migrate and modernize their workloads. And VMWare cloud gives them that capability to do it faster than anyone else. Customers take their applications, tier 1 applications, move it to that secure distributed cloud construct, that idea of having VMware Cloud on AWS, sharing all those security policies, all of that consistent infrastructure and operations. And then they can modernize those applications, using all of those cloud services and the ability to use Tansu to containerize where applicable. We're excited about these capabilities, and our customers are adopting it faster each and every year. And we're thrilled about the traction we're had. And we're thrilled about the partnership we have with Amazon Web Services. So, lots more to come in this space. >> Lot of great stuff, people moving up the stack on the cloud, you're seeing more refactoring in the cloud. Matt Morgan, great to see you. We've been talking 'about this for years on theCUBE. Great to come on and give some insights. All happening. Infrastructure is code. And everyone's winning with containers and microservices. So, great stuff. Thanks for coming on. >> Thanks a lot, John, take care. >> Okay, Matt Morgan, the VP of Cloud Infrastructure Business Group of VMware. This theCUBE's coverage of AWS re:Invent, 2021. I'm John Furrier, your host. Thanks for watching. (upbeat outro jingle)
SUMMARY :
remotely for the virtual It's good to see you too, John. And reminds me of the story It's been really powerful, take and all the associated VMware services, all the things you guys are doing, the ability to say This is kind of the new area, Think of the places that you really that baseline in the cloud, And the one that really the Tansu stuff as well. the need to do that but higher ED is going to of the Federal Government resides. End the segment with So, at the end of the day, refactoring in the cloud. the VP of Cloud Infrastructure
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
John | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
John Furrier | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Matt Morgan | PERSON | 0.99+ |
Amazon Web Services | ORGANIZATION | 0.99+ |
Andy Jassy | PERSON | 0.99+ |
Matt | PERSON | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Pat Gelsinger | PERSON | 0.99+ |
North Dakota | LOCATION | 0.99+ |
Gulf of Mexico | LOCATION | 0.99+ |
Outpost | ORGANIZATION | 0.99+ |
Kay | PERSON | 0.99+ |
U.S. | LOCATION | 0.99+ |
twice | QUANTITY | 0.99+ |
both sides | QUANTITY | 0.99+ |
U.S. Federal Government | ORGANIZATION | 0.99+ |
AMD | ORGANIZATION | 0.99+ |
first | QUANTITY | 0.99+ |
VMware Cloud | TITLE | 0.99+ |
both | QUANTITY | 0.98+ |
VMware cloud | TITLE | 0.98+ |
Cloud Infrastructure Business Group | ORGANIZATION | 0.98+ |
five | QUANTITY | 0.98+ |
VMware Cloud | TITLE | 0.97+ |
Gov Cloud | TITLE | 0.97+ |
three years | QUANTITY | 0.97+ |
Japan | LOCATION | 0.96+ |
Eastern Seaboard | LOCATION | 0.96+ |
vSphere | TITLE | 0.96+ |
East Virginia Region | LOCATION | 0.96+ |
2021 | DATE | 0.95+ |
Ragu | PERSON | 0.95+ |
today | DATE | 0.95+ |
CUBE | ORGANIZATION | 0.95+ |
5G | ORGANIZATION | 0.95+ |
theCUBE | ORGANIZATION | 0.94+ |
Kubernetes | ORGANIZATION | 0.93+ |
ninth year | QUANTITY | 0.93+ |
Tansu | ORGANIZATION | 0.92+ |
AWS Outposts | ORGANIZATION | 0.91+ |
Tansu | TITLE | 0.9+ |
VMWare cloud | TITLE | 0.9+ |
Sumit Dhawan, VMware | AWS re:Invent 2021
(bright upbeat music) >> Hello, and welcome back to theCUBE's continuous coverage of AWS re:Invent 2021. I'm John Furrier your host of theCUBE wall-to-wall coverage, Sumit Dhawan president of VMware is joining me today. Sumit, welcome to theCUBE. >> Great to be here, John, good to see you. >> You know, I remember Raghu when we were talking to him when the original AWS deal, we covered it many, many years ago. It seems like yesterday, but since then, again, it was a lot of people who were kind of like looking at that deal, not understanding. We were very clear that we thought that that was going to create clarity. If you look at the success of VMware's cloud strategy, since that moment in time, it really has been an amazing run for VMware. And so congratulations and looking at that trajectory, we're going into what even a bigger wave now we're seeing, coming out of the pandemic with Edge, 5g, Cloud Native going mainstream. This is like another tipping point, another inflection. Well, how are we want to look at it? This is really big. Can you share your thoughts on how you see your customers and AWS customers coming together with the VMware. >> Yeah, we are excited about sort of this phase, era or whatever you want to call it, where customers are looking at just the power of cloud for all of their applications. And in fact, what we call multicloud, where they are looking at private cloud, public cloud, sometimes even multiple public clouds and Edge and how they are going to leverage all of this power of cloud across all their applications. And we're excited about the partnership, like you said, John, we did with AWS, customers have last two years, have had a hard time modernizing their infrastructure. And now they're looking at their tier one applications, which are oftentimes the lifeline of their businesses and they have not been, the infrastructure has not been modernized. And our partnership with AWS brings to the customers a fully modernized infrastructure as a service, which is optimized for their tier one application. So they can embrace the power of cloud, not just for new modern applications that they have built for running their new digital services, but also all of their tier one enterprise applications instantly modernize their infrastructure, secure it run their tier one applications through the power and the scale of public cloud. And then gradually start modernizing, like you mentioned, modernization of application is a key element and we have provided a rich stack for customers to be able to build their new SRE and DevOps practices and enable developers to have a fast journey to build these modern applications, leveraging the power of public cloud and in fact multiple public clouds seamlessly, and we're extending the same thing to the Edge. So it's actually exciting times in the industry. We call it the multicloud era and VMware is enabling our customers what we call smartest path to cloud. >> Well, congratulations, first of all, on the new independent company, VMware, that's great news. You guys now are on your own very valuable company in and of itself, under Dell Technologies now out on the open and we've been covering VMware, theCube's been to VMware every year. And looking at this year's VMware and looking at VMware for the old folks, the veterans VMware has been synonymous with operations, IT operations, running workloads in data centers to power business, enterprise classic innovation for business value. Now with the cloud, you see operations DevOps being discussed in security. You're talking about, and you mentioned SRE the workloads. The game is still the same, but it is shifting landscape wise. You got cloud scale, you mentioned on premises and multi-cloud. So with operations going to full scale, your customers are building and running their businesses on VMware and AWS and other clouds. This is the same game, but different world. Can you just share what's the current similarities and differences from where operations used to be from a workload standpoint. >> John, you're a hundred percent, right. The need for operational scale and discipline is always, there has always been there and now it's extended to potentially lot more complex world of what we call multicloud. In this new world, the whole aspect of operations is no longer the world of system admins, where you would have people pushing buttons to control the infrastructure and it's lot more where infrastructure is now designed to be managed as a code. There is a lot more of what is considered shift left, where more and more of power of orchestrating the infrastructure as given to the developers because they're oftentimes the sort of ones who understand the business logic and understand how the infrastructure is required to scale up and down the applications. And so along those two key trends, there is still a critical element of how a platform is needed for customers to operate that environment okay. You can't sort of have operational discipline be lost just because you have the paradigm changed and that's what VMware is enabling now with VMware stack, you can manage your entire infrastructure, not just public cloud, but even private cloud as a code, you can create a platform where developers get this freedom and a great experience to leverage any public cloud, to build their services and work closely with DevOps and SRE functions, to make sure that the orchestration of all of their cloud environment in a multicloud environment is available and enabled seamlessly through Kubernetes. This doesn't have to be done through virtual machines anymore it could be virtual machines or Kubernetes orchestrated containers across all clouds. And so bottom line operations has always been critical, but it has been done in a certain way in the world of multicloud it's changed to where it's more and more of infrastructure as a service shift left to developers and cybersecurity is extremely important where it needs to be built into the platform. And that's what VMware solutions are now enabling for our customers. >> Yeah, and for all the young guns coming into the business that have developers, the DevOps is still the same game. You've got developers and you've got operations now at large scale. And I think this whole multi-cloud is really kind of the multi-vendor equation so I think clear synergies and congratulations on the trajectory. I think it's really relevant. Can you take us through on how this means for the businesses, because at VMWorld this year, you guys talked about cross-cloud services. Can you talk about what that is and what does it mean for the customers, and what's the focus at reInvent this year? >> Yeah, so VMware this year at VMworld announced our sort of portfolio for enabling customers to embrace the power of multicloud easily. We call it cross-cloud services and they fit into five major categories. First is our cloud infrastructure that is available through partnership with all major cloud providers. We started with AWS and we expanded with all major cloud providers, including Azure, Google, Ali in China, Oracle, IBM. Secondly, our cloud native platform, Cloud native platform is where it doesn't have to be traditional VM based applications, applications built using modern cloud native technologies container-based, or that can be orchestrated using Kubernetes that are operationalized using our platform where customers can get any Kubernetes on any public cloud and operate them in a consistent and scalable fashion and enable a great developer experience at the same time. Third is networking and security services, which are underlay across both the cloud infrastructure, as well as cloud native services for this cloud management, how infrastructure as a code and shift-left developer function can be enabled through our management technologies designed for both private and public cloud, both VM based or VMware based infrastructure, as well as native public cloud infrastructure. And then lastly, at workspace and Edge services, enabling customers to build today's requirements of people working from anywhere and anywhere workspace experience for a hybrid workforce. So these are our five cloud services, John, that we call collectively as cross-cloud services, which enable customers to embrace the power of multicloud easily. These are modular, easy to acquire services designed to run across all clouds. And obviously for customers looking at leveraging the power of AWS, these services enable you to embrace it AWS at the fastest speed. >> Yeah and I think anything cross-cloud, multi-cloud, the ease of use and choice is key, you have to have choice that's cool. Open source is driving a lot of that, which I want to get to with the Tanzu, but you guys have had a great partnership with AWS, both on a development level, as well as a business partnership. Take us through the evolution of the partnership between VMware and AWS, because I know Raghu was really into this with Pat Gelsinger and then Andy Jassy, we covered that. But if you look at what Amazon web services is doing under Adam's leadership now they're going to set the table for the next 15 years. And you've got Outpost is going to be a big part of that. You've got all of the cloud native high level services inside the cloud, inside AWS as well. So take us through your view of the evolution of the VMware AWS partnership. >> Yeah I mean, AWS and VMware started a partnership for those of you who don't know, we started our partnership about five years ago, where we announced the availability of VMware cloud on AWS, which is all of our fully sort of modernized software defined data centers infrastructure available for running tear one enterprise applications on top of AWS all of their data centers globally. So our software with AWS hardware together as a managed service means customers could get fully modern infrastructure without refactoring any of their applications. They can run on AWS. And that relationship has grown significantly. We have continued to enable more and more of sort of different sized sort of platform infrastructure that we have continually made available. And the business has led to great success. We have at this point in time thousands of customers, joint customers running all of their tier one business applications, whether it's banking to healthcare, to insurance on top of our infrastructure, and it's been great. We then gradually expanded that partnership to other industries. Now we have customers in telcos running major telco cloud on top of our platform, we've expanded our partnership to other solutions. We brought our Tanzu, which is our cloud native platform for managing native cloud services on AWS, in an enterprise fashion, connected to all of their enterprise requirements as well in the marketplace we have brought other offerings, including security services on AWS marketplace for customers to get so over time. >> Hold on Sumit if you don't mind me asking, so you saying that Tanzu Carbon Black and VMware cloud are all in AWS marketplace. >> They're all available in AWS marketplace and they're all available to be transacted through even just the AWS's EDP. So the commercial relationship with AWS has strengthened significantly over time. >> EDP is their sales channel that's their direct. >> EDP is their enterprise agreement that's right. >> So you go to market together with AWS under the marketplace. >> Joint support integration so their customers can get joint support with us. So over time, the technology integration that started has led to strong commercial integrations, helping making sure customers can get one commercial agreement and one support agreement with VMware and AWS together. And that's been great for customers, customers have loved it and we are continuing to build upon it. Your second question was, well, what happens when AWS has new modern native services? And what we have done is for example, at Tanzu Solution, it is integrated with AWS's EKS. So their Kubernetes distribution can be fully operationalized as well as a great developer experience can be created for AWS native services using VMware Tanzu solution. So we are embracing the power of more and more of AWS services for our enterprise solutions. >> You know I love following VMware, especially and AWS. I spoke to companies, both very technical, pragmatic, very smart companies So congratulations on success. I got to ask you from a customer perspective, as you look at the landscape of the commercial side, what are the customers saying? What's the big summary of where they're at? What's the vibe, where's their head, what are they thinking? Take us through some anecdotal customer sentiment or data. >> Yeah, our customers tell us three things consistently. Number one, they say that they have, at this point of time, just decided that they're going to have some kind of a black solution, which will span multiple clouds, which could have public cloud, private cloud and Edge or multiple public clouds. In fact, we just did a recent survey, John and we found that 74% of our customers are already using multiple clouds. And 90 plus percent said that they want that freedom and choice to be able to use cloud of their choice and not be encumbered by any particular sort of just choice that they make. So that's the first trend we see, secondly, customers want to modernize their infrastructure and modernize their applications. They haven't been able to do so over the course of last two years, and modernization is a key requirement and VMware and AWS gives them that ability to do so now at this point in time, very, very quickly. And then third thing we hear is that customers are looking for some solution where cybersecurity is built in it's something where they are standardizing their enterprise requirements via a platform, which has a great experience for the developers, great operational scale and cybersecurity. And these are the three trends John, that VMware is solely focused on as part of our services and solutions and our partnership with AWS. >> Sumit, always great to talk to you. One final point. I want to get your reaction to a VMware has made a couple of big bets in the past decade. One, the deal with Amazon, which opened the door for multicloud, that path is clear. Cloud-scale check the box well done. And the other one was cloud native technologies and Kubernetes specifically, two big bets that don't, that kind of no one kind of saw coming, turns out they turned out pretty well. What's your reaction to that? Would you agree? And how would you talk about those two events? >> Yeah, we at VMware always considered sort of how we are going to keep innovating and the way we see the world is follow where the applications are going. It's pretty simple. Okay we saw that a few years ago where cloud and container technologies are where the applications are going. And we innovated through both our organic investments, as well as inorganic investments to bring our VMware cloud Solutions and Tanzu Solutions. And similarly, John, we're looking at now the next generation of applications where we fast forward three years down the road, we envision a great degree of innovation is going to happen in the Edge. And that's the third sort of area of innovation for us. So that public cloud or multi-cloud cloud native applications, as well as Edge applications can all be orchestrated using VMware's cross-cloud services. >> Sumit Dhawan, president of VMware thanks for coming on theCUBE we appreciate it. Enjoy the rest of the event. I'm John Furrier host of theCUBE. Thanks for watching. (bright upbeat music)
SUMMARY :
Hello, and welcome back to Great to be here, coming out of the pandemic with Edge, 5g, and the scale of public cloud. This is the same game, and a great experience to Yeah, and for all the young looking at leveraging the power You've got all of the cloud native And the business has led to great success. Black and VMware cloud are So the commercial relationship EDP is their sales EDP is their enterprise So you go to market together with AWS that started has led to strong I got to ask you from and choice to be able to of big bets in the past decade. and the way we see the world Enjoy the rest of the event.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
John | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Andy Jassy | PERSON | 0.99+ |
Pat Gelsinger | PERSON | 0.99+ |
Sumit | PERSON | 0.99+ |
Sumit Dhawan | PERSON | 0.99+ |
John Furrier | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Adam | PERSON | 0.99+ |
ORGANIZATION | 0.99+ | |
Oracle | ORGANIZATION | 0.99+ |
two events | QUANTITY | 0.99+ |
second question | QUANTITY | 0.99+ |
74% | QUANTITY | 0.99+ |
First | QUANTITY | 0.99+ |
90 plus percent | QUANTITY | 0.99+ |
five cloud services | QUANTITY | 0.99+ |
Tanzu Solutions | ORGANIZATION | 0.99+ |
Third | QUANTITY | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
yesterday | DATE | 0.99+ |
One | QUANTITY | 0.99+ |
VMware cloud Solutions | ORGANIZATION | 0.99+ |
both | QUANTITY | 0.99+ |
Raghu | PERSON | 0.98+ |
China | LOCATION | 0.98+ |
third | QUANTITY | 0.98+ |
Edge | TITLE | 0.98+ |
Kubernetes | TITLE | 0.98+ |
Secondly | QUANTITY | 0.98+ |
Ali | ORGANIZATION | 0.98+ |
Outpost | ORGANIZATION | 0.98+ |
today | DATE | 0.97+ |
VMworld | ORGANIZATION | 0.97+ |
this year | DATE | 0.97+ |
third thing | QUANTITY | 0.97+ |
three trends | QUANTITY | 0.96+ |
two big bets | QUANTITY | 0.96+ |
five major categories | QUANTITY | 0.96+ |
Michael D'Aniello, VMware | AWS re:Invent 2021
(bright music) >> Welcome back to theCUBE's coverage of AWS re:Invent 2021. I'm John Furrier, your host of theCUBE. We have Michael D´aniello, platform architect at VMware's Carbon Black. Michael, great to see you. We're here at re-Invent virtual hybrid in person. Great to have you on theCUBE. Thanks for coming on. >> Yeah, thanks a lot. Glad to be here. >> So one of the big stories that we're tracking, obviously, is workloads. All cloud for all workloads. Obviously the data is a big part of things, but under the covers and optimizing cloud for the application developers, this modern application movement is more and more at the top of the stack. People just wanting to code. Infrastructure as code. You've seen DevSecOps is a big trend that's driving all new microservices, all new greatness for developers, but still, there's an optimization question. I want to get your thoughts on this, is what you do. Take a minute to explain what your role is at Carbon Black around this cloud optimization. >> Yeah, absolutely. Yeah, so my name is Michael D'aniello. I am a platform architect of VMware Carbon Black. I work across all the different engineering teams. And our main objective is to develop scalable platform tools and that includes, yeah, cloud security, automation pieces, pipelines, cost optimization, like we'll be talking about today, developer enablement tooling and observability tooling. >> One of the big things about instances is that, you know, do I have enough instances? 'Cause honestly, the elastic cloud is amazing, all kinds of new resources there, but talk about the AMD portion of the instances. How do we identify these instances? How to developers understand it, what's in them, and what's the selection criteria? Take us through that whole process of the Amazon web service and the AMD instances. >> Yeah, sure. So essentially, we're leveraging a lot of our instances to run our EKS clusters, which is a managed service for me and for us to run our Kubernetes clusters. And we identify that we can take a bunch of those instances and gain some cost optimization benefits by selecting from Intel to AMD processors. And, you know, initially, we had measured out to be roughly a 10% reduction in cost just for selecting that instance type. But yeah, we actually learned we gained quite a bit more, so. >> John: You know, developers are always like, I want more power, and this is what, you know, the whole idea of Cloud is. Cloud scale has been a big competitive advantage, but also the cost aspect of it. What's the balance between maximizing performance and cost optimization? Because now, you know, people don't want to, you know, they want more power. They also don't want to have a lot of extra spend. And this is kind of one of those things they talk about in Cloud where it's been so successful, cost is important. >> Yeah, yeah, for sure. And it's got to be easy, too, to get that cost optimization benefit. Otherwise, you're spending all your cycles and burning that money there in the human capital and the team and the engineering effort. So luckily, this change is a one-line change. We use Terraform for our automated provisioning, a layer, and we were able to make that one line change and then developers didn't have to make any application changes, which was great. So it was a no-brainer for us to pursue this. >> Talk about the EC2 instances that leverage AMD based process for the EKS, you mentioned that earlier, what is that all about? What's the benefits, what's in it for you guys? >> Yeah, for sure. So essentially, the workloads that are running on these instance types are actual Carbon Black Cloud application. So, all the backend systems that support our customers. And so in that use case, we're, you know, we're spinning up all of our containers that are running our applications and essentially, that's our use case for those instance types. >> How did you come to use the AWS EC2 instances on the AMD? Did you have an evaluation process? Did you just go select it? I mean, take us through that migration aspect of it. >> Yeah, sure, yeah. So originally, we're looking across the board. How can we do better cost optimization, right? And that goes across every different AWS resource, but we targeted this one specifically. We worked alongside with their AWS TAMs and representatives to basically find out, "Hey, is this financially worth the effort?" And we did reach that conclusion with some analysis, basically targeting these instance types and doing some analysis on that cost optimization specifically. And it ended up, you know, being the right thing to target. >> What was the ease of use of the switch? Take us through that. Was it a heavy lift? Was it seamless? Take us through the impact, there, on the move over and what were the results of that? >> Yeah, so I mean, that's the greatest thing. Like I said before, I mean, we had to make just a single line change just to change that instance type in our config and then roll that out across our regions. We did slow roll that in order to make sure that those changes in our development environments didn't make any, you know, performance hits or we didn't run into any snags with the applications themselves. But yeah, I mean, that's the greatest part about the story from my perspective is the ease to migrate over and to switch to these instance types, and then you just immediately gain that cost optimization benefit. >> You know what I love about what your job is, platform architect, that word kind of had a lot of meaning even 10, 15 years ago, but now with the Cloud, it's almost like you're always finagling and managing and massaging and nurturing the infrastructure to enable it. More new things are coming online as well, more high level services. So you've got a fun job and it's always evolving. How do you stay on top of it? What's the impact been for your customers, too, as you start deploying some of these new instance capabilities? Take us through kind of a day in the life of what you do and then what's the impact of customers? >> Yeah, sure. So, you know, like you said, there's quite a bit now to look at. You know, you got to stay on top of different blogs and keep connected with your network to see what your other colleagues are doing across different companies. You know, you can go into conferences like AWS re:Invent, right, to keep on the cutting edge here. But yeah, that's essentially, you know, one of the key aspects is just trying to look at all the different aspects, all the new technologies that are coming out, making sure you're making the right choices there and trying to get the most bang for your buck while you're at it. >> What are some of the big factors that you see in cloud native as you start to look at what customers are doing? Obviously with Kubernetes, you're starting to see that platform develop inside the industry as well as de facto, kind of orchestration layer. But now as customers start to look at it, they want to have more ease of use there, too. At the same time, they don't want to have to do a lot of front end work. They want to get instant benefits in the Cloud, obviously, whether it's from a security standpoint or just rolling out a modern application. Okay, so as having all this infrastructure under the covers, how do you look at that problem and how do you capture that opportunity? >> Yeah, and I think that's why we're seeing a movement here on platform teams. It's kind of a newer terminology, usually a band of developers and SREs come together and say, "Well, we've got a lot of different things to look at. We're onboarding applications to Kubernetes, and we need to make tools so that developers don't have to think much about the transition and the underlying platform." And so that's one of our success metrics on the platform engineering team is just to almost, you know, be non-existent, right? To just have everything flow through our systems and then have just a high ease of use to onboard the applications to the new platform. >> You know, it looks like you have some great success with the AMD based instances. Can I ask you a question? 'Cause I wanted figure this out. How do you identify an AMD based instance when you're making the selections? >> Yeah, sure. It's as easy as just the A after the name. So for us, it was the C5.4XL. And if you want the AMD one, it's just the C5A.4XL. So I guess technically, instead of a one line change, it's actually a one letter change. So, quite easy there. >> Yeah, it's almost like back in the old glory days of command line, one quick update. The customer aspect of this is also important, too. If you don't mind, while I got you here, what are some of the things that you're hearing from your customers, from a performance standpoint, that they're looking for? Obviously, the cost optimization is key, but as they look to deploy more power and more performance, what are some of the things that your customers are looking for from Carbon Black? >> Yeah, so I mean, we are a security company, but we're really a data company because we have, you know, 8,000 customers, we processed over a trillion events per day, we ingress over a hundred terabytes of data per day. And so, our customers need high level performance. And if we can't provide that with low latency, we're not successful. So that's why, you know, performance on the underlying systems that are running our applications is super critical. >> Yeah, you're looking at trailblazer over there. I mean, the work that you guys are doing with the data is amazing. And that's a big theme at re:Invent this year is that data is a huge part. We look at the success of the cloud growth on this, I call gen-two cloud, happening. This whole modern movement is all about how people handle the data at scale, 'cause cloud scales here and now you've got processing all that data, The trailblazing that's going on, there's like this new wave of, I almost called it first-generation trailblazers, but you guys are doing that. What advice would you have for other architects out there and kind of the mainstream enterprises who are like, "Hey, I want to take advantage of the path that you guys have plowed through." What's your advice? >> Yeah, I think one of the key things in a place where we've had a lot of success is creating standards, making sure that we're choosing technology wisely, and making sure that your company isn't building the same solution in silos. And you know, that's a huge pattern that I've seen in my career. And if you can negate that, you're going to be in a great place. So, you know, choose the right technology, container first, cloud native first, push forward, and then make sure that everybody's kind of on that same ship running in the same direction. >> Well, great case study on this AMD based instance migration. Was there any uplift and experience that you've seen on the switch and the performance? Can you just talk about that? What does it mean to upgrade? What benefits are you seeing on the performance you have? >> Yeah, so I didn't hit on this yet and I really wanted to. Yeah, so upfront, the instance itself is 10% cheaper. However, we found out that we had to run far less instances because of that performance increase. So we ended up saving roughly 30% and we've continued to scale out. So at first, it was a couple of hundred instances. Now we're in the thousands and we're going to keep ramping up to over 10 thousands, tens of that. >> John: Let me get this right. So single line change, letter change, instance change. So you get not as many instances, and you save money, so you get cost optimization and higher performance. >> Yep. They say, if it's too good to be true, it's not. But in this case, it actually is. >> So why is it so good in your opinion? What did you discover? What was the big revelation that went down this path? Because that's good value proposition. >> Yeah, for sure. I mean, so initially, we were just chasing that initial BC to 10% and then as we kind of push it forward, we're looking at the metrics, month to month costs and we're actually saying, well, as we kind of swap over from one instance type to another, we're actually paying less. And then once we fully swapped over, it took five or six months to get to the same amount of costs as we continued to scale upward. So it's been a great story. >> It is a great story. It's super nuanced, but it's super important to know these platform benefits. I got to ask you on a personal question, if you don't mind. We love covering Cloud. We've been covering Amazon, it's our ninth year at re:Invent. Just love covering all the action and tech as this just total awesomeness environment. Cloud scale, innovation, capabilities, it's like surfing a big wave. But there's a bigger wave coming and we're seeing it now. I want to get your thoughts on this. As you look to the next big wave, beyond Cloud now, Cloud scale, data, new architecture is rolling out with Edge, basically distributing computing at large scale, and tons of security challenges, right? How do you look at this next big wave coming? Are you staring at it saying, wow, this is going to be huge? And how do you ride that wave? What's your mindset and how do you look at that? >> Well first of all, I'm extremely excited about it. Just the further this thing grows out, there's definitely more complexity, but just a whole slew of fun problems to solve. But when we look at these different problems and solving them at scale across multiple regions, it gets pretty exciting, right? So I can say one example of this is our security of our Cloud, not the security product, and we've developed automation for prevention and auto-remediation in our pipelines. It's been such a success story. And these type of technologies did not exist even a couple of years ago and we've been able to take advantage of them. So, there's going to be a lot more of that where that came from. So, yeah. >> Michael, great work. And again, you're truly a trailblazer, and this is, again, you got to do it. You got to screw your own cloud and stay on the cutting edge and ride that wave. Congratulations on the CostOp cloud optimization and the success with AMD based instances. Congratulations. Thanks. >> Thanks. >> Okay, this is theCUBEs coverage of AWS's re:Invent 2021. I'm John Furrier, your host of theCUBE. Thanks for watching. (inspirational music)
SUMMARY :
Great to have you on theCUBE. Glad to be here. So one of the big and that includes, yeah, cloud security, and the AMD instances. And, you know, initially, this is what, you know, and the engineering effort. And so in that use case, we're, you know, AWS EC2 instances on the AMD? being the right thing to target. on the move over and what and then you just immediately gain and nurturing the But yeah, that's essentially, you know, and how do you capture that opportunity? and the underlying platform." Can I ask you a question? And if you want the AMD in the old glory days of So that's why, you know, I mean, the work that you guys are doing and making sure that your on the performance you have? because of that performance increase. So you get not as many good to be true, it's not. What did you discover? that initial BC to 10% I got to ask you on a personal Just the further this thing grows out, and this is, again, you got to do it. coverage of AWS's re:Invent 2021.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Michael D'aniello | PERSON | 0.99+ |
Michael D´aniello | PERSON | 0.99+ |
Michael D'Aniello | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Michael | PERSON | 0.99+ |
five | QUANTITY | 0.99+ |
John Furrier | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
10% | QUANTITY | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
six months | QUANTITY | 0.99+ |
Carbon Black | ORGANIZATION | 0.99+ |
8,000 customers | QUANTITY | 0.99+ |
AMD | ORGANIZATION | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
ninth year | QUANTITY | 0.99+ |
over 10 thousands | QUANTITY | 0.98+ |
VMware Carbon Black | ORGANIZATION | 0.98+ |
thousands | QUANTITY | 0.98+ |
one line | QUANTITY | 0.97+ |
one | QUANTITY | 0.97+ |
tens | QUANTITY | 0.97+ |
today | DATE | 0.96+ |
single line | QUANTITY | 0.96+ |
One | QUANTITY | 0.96+ |
one-line | QUANTITY | 0.96+ |
Cloud | TITLE | 0.95+ |
one letter | QUANTITY | 0.95+ |
Intel | ORGANIZATION | 0.95+ |
DevSecOps | TITLE | 0.94+ |
over a trillion events per day | QUANTITY | 0.94+ |
EC2 | TITLE | 0.92+ |
one instance | QUANTITY | 0.91+ |
one example | QUANTITY | 0.91+ |
big wave | EVENT | 0.9+ |
one quick update | QUANTITY | 0.88+ |
couple of years ago | DATE | 0.88+ |
re:Invent 2021 | EVENT | 0.87+ |
re:Invent | EVENT | 0.87+ |
2021 | TITLE | 0.87+ |
Carbon | ORGANIZATION | 0.87+ |
C5A.4XL. | COMMERCIAL_ITEM | 0.86+ |
first | QUANTITY | 0.85+ |
30% | QUANTITY | 0.85+ |
hundred instances | QUANTITY | 0.85+ |
over a hundred terabytes of data per day | QUANTITY | 0.84+ |
C5.4XL. | COMMERCIAL_ITEM | 0.81+ |
10, 15 years ago | DATE | 0.81+ |
this year | DATE | 0.8+ |
Invent | EVENT | 0.76+ |
Edge | TITLE | 0.73+ |
big | EVENT | 0.67+ |
re: | EVENT | 0.64+ |
theCUBE | ORGANIZATION | 0.63+ |
Carbon Black Cloud | TITLE | 0.63+ |
Kubernetes | TITLE | 0.58+ |
Terraform | TITLE | 0.57+ |
first-generation | QUANTITY | 0.57+ |
CostOp | ORGANIZATION | 0.55+ |
two | QUANTITY | 0.55+ |
wave | EVENT | 0.53+ |
theCUBE | TITLE | 0.52+ |
AWS reInvent 2021 VMware Matt Morgan
(upbeat intro jingle) >> 'Kay, welcome back everyone to theCUBE's coverage of AWS re:Invent, 2021. I'm John Furrier, your host of theCUBE, with your Matt Morgan, Vice President of Cloud Infrastructure Business Group of VMware, CUBE alumni. Matt, great to see you. Can't wait to see you in person, but thanks for coming in remotely for the virtual now hybrid CUBE for re:Invent. >> It's good to see you too, John. Thanks for having us. You know, it's our ninth year covering re:Invented, Remember the first year we went there, it was all developers, right? >> Right. >> And reminds me of the story that you guys have with AWS, you know, VMware Cloud, and VMware with vSphere pioneered operations in IT, you know, vSphere workloads, but now you move that all in the cloud. I remember Ragu when he announced that deal with Pat Gelsinger and Andy Jassy, we covered it extensively. People were like "What are they doing here? This is interesting". Boy- >> Yeah, you- >> The pundits all get it wrong. Their relationship has been blossoming. It's been really powerful, take us through the history here. >> Thanks, John, I mean, you're absolutely right. We have a phenomenal relationship with Amazon Web Services. The value of our partnership has been realized by customers all over the world, in every industry, as they embrace the seamless hybrid cloud experience powered by VMware, vSphere, and of course VM-ware Cloud Stack. Of course, we've recently expanded our operations here, including Japan and the launch of the Soccer Regions. And we're fully open for business with the U.S. Federal Government with VMware Cloud on AWS Gov Cloud. There's strong alignment across the field with new go-to-market teams on both sides and a powerful resell agreement that enables AWS sellers to take VMware Cloud on AWS and all the associated VMware services, such as VMware cloud disaster recovery, NSX vRealize Cloud Management, to their enterprise customers. And we couldn't be doing better. >> Yeah, and you brought up a lot of things there. You mentioned Outpost, mentioned Gov Cloud, you mentioned Marketplace, which means you mentioned the acronym, which is basically, I think it's called EDP Credits, which essentially the enterprise, Amazon's Salesforce working together. So, essentially full business model and technical integrations with Amazon. So, success certainly being demonstrated there. So congratulations, that being said, there's still more to do. We got this whole big wave coming on, you see the edge, you seeing multicloud, you seeing hybrid becoming the operational model, both on premises and in the cloud. And so, customers really are asking themselves "Okay, I got VMware, I got AWS Cloud, I got to secure these clouds now. I got to start putting the business model together on top of the technical architecture". You know, microservices, Kubernetes, Tansu, all the things you guys are doing, but customers want to ask you "What about securing the cloud?", this is the number one question, what's your reaction to that? >> Yeah, it's a great topic, John, at the end of the day, this is about evolving the hybrid cloud. And if you think about it, originally, the hybrid cloud was about unifying both infrastructure and operations between the on-premises world, and the public cloud world. And now what's happening, is we are seeing people embrace that in spades, and as a result of that, their Tier 1 applications are running both on-premises and in the public cloud. And with our new announced local cloud capabilities with VMware Cloud on AWS Outpost, it's leading to this whole new enterprise architecture, which we call the distributed cloud. When you look at deploying enterprise applications in a distributed cloud environment, the conversation starts with consistent networking and importantly security. So, let's talk about that for a moment. Customers are asking us "How do we secure our data when we start having infrastructure in a variety of locations? Are our applications and networks... Are they really secure when they run in these completely different environments? And importantly, when we move an application, we take it from our on-premise data center, we move it to the public cloud are the security policies... Are they moving with it? Do I need to re-architect for that?". And the real question, all of this boils down to "Are we expanding that attack surface when we move to VMware Cloud on AWS?". And so we have to come back to what do we do here to really alleviate these concerns? With data security, it's all about encryption, universal insights. We have the super root capability within our platform to ensure that everything is measured, every message from an application, every data, it's great for Chain Of Custody, Audit. Of course we have backup DR Ransomware. On the application side, of course, segmentation is super important with application centric firewalls, VPNs, tunneling, EDR, IDS, IPS. And of course, none of that matters if you have to reset everything up every time an application moves. And this is a real unique value proposition for us, it's about portability. We deliver portable security. We can move an application, the APIs are standard. You can move it up to the public cloud, your policies, your integrations, even if it's third-party integrations, they're maintained. And that really delivers the ability to say "Look, we can make sure your attack surface is not expanding, it's a controlled environment for you". And that really shrinks the risk factors associated with moving to this distributed cloud environment. >> You know, that's the really, I think the key point, I think that you brought up this infrastructure, kind of, table stakes. Which keeps rising because security's, honestly is now there's no... There's a huge... There's no perimeter. It's huge surface area. Everything has to be secured and locked down. And the big theme at re:Invent this year is data, right? So, you know, data and security all go hand in hand. And so that brings up the aspect of the edge. The edge is now booming, you seeing 5G again, you're here hearing it here at reinvent again, more and more 5G. You mentioned local services, Outpost is evolving. This is kind of the new area, and certainly, attack factor as well. So, you mentioned this whole local services. Take me through that because this becomes interesting because this is an architectural issue for enterprises to figure out, "Okay, I got to distribute a computing architecture, it's called The Cloud and multiple clouds. Now, I've got this edge, whole 'nother opening opens up the case for the architecture conversation". What's the strategy? How do you guys view the case? How do you make the case for local services? >> So, we were super excited to announce VMware Cloud on AWS Outpost. This is a local cloud as a service offering. So, let me break that down a little bit. Of course, compute at the edge is nothing new, but the problem with traditional approaches is typically edge locations may lack IT excellence. Which means there's no one there to manage the service. VMware Cloud on AWS outposts is that local cloud as a service, meaning it's fully managed and at the edge, that's a perfect fit. It's hand in glove for those types of workloads that are out, pushed all the way out, whether it's part of an agricultural deployment or an energy production facility or retail store, where there isn't that typical IT excellence. VMware cloud on AWS outposts enables customers to deploy the same Cloud instance as they're running VMware Cloud on AWS, but be able to do it out at that edge environment. And when you look at the overall value of VMware Cloud on AWS Outpost, it's about delivering a simpler, cost effective, consistent cloud experience for those on-prem environments that matches the operating model of the public cloud. Think of the places that you really want to have cloud infrastructure, where it's critical. Going back to your point on data, getting real time insights on that data, to be able to process that, we call those perishable insights. The value is the immediacy understanding that value specific to the moment it's being captured. Think about the different types of sensor environments, where data's coming off expensive equipment, that's measuring temperature and speed. Understanding that value back to the operator - really, really important. You don't have time to pipe that data up to a cloud process and send the results back down. Edge environments require that real-time stuff. So, together with AWS, we jointly deliver a fully managed service right down to the AWS hardware on which we built the VMware cloud instance. We think about where we're seeing the most interest here. You can look across all kinds of industries and use cases, and we're seeing it specifically in healthcare, out of the hospital, manufacturing for equipment monitoring, government, higher education, where those end points are typically virtualized. There are others, but these are the big ones so far. >> You know, I was just talking to an AMD executive or product marketing person on the gaming side. And they're living this right now because they're putting all the virtual collaboration in the cloud, all the data, because they have so much data and they have so much need for these special instances, whether it's GPUs, and CPUs, a mix and match. So, as instances become more special purposed, that's going to enable them to have more productivity. But then, when you have that baseline in the cloud, the edge also has processing power. So, I think people are starting to see this notion of "Okay, I'm in the cloud, but I can also have that cloud edge without moving data back to the centralized cloud and processing it at the edge with software". >> Yeah, that's true. >> This is real. >> It's super real. And the one that really resonates with customers, is one that we all understand and that's healthcare. Anytime you're in a regional environment where you're at a hospital, think of an ICU, the criticality of that data being processed, providing the insights, this is more mission critical than any other environment, because we're dealing with human lives, think about the complex compute requirements of that environment. And then look at the beauty and elegance of this system, a cloud-based system on premises, doing that compute, providing those insights, giving reality back to the clinician, so they can make those decisions. Healthcare is super, super important. And we see customers across the spectrum, looking at what's happening at the edge and embracing it, whether it's healthcare or other industries. And again, it's a perfect fit for them. >> Yeah, real quick, before we move on to what's new, I'm want to get to that, the Tansu stuff as well. What other industries are popping out? Obviously, manufacturing. What can you talk with some industries and some verticals that are really primed for this local cloud service? >> So, let's talk about manufacturing for a moment. Manufacturing is another facility oriented compute requirement that is perfectly fit, from a system and solution way like VMware cloud on AWS Outposts. Within the manufacturing environment, there's tons of very critical machines. There's inventory management, there's a combination of time management, people management, bringing it all together to ensure that process lines are moving as required, that inventory is provided at the specific moment it's needed, and to make sure that everything, especially in today's supply chain world is provided when is required. This type of capability allows an organization to bring in that sensor data, bring in that inventory data, produce applications that manage that in real time, delivering that compute. And in the manufacturing floor, again, limited IT excellence. So, this provides that capability. Another one is energy production. Think about energy production that's out in the field in North Dakota, or out on an oil rig that might be in the Gulf of Mexico. Not only are you dealing with lack of IT excellence, you're also dealing with limited connectivity. This equipment needs to be monitored and censored and the data from those sensors help drive critical decisions. And with limited connectivity, I mean, you may not even have an LTE signal, the need to do that real time is paramount, local cloud provides that. >> Yeah, and I'd also just add, because we're going to move on, but higher ED is going to be completely transformed. Well, I think that's going to be kind of like a pleat revamp. Let's get into what's new on VMware Cloud on AWS give us the update on the new things that people should know about. That's important that they should review, take us through that, what's new? >> Yeah, absolutely. So, the first is the integration with the AWS console. This is a big thing that we're delivering because VMware Cloud on AWS is a native service of AWS. I have to kind of say that twice, it's a native service of AWS. And because of that, we get the same operational and commerce experience for VMware Cloud instances as customers do with traditional AWS services. This means customers now have a choice between AWS centric operating model, which is highly relevant to DevOps and developers, or VMware centric operating model, which is very relevant to traditional operators, and IT users. VMware Cloud on AWS Gov Cloud is expanded to the U.S., East Virginia Region, and achieved aisle five certification. This new region will make the service more relevant for the Eastern Seaboard where much of the Federal Government resides. And of course with aisle five, it opens up VMware Cloud on AWS to the U.S. military and defense contractors, which is huge because there's massive cloud transformation contracts currently in play. And of course, VMware Cloud on AWS Gov Cloud provides the most secure enterprise cloud for those DOD customers, especially when they focus on those critical Tier 1 workloads. >> It's been three years since the GA of the VMware cloud on AWS, has been earlier, since you announced it> You're pumping on all cylinders, as we had predicted, others didn't, just FYI for the folks watching. What's the final vibe? End the segment with your view of what's going on with VMware Cloud on AWS? What's the bumper sticker? >> So, at the end of the day, every customer is looking to migrate and modernize their workloads. And VMWare cloud gives them that capability to do it faster than anyone else. Customers take their applications, tier 1 applications, move it to that secure distributed cloud construct, that idea of having VMware Cloud on AWS, sharing all those security policies, all of that consistent infrastructure and operations. And then they can modernize those applications, using all of those cloud services and the ability to use Tansu to containerize where applicable. We're excited about these capabilities, and our customers are adopting it faster each and every year. And we're thrilled about the traction we're had. And we're thrilled about the partnership we have with Amazon Web Services. So, lots more to come in this space. >> Lot of great stuff, people moving up the stack on the cloud, you're seeing more refactoring in the cloud. Matt Morgan, great to see you. We've been talking 'about this for years on theCUBE. Great to come on and give some insights. All happening. Infrastructure is code. And everyone's winning with containers and microservices. So, great stuff. Thanks for coming on. >> Thanks a lot, John, take care. >> Okay, Matt Morgan, the VP of Cloud Infrastructure Business Group of VMware. This theCUBE's coverage of AWS re:Invent, 2021. I'm John Furrier, your host. Thanks for watching. (upbeat outro jingle)
SUMMARY :
remotely for the virtual It's good to see you too, John. And reminds me of the story It's been really powerful, take and all the associated VMware services, all the things you guys are doing, the ability to say This is kind of the new area, Think of the places that you really that baseline in the cloud, And the one that really the Tansu stuff as well. the need to do that but higher ED is going to of the Federal Government resides. End the segment with So, at the end of the day, refactoring in the cloud. the VP of Cloud Infrastructure
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
John | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
John Furrier | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Matt Morgan | PERSON | 0.99+ |
Amazon Web Services | ORGANIZATION | 0.99+ |
Andy Jassy | PERSON | 0.99+ |
Matt | PERSON | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Pat Gelsinger | PERSON | 0.99+ |
North Dakota | LOCATION | 0.99+ |
Gulf of Mexico | LOCATION | 0.99+ |
Outpost | ORGANIZATION | 0.99+ |
Kay | PERSON | 0.99+ |
U.S. | LOCATION | 0.99+ |
twice | QUANTITY | 0.99+ |
both sides | QUANTITY | 0.99+ |
U.S. Federal Government | ORGANIZATION | 0.99+ |
AMD | ORGANIZATION | 0.99+ |
first | QUANTITY | 0.99+ |
VMware Cloud | TITLE | 0.99+ |
both | QUANTITY | 0.98+ |
VMware cloud | TITLE | 0.98+ |
Cloud Infrastructure Business Group | ORGANIZATION | 0.98+ |
five | QUANTITY | 0.98+ |
VMware Cloud | TITLE | 0.97+ |
Gov Cloud | TITLE | 0.97+ |
three years | QUANTITY | 0.97+ |
Japan | LOCATION | 0.96+ |
Eastern Seaboard | LOCATION | 0.96+ |
vSphere | TITLE | 0.96+ |
East Virginia Region | LOCATION | 0.96+ |
Ragu | PERSON | 0.95+ |
today | DATE | 0.95+ |
CUBE | ORGANIZATION | 0.95+ |
5G | ORGANIZATION | 0.95+ |
Kubernetes | ORGANIZATION | 0.93+ |
ninth year | QUANTITY | 0.93+ |
Tansu | ORGANIZATION | 0.92+ |
theCUBE | ORGANIZATION | 0.92+ |
AWS Outposts | ORGANIZATION | 0.91+ |
Tansu | TITLE | 0.9+ |
VMWare cloud | TITLE | 0.9+ |
Ajay Patel, VMware | VMworld 2021
(upbeat music) >> Welcome to theCUBE's coverage of VMworld 2021. I'm Lisa Martin. I've got a CUBE alum with me next. Ajay Patel is here, the SVP and GM of Modern Apps and Management at VMware. Ajay, welcome back to the program, it's great to see you. >> Well thank you for having me. It's always great to be here. >> Glad that you're doing well. I want to dig into your role as SVP and GM with Modern Apps and Management. Talk to me about some of the dynamics of your role and then we'll get into the vision and the strategy that VMware has. >> Makes sense. VMware has created a business group called Modern Apps and Management, with the single mission of helping our customers accelerate their digital transformation through software. And we're finding them leveraging both the edge and the multiple clouds they deploy on. So our mission here is helping, them be the cloud diagnostic manager for application development and management through our portfolio of Tazu and VRealize solutions allowing customers to both build and operate applications at speed across these edge data center and cloud deployments And the big thing we hear is all the day two challenges, right of managing costs, risks, security, performance. That's really the essence of what the business group is about. How do we speed idea to production and allow you to operate at scale. >> When we think of speed, we can't help, but think of the acceleration that we've seen in the last 18 months, businesses transforming digitally to first survive the dynamics of the market. But talk to me about how the, the pandemic has influenced catalyzed VMware's vision here. >> You can see in every industry, this need for speed has really accelerated. What used to be weeks and months of planning and execution has materialized into getting something out in production in days. One of great example I can remember is one of my financial services customer that was responsible for getting all the COVID payments out to the small businesses and being able to get that application from idea to production matter of 10 days, it was just truly impressive to see the teams come together, to come up with the idea, put the software together and getting production so that we could start delivering the financial funds the companies needed, to keep them viable. So great social impact and great results in matter of days. >> And again, that acceleration that we've seen there, there's been a lot of silver linings, I think, but I want to get in next to some of the industry trends that are influencing app modernization. What are you seeing in the customer environment? What are some of those key trends that are driving adoption? >> I mean, this move to cloud is here to stay and most of customers have a cloud first strategy, and we rebranded this from VMware the cloud smart strategy, but it's not just about one particular flavor of cloud. We're putting the best workload on the best cloud. But the reality is when I speak to many of the customers is they're way behind on the bar of digital plats. And it's, that's because the simple idea of, you know, lift and shift or completely rewrite. So there's no one fits all and they're struggling with hardware capability, their the development teams, their IT assets, the applications are modernized across these three things. So we see modernization kind of fall in three categories, infrastructure modernization, the practice of development or devops modernization, and the application transform itself. And we are starting to find out that customers are struggling with all three. Well, they want to leverage the best of cloud. They just don't have the skills or the expertise to do that effectively. >> And how does VMware help address that skills gap. >> Yeah, so the way we've looked at it is we put a lot of effort around education. So on the everyone knows containers and Kubernetes is the future. They're looking to build these modern microservices, architectures and applications. A lot of investment in just kind of putting the effort to help customers learn these new tools, techniques, and create best practices. So theCUBE academy and the effort and the investment putting in just enabling the ecosystem now with the skills and capabilities is one big effort that VMware is putting. But more importantly, on the product side, we're delivering solutions that help customers both build design, deliver and operate these applications on Kubernetes across the cloud of choice. I'm most excited about our announcement around this product. We're just launching called Tanzu application platform. It is what we call an application aware platform. It's about making it easy for developers to take the ideas and get into production. It kind of bridging that gap that exists between development and operations. We hear a lot about dev ops, as you know, how do you bring that to life? How do you make that real? That's what Tanzu application platform is about. >> I'm curious of your customer conversations, how they've changed in the last year or so in terms of, app modernization, things like security being board level conversations, are you noticing that that is rising up the chain that app modernization is now a business critical initiative for our businesses? >> So it's what I'm finding is it's the means. It's not that if you think about the board level conversations about digital transformation you know, I'm a financial services company. I need to provide mobile FinTech. I'm competing with this new age application and you're delivering the same service that they offered digitally now, right. Like from a retail bank. I can't go to the store, the retail branch anymore, right. I need to provide the same capability for payments processing all online through my mobile phone. So it's really the digitalization of the traditional processes that we're finding most exciting. In order to do that, we're finding that no applications are in cloud right. They had to take the existing financial applications and put a mobile frontend to it, or put some new business logic or drive some transformation there. So it's really a transformation around existing application to deliver a business outcome. And we're focusing it through our Tanzu lab services, our capabilities of Tanzu application platform, all the way to the operations and management of getting these products in production or these applications in production. So it's the full life cycle from idea to production is what customers are looking for. They're looking to compress the cycle time as you and I spoke about, through this agility they're looking for. >> Right, definitely a compressed cycle time. Talk to me about some of the other announcements that are being made at VMworld with respect to Tanzu and helping customers on the app modernization front, and that aligned to the vision and mission that you talked about. >> Wonderful, I would say they're kind of, I put them in three buckets. One is what are we doing to help developers get access to the new technology. Back to the skills learning part of it, most excited about Tanzu of community edition and Tanzu mission control starter pack. This is really about getting Kubernetes stood up in your favorite deployment of choice and get started building your application very quickly. We're also announcing Tanzu application platform that I spoke about, we're going to beta 2 for that platform, which makes it really easy for developers to get access to Kubernetes capability. It makes development easy. We're also announcing marketplace enhancements, allowing us to take the best of breed IC solutions and making them available to help you build applications faster. So one set of announcements around building applications, delivering value, getting them down to market very quickly. On the management side, we're really excited about the broad portfolio management we've assembled. We're probably in the customer's a way to build a cloud operating model. And in the cloud operating model, it's about how do I do VMs and containers? How do I provide a consistent management control plane so I can deliver applications on the cloud of my choice? How do I provide intrinsic observability, intrinsic security so I can operate at scale. So this combination of development tooling, platform operations, and day two operations, along with enhancements in our cost management solution with CloudHealth or being able to take our universal capabilities for consumption, driving insight and observity that really makes it a powerful story for customers, either on the build or develop or deploy side of the equation. >> You mentioned a couple of things are interesting. Consistency being key from a management perspective, especially given this accelerated time in which we're living, but also you mentioned security. We've seen so much movement on the security front in the last year and a half with the massive rise in ransomware attacks, ransomware now becoming a household word. Talk to me about the security factor and how you're helping customers from a risk mitigation perspective, because now it's not, if we get attacked, it's when. >> And I think it's really starts with, we have this notion of a secure software supply chain. We think of software as a production factory from idea to production. And if you don't start with known good hard attacks to start with, trying to wire in security after attack is just too difficult. So we started with secure content, curated images content catalogs that customers are setting up as best practices. We started with application accelerators. These are best practice that codifies with the right guard rails in place. And then we automate that supply chain so that you have checks in every process, every step of the way, whether it's in the build process and the deploy process or in runtime production. And you had to do this at the application layer because there is no kind of firewall or edge you can protect the application is highly distributed. So things like application security and API security, another area we announced a new offering at VM world around API security, but everything starts with an API endpoint when you have a security. So security is kind of woven in into the design build, deploy and in the runtime operation. And we're kind of wire this in intrinsically to the platform with best of breed security partners now extending in evolving their solution on top of us. >> What's been some of the customer feedback from some of the new technologies that you announced. I'm curious, I imagine knowing how VMware is very customer centric, customers were essential in the development and iteration of the technologies, but just give me some of the idea on customer feedback of this direction that you're going. >> Yeah, there's a great, exciting example where we're working with the army to create a software factory. you would've never imagined right, The US army being a software digital enterprise, we're partnering with what we call the US army futures command in a joint effort to help them build the first ever software development factory where army personnel are actually becoming true cloud native developers, where you're putting the soldiers to do cloud native development, everything in the terms of practice of building software, but also using the Tanzu portfolio in delivering best-in-class capability. This is going to rival some of the top tech companies in Silicon valley. This is a five-year prototype project in which we're picking cohorts of soldiers, making them software developers and helping them build great capability through both combination of classroom based training, but also strong technical foundation and expertise provided by our lab. So this is an example where, you know, the industry is working with the customer to co-innovate, how we build software, but also driving the expertise of these personnel hierarchs. As a soldier, you know, what you need, what if you could start delivering solutions for rest of your members in a productive way. So very exciting, It's an example where we've leapfrogging and delivering the kind of the Silicon valley type innovation to our standard practice. It's traditionally been a procurement driven model. We're trying to speed that and drive it into a more agile delivery factory concept as well. So one of the most exciting projects that I've run into the last six months. >> The army software factory, I love that my dad was an army medic and combat medic in Vietnam. And I'm sure probably wouldn't have been apt to become a software developer. But tell me a little bit about, it's a very cool project and so essential. Talk to me a little bit about the impetus of the army software factory. How did that come about? >> You know, this came back with strong sponsorship from the top. I had an opportunity to be at the opening of the campus in partnership with the local Austin college. And as General Milley and team spoke about it, they just said the next battleground is going to be a digital backup power hub. It's something we're going to have to put our troops in place and have modernized, not just the army, but modernize the way we deliver it through software. It's it speaks so much to the digital transformation we're talking about right. At the very heart of it is about using software to enable whether it's medics, whether it's supplies, either in a real time intelligence on the battlefield to know what's happening. And we're starting to see user technology is going to drive dramatically hopefully the next war, we don't have to fight it more of a defensive mode, but that capability alone is going to be significant. So it's really exciting to see how technology has become pervasive in all aspects, in every format including the US army. And this partnership is a great example of thought leadership from the army command to deliver software as the innovation factory, for the army itself. >> Right, and for the army to rival Silicon valley tech companies, that's pretty impressive. >> Pretty ambitious right. In partnership with one of the local colleges. So that's also starting to show in terms of how to bring new talent out, that shortage of skills we talked about. It's a critical way to kind of invest in the future in our people, right? As we, as we build out this capability. >> That's excellent that investment in the future and helping fill those skills gaps across industries is so needed. Talk to me about some of the things that you're excited about this year's VMworld is again virtual, but what are some of the things that you think are really fantastic for customers and prospects to learn? >> I think as Raghu said, we're in the third act of VM-ware, but more interestingly, but the third act of where the cloud is, the cloud has matured cloud 2.0 was really about shifting and using a public cloud for the IS capabilities. Cloud 3.0 is about to use the cloud of choice for the best application. We are going to increasingly see this distributed nature of application. I asked most customers, where does your application run? It's hard to answer that, right? It's on your mobile device, it's in your storefront, it's in your data center, it's in a particular cloud. And so an application is a collection of services. So what I'm most excited about is all business capables being published as an API, had an opportunity to be part of a company called Sonos and then Apogee. And we talked about API management years ago. I see increasingly this need for being able to expose a business capability as an API, being able to compose these new applications rapidly, being able to secure them, being able to observe what's going on in production and then adjust and automate, you can scale up scale down or deploy the application where it's most needed in minutes. That's a dynamic future that we see, and we're excited that VM was right at the heart of it. Where that in our cloud agnostic software player, that can help you, whether it's your development challenges, your deployment challenges, or your management challenges, in the future of multi-cloud, that's what I'm most excited about, we're set up to help our customers on this cloud journey, regardless of where they're going and what solution they're looking to build. >> Ajay, what are some of the key business outcomes that the cloud is going to deliver across industries as things progress forward? >> I think we're finding the consistent message I hear from our customers is leverage the power of cloud to transform my business. So it's about business outcomes. It's less about technology. It's what outcomes we're driving. Second it's about speed and agility. How do I respond, adjust kind of dynamic contiuness. How do I innovate continuously? How do I adjust to what the business needs? And third thing we're seeing more and more is I need to be able to management costs and I get some predictability and able to optimize how I run my business. what they're finding with the cloud is the costs are running out of control, they need a way, a better way of knowing the value that they're getting and using the best cloud for the right technology. Whether may be a private cloud in some cases, a public cloud or an edge cloud. So they want to able to going to select and move and have that portability. Being able to make those choices optimization is something they're demanding from us. And so we're most excited about this need to have a flexible infrastructure and a cloud agnostic infrastructure that helps them deliver these kinds of business outcomes. >> You mentioned a couple of customer examples and financial services. You mentioned the army software factory. In terms of looking at where we are in 2021. Are there any industries in particular, maybe essential services that you think are really prime targets for the technologies, the new announcements that you're making at VM world. >> You know, what we are trying to see is this is a broad change that's happening. If you're in retail, you know, you're kind of running a hybrid world of digital and physical. So we're seeing this blending of physical and digital reality coming together. You know, FedEx is a great customer of ours and you see them as spoken as example of it, you know, they're continue to both drive operational change in terms of being delivering the packages to you on time at a lower cost, but on the other side, they're also competing with their primary partners and retailers and in some cases, right, from a distribution perspective for Amazon, with Amazon prime. So in every industry, you're starting to see the lines are blurring between traditional partners and competitors. And in doing so, they're looking for a way to innovate, innovate at speed and leverage technology. So I don't think there is a specific industry that's not being disrupted whether it's FinTech, whether it's retail, whether it's transportation logistics, or healthcare telemedicine, right? The way you do pharmaceutical, how you deliver medicine, it's all changing. It's all being driven by data. And so we see a broad application of our technology, but financial services, healthcare, telco, government tend to be a kind of traditional industries that are with us but I think the reaches are pretty broad. >> Yeah, it is all changing. Everything is becoming more and more data-driven and many businesses are becoming data companies or if they're not, they need to otherwise their competition, as you mentioned, is going to be right in the rear view mirror, ready to take their place. But that's something that we see that isn't being talked about. I don't think enough, as some of the great innovations coming as a result of the situation that we're in. We're seeing big transformations in industries where we're all benefiting. I think we need to get that, that word out there a little bit more so we can start showing more of those silver linings. >> Sure. And I think what's happening here is it's about connecting the people to the services at the end of the day, these applications are means for delivering value. And so how do we connect us as consumers or us employees or us as partners to the business to the operator with both digitally and in a physical way. And we bring that in a seamless experience. So we're seeing more and more experience matters, you know, service quality and delivery matter. It's less about the technologies back again to the outcomes. And so very much focused in building that the platform that our customers can use to leverage the best of the cloud, the best of their people, the best of the innovation they have within the organization. >> You're right. It's all about outcomes. Ajay, thank you for joining me today, talking about some of the new things that the mission of your organization, the vision, some of the new products and technologies that are being announced at VM world, we appreciate your time and hopefully next year we'll see you in person. >> Thank you again and look forward to the next VMWorld in person. >> Likewise for Ajay Patel. You're very welcome for Ajay Patel. I'm Lisa Martin, and you're watching theCUBEs coverage of VMWorld of 2021. (soft music)
SUMMARY :
Ajay Patel is here, the SVP and GM It's always great to be here. and the strategy that VMware has. and the multiple clouds they deploy on. the dynamics of the market. and being able to get that application some of the industry trends or the expertise to do that effectively. address that skills gap. putting the effort to help So it's really the digitalization of the and that aligned to the vision And in the cloud operating model, in the last year and a half at the application layer and iteration of the technologies, the customer to co-innovate, impetus of the army software factory. of the campus in partnership Right, and for the army to rival of invest in the future Talk to me about some of the things in the future of multi-cloud, and able to optimize You mentioned the army software factory. the packages to you on time of the situation that we're in. building that the platform that the mission of your organization, and look forward to the and you're watching theCUBEs
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lisa Martin | PERSON | 0.99+ |
Ajay Patel | PERSON | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Sonos | ORGANIZATION | 0.99+ |
Silicon valley | LOCATION | 0.99+ |
FedEx | ORGANIZATION | 0.99+ |
Vietnam | LOCATION | 0.99+ |
Apogee | ORGANIZATION | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Tanzu | ORGANIZATION | 0.99+ |
10 days | QUANTITY | 0.99+ |
2021 | DATE | 0.99+ |
Ajay | PERSON | 0.99+ |
third | QUANTITY | 0.99+ |
Second | QUANTITY | 0.99+ |
One | QUANTITY | 0.99+ |
Cloud 3.0 | TITLE | 0.99+ |
one | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
next year | DATE | 0.99+ |
two challenges | QUANTITY | 0.99+ |
today | DATE | 0.98+ |
third act | QUANTITY | 0.98+ |
Raghu | PERSON | 0.98+ |
both | QUANTITY | 0.98+ |
last year | DATE | 0.98+ |
Tazu | ORGANIZATION | 0.97+ |
VMworld 2021 | EVENT | 0.97+ |
Austin | LOCATION | 0.97+ |
VMWorld | EVENT | 0.97+ |
Kubernetes | TITLE | 0.97+ |
first strategy | QUANTITY | 0.96+ |
three | QUANTITY | 0.95+ |
US | ORGANIZATION | 0.95+ |
VMworld | ORGANIZATION | 0.95+ |
this year | DATE | 0.95+ |
VRealize | ORGANIZATION | 0.95+ |
single mission | QUANTITY | 0.95+ |
five-year prototype | QUANTITY | 0.95+ |
Modern Apps and Management | ORGANIZATION | 0.94+ |
beta 2 | OTHER | 0.93+ |
prime | COMMERCIAL_ITEM | 0.93+ |
three buckets | QUANTITY | 0.91+ |
last six months | DATE | 0.89+ |
SVP | PERSON | 0.87+ |
Modern Apps | ORGANIZATION | 0.86+ |
three things | QUANTITY | 0.84+ |
two | QUANTITY | 0.84+ |
three categories | QUANTITY | 0.83+ |
cloud 2.0 | TITLE | 0.83+ |
last year and a half | DATE | 0.8+ |
VMWorld of 2021 | EVENT | 0.78+ |
pandemic | EVENT | 0.78+ |
day | QUANTITY | 0.77+ |
one set | QUANTITY | 0.76+ |
theCUBE | ORGANIZATION | 0.76+ |
US army | ORGANIZATION | 0.75+ |
theCUBE academy | ORGANIZATION | 0.73+ |
COVID | OTHER | 0.73+ |
last 18 months | DATE | 0.72+ |
CUBE | ORGANIZATION | 0.71+ |
telco | ORGANIZATION | 0.67+ |
VM world | EVENT | 0.66+ |
Sanjay Uppal, VMware | VMworld 2021
(upbeat techno music) >> Welcome to theCube's coverage of VMworld 2021. I'm Lisa Martin. Another Cube alum joining me on the program next, Sanjay Uppal is here, the SVP and GM of Service Provider and Edge Business at VMware. Sanjay, it's great to see you. Thanks for coming back on the program. >> Oh yeah. Thank you. Thanks Lisa. And thank you to theCube. >> It's great that we're covering VMworld. I can't wait til they're back in person. This is another event that is virtual for obvious reasons. But I wanted to dig into your role and have you really kind of unpack that for us. Your role is the senior vice president and general manager of the Service Provider and Edge Business. Talk to me about that. >> Yeah, it's a bit of a mouthful, but really what we're doing here is recognizing that the world is shifting and a lot of the workloads are moving to the edge. So that's the edge part of my responsibility. And the other part is the service providers. Service provider of course, is the name for facilities based telecom operators, as they used to be called in the past, but simply called service providers today. So putting those two things together because service provider, 5G and the edge all go together. So I'm running that as a business for VMware. >> Got it. Let's get VMware's definition of the edge. I always like to do that because some companies have a slightly different spin on it. What is it to VMware? >> Yeah, so to VMware, the edge is distributed digital infrastructure. Digital infrastructure of course, is the software stack that you need to run the applications on top, and it's for running workloads. Now, the important part here that we're defining is that the workloads can be in what's known as the underlay, which you can think of as the infrastructure that is needed to run 5G and fiber. But the workloads can also be in the overlay, which is where you find software defined RAN, secure access service edge. And the workloads can be at the edge application layer. These are the new class of applications that we'll talk about. So it's for running workloads. And the other important part of it is, it's across a number of locations. This is not just about being in a few handful of data centers. This is about being in hundreds of thousands, sometimes millions of locations, which has its own quirks in terms of how that infrastructure should work. And the important point is that the edge is placed close to where the end points are either producing or consuming data. So that's what the edge is, as we define it at VMware. >> Got it. Talk to me about the strategy and the vision that VMware has for edge. >> That's, you know, we're at a very important inflection point in the industry, as far as the edge is concerned. And I just always link it back into what's happening, as an example, in music. So one of my favorite songs from Aerosmith is, "Living on the Edge," and that's literally where we are right now. We're living on the edge and what Aerosmith says is, "We're looking at the world in a different way because things are changing all the way around." Of course, I'm paraphrasing a little bit, but our strategy at VMware is to take this living at the edge, which is happening across the board, and to capture it into infrastructure that we're building, come up with a common software stack that will support workloads that are running in the underlay, in the overlay or at the application layer, and support this entirely new class of applications that are coming in. And these applications, to contrast it with what has been happening before, these applications are being built for experiences. And I'll dig into this in a little bit, but really essentially VMware strategy is to come up with that common software stack that is going to be placed at all of these edge locations, sometimes millions of them, for different types of workloads, but the commonality of the stack is important because that is what the service providers and the enterprises use to derive the benefits. >> Being designed for experiences. It's so interesting, because that's what we expect in our personal lives, in our business lives. We want to have good experiences, whether we're ordering something on Amazon or we're trying to collaborate via Slack or something like that. Experience matters. It sounds silly to say, but it's absolutely true. Talk to me about some of the things, the edge being core to customer's future in any industry. >> Yeah. So, you know, from an industry standpoint, we always used to talk about, what are the features of your product and what are the benefits for customers? And then we started seeing an evolution from benefits into, what are the outcomes that the customers want? But now we are getting from outcomes to experiences. And you take, just an example of a retail chain that we're working with, what they want to do is not just simply sell a product to a customer, walks into the store. They want that person to have an excellent experience. And in order to get to that experience, as an example of what would happen is, this person walks into a store. They recognize who that person is, what they had purchased before, they look at what are the likelihood that they want to buy something today? Do I have that thing in my inventory? If I don't, can I manufacture it with my third generation printer that I have over here? The 3D printer that is sitting in the back room. And then, once that is produced in the next few minutes, can they have an experienced in playing a game with the sportsmen of their choice, on this massive screen that's in there? That's experience. That's not just walking into a store, buying a product and walking out. Another experience would be, when you look at healthcare, what's going on right now that when you have a symptom, you go to your doctor to get checked out. But what if your body tells you that there's something that you need to get done? So this entire new class of applications are coming in with sensors that have artificial intelligence in them that are metricating what is happening. And these sensors with that intelligence then get fed into the edge infrastructure, because this is voluminous amount of information. As you can imagine, the amount of metrics that your body needs to track, all this voluminous information needs to get correlated. And then you may need to make an inference about it. Again, that's an experience because you're completely changing the nature of health as this is going about. So in every vertical industry, we have these examples of experiences and what this requires is computation, networking and storage to be pushed all the way into the edge. It requires a network to get this done. It requires connectivity. And it requires, as I've spoken about before, this common software stack that VMware is bringing. >> So talk to me about what's being announced and unveiled at VMworld. >> So what we are announcing very simply is the VMware Edge. And what that VMware Edge is, it comprises three common software stacks at different layers of the stack. So the first thing that we're saying is that we are announcing the VMware Edge compute stack. So this is software that companies can use, ISV's can use, to develop Edge native applications. These are applications that are born at the edge. They're not applications that are necessarily being refactored from somewhere else. And this is stack that is available in very small form factors, all the way to large form factors, and it'S stack that's connected together. As I mentioned before, the numbers of locations are very important. So we are packaging this, we're making it available across the board next week. This is the first part of the announcement. The second part of the announcement is the expansion of our secure access service edge offering. And that expansion includes going from software defined RAN, which was the first and highly successful service to include secure access, cloud web security, and then to follow that on in a multi-services approach and add more services as we go along. And the third piece is to take our Telco cloud platform, we are announcing that that platform is being co-opted to now run at the edge. Now, one very important development in that part, is that we've had our ESXI product, which is very successful in running in the data center, we have an edge ready version for this product. We've made a 10X improvement in the overhead and latency of ESXI. So now it can be deployed in edge locations in very small form factors, and it is absolutely equivalent to bare metal overhead. So now when companies are looking at, is there overhead associated with the ESXI hypervisor? We're saying, no. It's equivalent to bare metal. And all the benefits that you get with deploying ESXI, will now accrue to benefits that you would have at the edge. >> Talk to me about how the events of the past 18 months, we've seen massive acceleration in digital transformation. We've seen, you mentioned the retailer, the retailer is having to be able to massively shift curbside delivery, e-commerce. How have the events of the last 18 months influenced or catalyzed VMware Edge? >> Absolutely. So if you take a step back and think what has happened due to the pandemic, all of us are working from locations that are not, we're not going to some centralized location to our offices. We're actually working from our home edges. We are literally living at the edge when we were working from home. And also when you go to do curbside pickup, you're making a decision right there. You're going to where that edge location is for that retail store. So really to me, what has happened with the pandemic, is emphasized the need for moving computation all the way to the edge. Now you take one use case, work from home itself. Work from home has gone up by, in some cases, 5X to 8X compared to what it was before. And we've seen the network come under tremendous strain because of work from home. We've seen that the user experience, if it's not good, then of course your productivity gets hampered. So work from home is one of those use cases that has been focused on, because of the pandemic, and we've come up with the solution that will help people when they're sitting in their home environment, the kids can do homework, someone can be watching, streaming movie, but the business users still continues to function with full productivity. So it's really emphasizing the need for moving computation all the way out to the edge. >> Yeah. The edge exploded in the last year and a half. I'm going to now rethink, instead of working from home or living at work, living on the edge. So thank you for giving me that idea. That definitely changes how I feel about this room right here. Talk to me about some of the customers, customer examples, customers in terms of their feedback, as VMware has been developing this. I know you're very much a customer centric organization, but what were some of the directions on the influences from the field? >> I think, as far as customers go, they're an integral part of our development process. It's not like we develop a product and then we go sell it to the customer. What we do is, we get the customer to be a part of that process. We figured out what are the issues that the customers are facing in their own business. As an example, when the pandemic hit, in the healthcare space we had one acute care hospital that came to us and said, "well, we can't get enough of the telemedicine done because the radiologists and all are not able to come into the office." Well, we came up with a solution So that radiologist sitting at home can still look at very high definition images as they're talking to their patients. Now, once we develop the first part of the solution, we actually brought the customer in, gave them a prototype. And then I tell my team that when the customer gives feedback, it's like they're handing us a flashlight and that flashlight illuminates the path ahead for us. And so we follow that path that the customer has set based on the technology that we've produced. Our responsibility is to iterate on that technology in a very fast cycle, so that as we get the flashlights, we illuminate the path and that gets to building the product. And then we get the product built and then we have a happy, successful customer with good outcomes and experiences. And in the end, VMware has done something positive, not just in terms of our business, but for the world at large. >> Right. I love that. Handing the customer a flashlight. Another one I'm going to steal from you, Sanjay. Thank you. You've given me two good ones today. And also a different look at Aerosmith, which I probably now won't be able to get that song out of my head. Some of the trends that we've seen, trends over the last 18 months, what are some of the things that you think we've had a lot of acceleration, but there's a lot of positivity that's come from that, that I don't think gets enough coverage. All of the capabilities that we now have. If you take even just the work from home use case that you mentioned, that's going to be persisting for quite some time, some amount of it's going to be permanent. But what are some of the trends that you're seeing now that you think are really going to help facilitate the edge and the compute and the network and customers being able to take advantage of that even faster? >> Yeah. I think that one of the really important changes that has come because of the pandemic is giving customers choice. And as a part of it, VMware is really focused on multicloud. So, the cloud has come in, we had a movement of workloads from the private data center into the public cloud, but now what customers are saying is, we want choice. We want to make sure that this infrastructure is always available to us. So we are focusing from a VMware standpoint on multicloud. Now, what does that mean? It means that it gives customers choice. They can go to different cloud providers, including the private data center and run their applications on top. And this, we think, is here to stay. This is a trend that we think is as important as what's happening in the future of work. Because previously it used to be, we used to think of work as a destination. It's not. It's a workspace right now. People could essentially be working from anywhere. And one of the things that we've learned in the pandemic is that, that actually does happen. Human beings, we are flexible enough that we can accommodate to these changes that are coming in. So the future of work is going to be distributed. It's going to be workspaces and not workplaces. And then multicloud and marrying those two things together is what we are focusing on at VMware. >> What are some of the tracks or sessions at VMware where folks can go to learn more about that use case in particular, as well as the VMware Edge and what you're announcing? >> Yeah, so we have some excellent tracks. We have a track about, of course, the distributed edge. We have a track about what's going on with cross-cloud services that we have come up with. We have tracks in terms of what's happening with networking and security, because security obviously goes hand in hand with everything. Zero trust is becoming fundamental in everything that we do. I was talking to one of my customers who owns gas stations, and he was saying, "Sanjay, I have gas stations in places that I would never visit. But there are people who would sit at these gas stations. I still need for them to come into the network, but I can't trust the devices that they're coming in on." So these would be a few of the tracks that I would recommend that people would go and watch. >> Excellent. Yeah. Speaking of zero trust and just the massive changes in the threat landscape in the last year and a half, the things that we've seen with massive rise in ransomware and DDoS attacks and attacks like this becoming a when, not if, kind of a scenario. So everybody needed to ensure that they have, they can trust the people and the devices on the network. Sanjay, thank you so much for joining me, talking to us about VMware Edge. You gave us some great analogies there that I'm going to take forward with me. And I look forward to seeing you, hopefully next year at VMworld, in person. Fingers crossed. >> In-person would be awesome. Thank you so much, Lisa. And thank you to theCube. >> Our pleasure. Sunjay Uppal. I'm Lisa Martin. You're watching theCube's coverage of VMworld 2021. (upbeat techno music)
SUMMARY :
Thanks for coming back on the program. And thank you to theCube. of the Service Provider and Edge Business. that the world is shifting Let's get VMware's definition of the edge. is that the workloads can be in strategy and the vision that are running in the underlay, the edge being core to customer's that the customers want? So talk to me about that are born at the edge. the retailer is having to We've seen that the user The edge exploded in the that the customer has set All of the capabilities that we now have. that has come because of the pandemic in everything that we do. that I'm going to take forward with me. And thank you to theCube. coverage of VMworld 2021.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Steve | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Steve Manly | PERSON | 0.99+ |
Sanjay | PERSON | 0.99+ |
Rick | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Verizon | ORGANIZATION | 0.99+ |
David | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Fernando Castillo | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Dave Balanta | PERSON | 0.99+ |
Erin | PERSON | 0.99+ |
Aaron Kelly | PERSON | 0.99+ |
Jim | PERSON | 0.99+ |
Fernando | PERSON | 0.99+ |
Phil Bollinger | PERSON | 0.99+ |
Doug Young | PERSON | 0.99+ |
1983 | DATE | 0.99+ |
Eric Herzog | PERSON | 0.99+ |
Lisa | PERSON | 0.99+ |
Deloitte | ORGANIZATION | 0.99+ |
Yahoo | ORGANIZATION | 0.99+ |
Spain | LOCATION | 0.99+ |
25 | QUANTITY | 0.99+ |
Pat Gelsing | PERSON | 0.99+ |
Data Torrent | ORGANIZATION | 0.99+ |
EMC | ORGANIZATION | 0.99+ |
Aaron | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Pat | PERSON | 0.99+ |
AWS Partner Network | ORGANIZATION | 0.99+ |
Maurizio Carli | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Drew Clark | PERSON | 0.99+ |
March | DATE | 0.99+ |
John Troyer | PERSON | 0.99+ |
Rich Steeves | PERSON | 0.99+ |
Europe | LOCATION | 0.99+ |
BMW | ORGANIZATION | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
three years | QUANTITY | 0.99+ |
85% | QUANTITY | 0.99+ |
Phu Hoang | PERSON | 0.99+ |
Volkswagen | ORGANIZATION | 0.99+ |
1 | QUANTITY | 0.99+ |
Cook Industries | ORGANIZATION | 0.99+ |
100% | QUANTITY | 0.99+ |
Dave Valata | PERSON | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
Peter Burris | PERSON | 0.99+ |
Boston | LOCATION | 0.99+ |
Stephen Jones | PERSON | 0.99+ |
UK | LOCATION | 0.99+ |
Barcelona | LOCATION | 0.99+ |
Better Cybercrime Metrics Act | TITLE | 0.99+ |
2007 | DATE | 0.99+ |
John Furrier | PERSON | 0.99+ |
Mike Hayes, VMware | VMworld 2021
(upbeat music) >> Welcome to VMworld 2021, a two day virtual event, hosted by the company which permanently changed data center operations last decade. My name is Dave Vellante, and you're watching theCUBE's coverage of VMworld 2021, where we want to know what VMware and its ecosystem have in store for the next 10 years and how your digital business can survive and thrive in the coming decade, and who better to give us a glimpse as to how that's being done both inside VMware and within its customer base, than Mike Hayes, who is the chief digital transformation officer at VMware. Mike, great to have you on the program. >> No Dave, thank you for having me, we appreciate you and all that you do for this great event. Thank you, sir. >> Oh, I appreciate that. So talk about, what's involved with your role as chief digital transformation officer. What's that all about? >> Yeah thank you for, many people, are chief digital transformation officer in a lot of different places, different things. Here at VMware I'm responsible for worldwide business operations and digital transformation of the firm. Just like first and foremost, we're focused on our customers and how our customers can improve their own business models, whether it's cost, flexibility, speed, imagining new things, that's what gets us really excited. And at the same time, we're transforming internally in order to bring ourselves into our exciting third chapter. >> Yeah, everybody wants to be a SAS company these days, VMware obviously is accelerating its move towards SAS. Maybe you could talk a little bit about your strategy for leading business operations as well as that transformation. >> Absolutely, I think there's a couple of things. And first of all, the most important thing in an organization is agility we have or transforming our own ability to transform. As we all know, everybody listening knows that markets don't sit still, they pivot quickly, and so the organizations that win aren't the organizations that prepare for tomorrow, but they prepare for the ability to change for tomorrow, and as the markets change, they stay ahead of that. So that's what we're doing at VMware and that's what we're really excited about our entire suite of products and services so that we can help organizations do the same. >> Yes so, if I could stay on this for a second, Mike, when you think about what you have to deal with there, and you're moving to that as a service subscription model, you got to the external factors, you mentioned you start with the customer, but you also have internal factors, right? Your salespeople might be used to one and done move on to the next one, more transactional, it's a whole different mindset, isn't it? >> It absolutely is, and so any organization as large as VMware is, should always be staring at itself and saying, how can we be more flexible? And so we just like everywhere else are looking at our foundational data, we're looking at our ERP systems, we're looking at our own internal processes to say, as we pivot to SAS, and the back office becomes closer to the front office. That's really where it's at, there's not a customer in the world that cares about any of their... Where they're buying from, the back offices from where they're buying from don't matter, what matters is that experience, it's that front layer, it's that first touch with the customer. We recognize that, and we're preparing for that, and I'm really excited about how it's going. >> Let's talk about some of the waves that you're riding here, the major trends that are driving digitally. I often call it the forced march to digital in 2020. It was like, we were just thrown into the fire. And it's just the way it was. If you weren't a digital business, you were out of business. And now people are kind of sitting back and saying okay, let's take those learnings, fill those gaps, and really set us on a course over the next decade. So what do you see as the major trends? What are the technologies that are enabling digital business and how are you applying them both in your own business and what you're seeing with your customers? >> We first of all I think what's important is to recognize that every organization needs the ability to scale. So what we're doing at VMware is simplifying our foundation. And so then as we 2x or 5x or 10x, our own business, we're multiplying off a much simpler base. And so as we drive our own transformation, our internal principles of like simplicity and clarity and accountability, and really streamlining is what VMware is doing. And that's what we're also not surprisingly recommending and helping our own customers with. And so that's what gets really exciting for us. I think that, one of the things that you're alluding to with this a forced march to digital which I totally agree with, is really, it is about experience and for us there are a couple of KPIs that are really interesting to us, and it should be for everybody, no surprise here, but the velocity that it takes for operations to go from an idea to a closure, from quote to cash, or from idea to implementation, whatever that front and back end words your own business uses are what's important, but how fast do you get through that? And so for us, we're imagining a touch less future. So no, are we there yet? Absolutely not. Is any organization? Very few are. And so how do we constantly say, ask ourselves what don't we need to be doing? When I walk into a room in a lot of places VMware or otherwise, and you say who's in charge of what we're not doing? That's where all the good ideas are, the good idea spaces, like what organizations aren't doing, so you have that culture of pulling awesome ideas to the front and saying, how do we just prioritize? The hardest thing Dave right now, is that there are so many shiny objects for all of our enterprises, for everybody that's listening. I think one of the hardest things is prioritizing and saying, how do we spend our resources in the smartest way possible, so that we are doing the things that will have the greatest impact for our customers. Something that we feel like we have a great plan for, and we're excited about the execution over the coming year. >> I wonder if you could comment on what you're seeing and just in terms of spending patterns. All throughout last year, we reported that CIO's expected budget contractions of around 5% relative to 2019, and what happened is in the second half, he really saw, companies had to respond to the cyber threats, they had to respond, of course to hybrid work, this whole digital march that we talked about, and it was actually pretty strong. Many people expected that a lot of the traditional companies that relied on data center and on-prem and HQ spend, were really going to get hit and they actually got through it okay. And meanwhile, the cloud is exploding, your cloud businesses exploding, security is exploding. What was interesting is, just this weekend, we published some data that suggested, that is not only continuing into 2021, but CIO's are expecting, more of this in 2022. So we used to have this sort of steady IT spend, refresh cycles, et cetera, but it seems like we're in a step function right now, in terms of investment, and it seems like CEOs are saying, if we don't lead this digital transformation, we're going to become toast. >> Absolutely Dave, yeah, the first thing you mentioned was budget. Let's remember budgets are a function of a company's focus on either short term goals or long-term goals. And so the organizations that are really smartest are thinking three, four, five years out and you're investing now, so that you can always really be high-performing in that 2, 3, 4 year window. Because any organization that mortgages it's future for this current year is not doing itself any favors. So the cycles that I'm seeing that are aligned exactly as you described, organizations are understanding, key leaders get that they need to invest. But the question is, how do you invest in the things that are classically thought of as maybe back office, or let me just say boring, just to be provocative. How do we choke out the boring stuff from a budget standpoint, and then really give a lot of oxygen and energy to the things that are fun and really transformative? And that's what we're seeing, and that's why we feel like our strategy is so great Dave, because we're part of that for the future, and as organizations think about freeing up capital so that they can invest in those fun things that really accelerate their own business models, that's what it's about. >> Now VMware of course has always had an amazing ecosystem, always been very proud of the value that you created, not just free for your own selves, but for your customers, and also your ecosystem partners. So as it relates to your digital transformation role Mike, we talked about customers, we talked about some of the internal stuff and operations. How does the ecosystem fit in? How do you collaborate with them? What kind of learnings do you get from them? How do you plug them into your digital platform if you will? >> Absolutely, I think the most important element you're drawing out, Dave, is the concept of trust. We have incredible partners, and without whom VMware's business and success that we enable in the world would be very limited. So we recognize that we all go through life with friends and partners, it's obviously not just true in business, I was a Navy Seal for 20 years and the most important thing is that foundational element. Now, what we do and what we're always trying to do is be as transparent and fast and helpful as we can. I think that in the partner world, anytime you can reach across the table more than halfway and with another organization, that's easy to intersect. If you're not willing to meet people in places more than halfway, there is no middle. So for us, what we're doing is constantly listening and getting feedback and saying, where can we improve? That's what's really awesome. Sandy Hogan is an incredible colleague of mine who runs our channel, and Sandy runs a board with 30 of our largest partners in the channel, and the first question that she always asks is, what can we be doing better? And that's for us the most important thing is listening. Just like you were in developing an individual product. What's important is product market fit, right? Does your product fit in the market, and then how do you get feedback from it? We apply that as an institution and an enterprise. >> Mike, you mentioned your experience in the military, thank you for your service, I wanted to ask you something about that. So I wrote a piece one time and talked about Frank Slootman, who is becoming a Silicon Valley icon, how he's going to apply his playbook at his new company, Bubba. And he wrote me back, he said, "Dave I learned in the military that, it's not a playbook. I am a situational leader and I learned that in the military." So my question to you is, what did you learn as a Navy Seal to deal with situations, especially in a condition like we are now, where there's a lot unknown. How do you apply that in today's world? >> Yeah Look, the there's the parallels between the Seals and VMware are perfect, right? Because all we're doing is quickly defining an outcome. What's the vision for the organization? What's the outcomes we'd want to achieve? That's the where we're going. Then there's the strategy, which is the how. How are we going to get there? How do you develop strategy? There are a hundred different ways to go achieve the vision, but how do we think about the different risks along the way? And like I said earlier, draw those risks out, so they're known risks. Then we can price them and size them and understand that for our strategy. And then how do we execute well and how do we get feedback throughout the whole thing? But you know Dave, the best thing I would say, the analogy from the Seals in the military, really is what you hit on. A lot of people say that they have a plan, but in the Seals the only plan that we had was for our plan to change, it's that concept I said earlier of transforming our ability to transform. So we go in on any given night with complicated missions and have a plan, but we knew that that plan was going to very quickly change, it's no different than what we're doing here at VMware, with our own customers in this technology market. >> It's a great lesson to apply Mike. I really appreciate you sharing that and appreciate you coming on the queue. >> Thank you for having me, it's such a pleasure. >> Really a pleasure was ours, and thank you for watching over. Keep it right there for more great content from Vmworld 2021, you're watching theCUBE. (upbeat music)
SUMMARY :
Mike, great to have you on the program. we appreciate you and all that What's that all about? And at the same time, we're Maybe you could talk a little and so the organizations that win and saying, how can we be more flexible? and how are you applying them and you say who's in charge that we talked about, so that you can always the value that you created, and success that we enable in the world and I learned that in the military." but in the Seals the only plan that we had and appreciate you coming on the queue. Thank you for having and thank you for watching over.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Frank Slootman | PERSON | 0.99+ |
Sandy | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Sandy Hogan | PERSON | 0.99+ |
Mike | PERSON | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Dave | PERSON | 0.99+ |
Mike Hayes | PERSON | 0.99+ |
2019 | DATE | 0.99+ |
2021 | DATE | 0.99+ |
2x | QUANTITY | 0.99+ |
2022 | DATE | 0.99+ |
first question | QUANTITY | 0.99+ |
2020 | DATE | 0.99+ |
5x | QUANTITY | 0.99+ |
20 years | QUANTITY | 0.99+ |
third chapter | QUANTITY | 0.99+ |
two day | QUANTITY | 0.99+ |
Silicon Valley | LOCATION | 0.99+ |
last year | DATE | 0.99+ |
10x | QUANTITY | 0.99+ |
VMworld 2021 | EVENT | 0.99+ |
four | QUANTITY | 0.99+ |
three | QUANTITY | 0.99+ |
SAS | ORGANIZATION | 0.99+ |
first | QUANTITY | 0.99+ |
4 year | QUANTITY | 0.99+ |
five years | QUANTITY | 0.99+ |
second half | QUANTITY | 0.98+ |
tomorrow | DATE | 0.98+ |
both | QUANTITY | 0.98+ |
last decade | DATE | 0.97+ |
around 5% | QUANTITY | 0.97+ |
one | QUANTITY | 0.96+ |
first thing | QUANTITY | 0.96+ |
one time | QUANTITY | 0.95+ |
Bubba | PERSON | 0.95+ |
hundred | QUANTITY | 0.95+ |
first touch | QUANTITY | 0.93+ |
3 | QUANTITY | 0.91+ |
this weekend | DATE | 0.89+ |
next 10 years | DATE | 0.89+ |
next decade | DATE | 0.88+ |
today | DATE | 0.88+ |
second | QUANTITY | 0.83+ |
Navy Seal | PERSON | 0.77+ |
30 of our largest partners | QUANTITY | 0.74+ |
theCUBE | ORGANIZATION | 0.74+ |
coming decade | DATE | 0.73+ |
Vmworld | ORGANIZATION | 0.65+ |
Navy | ORGANIZATION | 0.38+ |
2021 | EVENT | 0.3+ |
Tom Gillis, VMware | VMworld 2021
>>mm Welcome back to the huge covered cubes coverage of VM world 2021. The virtual edition tom gillis is back on the cube. He's in S. V. P at VM ware and the GM of network and advanced security at the company. Tom. Always a pleasure to see you. Thanks for coming on. >>Hey, thanks for having me. It's always a pleasure to be back here on the cube. I really enjoyed it. We've we've been, we've known each other for I don't want to count how many years but more than a few. Uh it's always an interesting conversation. >>We've had a lot of face to face interactions a couple years in a row were virtual. We'll be back together at some point. I'm >>calling. Yeah. Yeah. I'm actually on the road with customers. So it's starting to happen. >>Yeah, us too. We did uh we did public sector summit in D. C. This week. I'm heading out to Vegas next week for a show. So it is, it is starting to happen. So just a matter of time hey, >>when I start >>with with your your scope of responsibilities? Network and advanced security, you're kind of putting those two areas together. Very important. It makes sense synergistically. But how are you guys thinking about that? Maybe you could add some color. >>Yeah, sure thing. Um So network in advance security means all things security of Myanmar. So it's carbon black with our endpoint product, NsX in the data center. It's our tons of service mesh for cloud native applications to all the security stuff that goes into our anywhere workspace. Um and you know, I think you you probably get the message here dave at the end where there's three big waves that we're trying to ride. You know, multi cloud computing platform, which is our hallmark, is what we're known for running out across every cloud. It's the cloud native applications, building tools for new modern apps. And then really kind of the future of both networking and compute is being defined by this anywhere workspace. Our mission is to put security and connectivity into all of that. That makes it work. That makes it work well at scale. And so it made sense to put all that under one roof. Uh, I'm the guy and that's what we're doing. >>Yeah, you talk about that anywhere workspace, which, You know, it was always kind of a great vision and then it was somewhat aspirational, but then it became not only reality, but a mandate over the past 15, 18 months and that has that ripples through two implications on networking, even getting flatter and the security implications. So, all those things are coming together >>there really are. You know, I think we can't under estimate the profound impact that covid and the kind of work from home has had on our lives on society were still turning through what those implications are, but in networking it's cause for a fundamental rethink and for 20 years I've been doing networking and for 20 years we had this notion of a demarcation point networks defined as something that it was a DMZ, right? And, and on one side of that, TMZ was a dirty, untrusted internet, who would scary the other side is the clean, blissful corporate network where you know, only butterflies and unicorns exist and you know, wherever you were in the world, your traffic would be back hauled through that dems so that it could be scrubbed. And if you ever used tools like we're using now zoom, you know, you realize that that experience of back hauling traffic through traditional VPN is pretty simple. And so, so across the industry, enterprises are saying, you know what, there's got to be a different way instead of moving by traffic to the security services. What if I turn that upside down, That's what we're doing a VM ware, which we're taking those security services that we live in the DFc. We're doing what VM ware does well, which is defined them as software and then running them in hundreds of points of presence around the world. Hundreds. And so we effectively moved the security close to the users wherever the users are instead of the other way around. And that's the way we think we'll be building networks in a post pandemic world. >>Yeah. And that talks to the trend of this hyper decentralized system that's basically everywhere now, you know, even even out to the edge. And so, so you now have this, you know, zero trust used to be a buzzword and, and again, it's become this, this mandate. You guys actually did some, I think it was you who did some really interesting research post the solar winds hack on. Talking about things like island hopping and explaining how malware was getting in self forming and some of the insidious ways in which the, the adversaries and, and that is a function of a lot of things. The adversaries are obviously highly capable. Uh, they're motivated because it's lucrative and, and, and they keep upping the game on the good guys if you will. >>Yeah, it's nuts. But, and so so think about the impact that ransomware has had. Uh, and also to your point about the anywhere workspace. I'm right now in boston, I could, you know, tomorrow I'm going to be in texas and the day after that I'll be in san Francisco. So I'm popping all over the place, you know, we're back meeting customer's going wherever they want us to be. But wherever I am, I'm able to connect and, and my traffic needs to be protected. Now in boston it was a ransomware attack against the ferry. We're not talking about a bank or like a sophisticated, you know, sort of organization, it's a ferry that moves people from Cape Cod to an island across the water and it disrupted that ferry for days. So so at VM ware, we're measuring all the inner workings of what's happening in the data center and we collect more than eight trillion with a T eight trillion events per week and that allows us to be able to identify these anomalies like ransomware. And so just in the last 90 days we've stopped more than a million ransomware attacks. 1.1 million ransomware attacks that we stopped within six seconds, More than a million ransomware attacks in the last 90 days. To give you a sense of the magnitude of this problem it's everywhere. And you you reference Zero Trust. Zero Trust is a concept, it's a philosophy, is not a product by Zero Trust. You implement a Zero Trust model which says in a deep perimeter Rised world in a world where people like tom or hopscotch on all over the place and Dave's in boston and you know, I could be in san Francisco, we have to make the assumption that somehow some way, you know, our machine or a user has been compromised. And so you wrap each little piece of the infrastructure, each little piece of the application, you wrap it a protective armor to assume that everything around it is hostile and that's how we stop somewhere. That's how we can keep your infrastructure safe. And this is something you have and where does very uniquely because of the intrinsic attributes of our platform, our virtualization platform and our multi cloud platform. >>Yeah. You talk about the ferry anybody who's ever taken the ferry to Nantucket knows it's a pretty low tech operation and when that ferry goes down, it's one thing, it's, it's whether you can kind of understand that but people's lives get ruined, their vacations get ruined, they can't get off the island. Commerce comes to a grinding halt. It's extremely, extremely expensive really. >>For days, >>for days it was >>Like it wasn't a 20 minute outage. You know, it was like a fairy is not running for a couple things like that. That is a huge, huge, very high impact thing. And the fact that it was so pedestrian, like they don't have billions of dollars in the bank and you know, sort of super secret defense technologies, it's a ferry, you know, right, come on rental cars everywhere. So everywhere >>talk about your software approach two networking and security a little bit more. How that changes the experience for organizations generally, and developers specifically. >>So in a multi cloud world you can't always count on having physical infrastructure that you can touch. And in fact, do you really want to touch that stuff. And so our idea is that if you think about infrastructure, its job is to support the needs of the application. And so for example, in Kubernetes, we have the ability for developers say, look, here's my cool new application and this peace talks to this peace talks to this piece and nothing else. And so we can implement those types of controls using what we call a service smash, which allows us to, to make those connections smooth and seamless across clouds. Some of it could run on amazon, some of them could be running in a private cloud infrastructure. Some of them could be running in the traditional VM and in fact many complication applications do just that. So we can facilitate that communication back and forth and we have the ability to look for stuff that you just never happened because when you understand how an application is supposed to work, it allows you to spot, hey, wait a minute. That's not right. That's that, that's that, that don't like someone trying to manipulate the ferry system rather than somebody trying to board the ferry and get off. And I think, you know, there's a really interesting observation here, which is when you, when you, if you can see the inner workings of an application, like it looks for example, let's think about a mortgage payment application filed, a mortgage payment application and the Attackers has stolen a credential. They're going to get in. It's really hard to figure out a friend from foe. But once they get into mortgage payment application, I'm not going to pay my mortgage right? They do crazy anomalous things like wildly anomalous things. If you can see them, you can stop them and we have the unique ability to see them because we put the telemetry, the observation into our virtualization platform that runs on every cloud that runs wherever the user is. Right and pulling all that together into a central issue. That's something I think the N word to do uniquely and this is why we're having such success insecurity. >>I wonder if you could talk a little bit more about securing containers. You just sort of reference that but containers are moving target just a few short years ago, containers are ephemeral. You weren't you weren't gonna be running you know, your mission critical or business critical postgres in containers. But now that's changed. You're getting state. But so that's a moving target. How are you thinking about handling? You know, those kind of changes And what about the architecture allows you to be kind of future proof if you will. Sorry to use that >>word? No, no, it's a good question. So you've articulated right. So if you think about a traditional application, we used to always talk about three tiered web app, there's a web server is app server and the database a little more complicated than that. But you can usually go in and you could touch those three tiers. This box is the web tier. This box step here. This big box, is that it. And so security controls were built around this idea that you could you could wrap that relatively easily. We talk about a container based application And all these microservices. It's not three tiers anymore. It's 300 tears or maybe 3000 tears. Bitty little things, these little services that turn up and turn down and they all have a piece and so our view is that the A P is the new endpoint, the ap is where the action happens and not just the ap that faces the internet but all the inner workings, all the internal apps. And so because we put that application together, because we help the developers create those apaches, we have a unique understanding of how those apps are used and we're just introducing the ability to provide visibility around how are these epi is being used and then we can do anomaly detection and we are seeing a whole new set of attacks that are using legitimate apiece. They're not appease that are that are that are broken or malformed but the Attackers are finding ways to extract data from an API that maybe they shouldn't remember some of the facebook stuff where they had these Attackers were profiling users and there's no limit to how they could profile users and they were just expecting huge amounts of data that's an ap breach. These are the kind of problems that we can solve for our customers with these built in Tan Xue uh service mesh and api security controls >>you think about all these trends we're talking about and I want to ask you about how it's affected go to market because kind of the old days you had box sellers, they, you know, they would integrate VM ware or whatever. They you might have a specialist that was really good at ST for instance, S. A. P. And they were good partners. So that kind of value add developers have become a new channel for you and I wonder how you think about that, how they're now influencing their go to market. >>Yeah, that's that's a clear trend in the industry are absolutely right on, we call it moving left, right. So it's getting earlier and earlier in the development process. And so one of the things that renouncing at the show here is that the tons of community edition that makes it super easy for developers without putting down a credit card or making a big expensive commitment. They can start using these tools and get productive right away. And so so on top of that we build security controls that understand the total life cycle. So as the developers writing code, we're checking that code to make sure is this compliant doesn't have any known vulnerabilities. This is gonna break something. If you if you put it out there and then when you go to hit commit and say, all right, I'm ready to go, we've already done the homework to make sure the code is clean, we'll put it in the right place. So placing it into production in a way that is wrapped with the security that it needs the guardrails are in place and now we have this this X ray vision, this ability to look at the inner workings and understand the Ap is what's happening inside the application and identify anomalies. And lastly, once the thing is up and running we actually have the ability to measure we called posture and make sure that it doesn't drift from its intended configuration. All of this is done across every cloud. So this is, this is how we think we have a kind of new and very holistic approach to securing collaborative applications. >>Tom I want to ask you about telco transformation, I mean N F V kind of just barely scratched the surface in my view and now we're seeing with the edge and five G and the cloud there's some oh ransom. Really interesting opportunities going on in in telco say what you want about telcos? Yeah, there, you know the connectivity and Okay, fine. But one thing you say about the telco networks as they work, you know, and it actually did a great job during the pandemic. They had to pivot to landlines and and so when it comes to reliability and rock solid nous, those guys kinda kinda get it but they've got to be more flexible. So you see those two worlds colliding what's going on in in telco and and where does VM ware play? >>Yeah, sure thing. A huge amount of emphasis on telco, we've won some very large telco deals. Five G is not just a faster version of four G. 5G is a new take on what an edge network can do. It has the ability to run extremely high performance network connections and the ability to control the performance. So this idea of what's called network slicing, so you can guarantee a certain amount of latency or a certain amount of bandwidth. So combine that with this explosion of IOT devices. We're going to have an infinite number of devices. Every device you can imagine has a computer in it and it's spitting off giant amounts of data. We keep coming up with new and interesting ways to analyze that data to do things like, you know, control the self driving car to do things like create a customized retail experience to do things like help guide research for an oil company on the oil platform. Okay. These are all examples of edge computing. Now, the infrastructure that you need to protect those workloads is what we're defining and software. And putting it everywhere, Not just in the traditional data center where you might be in 1020 locations, we're talking about hundreds going into thousands of locations. And this is what the industry is calling sassy or secure access services. Edge. So where's your firewall? Your web proxy the controls that you need to protect those apps, where do they live? They're gonna live in the telco infrastructure And that stuff all runs on X 86 servers. So if you put in the data center services into this distributed architecture and you've got tons and tons of data that's being produced produced locally. Why would you want to remove the compute there and we think you can and will and this is this is why VM ware with our telco partners is uniquely suited to build the groundwork for this edge computing infrastructure. And I think edge computing is going to be the next big wave. So we went from private clouds to public clouds and public cloud was built on, you know, the scale out fault tolerant model as we move to edge computing, edge computing is going to be around applications that need huge amounts of data, very low latency and they're highly distributed. So they're going to run not in 10 or 20 locations but in 1000 more. And we can do all of this with our tons of kubernetes with our virtual networking infrastructure and our anywhere workspace and the secure access services, Edge, the pops that we're building and I think VM ware is probably one of the few if any companies that have all of these pieces that we can put together to make the Edge actually work. >>Yeah, exciting times and and all that data ai influencing at the edge of new processor models and you guys are thinking about all that stuff tom we got to leave it there. Thanks so much for coming back in the queue. Great conversation. >>Always a pleasure. Thanks very much. David, Take care >>Alright you to keep it right there, everybody. This is Dave Volonte. For the Cubes coverage of VM World 2021. The virtual edition will be right back.
SUMMARY :
mm Welcome back to the huge covered cubes coverage of VM world 2021. It's always a pleasure to be back here on the cube. We've had a lot of face to face interactions a couple years in a row were virtual. So it's starting to happen. So it is, it is starting to happen. But how are you guys thinking about that? Um and you know, I think you you probably get the message here dave at Yeah, you talk about that anywhere workspace, which, You know, it was always kind of a great And so, so across the industry, enterprises are saying, you know what, there's got to be a different way instead so you now have this, you know, zero trust used to be a buzzword and, on all over the place and Dave's in boston and you know, I could be in san Francisco, we have to operation and when that ferry goes down, it's one thing, it's, it's whether you can kind of dollars in the bank and you know, sort of super secret defense technologies, How that changes the experience for organizations generally, and developers specifically. the ability to look for stuff that you just never happened because when you understand how an application You weren't you weren't gonna be running you know, And so security controls were built around this idea that you could kind of the old days you had box sellers, they, you know, they would integrate VM ware or whatever. And so one of the things that renouncing at the show here is that the tons of community edition that makes it super easy But one thing you say about the telco networks as they work, you know, Now, the infrastructure that you need to protect those workloads is what we're new processor models and you guys are thinking about all that stuff tom we got to leave it Always a pleasure. Alright you to keep it right there, everybody.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
David | PERSON | 0.99+ |
Tom Gillis | PERSON | 0.99+ |
Dave Volonte | PERSON | 0.99+ |
texas | LOCATION | 0.99+ |
Cape Cod | LOCATION | 0.99+ |
san Francisco | LOCATION | 0.99+ |
Zero Trust | ORGANIZATION | 0.99+ |
boston | LOCATION | 0.99+ |
Tom | PERSON | 0.99+ |
D. C. | LOCATION | 0.99+ |
Vegas | LOCATION | 0.99+ |
20 years | QUANTITY | 0.99+ |
10 | QUANTITY | 0.99+ |
3000 tears | QUANTITY | 0.99+ |
300 tears | QUANTITY | 0.99+ |
telco | ORGANIZATION | 0.99+ |
next week | DATE | 0.99+ |
tomorrow | DATE | 0.99+ |
more than eight trillion | QUANTITY | 0.99+ |
Nantucket | LOCATION | 0.99+ |
each little piece | QUANTITY | 0.99+ |
20 minute | QUANTITY | 0.99+ |
20 locations | QUANTITY | 0.99+ |
1020 locations | QUANTITY | 0.99+ |
amazon | ORGANIZATION | 0.99+ |
two areas | QUANTITY | 0.99+ |
Hundreds | QUANTITY | 0.98+ |
Dave | PERSON | 0.98+ |
This week | DATE | 0.98+ |
ORGANIZATION | 0.98+ | |
Cubes | ORGANIZATION | 0.98+ |
Myanmar | LOCATION | 0.98+ |
both | QUANTITY | 0.98+ |
VMware | ORGANIZATION | 0.98+ |
billions of dollars | QUANTITY | 0.98+ |
three tiers | QUANTITY | 0.97+ |
two implications | QUANTITY | 0.97+ |
one | QUANTITY | 0.97+ |
VM World 2021 | EVENT | 0.96+ |
tom gillis | PERSON | 0.96+ |
telcos | ORGANIZATION | 0.96+ |
six seconds | QUANTITY | 0.95+ |
three tiered web app | QUANTITY | 0.95+ |
1.1 million ransomware attacks | QUANTITY | 0.95+ |
three | QUANTITY | 0.95+ |
two worlds | QUANTITY | 0.95+ |
one side | QUANTITY | 0.95+ |
More than a million ransomware attacks | QUANTITY | 0.94+ |
zero trust | QUANTITY | 0.93+ |
VMworld 2021 | EVENT | 0.93+ |
one thing | QUANTITY | 0.93+ |
pandemic | EVENT | 0.93+ |
hundreds of points | QUANTITY | 0.92+ |
tons and tons of data | QUANTITY | 0.92+ |
more than a million ransomware attacks | QUANTITY | 0.92+ |
thousands of locations | QUANTITY | 0.9+ |
1000 more | QUANTITY | 0.9+ |
few short years ago | DATE | 0.88+ |
one roof | QUANTITY | 0.87+ |
last 90 days | DATE | 0.86+ |
waves | QUANTITY | 0.86+ |
Kubernetes | TITLE | 0.84+ |
two | QUANTITY | 0.84+ |
ST | ORGANIZATION | 0.84+ |
Edge | TITLE | 0.83+ |
big | EVENT | 0.82+ |
sector | EVENT | 0.8+ |
S. A. P. | ORGANIZATION | 0.76+ |
wave | EVENT | 0.72+ |
a minute | QUANTITY | 0.71+ |
tom | PERSON | 0.71+ |
about hundreds | QUANTITY | 0.71+ |
TMZ | ORGANIZATION | 0.71+ |
15 | QUANTITY | 0.7+ |
eight trillion events per week | QUANTITY | 0.68+ |
couple years | QUANTITY | 0.68+ |
X 86 | OTHER | 0.67+ |
couple | QUANTITY | 0.65+ |
18 months | QUANTITY | 0.64+ |
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+ |
Sumit Dhawan, VMware | VMworld 2021
(upbeat music) >> Welcome back to theCUBE's, ongoing coverage of VMworld 2021. My name is Dave Volante. You know, I've been following VMware since the early days. And what is the one of, one of the most interesting stories in the history of enterprise tech? One of the hallmarks of VMware over the course of its long history has been a strong number two leader, an individual who looked after operations or advanced corporate development and enhanced, if you will, expanded the eyes, the ears, the heart, and the mind of the CEO. You know, at one point last decade, VMware actually had four co presidents. Some of the most accomplished individuals in Silicon valley have held this role. And it's our pleasure to welcome in VMware's newest president, Sumit Dhawan. Sumit welcome back to the cube, good to see you. >> Thank you, Dave. Great to be here. >> Okay, so you've been in this role for just over a hundred days after a 16 month stint as chief customer officer. So that's certainly a nice dovetail into your new role as president, but give us an overview of your new role here at VMware. What are your priorities? What are the key areas of focus? You know, SAS transformation, you got a lot going on, share with us. >> Yeah. You know, I think the main focus for me is to make sure our company's priorities are aligned with our customers. And in the first hundred days, my first objective was to spend as much time as possible with customers because it's, it's a source of learning for us. It's, it's clear speaking with customers, what their challenges are and what we ought to be doing to assist them in addressing those challenges. So I, really my responsibility, obviously I've got all the operations part of the business, which enable our customers to be successful, starting from, you know, ensuring that we chart the right path for them in success, in the sales organization, all the way to making sure that they are successful with the adoption of our solutions, with our services and support organizations. So, so spending time with the customers has been critical. And Dave, what I've learned is that customers are looking for VMware, just like they have in the past, be this trusted foundation for all of their innovation in the prior era pre cloud era to their data center and mobility technologies take that forward into the multicloud era, which is where now is where they're building new applications, taking their existing applications to the power of the cloud and across multiple clouds. And our objective is to make sure we keep providing that trusted foundation for them, for the new multi-cloud era. And I'm excited about it. >> Yeah, me too. Let's do it. We're going to dig into that a little bit. So you're obviously spending time getting close to the customers, of course, remotely, for the most part, some of those big themes you've mentioned, but I'd like to sort of peel the onion on that. Maybe some of the challenges that your customers are facing in terms of actually bringing forth that multi-cloud vision and specifically what's your approach to solving those challenges. >> Yeah. So, you know, as we all know, customers start out with this adopt started out adoption of the cloud. They started building some applications on the cloud. A lot of times these were the applications that were built, which were customer facing. And there was this cloud first thinking at that point of time. But soon the customers have realized and now customers have realized that power of building new innovation doesn't just lie in one cloud because there are certain capabilities like AI and ML that maybe they get from a cloud like Google. There are certain capabilities that may be storage and compute where maybe they prefer AWS productivity and identity maybe coming from Microsoft cloud. So the power comes in by adopting all of these services across cloud. It has lots of benefits, innovation at the fastest possible speed for our customers. Secondly, it helps customers not necessarily risk locking in and helps manage them, manage their costs. But in this multicloud world, it's a fairly complicated, and it can get very complex. Think about all the security networking developer experience control. Now this is where our customers need freedom and yet control to be able to have this multicloud environment managed and enabled for developer experience as best as possible. That's the problem we are committed to solving, and our solution and we call that across cloud services. >> I want to stay on this for a minute because I've been talking about multi-cloud this abstraction layer. This is really your opportunity on the cube last year with John farrier. You said the following quote multicloud doesn't mean you're running two different architectures on two different clouds. That's not multicloud. Multicloud means running a singular architecture on multiple clouds. Now Sumit, you're a technologist at the core. What you described is not trivial, it's a huge technical challenge. Can you talk about what VMware has to do to make that single architecture a reality? >> That's exactly the challenge team because you can adopt multiple clouds, but if you're doing so with different architectures, you're not getting the benefits of the velocity of building new applications fast, security is done in a unified fashion operations, at scale. To me, I would call that not a smart path to multi multiple clouds. The smart path to multiple cloud would be through a unified experience for developers, a control layer, which helps you orchestrate your applications in a unified fashion for your operators and security done in an, in a unified or a consistent fashion so that you know that you have the right governance. That's what I consider the smart path to multicloud. Doing any other way would actually be not fruitful. And that's what customers have had to face with without a solution like VMs. So we provide, that's what I call the smart path to multicloud. >> All right. So don't hate me for this, but I want to, I want to push on this and get your point of view on record if I can, because it's an important topic and you've intimated that choosing a single cloud provider, it's, it's problematic for customers, it's it, it limits the customers flexibility and choice. And I want to unpack that a bit and if I'm mischaracterizing your view, please correct me, but, but I want to understand why this is limiting. For example, if I go to AWS, I got access to primitives and API APIs. I got a range of compute storage, networking options, dozens of databases, open source, I get VMware cloud and AWS. So explain why this is a constraint for a customer. >> Yeah, it's a, it's a constraint for really three major reasons. Number one, different services are available across cloud that provide different capabilities. Sure, AWS provides a very rich set of primitives. So does Azure. So does Google. And in certain cases, when you're dealing with data sovereignty requirements across different countries, so to those clouds. So the, but if you are really looking for the best possible solution for AI and ML that may or may not sit in the cloud that you may have preferred for your compute and storage. If you're looking for identity solutions that integrate really well with the productivity applications that you have, that may not be the same cloud that you may have booked picked for AI and ML. You don't need to make compromises. In fact, developers don't want to make those compromises, but because by making those compromises, you're increasing your cost and lowering their customer experience. That's the power of leveraging innovation across cloud. Secondly, think about now, if you just build all your applications, buy services from one cloud and your entire business gets dependent on it. If there's risk there's cost. And that's why customers are telling us that they have made a decision for multicloud. In fact, we did a recent study Dave, and in the recent study, we found out that 73% of our customers are already running their applications on multi-cloud. If this is no longer a something of a future it's here today, they're just facing these challenges today with multicloud. >> And am I right? That there they're running applications on multiple clouds, but it's your job and your challenge now, to be able to abstract the underlying complexity of those multiple clouds and make it appear as one, I'm assuming that's not fully happening today, maybe that's an understatement, but that is your opportunity and your customer's opportunity, is that a fair statement? >> That's exactly our mission. We are providing our customers that foundation so that they can enable multicloud and drive their own innovation agenda at the pace that they want to. We did that in the past for data center technologies or mobile devices. Remember mobile devices come in different operating systems, different formats and data centers, hardware from servers, storage and network has always come in different flavors. We have abstracted that complexity for our customers in the past to deliver innovation three cloud, we're bringing the same value proposition. Now in the world of multicloud, obviously the applications have changed. They're no longer traditional applications. Now they are more and more cloud native applications. So we have solutions for cloud native enterprise applications that continue to be the heartbeat of more, more, most customers. We have solutions for traditional enterprise applications and the new and emerging edge native applications because of just now people and workforce being anywhere. We have solutions for providing security and providing additional functions for edge native applications. So that's what we are bringing to our customers as a platform that abstracts this complexity of multicloud. >> So much to talk to you about because you're right, the application is, are evolving. It's not just the standard SAP windows, et cetera. There's cloud native applications, there's data intensive applications. But, but I want to ask you, so in order for you to achieve that, you have to be able to exploit those primitives that we were talking about, whether it's AWS or Google Azure, Alibaba, you've got to understand as engineers, how to take advantage of whatever the cloud provider is offering, and then hide that complexity from the customer, and then build that, that layer and to do that it, to accommodate all these new applications. Not only do you have to have traditional, you have to have processor optionality, you got edge, you see arm coming in. If my understanding is, that's a big part of what project Monterrey is all about is offering that optionality around different workloads. Can you, can we dig into that a little bit? >> Yeah. So I think first of all, the people under appreciated or under estimate what it would be required for making sure that the applicant, the complexity of all of these different cloud platforms is, is, you know, abstracted by VMware solution. So customers don't have to think about, you know, what are the-- what is the different storage or server or primitives that are needed on Azure versus AWS? All of that gets hidden from customers in a simplified fashion, so with our solution, okay. So, and yet at the same time, there's no compromise that customers have. They can still leverage all the native primitives and services that the different cloud providers are using seamlessly. So that's very important. Now, in addition, what we are doing is we are continually making sure our platform can run the next generation of applications we are continually innovating to do so. And that's where project Monterey comes in. As customers build new applications, when they want to build those new applications and run emerging services that are highly sort of compute centric or network centric, or are providing rich amount of data. This is where project Monterey comes in. It enables our customers to, A, take all of the traditional applications onto VMware cloud, run it on across any cloud. And then B, when they are trying to expand those capabilities into the applications, the project Monterey enables them to do so by enabling new capabilities being powered in to the VMware cloud foundation. >> Yeah. So essentially you're, you're, you're building what I would look at as a new type of cloud that, that comprises on prem connections to public, to public cloud, across public clouds. And then out to the edge, you've talked a lot about telco, the specialized needs of the telco. Clearly there's different processing requirements. You've talked about 5G where we might not always have connectivity out there. Developers need to be able to write code for that edge. So it's an entirely new world you're essentially building out your own cloud. So you have to build in all that optionality all the tools. And at the same time, if, if just like the big cloud providers, you have to provide your own tooling, but also be open to providing other people's tooling. Am I getting that right? >> Yeah, I think you're right. In terms of the tooling part there, what has happened is standards for controlling. All of the infrastructure has, you know, has become Kubernetes. Okay. So we have embraced that in fact, most the talent that has created the best Kubernetes at this point in time, we have it at VMware. Okay. The most contributions that are being made in terms of that standard, the most interesting ones are coming from VMware. So in terms of Kubernetes, we have embraced it. And what we are seeing is a tooling needs to be done in a way so that our customers can manage from infrastructure to their platform, all via code, all the standard like Kubernetes. And that's what we have embraced while at the same time, this tooling is done in a fashion so that the entire VM-ware cloud and the entire VMware Tansu platform can be controlled in a fashion that fits into customer's entire environment on how they manage it overall. >> Okay. So let's take that conversation to security. I don't know if you're familiar with the Optiva, it's this mind blowing, eye bleeding chart with all the different security tools in there, and I've been watching the moves that you guys have been making, you know, Carbon Black's an obvious one, what you're doing with end user computing and a number of other applications, creating a security, you know, cloud group within VMware. So that's a good example, but at the same time, customers are using all kinds of different, different toolings based on that chart. So are you saying it's the Kubernetes is the, is the secret their API APIs that allow you to, if a customer wants to use Octa or CrowdStrike or whatever it is, you can, you can incorporate that into the framework, or if they want to go all VMware, they can do that as well. Can you help us understand that? >> Yeah, I think our philosophy is that there are two components that are critical for making a solution, help our customers take the smartest path to multicloud, networking and security. So on security front, the philosophy is quite simple. You know, these days when you're going out and buying a car, you're not getting buying the car and outfitting it with airbags and, you know, AB, ABS, and any other sort of safety features, okay, why do we do that in the world of infrastructure and technology? It should just come as an, as an, even an option or a required component within the infrastructure itself, that's our philosophy. And so coming back to, if, if customers say they want to take an approach to multicloud, they want to make sure their developer experience their DevOps capabilities and their infrastructure management capabilities are there across all types of three applications, I mentioned, you know, the, the, the modern apps, the traditional enterprise apps and edge edge native apps. Our approach is quite simple, networking and security. Firstly is built in, okay, it's integrated in, you're not installing agents, you're not managing security thing on top. You're not putting air bags into the car after the purchase, they come with the purchase, you can choose to activate them or not activate them based on your price sensitivity. Second, we tell, we have, they're consistent once you learn them how to do it for traditional enterprise applications, the same capabilities, the same security workbench, the same detection and response capabilities carry forward to cloud native applications and edge native applications. That's the way we are thinking about for security for in our portfolio. >> It is the strategy summit to sort of be an end to end supplier of security, in other words, when you touch all parts of the stack, I mean, obviously with carbon black could do an end point, but, but things like identity and privilege, access and governance, I mean, there's just so many pieces to the value chain. Ca, will you try to try to be best of breed across that chain? Or do you see yourself picking this picking spots? >> No, Our focus is to pick the areas that we have focused on which is to enable customers to run, build and run and secure those, those applications that I mentioned, you know, the cloud native applications, edge native applications and enterprise applications. And our focus is to, to be able to secure those applications in, A, a consistent fashion and, B, built into the infrastructure, so it's not boarded on. So that's a focus on strategy and we still have great partnerships in the ecosystem for the rest of the portfolio, for the security technology to fit in with the rest of it. We just don't think that for the infrastructure that's running these critical business applications, you need, you should have, you know, a requirement to build these applications, build a security on top of it. And that's sort of our commitment to our customers. >> Got it. That makes sense. I mean, you've got a pretty clear swim lane in your infrastructure space. There might be a little gray area there, but you'll let the ecosystem take care of that if it makes sense. So I guess I would say I look back and if it was, first of all, VMware has had amazing engineering over the years, you're, you're very well known for that. You just, you just mentioned some of the best Kubernetes engineers on the planet. And of course, November is a big milestone for VMware, with the spin, you now will become a completely independent company again. And, and that's a big deal in my mind because I think, I think this is going to be expensive. I mean, to actually do this, these are big investments that you have to make. And I've, I feel like you finally going to get control of your own balance sheet, so you can make these investments as you see fit. So that's got to be an exciting time for you. And because I think you're going to need that free cash flow to really drive this in, in addition to the other things that you're going to do with buybacks and stock options, et cetera. >> I think we had excited about this whole upcoming, you know, spin off from Dell. Dell will continue to be a very important partner of ours. In fact, we have quoted and quantified what we are doing with them on innovation, as well as on sales and distribution perspective together. And I think, you know, to be candid just through that agreements that we have put in place without, I think the partnership could even get stronger because we have 15 statements of work where we have defined new innovation projects with Dell, for example. Okay. But at the same time, like you mentioned, we get a little bit more flexibility to be able to chart our own course, which is critical in the world of multicloud. Okay. We need, we are able to, not, not that we were constrained on, but customers still always asked us about how would you continue to sustain the partnerships with the cloud and hyperscalers? That's no longer a question in customers' eyes once you're independent. And secondly, it does give us flexibility on balance sheet to be able to make investments as needed within the agenda that we have on multicloud without having to, you know, sort of negotiate that. >> Yeah, I think it's an awesome move, of course, because I mean, I've certainly since the, the, the Dell acquisition of EMC, your business has even grown more with those combined companies. So we've seen that, but I, you know, I liken it to the, to the coach who has a kid on the team and the coach is extra hard on the kid, you know, and that's kind of almost the way it had to be in that relationship because your posture with the ecosystem had to be, hey, we're an open ecosystem. And so, and that was sometimes kind of weird and uncomfortable. Now it's clean, it's transparent. So I'm really looking forward to the innovation that you can create with Dell, of course, but with other parts of the ecosystem, which you always have, but I'm hoping the ecosystem now leans in even more. It's always had too, because you've got half a million customers and you've got a, such a huge presence in the market, but, but I think now there's going to be a little more comfort level there. So I'm really excited for that Sumit. >> Great. >> Hey, so this was great conversation. I can't wait to have you back really appreciate your time and insights. >> Well, thank you so much, Dave, from our perspective at VMware, you know, as I started with customers, I'm going to end sort of this thing with customers as well, always great times, great to spend time with customers. And we truly believe we have the best platform to give our customers the smartest path to multicloud. And I know, I know the feedback so far has been great. It's always great spending time with you. Thank you for having me. >> It's our pleasure, and we wish you the best. And thank you everybody for watching. This is Dave Volante for the cubes, continuous coverage of VM world 2021. Keep it right there. (upbeat music)
SUMMARY :
and the mind of the CEO. Great to be here. are the key areas of focus? And in the first hundred days, remotely, for the most part, So the power comes in by adopting all of You said the following quote the smart path to multicloud. it limits the customers that may or may not sit in the cloud We did that in the past for So much to talk to you and services that the that optionality all the tools. All of the infrastructure has, you know, but at the same time, So on security front, the of the stack, I mean, for the rest of the portfolio, that you have to make. the agenda that we have on extra hard on the kid, you know, I can't wait to have you the best platform to give and we wish you the best.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave | PERSON | 0.99+ |
Dave Volante | PERSON | 0.99+ |
Sumit Dhawan | PERSON | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
EMC | ORGANIZATION | 0.99+ |
Sumit | PERSON | 0.99+ |
telco | ORGANIZATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Alibaba | ORGANIZATION | 0.99+ |
15 statements | QUANTITY | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
John farrier | PERSON | 0.99+ |
73% | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
Silicon valley | LOCATION | 0.99+ |
ORGANIZATION | 0.99+ | |
16 month | QUANTITY | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
Second | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
two different clouds | QUANTITY | 0.98+ |
One | QUANTITY | 0.98+ |
Monterey | ORGANIZATION | 0.98+ |
two components | QUANTITY | 0.98+ |
Firstly | QUANTITY | 0.98+ |
half a million customers | QUANTITY | 0.98+ |
four co presidents | QUANTITY | 0.98+ |
first hundred days | QUANTITY | 0.98+ |
Secondly | QUANTITY | 0.97+ |
two different architectures | QUANTITY | 0.97+ |
Kubernetes | TITLE | 0.96+ |
one | QUANTITY | 0.96+ |
today | DATE | 0.96+ |
first objective | QUANTITY | 0.96+ |
Octa | TITLE | 0.96+ |
VMworld 2021 | EVENT | 0.95+ |
CrowdStrike | TITLE | 0.95+ |
Monterrey | ORGANIZATION | 0.94+ |
one cloud | QUANTITY | 0.93+ |
Azure | TITLE | 0.92+ |
multicloud | ORGANIZATION | 0.9+ |
November | DATE | 0.9+ |
secondly | QUANTITY | 0.9+ |
Kubernetes | ORGANIZATION | 0.85+ |
Google Azure | ORGANIZATION | 0.85+ |
dozens of databases | QUANTITY | 0.82+ |
Sumit | ORGANIZATION | 0.81+ |
over a hundred days | QUANTITY | 0.81+ |
Carbon Black | ORGANIZATION | 0.81+ |
three major | QUANTITY | 0.78+ |
last decade | DATE | 0.78+ |
single cloud provider | QUANTITY | 0.78+ |
SAS | ORGANIZATION | 0.75+ |
VM world 2021 | EVENT | 0.74+ |
Number one | QUANTITY | 0.73+ |
single architecture | QUANTITY | 0.72+ |
VMware | TITLE | 0.72+ |
Sandy Hogan, VMware | VMworld 2021
(uplifting music) >> Welcome back to The Cube's coverage of VMworld 2021. My name is Dave Vellante and right now we're going to dig into the powerful go-to market and partner network trends within the VMware ecosystem. Sandy Hogan is here. She leads worldwide commercial and partner sales. Hello, Sandy. Welcome. Good to see you. >> Great to see you, Dave. Thanks for having me today. >> It's really our pleasure. We're always excited to cover VMworld virtual, of course, this year, second year in a row. Now you joined VMware right after the lockdown. So you've been with the company now about 18 months. Was that difficult? Starting out completely virtual, such a huge scope of responsibility. And how did you handle that with your team and the partner ecosystem? >> Oh, it's actually one of the most common questions, actually that I get even on a daily basis still. So yes, I started VMware completely virtual and mind you I'm based in Chicago and, as you know, our headquarters is based in Palo Alto. Ironically, I would say, it actually gave me a little bit of an advantage. And here's why. Because when we're such a distributed workforce anyway, before COVID hit, you have people who are in meetings who are in one room, right in a conference room. And those of us, you know, sit on a virtual Zoom or another mechanism somewhere else. So by joining virtually during the COVID era, it actually leveled the playing field, because it allowed me to meet with everybody via video, in their homes. It allowed, albeit virtual, eye to eye contact. And that actually made some of the onboarding easier. But by no means, does it replace at all the personal interaction that's so critical. >> Well, possibly in the middle part of the country, I think it's good. I'm an east coast and we're kind of primarily a west coast firm, so I'm in early. People don't like it when I call them super early, but I get calls at 10 o'clock at night. So that's maybe another advantage. And when you think about VMworld 2021, what were your objectives? I'm specifically interested, you know, based on what you learned last year, how you thought about 2021, what were you must have features of the event? Talk about your role in shaping the event this year and your specific contributions. >> Sure. So, you know, I think a really big shift as you think about VMworld this year, and truly becoming this multi-cloud provider, the role of the partner in this new world is more important than ever. And I think in the past, you know, candidly, it's been more about the technology centricity and then figuring out how we attach partners to that. At the core of this is really around delivering customer for life value. And the role that partners play throughout that entire life cycle becomes critical in helping our customers, jointly, become successful in this multi-cloud world. >> So as the partner chief of VMware and you're early transformationally leading and driving that partner ecosystem evolution, how do you see the next two to three years? What would you say are your top priorities? >> Sure. So I think it's important to know, you know, especially with the pandemic. But I think it's fair to say, not only our transformation, our transformation is also a result of our partners' transformation. I can't think of a partner who I have met with in the last 12 months alone, who has not gone through dramatic change. Where they're expanding their business models, expanding their capabilities to respond and be proactive in this environment. And so, everybody is trying to figure out how to become more relevant and help customers through this, you know, multi-cloud digital transformation. And so that's what I referenced around delivering customer for life value. And, most of the premise in our transformation, we've been primarily transaction oriented. And everything about this new world is about moving to an influence, deploy and consume motion, which is pretty significant. And that's all also about creating a consumerized experience for our partners to bring value wherever they see fit, based on where the customer is in their maturity. And in the end, our partners are really enabling our customers to become cloud smart. And in order to do that, we've actually focused on three key priorities in our partner transformation and evolution. First is really around leading with a partner-led services motion for influence, deploy, and consume. We see that more partners are playing key advisory roles in helping customers become cloud smart and determine their roadmap, the timing of the roadmap, and what they will implement and when. And customer success is a critical element of that. And so that means how we help partners create new capabilities, new certifications, and helping them maximize the investments that they're already making. So that's very essential and core to our strategy. Second is embedding VMware into the DNA of our partner's solutions in a scaled motion. So this really means how we formally jointly innovate with our partners, enabling our partners to build their solutions, their unique IP on top of our cross-cloud services. And that means anything like solution labs, self-serve business innovation, expansion of marketplaces and enabling partners to have another method to transact and offer their solutions. And all of this in the construct of becoming much more use-case based. So really thinking through, as we all know, our customers don't want bespoke, independent technology. They want solutions that are going to solve their business problems. And so we're really adapting and accelerating the way that we help partners build that partner maturity, practice development, and also how we enable that partner to partner acceleration. Because we know in this world today, no one can sell or deliver value alone. And so it's really about how the partners work together and how we enable and accelerate that in a whole new way that we've not done in the past. And so it's really opening up just tremendous opportunities, Dave, that brings unique skillsets and unique scale for our partners. >> Well, I mean, thank you, Sandy, for such a substantive answer. I want to respond a couple of ways. One is, hearing you talk about how your partners have transformed, I was talking to one of your partners at the end of last year, and he said to me, Dave, two things, one is, did you ever think you'd become an expert in COVID? I was like, no. (Sandy and Dave laugh) And the second thing he said, did you ever think that you would forget in one year more than you ever knew about digital transformation? And I think those are two-- I mean the first one is like, wow, well, never. But the second point is everybody talks about the acceleration, but wow, we were sort of forced into it and learned a lot. And now we're stepping back and being a little bit more planful. And then, the other thing that strikes me is, when you talked about joint innovation with your partners, because, you know, kind of the early part of last decade, the VMware ecosystem, it was about, you know, making it kind of work the plumbing of getting recovery to work or storage APIs. And now you're talking about a layer of innovation that is going to be much deeper business integration. And that's exciting. >> Yes, it is so exciting. And what's incredible about it is our customers jointly benefit the most from this. Because our customers are living a very complex world. You know, I've been in the technology space for a long time. And I had titles, you know, in my role description that were all around digital transformation over a decade ago. So that's how long, you know, many of us have been talking about it. But that complexity has not allowed many of our customers to transform. And so, with this evolution of really being, helping our customers be cloud smart, it is forcing all of us in how we work together to bring those solutions in a much more digestible, consumable way that I think is more meaningful and more exciting than it's ever been, frankly. >> Now, I want to ask you, you know, this November marks a big milestone for the company. You've had many milestones, of course, VMware has, but you will once again be completely untethered, from a governance standpoint, and you'll be a purely standalone company. And for the partner ecosystem, I think that's almost a rejuvenation of one of the defining tenants of VMware, the value that's created for customers by partners. What impact do you see the spin having on the partner ecosystem? >> Well, you know, what's great about, I think the opportunity we have is, certainly it gives, you know, flexibility for both parties in our expansion in ecosystem and who we work with. Our strategic partnership is going to be more strategic than ever. And also it's important to note, we share a very robust ecosystem together. And so our partners will continue to be able to leverage the best of Dell and the best of VMware as we continue to jointly solve our customer business problems together. >> Great. So you don't see it as a radical change. It's more of an evolutionary and so that's great, too. So it's not disruptive. Well, Sandy, great to have you on The Cube. Best of luck and look forward to hopefully seeing you face to face and in the near future. >> Wouldn't that be nice? I have not met many people face-to-face, Dave, so that would be fantastic. It was great being on here today. Thank you. >> You're very welcome. And thank you everybody for watching. Keep it right there. More great coverage from The Cube, at VMworld 2021. (uplifting music)
SUMMARY :
into the powerful go-to market Great to see you, Dave. And how did you handle that with your team And those of us, you know, And when you think about VMworld 2021, And the role that partners play And in the end, our And the second thing he said, And I had titles, you know, And for the partner ecosystem, And also it's important to note, face and in the near future. so that would be fantastic. thank you everybody for watching.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Vellante | PERSON | 0.99+ |
Sandy | PERSON | 0.99+ |
Chicago | LOCATION | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Sandy Hogan | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
First | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
Second | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
second year | QUANTITY | 0.99+ |
second point | QUANTITY | 0.99+ |
this year | DATE | 0.99+ |
One | QUANTITY | 0.99+ |
one room | QUANTITY | 0.99+ |
both parties | QUANTITY | 0.98+ |
two things | QUANTITY | 0.98+ |
one year | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
2021 | DATE | 0.97+ |
about 18 months | QUANTITY | 0.97+ |
VMworld 2021 | EVENT | 0.97+ |
second thing | QUANTITY | 0.97+ |
last decade | DATE | 0.95+ |
COVID | EVENT | 0.95+ |
three years | QUANTITY | 0.94+ |
10 o'clock at night | DATE | 0.89+ |
first one | QUANTITY | 0.88+ |
pandemic | EVENT | 0.85+ |
a decade ago | DATE | 0.84+ |
last 12 months | DATE | 0.76+ |
The Cube | ORGANIZATION | 0.74+ |
2021 | EVENT | 0.73+ |
last year | DATE | 0.72+ |
end of | DATE | 0.68+ |
VMworld | ORGANIZATION | 0.65+ |
VMworld | TITLE | 0.62+ |
this November | DATE | 0.58+ |
Cube | TITLE | 0.56+ |
VMware | TITLE | 0.53+ |
next | QUANTITY | 0.48+ |
COVID | TITLE | 0.27+ |
Carol Carpenter, VMware | VMworld 2021
>>mm Welcome to VM World 2021 2 days of virtual discussions on innovation. Multi cloud application modernization, securing your data new ways to work transforming the network expanding to the edge and loads of content to help build your digital business. My name is Dave Volonte and you're watching the cube and with me today is Carol Carpenter who's the chief marketing officer of VM. Where carol Great to see you again. Welcome back to the program. >>Thank you Dave. It's great to be here. >>Okay, well, so when we last talked last year at VM World, I honestly thought we'd be back face to face this year. Seems like we learn more every day every week. Every month. How did this year's event come together? What were your priorities in shaping the program? >>You know, I'm with you. I really hoped we would be together in person this year and here we are, another year of virtual. We are primarily all virtual again, which has some really big benefits in that we're able to reach new audiences who in the past couldn't afford to fly, could afford to take the days And it's taught us a lot. So we really approached this year as how do we create a VM world experience that is filled with digestible bites. You know, the notion that any of us are going to sit still for 3-2 days, three days and pay attention full time. This is a pretty antiquated notion. You know, we all like to to take little bites and tastes of content here and there and so we really designed the whole program to do just that. And with this go ahead. >>No, please carry on. >>No, I was going to say one of the things we really wanted to do this year with the M world. The reason the theme is imagined that is we wanted to show the world that VM World is not about your parents, BM world that this is a company while we're very proud of our virtualization past, what we offer today really spans the gamut as you pointed out everything from networking to security to application development platforms. So it's a it's just a different different company with different products and solutions for customers. >>And I love the whole concept of digestible called stackable bites and love that. And you've put together a pretty impressive lineup. You got superstar names, you got, you got stars inside of our industry and then you you know the tech people might know but you've got well known celebrities. What are you looking forward to this year and you know especially around customer and partner engagements. >>Yeah and thank you for highlighting all of that. Like I am super excited about all the different luminaries who are speaking. I am most excited about the customers and partners. Every session will have a customer's part of it. Either a customer speaking or a customer story or customer quotes really speaking to the value and with that we have hundreds of customers presenting customers. Like some you might expect like Fedex to new sas based customers like toast who provides restaurant software and they just went public to companies like space ape games who provide online games. So a real boy, I think a real diversity of customers um, in terms of their transformations and how they're leveraging the VM ware solutions. And then our partner ecosystem really excited. This year we added a new level of sponsorship to bring in some of the um, I would say younger customers and younger partners, partners like, you know, Reddit and um, you know, couch face and others who are bringing new solutions to market. >>We have some great names, they're toast. I think the local boston company, we've, we've been following them so excited to to hear what they have to say. Now let's talk a little bit about the virtual world, This is your second virtual VM world. I'm interested in what you're doing differently. I want to talk about learning, but, but what are you looking forward to in in, in in that sense? And how has the event grown? >>Well, the event has definitely grown in terms of the platform. I think the expectations in terms of numbers of attendees were expecting, you know, over 100,000. Um, and even in this zoom fatigued world, we still expect high level of engagement. The biggest changes. We have made one the more stackable content that we've been talking about two. We focused this year on a high level of interactivity, so we have slack channels set up for almost every session. We expect both speakers, customers prospects to really engage. And and then third area that's different is we amped up all of the different activities. We know that people want to interact and network in other ways. So, you know, some of the usual things like the bourbon tasting, the wine tasting, but also yoga classes and opportunities to learn from a magician, Even golf tips for those of us who love golfing, um really trying to mix it up and create a higher level of interactivity. In addition to all of the platforms you expect for hands on, learning, hands on labs, practitioner classes, All that's still there. We just wanted to increase the level of engagement. >>That's super fun, really innovating in that regard. You're right. I mean it's so easy to just to multitask and get lost. But if I know like if I'm really into yoga or I want some golf tip, I'm gonna come back at that time and it'll, you'll re engage me. So I love that, you know, the cube, we have a unique privilege of participating in a very wide spectrum of events as you can imagine. And we were deeply integrated carol into one of the industry's first big hybrid events this year at mobile world Congress this >>summer. We thought >>that was like the light of the end of the tunnel, but of course we've seen a pullback of sorts but we're still doing some physical, we do a lot of virtual, we were doing these hybrid events. We've been involved in events where they, you know, the host and the guests are there with no audience. So I'm curious as to how you see the evolution of conferences in this post isolation era. What's the learnings? What's changed and what does the future look like for events? >>Yeah, I mean I've talked with a lot of my industry peers about this, including the folks over at Mobile World Congress. Um, I don't think the large, the monolithic event with hundreds of thousands of people um, is in the cards for our near future. And so we've been rethinking like what does a physical event look like or a set of physical events look like next year. That would have an online component. We're we've always had an online component. So we certainly are not. We won't be shedding that anytime soon. The ability to reach new audiences. New targets, new user groups, we absolutely will keep that. I think in terms of the physical presence is exactly what you said. It will be hybrid. Um, we are looking at a series, don't quote me on this because we haven't finalized, but we are considering a series of in person, more local, more regional events with smaller groups. People still want that engagement, customers still want a network and talk with each other. Our users want to talk to each other are vima groups are our new groups like our DEvoPS loop group. The deVOPS folks, they all still want a network, so we want to provide that. But in a smaller, safer, more localized setting. And I think that's the future for a lot of companies. It puts a bigger toll and, and makes more work for us as the company who's hosting, meaning you and you too Dave, you'll be hopefully traveling with us two more of these locations, but it creates a little more strain on the team who is posting. >>You know, it's funny as you well know when we first started doing virtual events, like I said, we've always been been virtual, but largely it was okay. Here are the keynotes, you know, come watch. Uh, and now you're like, say you gave great examples of how you're increasing the engagement, getting much more creative and, and, and it was a lot unknown last year, especially like class March. It was like, okay and virtual events are harder in many respects than physical events and so much of the process has changed different roles. And I think we're seeing the same thing now with with hybrid, there's a lot that's unknown and a lot of trial and error, a lot of experimentation and, but I think at the end of the day, you can actually have the best of both worlds. You can get your what you described, I would, I would call it a VIP locally. V. I. P. Event maybe even role based they have the technical folks, it used to have conferences within conferences, you have your C. I. O. Event, you'd have your event and so I see a kind of return to that maybe I could say smaller and and safer and then a a much much larger audience and in the case it's different in terms of you know converting those into loyal customers and so forth. But but I think overall it's a much much bigger pond ocean that we're playing in. >>Absolutely I think of it as we're going to bring the um world too our customers and prospects and partners and you know it's pretty amazing. The other part of this you asked earlier about like speakers and some of the luminaries the fact is getting everyone to travel to one place at one point in time always had its share of logistical challenges and being able to, you know, some of it can be recorded in advance some of it will be in person. Like one thing we did this year is we recorded our ceo Ragu with six other ceos of hyper scholars talking about the future of multi cloud and what it means and the role that VM ware plays in this. That's pretty hard to do. Like to get all six of them together in one place at the same time. You know how everyone's schedules so compacted so that's what virtual gives us an opportunity to do reach, have more interesting speakers, lots of different speakers who potentially couldn't all travel. >>You don't want to miss that, that event or replay. Um, let's talk about your role as chief marketing officer. You're obviously putting your fingerprints on this new ever you new era. You had no choice you could have entered in. Yeah. We always talked about digital now is like if you're not a digital business, you're out of business and you're, you're living it now. But but I'm interested in in your strategy for global marketing, the organization, The brand in the coming decade. Like you say, the next 10 years are going to be like the last 10 years. >>That's right. Well let's talk about the brand. So VM ware, The name itself is so tightly associated to virtualization and VMS, right, Which is an amazing history and the story of success. That was really what we like to talk about is chapter One, We pioneered server virtualization laying the foundation for what today is the cloud. And then chapter two, we went bigger and broader and we virtualize the entire data center and now here we are, we're in chapter three and this is the next phase of our brand and our promise to customers, which is really focused on customer based innovation and helping our customers innovate and multi cloud. We really believe it's the center of gravity for everything we do. It's in our DNA. It's what how we take constraints which is a very multi cloud can be complex. There are challenges of you know are for customers operating in a multi cloud world. How do we take that help them turn it into an asset, How do we help them take that and give them freedom and control? And that's what our brand is about. It's about the ant is that you can help your developers move faster and retain enterprise control. It's that you can have enterprise apps on any cloud and you can have control and cost savings and enterprise management. So that's what the brand is about. That power of aunt and um and um in terms of how our marketing team is evolving a big piece is exactly what you said. You know just digital everything digital first customers want to learn try buy online and as a company you know VM ware we're shifting our business model from on premise license software to more assassin subscription services And you can see that in our earnings and how we've been shifting and it's quite exciting because with assassin subscription based model you know it's all about customers getting full value in helping customers achieve their value and consumption. So for our marketing team we have shifted from okay we want to get you to the sale and one and done to how do we really drive a full life cycle with a customer, how do we help them land and expand and use the products and get value from them and have a meaningful relationship. It's much more um of a full life cycle. So we're really excited. We, we love what we're doing um particularly on the acquisition side, getting helping customers to learn try by more easily in a digital world and then being able to follow them through with some physical, physical engagement, uh events like the um world and really helping them get the most value out of the products. >>VM ware is really quite an amazing company I'm super excited for as one individual has been following this company for a long time to see the next chapter and the thing a couple of things you mentioned innovation and I see so many companies today, they may have a big customer base, they just, it's easy for them. Easy quotes to milk that customer base and put out new products that sort of lifecycle products. Multi cloud is challenging and one of the hallmarks of VM ware is it's always had a leader that deeply understands technology. You've done that again with with Ragu and so engineering and really drives that innovation. So when I think about cloud generally and you know, there was some start stops with VMware's cloud strategy but then you said, you know what the cloud is an opportunity, it's a gift, we're gonna lean in and then you develop some really interesting partnerships like you said, you got all the big cloud companies up up on stage here this year. And so multi cloud is going to require deep engineering in a vision to really bring that uh, together. And I think, you know, VM ware is, he's one of a handful, you know, small handful of companies that can actually pull that off. >>Well, thank you. Dave, we think so for sure. I mean, we have the history and the foundation and the relationships to be able to do that. I think that um what's what's hard sometimes is that, you know, people may or may not know all the different things we do this multi cloud chapter is really a, It's the reality, 75% of our customers are operating living in a multi cloud world. And if you look at some of the data, it looks like 80, are going that way. And so how do we help them simplify? How do we help customers simplify and innovate for the future? It's definitely in our DNA it's how we take constraints and turn them into an asset for our customers. We, we really believe that it shouldn't be so complex and that we want our customers to have flexibility and choice used to be able to pick which application for which cloud and at any point in time change your mind as well when there are new capabilities on those clouds. And for us, you know, you've hit it on the head, we did realize and we did learn that we don't really want to compete with the hyper scale ear's, what they're doing is pretty unique. What we want to do is help customers consume and accelerate their innovation faster. >>Well, I love the messages and and really appreciate carol your time explaining to our cube audience, going to your vision is the CMO. And you know, we look forward to an interesting chapter ahead with hybrid events, hybrid cloud, multi cloud and all the rest. Thanks so much for coming back in the cube. >>Absolutely. Thank you for having me. Dave >>You're very welcome and thank you for watching. Keep it right there for more great content to cubes coverage of VM World 2021. The virtual edition will be right back. >>Mhm
SUMMARY :
Where carol Great to see you again. Seems like we learn more every and so we really designed the whole program to do just that. The reason the theme is imagined that is we wanted to show the world And I love the whole concept of digestible called stackable bites and love that. and um, you know, couch face and others who are bringing new solutions I want to talk about learning, but, but what are you looking forward to in the platforms you expect for hands on, learning, hands on labs, practitioner classes, So I love that, you know, We thought So I'm curious as to how you see the evolution of conferences in this post isolation era. I think in terms of the physical presence is exactly what you said. a much much larger audience and in the case it's different in terms of you The other part of this you asked earlier about like speakers and some of the luminaries You had no choice you could have entered in. from okay we want to get you to the sale and one and done to how do we really drive and you know, there was some start stops with VMware's cloud strategy but then you and the relationships to be able to do that. And you know, we look forward to an interesting Thank you for having me. You're very welcome and thank you for watching.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Carol Carpenter | PERSON | 0.99+ |
Dave Volonte | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
75% | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
three days | QUANTITY | 0.99+ |
hundreds | QUANTITY | 0.99+ |
next year | DATE | 0.99+ |
this year | DATE | 0.99+ |
VM ware | ORGANIZATION | 0.99+ |
2 days | QUANTITY | 0.99+ |
six | QUANTITY | 0.99+ |
80 | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
one place | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
VMware | ORGANIZATION | 0.98+ |
over 100,000 | QUANTITY | 0.98+ |
This year | DATE | 0.98+ |
VM | ORGANIZATION | 0.97+ |
both worlds | QUANTITY | 0.97+ |
first | QUANTITY | 0.96+ |
ORGANIZATION | 0.96+ | |
Mobile World Congress | EVENT | 0.96+ |
Fedex | ORGANIZATION | 0.96+ |
carol | PERSON | 0.96+ |
VM World 2021 | EVENT | 0.96+ |
one point | QUANTITY | 0.95+ |
3-2 days | QUANTITY | 0.95+ |
second virtual VM | QUANTITY | 0.93+ |
March | DATE | 0.91+ |
hundreds of thousands of people | QUANTITY | 0.9+ |
C. I. O. | EVENT | 0.88+ |
last 10 years | DATE | 0.87+ |
two more | QUANTITY | 0.86+ |
boston | LOCATION | 0.85+ |
next 10 years | DATE | 0.84+ |
chapter | OTHER | 0.8+ |
mobile world Congress | EVENT | 0.8+ |
customers | QUANTITY | 0.79+ |
one individual | QUANTITY | 0.79+ |
two | QUANTITY | 0.78+ |
third area | QUANTITY | 0.77+ |
six other ceos | QUANTITY | 0.76+ |
first big hybrid events | QUANTITY | 0.76+ |
V. I. P. Event | EVENT | 0.76+ |
VM World | EVENT | 0.73+ |
space ape | TITLE | 0.72+ |
every week | QUANTITY | 0.72+ |
yoga | TITLE | 0.7+ |
both speakers | QUANTITY | 0.69+ |
One | QUANTITY | 0.67+ |
VMworld 2021 | EVENT | 0.66+ |
Ragu | PERSON | 0.62+ |
DEvoPS | ORGANIZATION | 0.55+ |
three | QUANTITY | 0.49+ |
couple | QUANTITY | 0.47+ |
Raghu Raghuram, VMware | VMworld 2021
>>mm We're entering the fourth grade era of VM ware Executive management From its beginnings in the late 90s is a Silicon Valley startup. It's five founders quickly built the company and it ended up as one of the greatest acquisitions in the history of enterprise tech when EMC bought VM ware for $625 million as a public company. But still under EMC's governance, paul Maritz was appointed Ceo in 2000 and eight and set the company on a journey to build what he called at the time. The software mainframe meaning the company's platform would run any application at high performance with low overhead and world class recovery. Pat Gelsinger took over the Ceo reins in 2012 and through organic investments and clever m and a set of course for the software defined data center and after some early miscalculations in cloud, realigned the company strategy to successfully partner with hyper scale hours and position the company for the multi cloud future. The hallmarks of VM where over the course of its history have been great engineering that led to great products, loyal customers and a powerful ecosystem. The other telling attribute of VM where is it? CEOs have always had a deep understanding of technology and its latest Ceo is no different. It's our pleasure to welcome raghu Raghuram back to the cube the fourth Ceo of VM ware and yet another Silicon Valley Ceo graduated from the IIttie rgu, great to see you again and congratulations on your new role. >>Thanks. It's great to be here. >>Okay, five months in 1st 100 days what we have focused on that journey to become the Switzerland of multi cloud, tell us about your early experience as ceo >>it's been fantastic. Uh our customers, all our employees, all our partners have been very welcoming and of course I've given me great input. What we've been able to do in the last 100 days is to really crystallize the strategy and focus it around what I'm sure we're gonna be spending a lot of time talking about. And that's about the multi cloud era of computing that most enterprises are going to go through over the next decade. And so that's really what I've been up to and you'll see the results of that in next week's uh we involved and uh where we would be talking about the strategy and some product announcements that go along with the strategy and so it's a very exciting time to be at Vandenberg. >>Yeah, I mean, I referenced it in my intro, it's almost like the light bulb went off when VM ware realized, wow, this cloud build out is just an opportunity for us and that's really what you're doing with the multi cloud as you're building on top of all the infrastructure that the hyper cloud vendors are putting out there. Maybe you can talk about that, that opportunity and what customers are telling you. >>Yeah, it's uh here is how I describe what has happened in the industry. Right, and what will happen in the industry. So, if you look at the the past decade, as cloud became a mainstream thing, most customers pick the cloud, they built their first digital applications into it, the ones that serve their mobile users or end users with digital products and that worked great for them. Then they step back and say, okay, how many modernize everything that we're doing has become a digital company. And when you go from 10, of your portfolio, 100% of your application portfolio being modernized. What has to happen is you got to go from figuring out, okay, how am I gonna put everything in one cloud to what does the application need and how do I put it on the right place? I look at the same time, the industry has also evolved from being uh predominantly supplied by one cloud provider to multiple cloud providers. At the same time, the thanks to companies like IBM where the data center has been transformed into a private cloud. The edges growing up to be its own location for a cloud sovereign clouds are going. So truly what has happened is it's become a multi cloud world. And customers are saying in addition to just being cloud first, I want to be cloud smart. And so this distributed era of computing that we are entering is what we are seeing in the industry. And what the empire is trying to do is to say, look, let's provide customers with the fastest way of getting to this multi cloud era of computing so that they can go fast, they can spend less and most importantly, they can be free, in other words, choose the right application, right cloud for right applications and have control over how they deploy and use their applications and data. That really is a strategy that we are putting in place. This is something that we've been working towards in the last couple of years now. I'm accelerating that and making that the main piece of what we end, where is doing in order to do that, we have a great opportunity to take partner even better with all of our cloud provider partners and that's where the Switzerland of the industry comes in without impending spin, especially, we have great partnership with the cloud players, great partnerships with infrastructure players. We truly can be a neutral partner to the customers as they look at all these choices and make the right choices for their applications. >>So, I want to ask you about this multi cloud when when the early multi cloud narrative came out where I go, I was saying, look, multi cloud is really multi vendor, you you've got workloads and apps running on different, different clouds. And then increasingly, the promise and your promises, we're going to abstract the underlying complexity of those clouds and we're going to give you an experience whether it's on premise, hybrid into a cloud. Across clouds. Eventually out to the edge, it's gonna be a singular, substantially identical, if not identical experience and we're going to manage the whole kit and caboodle. And how where are we in that first of all? Is that the right way to think about it? Where are we in that sort of transition from plugging into any, you know, a cloud? I'm compatible with the cloud to it's a singular sort of VM ware cloud if you will. >>Yeah. So, um, so I wanna clarify something that he said because this tends to be very commonly confused by customers use the word abstraction. And usually when people think of abstraction, they think it hides capabilities of the uh, cloud providers. That's not what we are trying to. In fact, that's the last thing we're trying to do. What we're trying to do is to provide a consistent developer experience regardless of where you want to build your application so that you can use the cloud provider services if that's what you want to use. But the deficit cops toolchain, the runtime environment, which turns out to be Cuban aires and how you control the kubernetes environment. How do you manage and secure and connect all of these things. Those are the places where we are adding the value. Right. And so really the VM ware value proposition is you can build on the cloud of your choice but providing these consistent elements. Number one, you can make better use of us, your scarce developer or operator resources and expertise. Right. And number two, you can move faster and number three can spend less as a result of this. So that's really what we're trying to do, but not. So I just wanted to clarify the word abstraction in terms of their way, we're still, I would say in the early stages, so if you look at what customers are trying to do, they're trying to build these Greenfield applications and there is an entire ecosystem emerging around Campaneris. There is still kubernetes is not a developer platform. The developer experience on top of kubernetes is highly inconsistent. And so those are some of the areas where we are introducing new innovations with our towns, our application platform. And then if you take enterprise applications, what does it take to have enterprise applications running all the time, be entirely secure, etcetera, etcetera. That's where the we ever cloud assets that are traditionally this fear based come into play and we've got this now in all of the clouds but it's still in the early days from uh on Azure and google et cetera. How do you manage and secure those things again? We're in the early days. So that's where we are. I would say, >>yeah, thank you for that clarification, I want to sort of come back to that and just make sure we understand it. So for example, if I'm a developer and I want to take advantage of, let's say graviton uh and build an app on that, that so maybe it's some kind of data intensive app or whatever it is. I can do that. You won't restrict me from doing that at the same time. If I want to use the VM where management experience across all my clouds, I can do that as well. Is that the right way to think about it? >>Yeah, exactly. So the management experience by the way, and this is the other thing that gets missed in the remember dialogue because we've been so phenomenally successful with this fear. There's a misperception that everything we are doing atmosphere today works only on top. So everything we're doing at BM wear works only on top of the sphere. That's not the case. Take management, for example, our management portfolio is modular and independent of these, which means it can manage the Graviton application that you're building, right. It can manage a traditional, these fear based application, it can manage rage application, it can manage VM based applications, can manage computer based applications. Uh so it's truly uh, overall management layer. So that is really what we're trying to do. Same thing with our kubernetes example. Right, So our communities control plane allows you to control these kubernetes clusters. Whether the clusters are utilizing gravity and whether clusters are utilizing these fear based crew binaries environments. >>Okay, that's great. So it's kind of a set up question because my next question relates to project Monterey, Because, you know, I've always said when I write about about these things, when I saw Nitro, I saw Graviton, I saw project monitor, I said uh everybody needs a Nitro Nitro or a graviton because new workloads are coming. It's not just the X 86 can handle everything anymore asap whether it's sequel server, whatever we've got new workloads that are coming ai ml data intensive edge workloads, et cetera. Is that how we should think of? Project Monterrey. Where are you in Project Monterey? Why is it so important? Help people understand that? >>Yeah. Project mantra is super exciting for a couple of different reasons. One is uh in its first iteration and uh we announced project monitoring and last being well, we continue to build and we're making great progress along with the hardware partners that we are working with um in its first hydration it allows um um some of the functions that you would expect in the software defined data center to be offloaded into these montri processors. The smart nick processes. Right. So what that does, is it clears up the core CPU for other application functions. Right, so you get better scalability, more resource utilization, etcetera, etcetera. The second thing it does is because some of the software defined data center functions are done in the smart make um it gets accelerated as well. Because it takes advantage of the special accelerators that are there security functions, manageability functions, networking functions etcetera, etcetera. So that's that what you're alluding to is overall it's the v sphere, the sX Hyper Visor complimentary itself. That's moving into the specialized processors which allows the hyper Visor will be built into these smart mix, which means the main CPU can be an intel. CPU can be an M D C P. You can be an arm. CPU can be whatever it is you want in the future. So truly enables Monte CPU heterogeneous computing. So that's that's why this is exciting. And of course because it is the sphere, it can happen in the data centers, it can happen in Carlos. It can happen in Sovereign clouds. It can happen in the public clouds all over a period of time. And >>and potentially the Edge I would presume in the future. >>Sorry. Yeah, that's a great point. Thanks for pointing that out. In fact, the Edge is one of the most important places that will happen because we need these low latency applications such as in the telco case for example, right. Or we need these applications that have specialized processing the required. If you're setting up a cashier less store and you need to process and you need a lot of influence engines. So, Monterey helps with all of those things. >>I want to make sure our audience understands. It's because the software defined data center was awesome but but it also created waste in the sense that you have all these offload functions in storage and networking and security running on on x 86 processors which may not be the most efficient way. So emerging architectures around arm might be less expensive, maybe more cost effective, lower power. Uh maybe they do memory management differently. So there are these offload use cases. But as well you we talked about the edge there could be a lot of edge use cases that or whatever whether it's arm or in video etcetera. So now you're driving that optionality for customers so you can support more workloads of the future. >>Yeah, so this is exactly if you think about in europe when you talked about the embers evolution, the inverse core DNA has always been to master hydrogen. Itty right. And what we're seeing is this world of heterogeneous hardware coming alive. Right. You talked about Professor hydrogen Itty including GPU chips and so on. There is a memory architecture heterogeneous, their storage architecture heterogeneous. And so the idea is that regardless of what you use, how do you provide the best workload platform and a consistent way of managing all of these things and reducing the complexity while gaining the efficiency benefits and the other benefits that you talked about. >>So speaking of geniality that brings me to Tansu, you know early on people thought, oh wow containers, that's gonna kill VM where this is the opposite happened. You guys leaned in as as you have as a sign of great leadership these days. You don't get defensive, you just, you know, get the trend is your friend, as they say, give us the update on on Tan xue. Why is that so important to the future? >>Yeah. So if you look at any enterprises portfolio right, they are looking at it and saying look, there's a whole set of applications that I need to modernize. Now. The question becomes how do you modernize these applications in a way that it is essentially done with these microservices architectures and so on and so forth. In that context, how do I maximize the developer productivity and provide a great developer experience because there is not enough developers in the world to modernize every application that that's in every enterprise. Right. So, Tan xue is our answer to help enterprises modernize their applications and deliver in a way that the developed makes the developers very productive on the cloud of their choice. So that is really the strategic intent of Tancill and the core building block for Tan xue is of course kubernetes as you well know, Kubernetes has become the common infrastructure abstraction across clouds. So if you want portability for traditional VM based applications, he used this fear, if you want portability for traditional for containerized microservices applications, you assume kubernetes, that's how companies companies are thinking about it. And so that's the first thing that we did now. The second is you've got developers building applications all over the place. So now, just like you used to have physical server sprawl and now and then VM sprawl these days you have cluster sprawl, kubernetes, cluster sprawl and tons of mission control affects as a multi cloud, multi cluster kubernetes control plan works on the chaos and everything else that some of the Sun. The third point of Tanzania is the developer experience and we have introduced Andrew application platform, which is really focused on delivering a great developer experience on top of any Cuban Aires. So that's really how we're building out the towns of portfolio. And then of course we got Spring and uh as you well know a majority of enterprise applications today are java and if you want to modernize java, you use spring boot and so we had tremendous success with our uh spring boot technology and our startup, Springdale Ohio capabilities and so on and so forth. So that's the entirety of the towns of portfolio. It's multi cloud, it's kubernetes agnostic. Of course it runs great on this fear but it's really the approach making developers productive in the enterprise >>awesome. Thank you for that. I know we're tight on time but it's like speed dating with you raghu. So I'm gonna go on to another topic. Really important topic of security, you've made obviously some big acquisitions, there are things like carbon black, you've got a lot of stuff going on with, with, with endpoint, with end user computing, I'm first interested in sort of how you organize it looks like you're putting security and the networking piece together and then what's your swim lane? It seems like you're, you're focused obviously on your infrastructure. You're not trying to be all things to all people. Help us understand your strategy in that regard. >>Yeah, I mean security is a massive space, Right? And you covered very well. Hundreds and thousands of security problems that customers want to be solving. What we are focused on is how do we simplify the security problem for the customers? And we're doing it through three wells. The first one is we are baking security into the platforms that customers used ones. Right. But there are more obvious fear our workspace one, our container platform etcetera, etcetera. Right? Cloud platforms. So that's the first thing that we're doing. The second is we are putting um, bringing together, we're taking an end to end view of security, which is everything from an end user connecting from home to the corporate network or the sassy, sassy applications to the Windows devices they are using to the data center applications they're using to the club. Right? So we're taking a holistic view of security. So which means we want to combine our network security assets with our endpoint security assets with our workload security assets. That is why we bought all of those things together under one roof. And the third is we are instrumental in all of these and collecting signals from all of these and pulling it into the cloud and turning security into a machine learning and the data problem, right? And that is where the problem. Black cloud comes in and by doing that, we are able to provide a holistic view of where uh customer security posture, right? And these sensors can be on BMR platforms, on non BMR platforms etcetera. And so so that's really how we are approaching it. I mean there's the emerging industry term for a policy XDR. You might follow that. So that's really what we're trying to do. >>Outstanding. Last question and I know, I know we got to go. You mentioned the spin that's happening in november. That's an exciting time for a lot of reasons. I think the ecosystem, you know, emphasizing your independence but also gives you control of your balance sheet, regaining control of your balance sheet, tongue in cheek there. But it's important because all this, this cloud build out this multi cloud, exposing the primitives, leveraging the primitives and the A. P. I. S. Of these clouds making them identical across all these estates. That's not trivial and you're obviously gonna need resources to do that. So maybe you can talk about that and how you see the future playing out organic inorganic, maybe a little lemon A in there. What's your approach? How are you thinking about that? >>Yeah. So we are very excited with the impending spain, which like you said is on track to happen early november. Um and if you think about the spin, there are three aspects that we are excited about. The first aspect is uh we have a great relationship with Dell Tech, the company right. What we have done is we have codified that into a framework agreement that covers the gold market and technology collaboration and we are super excited by that and that baselines against what we do today and then as incentives on both sides to continue to grow that tremendously. So we're gonna continue being, doing that and that's going to continue being a great partner at the same time. From a partnership point of view, is truly going to be a Switzerland of the industry. So previously companies that were otherwise a little bit more competitive with dull now no longer have that reservation in partnering very deeply with us. I'm totally, like you said from a capital structure point of view, it gives us the flexibility to use to do em in a should we decide to do so in the future right? And use both equity and cash for them in a so so that's the capital structure, flexibility, the Switzerland positioning and the continuing great relationship with dull Those are the benefits of the spin >>love and the partner ecosystem has always been a source of, of innovation and it's a big part of the flywheel, the power of many versus the resources of one Ragu, Thanks so much for coming back in the queue. Best of luck. We're really excited for you and for the future of VM ware. >>Thank you and thanks for all the great work that you do and look forward to continuing to read your great research, >>appreciate that. And thank you for >>watching the cubes, continuous >>Coverage of VM World 2021. Keep it right there. >>Thank you. Mhm. Yeah.
SUMMARY :
Ceo in 2000 and eight and set the company on a journey to build what he called at the time. It's great to be here. And that's about the multi cloud era of computing that most enterprises are going Maybe you can talk about that, that opportunity and what customers are telling you. I'm accelerating that and making that the main piece of what we end, Is that the right way to think about it? to do is to provide a consistent developer experience regardless of where you want to build your application Is that the right way to think about it? So the management experience by the way, and this is the other thing that gets missed in the It's not just the X 86 can handle everything anymore asap whether it's sequel server, in the software defined data center to be offloaded into these In fact, the Edge is one of the most important for customers so you can support more workloads of the future. And so the idea is that regardless of what you use, So speaking of geniality that brings me to Tansu, you know early on people thought, And so that's the first thing that we did now. I know we're tight on time but it's like speed dating with you raghu. So that's the first thing that we're doing. So maybe you can talk about that and how you see the future playing out organic the Switzerland positioning and the continuing great relationship with dull Those are the benefits of We're really excited for you and for the future of VM ware. And thank you for Coverage of VM World 2021. Thank you.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
IBM | ORGANIZATION | 0.99+ |
2012 | DATE | 0.99+ |
EMC | ORGANIZATION | 0.99+ |
paul Maritz | PERSON | 0.99+ |
100% | QUANTITY | 0.99+ |
2000 | DATE | 0.99+ |
Pat Gelsinger | PERSON | 0.99+ |
$625 million | QUANTITY | 0.99+ |
Silicon Valley | LOCATION | 0.99+ |
Raghu Raghuram | PERSON | 0.99+ |
europe | LOCATION | 0.99+ |
november | DATE | 0.99+ |
five founders | QUANTITY | 0.99+ |
10 | QUANTITY | 0.99+ |
Dell Tech | ORGANIZATION | 0.99+ |
three aspects | QUANTITY | 0.99+ |
five months | QUANTITY | 0.99+ |
first aspect | QUANTITY | 0.99+ |
first iteration | QUANTITY | 0.99+ |
early november | DATE | 0.99+ |
third | QUANTITY | 0.99+ |
fourth grade | QUANTITY | 0.99+ |
telco | ORGANIZATION | 0.99+ |
second | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
both sides | QUANTITY | 0.99+ |
second thing | QUANTITY | 0.98+ |
Tanzania | LOCATION | 0.98+ |
today | DATE | 0.98+ |
VMware | ORGANIZATION | 0.98+ |
late 90s | DATE | 0.98+ |
third point | QUANTITY | 0.98+ |
first thing | QUANTITY | 0.98+ |
next week | DATE | 0.98+ |
java | TITLE | 0.98+ |
1st 100 days | QUANTITY | 0.98+ |
first | QUANTITY | 0.98+ |
Monterey | ORGANIZATION | 0.97+ |
next decade | DATE | 0.97+ |
one | QUANTITY | 0.97+ |
One | QUANTITY | 0.96+ |
Windows | TITLE | 0.96+ |
one cloud | QUANTITY | 0.96+ |
Graviton | TITLE | 0.95+ |
Tansu | ORGANIZATION | 0.95+ |
fourth Ceo | QUANTITY | 0.95+ |
Switzerland | LOCATION | 0.95+ |
raghu Raghuram | PERSON | 0.95+ |
first one | QUANTITY | 0.94+ |
Cuban Aires | LOCATION | 0.94+ |
Ceo | ORGANIZATION | 0.93+ |
Nitro | COMMERCIAL_ITEM | 0.93+ |
past decade | DATE | 0.93+ |
X 86 | COMMERCIAL_ITEM | 0.92+ |
ORGANIZATION | 0.9+ | |
Campaneris | LOCATION | 0.9+ |
first digital applications | QUANTITY | 0.9+ |
Andrew | PERSON | 0.89+ |
Vandenberg | ORGANIZATION | 0.89+ |
Kubernetes | TITLE | 0.89+ |
eight | QUANTITY | 0.89+ |
one cloud provider | QUANTITY | 0.88+ |
Nitro | TITLE | 0.88+ |
one roof | QUANTITY | 0.87+ |
spring boot | TITLE | 0.87+ |
first hydration | QUANTITY | 0.87+ |
Greenfield | LOCATION | 0.83+ |
Carlos | LOCATION | 0.79+ |
Project | ORGANIZATION | 0.79+ |
Azure | TITLE | 0.77+ |
Tancill | ORGANIZATION | 0.76+ |
number three | QUANTITY | 0.75+ |
VMworld 2021 | EVENT | 0.74+ |
Hundreds and thousands | QUANTITY | 0.74+ |
Monterey | TITLE | 0.73+ |
number two | QUANTITY | 0.72+ |
Cuban | OTHER | 0.72+ |
Springdale Ohio | LOCATION | 0.72+ |
2021 | DATE | 0.69+ |
Spring | TITLE | 0.68+ |
86 | OTHER | 0.67+ |
Project Monterrey | ORGANIZATION | 0.67+ |
three | QUANTITY | 0.63+ |
last 100 days | DATE | 0.63+ |
2021 095 Kit Colbert VMware
[Music] welcome to thecube's coverage of vmworld 2021 i'm lisa martin pleased to welcome back to the program the cto of vmware kit kohlberg welcome back to the program and congrats on your new role thank you yeah i'm really excited to be here so you've been at vmware for a long time you started as an intern i read yeah yeah it's been uh 18 years as a full-timer but i guess 19 if you count my internship so quite a while it's many lifetimes in silicon valley right many lifetimes in silicon valley well we've seen a lot of innovation from vmware in its 23 years you've been there the vast majority of that we've seen a lot of successful big tech waves ridden by vmware in april vmware pulled tanzu and vmware cloud foundation together vmware cloud you've got some exciting news with respect to that what are you announcing today well we got a lot of exciting announcements happening at vmworld this week but one of the ones i'm really excited about is vmware cloud with tons of services so let me talk about what these things are so we have vmware cloud which is really us taking our vmware cloud foundation technology and delivering that as a service in partnership with our public cloud providers but in particular this one with aws vmware cloud on aws we're combining that with our tanzu portfolio of technologies and these are really technologies focused at developers at folks driving devops building and operating modern applications and what we're doing is really bringing them together to simplify customers moving from their data centers into the cloud and then modernizing their applications it's a pattern that we see very very often this notion of migrate and then modernize right once you're on a modern cloud infrastructure makes it much easier to modernize your applications talk to me about some of the catalysts for this change and this offering of services was it you know catalyzed by some of the events we've seen in the world in the last 18 months and this acceleration of digital adoption yeah absolutely and we saw this across our customer base across many many different industries although as you can imagine those industries that that were really considered essential uh were the ones where we saw the biggest sorts of accelerations we saw a tremendous amount of people needing to support remote workers overnight right and cloud is a perfect use case for that but the challenge a lot of customers had was that they couldn't take the time to retool that they had to use what they already had and so something like vmware cloud was perfect for that because it allowed them to take what they were doing on-prem and seamlessly extend it into the cloud without any changes able to do that you know almost overnight right but at the same time what we also saw was the acceleration of their digital transformation people are now online they're needing to interact with an app over their phone to get something you know remotely delivered or to schedule maybe um an appointment for their pet because you know a lot of people got pets during the pandemic and so you just saw this rush toward digitization and these new applications need to be created and so as customers move their application estate into the cloud with vmware cloud and aws they then had this need to modernize those applications to be able to deliver them faster to respond fast to the very dynamic nature of what was happening during the pandemic so let's talk about uh some of the opportunities and the advantages that vmware cloud with tanzania service is going to deliver to those it admins who have to deliver things even faster yep so let me talk a bit about the tech and then talk about how that fits into uh what the users will experience so vmware cloud with tons of services is really two key components uh the first of which is the tanzu kubernetes grid service the tkg service as we call it so what this is is actually a deep integration of tonsil kubernetes grid with vmware cloud and and the kubernetes we've actually integrated into vmware cloud foundation folks who are familiar with vmware may remember that a couple of years ago we announced project pacific which was a deep integration of kubernetes into vsphere essentially enabling vsphere to have a kubernetes interface to be natively kubernetes and what that did was it enabled the i.t admins to have direct insight inside of kubernetes clusters to understand what was happening in terms of the containers and pods that that their developers were running it also allowed them to leverage uh their existing vsphere and vmware cloud foundation tooling on those workloads so fast forward today we we have this built in now and what we're doing is actually offering that as a service so that the customer doesn't need to deal with managing it installing it updating any of that stuff instead they can just leverage it they can start creating kubernetes clusters and upstream conformant kubernetes clusters to allow their developers to take advantage of those capabilities but also be able to use their native tooling on it so i think that's really really important is that the it admin really can enable their developers to seamlessly start to build and operate modern applications on top of vmware cloud got it and talk to me about how this is going to empower those it admins to become kubernetes operators yeah well i think that's exactly it you know we talk to a lot of these admins and and they're seeing the desire for kubernetes uh from their lines of business from you know from the app teams and the idea is that when you look start looking at the kubernetes ecosystem there's a whole bunch of new tooling and technology out there we find that people have to spend a lot of time figuring out what the right thing to use is and for a lot of these folks they say hey i've already figured out how to operate applications in production i've got the tooling i've got the standardization i got things like security figured out right super important and so the real benefit of this approach and this deep integration is it allows them to take those those tools those operational best practices that they already have and now apply them to these new workloads fairly seamlessly and so this is really about the power of leveraging all the investments they've made to take those forward with modern applications and the total adjustable market here is pretty big i heard your cto referring to that in an interview in september and i was looking at some recent vmware survey numbers where 80 of customers say they're deploying applications in highly distributed environments that include their own data center multiple clouds uh edge and also customers said hey 90 of our application initiatives are focused on modernization so vmware clearly sees the big tam here yeah it's absolutely massive um you know we see uh many customers the vast majority something like 75 percent are using multiple clouds or on-prem in the cloud we have some customers using even more than that and you see this very large application estate that's spread out across this and so you know i think what we're really looking at is how do we enable uh the right sorts of consistency both from an infrastructure perspective enabling things like security but also management across all these environments and by the way it's another exciting thing neglected to mention about this announcement vmware cloud with tonsil services not only includes the tonsil kubernetes grid service giving you that sort of kubernetes uh cluster as a service if you will but it also includes tons of mission control essentials and this is really the next generation of management when you start looking at modern applications and what tons of mission control focuses on is enabling managing kubernetes consistently across clouds and so this is the other really important point is that yes we want to make vmware cloud vmware cloud infrastructure the best place to build and operate applications especially modern ones but we also realize that you know customers are doing all sorts of things right they're in the native cloud whether that's aws or azure or google and they want ways of managing more consistently across all these environments in addition to their vmware environments both in the cloud and on-prem and so tons of mission control really enables that as well and that's another really powerful aspect of this is that it's built in to enable that next level of administration and management that consistency is critical right i mean that's probably one of the biggest benefits that customers are getting is that familiarity with the console the consistency of being able to manage so that they can deploy apps faster um that as businesses are still pivoting and changing direction in light of the pandemics i imagine that that is a huge uh from a business outcomes perspective the workforce productivity there is probably pretty pretty big yeah and i think it's also about managing risk as well you know one of the the biggest worries that we hear from many of the cios uh ctos executives that we talk to at our customers is this uh software supply chain risk like what is it exactly like what are the exact bits that they're running out there right in their applications because the reality is that um those apps are composed of many open source technologies and you know as we saw with solarwinds it's very possible for someone to get in and you know plant malicious code into their source repository such that as it gets built and flows out it'll you know just go out and customers will start using it and it's a huge huge security vulnerability and one thing on that note that customers are particularly worried about is the lack of consistency across their cloud environments that because things are done different ways and the different teams have different processes across different clouds it's easy for small mistakes to creep in there for little openings right that a hacker might be able to go and exploit and so i think this gets back to that notion of consistency and that you're right it's great for productivity but the one i think that's almost in some ways you might say uh for many of these folks more important for is from a security standpoint that they can validate and ensure they're in compliance with their security standards and by the way you know this is uh for most companies a board level discussion right the board is saying hey like do we have the right controls in place because it is um such an important thing and such a critical risk factor it is a critical risk factor we saw you mentioned solar winds but just in the last 18 months the the massive changes to the threat landscape the huge rise in ransomware and ddos attacks you know we had this scatterer everybody went home and you've got you know the edge is booming and you've got folks using uh you know not using their vpns and things when they should be so that the fact that that's a board level discussion and that this is going to help from a risk mitigation perspective that consistency that you talked about is huge i think for a customer in any industry yep yeah and it's pretty interesting as well like you mentioned ransomware so we're doing some work on that one as well actually not specifically with this announcement but it's another vmware cloud service that plugs into this uh seamlessly vmware cloud disaster recovery and one of the really cool features that we're announcing at vmworld this week is the ability to actually support and and maybe uh handle ransomware attacks and so the idea there is that if you do get compromised and what typically happens is that the hackers come in and they encrypt you know some of your data and they say hey if you want to get access to it you got to pay us and we'll decrypt it for you but if you have the right dr solution um that's backing up on a fairly continuous basis it means that whatever data might be encrypted you know would only be a small delta like the last let's say hour or two of data right and so what we're looking at is leveraging that dr solution to be able to very rapidly restore specific individual files uh that may have been compromised and so this is like one way that we're helping customers deal with that like obviously we want to put a whole bunch of other security protections in place and we do when we enable them to do that but one thing when you think about security is that it's very much defense in depth that you have multiple layers of the fail-safes there and so this one being kind of like the end result that hackers do get in they do manage to compromise it they do manage to get a hold of it and encrypt it well you still got unencrypted backups that you control and that you have um a very clean delineation and separation from just like kind of an architectural standpoint that the hackers won't be able to get at right so that you can control that and restore it so again you know this is something very top of mind for us and it's funny because we don't always lead with the security angle maybe we should as i'm saying it here but uh but it's something that's very very top of mind for a lot of our customers it's something that's also top of mind for us and that we're focused on it is because it's no longer if we get attacked it's one and they've got to be able to have the right recovery strategy so that they don't have to pay those ransoms and of course we only hear about the big ones like the solar winds and the colonial pipelines and there's many more going on when i get back to vmware cloud with tanzania services talk to me about how this fits into vmware's bigger picture yeah yeah yeah great question thanks for bringing me back i'd love to geek out on some of these things so um but when you take a step back so what we're really doing uh with vmware cloud is trying to provide this really powerful infrastructure layer uh that is available anywhere customers want to run applications and that could be in the public cloud it could be in the data center it could be at the edge it could be at all those locations and you know you mentioned edge earlier and i think we're seeing explosive growth there as well and so what we're really doing is driving uh broad optionality in terms of how customers want to adopt these technologies and then as i said we're sort of you know we're kind of going broad many locations we're also building up in each of those locations this notion of ponzu services being seamlessly integrated in doing that uh you know starting now with vmware cloud aws but expanding that to every every location that we have in addition you know we're also really excited another thing we're announcing this week called project arctic now the idea with arctic is really to start driving more choice and flexibility into how customers consume vmware cloud do they consume it as software or as a service and where do they do that so traditionally the only way to get it delivered as a service would be in the public cloud right vmware cloud aws you can click a few buttons and you get a software defined data center set up for you automatically now traditionally on-prem we haven't had that we we did do something pretty powerful uh a year or two back with the release of vmware cloud on dell emc we can deliver a service there but that often required new hardware you know new setup for customers and customers are coming back to us and saying hey like we've got these really large vsphere deployments how do we enable them to take advantage of all this great vmware cloud functionality from where they are today right they say hey we can't rebuild all these overnight but we want to take advantage of vmware cloud today so that's what really what project arctic is focused on it's focused on connecting into these brownfield existing vsphere environments and delivering some of the vmware cloud benefits there things like being able to easily well first of all be able to manage those environments through the vmware cloud console so now you have one place where you can see your on-prem deployments your cloud deployments everything being able to really easily move uh applications between on-prem and the cloud leveraging some of the vmware cloud disaster recovery capabilities i just mentioned like the ransomware example you can now do that even on prem as well because keep in mind it's people aren't attacking you know the hackers aren't attacking just the public cloud they're attacking data centers or anywhere else where these applications might be running and so arctic's a great example of where we're saying hey there's a bunch of cool stuff happening here but let's really meet customers where they're at and many of our customers still have a very large data center footprint still want to maintain that that's really strategic for them or as i said may even want to be extending to the edge so it's really about giving them more of that flexibility so in terms of meeting customers where they are i know vmware has been focused on that for probably its entire history we talk about that on the cube in every vmworld where can customers go like what's the right starting point is this targeted for vmware cloud on aws current customers what's kind of the next steps for customers to learn more about this yeah absolutely so there's a bunch of different ways so first of all there's a tremendous amount of activity happening here at vmworld um just all sorts of breakout sessions like you know detailed demos like all sorts of really cool stuff just a ton of content i'm actually kind of i'm in this new role i'm super excited about it but one thing i'm kind of bummed out about is i don't have as much time to go look at all these cool sessions so i highly recommend going and checking those out um you know we have hands-on labs as well which is another great way to test out and try vmware products so hold.vmware.com uh you can go and spin those things up and just kind of take them for a test drive see what they're all about and then if you go to vmc.vmware.com that is vmware cloud right we want to make it very easy to get started whether you're in just a vsphere on-prem customer or whether you already have vmware cloud and aws what you can see is that it's really easy to get started in that there's a ton of value-add services on top of our core infrastructure so it's all about making it accessible making it easy and simple to consume and get started with so there's a ton of options out there and i highly recommend folks go and check out all the things i just mentioned excellent kit thank you for joining me today talking about vmware cloud with tons of services what's new what's exciting the opportunities in it for customers from the i.t admin folks to be empowered to be kubernetes operators to those businesses being able to do essential services in a changing environment and again congratulations on your promotion that's very exciting awesome thank you lisa thank you for having me our pleasure for kit colbert i'm lisa martin you're watching thecube's coverage of vmworld 2021 [Music] you
SUMMARY :
and by the way you know this is
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
lisa martin | PERSON | 0.99+ |
75 percent | QUANTITY | 0.99+ |
september | DATE | 0.99+ |
kit colbert | PERSON | 0.99+ |
23 years | QUANTITY | 0.99+ |
18 years | QUANTITY | 0.99+ |
vmware | ORGANIZATION | 0.99+ |
lisa | PERSON | 0.98+ |
today | DATE | 0.98+ |
pandemic | EVENT | 0.98+ |
two key components | QUANTITY | 0.98+ |
2021 | DATE | 0.97+ |
one | QUANTITY | 0.97+ |
80 of customers | QUANTITY | 0.97+ |
april | DATE | 0.97+ |
tons of services | QUANTITY | 0.97+ |
one thing | QUANTITY | 0.97+ |
vmworld | ORGANIZATION | 0.97+ |
hold.vmware.com | OTHER | 0.97+ |
two | QUANTITY | 0.96+ |
tons | QUANTITY | 0.96+ |
a lot of people | QUANTITY | 0.96+ |
ORGANIZATION | 0.96+ | |
this week | DATE | 0.96+ |
this week | DATE | 0.96+ |
hour | QUANTITY | 0.95+ |
one way | QUANTITY | 0.95+ |
lisa martin | PERSON | 0.95+ |
aws | ORGANIZATION | 0.94+ |
first | QUANTITY | 0.94+ |
a ton of options | QUANTITY | 0.94+ |
one place | QUANTITY | 0.93+ |
last 18 months | DATE | 0.92+ |
a year | QUANTITY | 0.92+ |
vmc.vmware.com | OTHER | 0.91+ |
both | QUANTITY | 0.91+ |
a couple of years ago | DATE | 0.9+ |
19 | QUANTITY | 0.9+ |
azure | ORGANIZATION | 0.87+ |
arctic | ORGANIZATION | 0.86+ |
pandemics | EVENT | 0.84+ |
each | QUANTITY | 0.83+ |
vmware cloud | TITLE | 0.81+ |
tons of mission control | QUANTITY | 0.8+ |
90 of our application initiatives | QUANTITY | 0.79+ |
vmware cloud | ORGANIZATION | 0.79+ |
2021 095 | OTHER | 0.77+ |
a ton of value-add services | QUANTITY | 0.77+ |
vmware cloud foundation | ORGANIZATION | 0.77+ |
mission control | QUANTITY | 0.76+ |
a lot of our customers | QUANTITY | 0.76+ |
lot of customers | QUANTITY | 0.76+ |
vmware cloud | ORGANIZATION | 0.74+ |
a lot of these folks | QUANTITY | 0.68+ |
ponzu | ORGANIZATION | 0.67+ |
silicon valley | LOCATION | 0.63+ |
lot | QUANTITY | 0.62+ |
vmware | TITLE | 0.59+ |
Kit Colbert | ORGANIZATION | 0.59+ |
cloud aws | TITLE | 0.59+ |
Sandy Carter, AWS & Lynn Martin, VMware | AWS Summit DC 2021
value in jobs is probably the most rewarding >>things I've ever been involved >>in And I bring that energy to the queue because the cube is where all the ideas are and where the experts are, where the people are And I think what's most exciting about the cube is that we get to talk to people who are making things happen, entrepreneurs ceo of companies, venture capitalists, people who are really on a day in and day out basis, building great companies and the technology business is just not a lot of real time live tv coverage and and the cube is a non linear tv operation. We do everything that the T. V guys on cable don't do. We do longer interviews. We asked tougher questions. We >>ask sometimes some light questions. We talked about the person and what >>they feel about it's not prompted and scripted. It's a conversation authentic and for shows that have the cube coverage and makes the show buzz that creates excitement. More importantly, it creates great content, great digital assets that can be shared instantaneously to the world. Over 31 million people have viewed the cube and that is the result of great content, great conversations and I'm so proud to be part of a Q with great team. Hi, I'm john barrier, Thanks for watching the cube boy. >>Okay, welcome back everyone cube coverage of AWS amazon web services public sector summit in person here in Washington D. C. I'm john Kerry host of the cube with Sandy carter and Lynn martin Vm ware Vice president of government education and healthcare. Great to see you both cube alumni's although she's been on since 2014 your first time in 2018 18 2018. Great to see you. Great to see you. Thanks for coming on. Yeah, thanks for having us. So VM ware and 80 of us have a huge partnership. We've covered that announcement when Andy and Pat nelson was the Ceo. Then a lots happened, a lot of growth. A lot of success. Congratulations. Thank you. What's the big news with AWS this year in >>public sector. So we just received our authorization to operate for Fed ramp high. Um and we actually have a lot of joint roadmap planning. You are kicking off our job today with the Department of Defense and I. L five for the defense customers is also in process. So um a lot of fruits of a long time of labor. So very excited, >>awesome. So explain what does the Fed ramp authority to operate mean? What is >>that all about? So I would say in a nutshell, it's really putting a commercial offering through the security protocols to support the federal government needs. Um and there's different layers of that depending on the end user customers. So Fed ramp i across this, across all the civilian and non classified workloads in the federal government. Um probably applicability for state, local government as well with the new state Gramp focus. Um Fed ramp. I will meet or exceed that. So it will be applicable across the other parts of the government as well and all operated, you know, in a controlled environment jointly. So you get the VM ware software stack on top of the platform from A W. S and all the services that is more VM >>ware, faster deployed usage, faster acceleration. >>Yeah, so I would say um today the government operates on VM ware across all of the government, state, local and federal, um some workloads are still on prem many and this will really accelerate that transformation journey to the cloud and be able to move workloads quicker onto the BMC on AWS platform without free architect in your >>application, without giving away any kind of VM World Secret because that's next week. What is the value proposition of VM ware cloud, on AWS? What is the, what is the, what is the main value proposition you guys see in the public >>sector? So I see three and then Sandy chime in their two, I would say, you know, the costs in general to operate In the Cloud vs on prem or significant savings, we've seen savings over 300% on some customers. Um the speed on the application movement I think is a >>huge >>unique benefit on BMC on AWS. So traditionally to move to native cloud, you have to really do a lot of application were to be able to move those workloads where on BMC on AWS to move them pretty fast. And it also leverages the investments that the government agencies have already made in their operational tools and things of that nature. So it's not like a full reinvestment for something new but really leveraging both the skill sets in the data center in the I. T. Shops and the tools and investments you've bought over the past. And then the third area I would say is really getting the agility and flexibility and speed of a cloud experience. >>What's your, what's your reaction to the partnership? >>You know, we were just talking uh in a survey to our customers and 67% of them said that the velocity of the migration really matters to them. And one of the things that we do really well together is migrate very quickly, so we have workloads that we've migrated that have taken you know weeks months uh as opposed to years as they go over, which is really powerful. And then also tomorrow VM ware is with us in a session on data led migration. We were talking about data earlier and VM ware cloud on Aws also helps to migrate over like sequel server, database oracle databases so that we can also leverage that data now on the cloud to make better decisions and >>real time decisions as >>well. It's been really interesting to watch the partnership and watching VM ware transform as well, not only the migrations are in play with the public sector, there's a lot of them, believe me, healthcare, you name every area. It's all, all those old systems are out there. You know, I'm talking about out there. But now with microservices and containers, you've got tansy and you got the whole cloud, native VM ware stack emerging that's going to allow customers to re factor This is a dynamic that is kind of under reported >>Migration is one thing. But I think, I think that the whole Tan Xue portfolio is one of the most interesting things going on in VM ware. And we also have some integration going on on D. M. C on AWS with tan to we don't have that pentagram. Yeah. For the government market, but it's on the road mapping plans and we have other customers And I would say, you know, some of my non federal government customers were able to move workloads in hours, not even days or weeks. There you go, literally back and forth. And very impressive on the BMC on AWS platform. So, um, as we expand things in with the Tan Xue platform is, you know, Sandy talked about this yesterday and our partners summit, Everyone's talking about containers and things like that. VM ware is doing a lot of investment around the cooper Netease plus the application migration work and things of that nature. >>I'd love to get you guys reaction to this comment because I've seen a lot of change. Obviously we're all seeing it. I've actually interviewed a bunch of aWS and VM ware customers and I would call um some of the categories skeptics the old school cloud holding the line. And then when the pandemic hit those skeptics flip over because they see the value. In fact I actually interviewed a skeptic who became an award winner who went on the record and said I love hey w I love the cloud. I was a skeptic because you saw the value the time to value. This is really a key dynamic. I know it's kind of thrown out a lot of digital transformation or I. T. Modernization but the agility and that kind of speed. It becomes the number one thing. What's your reaction to the skeptics converting? And then what happens >>next? Um So I think there's still a lot of folks in I. T. That our tree huggers or I call him several huggers uh um pick your term. And I think that um there is some concern about what their role will be. So I think one of the differences delivering cloud services to your internal constituents is really understand the business value of the applications and what that delivers from a mission perspective back to your client. And that's a shift for data center owners to really start thinking more from the customer mission perspective than or my servers running you know, do you have enough storage capacity blah blah blah. So I think that creates that skepticism and part of that's around what's my role going to be. So in the cloud transformation of a customer, there's all this old people part that becomes really the catalyst and I think the customers that have been very sad and really leverage that and then retool the business value back to the end users around the mission have done the best job. >>I mean we talk about this all the time, it's really hard to get the best debris partners together and then make it all work cloud, it becomes easier than doing it very bespoke or waterfall way >>Yeah, I have to say with the announcement yesterday, we're going to have a lot more partner with partners. So you and I have talked about this a few times where we bring partners together to work with each other. In fact, Lynn is going to go meet with one of those partners right after the interview um that want to really focus in on a couple of particular areas to really drive this and I think, you know, part of the, you know, as your re factoring or migrating VMro over the other big benefit is skills, people have really strong, these fear skills, the sand skills, >>operation >>operation tools Yeah. And so they want to preserve those, I think that's part of the beauty of doing VM ware cloud on Aws is you get to take those skills with you into the new world as well, >>you know, I was going to just ask the next question ai ops or day two operations, a big buzzword Yeah and that is essentially operation mindset, that devoPS DEVOps two is coming. Emily Freeman gave a keynote with our last event we had with with amazon public showcase revolution and devops devoPS 2.0 is coming which is now faster, security is built in the front end, so all these things are happening so now it's coming into the public sector with the GovCloud. So I have to ask you Lynn what are some of the big successes you've had with on the gulf cloudy, just Govcloud. >>So I would say we've had a lot of customers across the state local side especially um that weren't waiting for fed ramp and those customers were able to move like I mentioned this earlier and you guys just touched on it. So I think the benefit and the benefit, one of our best customers is Emmett Right? Absolutely mitt, God bless them. They've been on every cloud journey with VM ware since 2014 we moved in my three years now and talk about a skeptic. So although Mark is very revolutionary and tries new things, he was like oh who knows and literally when we moved those workloads it was minutes and the I. T shop day one there was no transformation work for them, it was literally using all the tools and things in that environment. So the progress of that and the growth of the applications that have been able to move their things. That took 2 to 3 years before we're all done within six months and really being able to expand those business values back out for the services that he delivers to the customers. So I think you'll see quite a bit across state, local federal government. You know, we have U. S. Marshals, thank them very much. They were our sponsor that we've been working with the last few years. We have a defense customer working with us around aisle five. >>Um you know, if we could also thank Coal Fire because Cold Fire is one of our joint partners talking about partner partners and they were played a critical role in helping BM We're cloud on AWS and get the fed ramp high certifications. >>They were R three p. O. We hired them for their exercise expertise with AWS as well as helping the BMR. >>Well the partnership with the war has been a really big success. Remember the naysayers when that was announced? Um it really has worked out well for you guys. Um I do want to ask you one more thing and we don't mind. Um One of the biggest challenges that you see the blockers or challenges from agencies moving to the cloud cover cloud because you know, people are always trying to get those blockers out of the way but it's an organizational culture is a process technology. What's your what's your take on that land. Um >>I think a lot does have to do with the people and the organizational history. I think somewhere you need a leader and a champion that really wants to change for good. I call Pat, used to call a tech for good. I love that. Right to really, you know, get things moving for the customers. I mean one of the things I'm most proud about supporting the government business in general though is really the focus on the mission is unparalleled, you know, in the sectors we support, you say, education or government or healthcare. Right? All three of those sectors, there's never any doubt on what that focuses. So I think the positives of it are like, how do you get into that change around that? And that could be systems, there's less what's VMC ON AWS as we mentioned, because the tools already in the environment so they know how to use it. But I do think there's a transformation on the data center teams and really becoming moving from technology to the business aspects a little bit more around the missions and things of that. >>What's interesting is that it's so, I mean, I actually love this environment even though it's kind of hard on everyone. Education and health care have been disrupted unprecedented ways and it's never gonna change back? Remember healthcare, hip data silos, silos, education don't spend on it. >>That education was the most remarkable part. Unbelievable. I started working in february before school started with one of the large cities everyone can guess and just the way they were able to pivot so fast was amazing and I don't think anybody, I think we did like five years of transformation in six months and it's never going to go back. >>I completely a great yes education. We just did a piece of work with CTS around the world and education is one of the most disrupted as you said health care and then the third one is government and all three of those are public sector. So the three most disruptive sectors or mission areas are in public sector which has created a lot of opportunity for us and our partnership to add value. I mean that's what we're all about right customer obsession working backwards from the customer and making sure that our partnership continues to add value to those customers >>while we love the tech action on the cube. Obviously we'd like to document and pontificate and talk about it. Digital revolution. Every application now is in play globally. Not just for I. T. But for society, public sector more than ever is the hottest area on the planet. >>Absolutely. And I would say that now our customers are looking at E. S. G. Environmental, they want to know what you're doing on sustainability. They want to know what you're doing for society. We just had a bid that came in and they wanted to understand our diversity plan and then open governance. They're looking for that openness. They're not just artificial intelligence but looking at explainable AI as well. So I think that we have a chance to impact environment societies and governance >>and you mentioned space earlier. Another way I talked with closure. I mean I'm an interview today too, but what's happening with space and what you can monitor disasters, understand how to deploy resources to areas that might have challenges, earthquakes or fires or other things. All new things are happening. >>Absolutely. And all that data people like to say, why are you spending money on space? There's so many problems here, but that data that comes from space is going to impact us here on earth. And so all the things that we're doing, all that data could be used with VM ware cloud on AWS as well. >>Well, you watch closely we got some space coverage coming. I got a big scoop. I'm gonna release soon about something behind the dark side of the moon on in terms of space sovereignty coming a lot of action, cybersecurity in space. That's really heavy right now. But >>aren't you glad that VMC cloud on AWS isn't hidden on the dark side of the moon. It's >>right on the congratulations. Thanks for coming on. You guys are doing great. Thanks for >>thanks for sharing. Congratulations. >>Okay, cube coverage here continues. AWS public sector summit in Washington D. C live for two days of coverage be right back. Thank you. Mhm. Mhm mm mm hmm.
SUMMARY :
We do everything that the T. V guys on cable don't do. We talked about the person and what that is the result of great content, great conversations and I'm so proud to be part of a Q with great team. sector summit in person here in Washington D. C. I'm john Kerry host of the cube with Sandy carter and I. L five for the defense customers is also in process. So explain what does the Fed ramp authority to operate mean? parts of the government as well and all operated, you know, What is the value proposition of VM ware cloud, on AWS? Um the speed on the application movement I think is a to move to native cloud, you have to really do a lot of application were to be able to move those workloads And one of the things that we do really well together is migrate very quickly, not only the migrations are in play with the public sector, there's a lot of them, believe me, For the government market, but it's on the road mapping plans and we have other customers And I would I'd love to get you guys reaction to this comment because I've seen a lot of change. So in the cloud transformation of a customer, In fact, Lynn is going to go meet with one of those partners right after the interview um that cloud on Aws is you get to take those skills with you into the new world as well, So I have to ask you Lynn what are some of the big successes So the progress of that and the growth of the applications that have been able to move their Um you know, if we could also thank Coal Fire because Cold Fire is one of our joint partners talking about partner as helping the BMR. Um One of the biggest challenges that you see the blockers or challenges I think a lot does have to do with the people and the organizational What's interesting is that it's so, I mean, I actually love this environment even though it's kind of hard on everyone. just the way they were able to pivot so fast was amazing and around the world and education is one of the most disrupted as you said health care Not just for I. T. But for society, public sector more than ever is the hottest area on the planet. So I think that we have a chance to impact environment societies and governance but what's happening with space and what you can monitor disasters, understand how to deploy And so all the things that we're doing, all that data could be used with VM ware cloud on AWS as well. behind the dark side of the moon on in terms of space sovereignty coming aren't you glad that VMC cloud on AWS isn't hidden on the dark side of the moon. right on the congratulations. thanks for sharing. AWS public sector summit in Washington D.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Andy | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Emily Freeman | PERSON | 0.99+ |
john Kerry | PERSON | 0.99+ |
Department of Defense | ORGANIZATION | 0.99+ |
Pat nelson | PERSON | 0.99+ |
Cold Fire | ORGANIZATION | 0.99+ |
Lynn Martin | PERSON | 0.99+ |
Coal Fire | ORGANIZATION | 0.99+ |
john barrier | PERSON | 0.99+ |
Mark | PERSON | 0.99+ |
two days | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
five years | QUANTITY | 0.99+ |
yesterday | DATE | 0.99+ |
Lynn martin | PERSON | 0.99+ |
Washington D. C | LOCATION | 0.99+ |
Washington D. C. | LOCATION | 0.99+ |
Sandy Carter | PERSON | 0.99+ |
february | DATE | 0.99+ |
Lynn | PERSON | 0.99+ |
BMC | ORGANIZATION | 0.99+ |
both | QUANTITY | 0.99+ |
67% | QUANTITY | 0.99+ |
Sandy | PERSON | 0.99+ |
amazon | ORGANIZATION | 0.99+ |
three | QUANTITY | 0.99+ |
aWS | ORGANIZATION | 0.99+ |
80 | QUANTITY | 0.99+ |
earth | LOCATION | 0.99+ |
one | QUANTITY | 0.99+ |
six months | QUANTITY | 0.99+ |
2014 | DATE | 0.99+ |
tomorrow | DATE | 0.99+ |
today | DATE | 0.99+ |
this year | DATE | 0.98+ |
Pat | PERSON | 0.98+ |
next week | DATE | 0.98+ |
three years | QUANTITY | 0.98+ |
Fed | ORGANIZATION | 0.98+ |
over 300% | QUANTITY | 0.98+ |
VMware | ORGANIZATION | 0.98+ |
3 years | QUANTITY | 0.97+ |
2 | QUANTITY | 0.97+ |
pandemic | EVENT | 0.97+ |
Sandy carter | PERSON | 0.96+ |
E. S. G. Environmental | ORGANIZATION | 0.95+ |
third one | QUANTITY | 0.95+ |
Over 31 million people | QUANTITY | 0.95+ |
CTS | ORGANIZATION | 0.94+ |
first time | QUANTITY | 0.94+ |
BMR | ORGANIZATION | 0.93+ |
Emmett | PERSON | 0.93+ |
third area | QUANTITY | 0.91+ |
One | QUANTITY | 0.9+ |
2018 18 2018 | DATE | 0.88+ |
Ceo | ORGANIZATION | 0.88+ |
Vice president | PERSON | 0.88+ |
AWS Summit | EVENT | 0.88+ |
one thing | QUANTITY | 0.88+ |
Tan Xue | ORGANIZATION | 0.87+ |
T. | LOCATION | 0.87+ |
one more thing | QUANTITY | 0.87+ |
2021 095 VMware Vijay Ramachandran
>>Welcome to the cubes coverage of VMworld 2021. I'm Lisa Martin VJ ramen. Shannon joins me next VP of product management at VMware VJ. Welcome back to the program. >>Thank you. So >>We're going to be talking about disaster recovery, VMware cloud. Dr. We've had a lot of challenges with respect to cybersecurity, but the world has in the last 18 months, I'd like to get your, your thoughts on the disaster recovery as a service, the dearest market. What are some of the key trends? Anything that you've noticed have particular interest in the last year and a half? >>Yeah, actually you're right. I mean that the last one year, since the pandemic, you know, the whole, um, lot of industries want to, uh, deploy DLR systems and want to protect themselves in France, somewhere and other, uh, other areas of the Amazon predicting that the disaster service market is going to reach about $10 billion by 2025. And so we, uh, we introduced bandwidth disaster recovery, you know, the last beam work with an acquisition of a company called atrium. And since then we've had tremendous success and it was really largely driven by two key trends that we seen in the market. One is that a lot of our customers have regulatory and mandates to do have a PR plan in place. And second is ransomware and ransomware a lot more in this interview, but ransomware is top of mind for a lot of customers. So those, these two combined together is really making a huge push to, uh, to protect all the data against, uh, disasters. >>What type of customers and any particular industries that you see that are really keenly adopting VMware cloud and D anything that you think is interesting. >>Yeah, it's actually interesting that you say it's actually not a single vertical or a size of the customer. What we have again, what we're finding is that a lot of the regulated industries, I, you know, having 92 to do the art, but the existing VR and data production systems are extremely complex and not cost effective. So, you know, customers are asked to do more with less. And so a lot of our customers, a lot of those customers are asking for, uh, looking for a cost-effective way to protect all the data. And, you know, and ransomware is not something that, that impacts, you know, any single vertical or, or any single size of customer. It impacts everyone. So we're seeing interest from all different verticals, different sizes of customers, uh, across, uh, the, you know, the B cell this, >>Yeah, you're right. The ransomware is a universal problem. And as we saw in the last few months, a problem that is really one of national public health and safety and security concerns. So you mentioned that customers from a regulatory perspective, those that need to implement Dr. Ransomware, as we talked about, are there, and then you also mentioned legacy solutions are kind of costly complex. Talk to me about some of the challenges with respect to those legacy solutions that you're helping customers to address with VMware cloud disaster recovery. >>Yeah. There are a few traits of chains that are, uh, that are emerging and then the whole data production space. One is, uh, customers want to do more with the data. And so with legacy systems, what they're finding is that customers are, you know, are able to replicate the data, but the data is sitting idle and not being used. And so, um, you know, and that's extremely, very expensive for our customers on the line. And secondly, from an outpatient standpoint, backup and Dr, as kind of merging into a single single solution and ransomware protection is becoming a critical use case as we spoke about at the talk about for that. So, uh, customers are not looking to deploy different systems for different types of production. They're looking for a similar solution that, that the lowest cost and gives them enough production across all these different use cases. >>And so where the NFL disaster recovery comes into play is that, is that we are able to use the data that we protect for other uses such as, uh, such as ransomware recovery, such as data protection, such as disaster recovery. So single copy of data that's being could be used in multiple use cases. Number one. And secondly, uh, it's a very expensive, uh, proposition to have, um, you know, on-prem to on-prem, you know, having to, you know, people who shouldn't capacity just sitting idle. And so where Vizio comes into play is that they're able to use, uh, protect the data into cloud, store it in a cost effective manner, and then just use the data when it's acquired either fatal or during disasters in ransomware. And that's where you're able to in, in, in, in the market today, >>Dig through some of those differentiators, if you will, one by one, because there's so much choice out there, there's a lot of backup solutions. Some that are providing backup only some that are doing also Dr. Depending on how customers have deployed and how they're using the technology. But when you're in customer conversations, what are the three things that you articulate about VMware cloud DVR that really help it stand out above the pack? >>Yeah, number one is the cost, right? Um, we, you know, we're able to bring down the cost of, uh, of a disaster protection, uh, by 65, by 65%. And, uh, and, you know, um, that's one big value proposition that we, uh, that we know highlight in our solution. Number two, a lot of our customers also becoming environmentally friendly and, you know, and I'm in a conscious, I should say. And so, because we're able to store the data in a more cost-effective manner, in a more efficient manner in the cloud, they're able to bring down the carbon footprint by 80% compared to regular, you know, your legacy, uh, disaster recovery and data protection solution. And the third, you know, sort of major value proposition from, from, uh, from the BMS is that, you know, we're able to integrate the, uh, uh, BCDR solution, the disaster coriander data protection solution. So well into our, um, you know, into, into the ecosystem, uh, can easily operationally easily recover data into a BM ware cloud. And so for, for the BMA ecosystem, it just becomes a natural logical extension of their, uh, their, uh, toolset. >>That's huge having a console that you're familiar with, you know, the whole point of, of backing up data and the need to recover from a disaster is to be able to restore the data in a timely fashion. I talked with a lot of customers who were using legacy technologies, and that was one of the biggest challenges backup windows weren't completing, or they simply couldn't recover data that was either, um, lost in an, in a ransomware attack or accidentally lost that recovery is what it's all about. Right. >>That's it, that's exactly right. And so at this rainbow ledger using a key enhancements and features that specifically speak to that, uh, you know, to that pain point that you just mentioned, you know, uh, we are bringing down, uh, the, uh, you know, the replication time, uh, to 30 to 30 minutes. So in other words, your Delta is, is, is, uh, is at a 300 interval now compared to all us in a traditional backup system. And number two, um, we are extending, uh, you know, be in love with a copy of it regardless it's always had with single file recovery. And so, especially for the, for the ransomware, uh, use case customers are quickly able to figure out which file leads to the restore, and they're able to restore those files individually rather than restoring their entire VM for the entire data center. And so it becomes a critical, uh, use case for, uh, critical functionality, I should say, for a ransomware recovery. And the other huge announcement of a major announcement media announcement had been made, uh, uh, others be involved is the integration into the VMware cloud in such a way that customers who move are migrating data into the BMR, the cloud on AWS can, uh, have the opportunity to, um, uh, protect the data, um, you know, uh, you know, easily BCDR and >>Got it. I'd love to get an example of a customer that you helped to recover from ransomware. As we mentioned, it's on the rise. In fact, I was looking at some cybersecurity data in the last few weeks, and it's the first half of 2021 calendar. It was up nearly 11 ax. And obviously the, the, the hockey stick lists looking like it's going to continue to go up into the right. So give me an example of a customer that you helped recover after they were hit with ransomware. >>Yeah. Yeah, I lose. And in fact, before I give you one set, one statistic that I just saw recently, um, it is, um, every Lennon are going to be across the board. There's some ransomware attack and in the world. And so, uh, you know, it is a big, you know, it is a huge, huge top of mind for a lot of, uh, the CEO's across and I, you know, across the globe now, uh, we, I just give you an example of one customer that we helped, um, you know, protect the data against ransomware. Merrick is the customer name, uh, it's a public reference. It can, um, you know, it's, it's in the BMI website and they had legacy systems, just like we talked about before they had legacy systems for protecting the data and they had, you know, backup systems and they had disaster recovery systems. >>And the big pain point was that, you know, they knew that they are, you know, they needed to protect against ransomware and, but they had two different systems backup and disaster recovery, and their cost was high because they were replicating the light data or production data, uh, you know, across different sites. And so they were looking for a, uh, to lower the cost of disaster recovery, but more importantly, they're looking to, uh, to protect themselves against potential ransomware threats and, um, and they were able to deploy VCR. And how does multiple points in time? Um, you know, I, in, in, um, in the, in the cloud that are, that allows them to go to any point, uh, you know, uh, after a ransomware attack and record from it. And as I said, the single file recovery was a huge benefit for them because they can then figure out exactly which, you know, which of those files, uh, you know, required, um, recovery. And so, um, they're able to lower the cost and protect, uh, and at the same time, uh, you know, meet the regulatory requirements and mandates to have a production in place so that the women all up there in all over the place, >>As you said, there, the data show one ransomware attack occurs every 11 seconds. And of course we only hear about the ones that make the news, right, for the most part, our customers talk about, Hey, we've had this problem. So it is no longer a, if we get hit with ransomware for every industry, like you were saying before, no industry is blind to this. It's when we get hit, we've gotta be able to recover the data. It sounds like what you're talking about from a recovery perspective is it's, it's very granular. So folks can go in and find exactly what they're looking for. Like, they don't have to restore entire VM. They can go down to the file level. >>That's exactly right. And, and you need the grant of the recovery because you want to be able to quickly restore, you know, your data, uh, and get back on, uh, you know, get back in the business. And so, uh, we provide that granular, granular recovery at the file level so that you can quickly scan your data, figure out which file needs to be at least a bit of cover and recollect just those files. Of course, you can also the color. We also provide authorization for the whole data center for the whole, uh, you know, BM and all the beings in the data center, but customers when they hit the trends and where they want to be able to quickly get back, get back into production, to those flights that, you know, that they critically need. And so that's, um, yeah, that's, it's a critical functionality. >>So is this whole entire solution in the cloud, or is there anything that the customer needs to have on premise? >>So this is, uh, all the data is go to the cloud in an efficient day, in an efficient way. Again, uh, you know, this is another sort of, um, like be that behalf, which is it's easy to just store data in the cloud in a debate, but what we do is be efficiently store the data so that, you know, you, uh, you know, you can know what the cost of your storage and, uh, uh, in the cloud. And so, you know, we used to be at BCDR, we'll be in the cloud disaster recovery. Those data in the cloud is, uh, and, and, and the data repository is in the cloud. And, uh, you can either recover data back to where you need to recover, or we allow filo or orchestrate automatically feel or of, uh, workloads into VMware on AWS, again, operational consistent, because it's a BMI software that's running on ground BMI software, that's running on data and you can, um, you know, fail a lot and bring the data onto the in-vitro Needham, VSO. It's, uh, uh, it's, uh, you know, and it's all there to look for SAS customer customer doesn't have to really manage anything on prem fuel, >>Which must've been a huge advantage in the last year and a half when it was so hard to get to the on-prem locations. Right. >>That's exactly right. And this is one of the clear differentiators, you know, against, uh, you know, with, um, uh, compared to the legacy systems, because in legacy backup and disaster recovery systems, you need to manage your, not just your target tourists, but also, you know, the Asians and, you know, all the stuff that, uh, uh, all the software that goes along with that, uh, data production and, uh, and the disaster recovery solution. And so by T and Matt upgrades and patches and so on. And so what we do with, with a SAS based approach is take away that burden away from customer. So we deliver this entire service as a SAS first as a cloud service first, um, uh, delivery mechanisms of customers are don't have water. You don't have to whatever any of those things. >>And that's critical, especially as we've seen in the last 18 months with what's been going on the challenge of getting to locations, but also what's been happening as we talked about in the cybersecurity space, on the increase, the massive increase in ransomware. Talk to me a little bit about, I want to dig in before we go about some of the ways that you've simplified and integrated the way to backup VMware cloud on AWS. Talk to me a little bit more about some of those enhancements specifically. Yeah, >>Yeah. So, um, a lot of the customers, customers, as you know, are, uh, you know, have a dual pronged approach where they have, you know, some workloads running on prem and they have some workloads running and the VMware cloud on AWS and for BNB, uh, for VMs that are running on VMware cloud on AWS. Um, you know, now they have a choice of, uh, of protecting, protecting the data and the VM very simply, uh, using the McLaurin disaster cloud disaster recovery. And what that means is that they don't need to have the full band BR solution, but they can simply protect the data and automatically restore and recover of data. If they, you know, if there's a corruption or something goes wrong with their, uh, you know, the beans, they can simply restore the data without going through an entire field processes. So we provide a simplified way for customers to automatically protect data, and then that are running on VMware cloud on AWS. And that's a, and it's fully integrated with our cloud on AWS, you know, workflows. And, um, and so that's a great win for anyone who's, who's migrating data man workloads into BMC >>Is the primary objective of that to deliver a business resiliency. Dr. >>Both actually that's, that's, that's, that's a great part about that. You know, that's a bit part of the solution is that customers don't have to choose between Dr and business resiliency. They get both with a single solution. They can start off, it's a specific business resiliency and protecting the data, but if they choose to, they can them, uh, you know, add BR as well to that, to those workflows. And so it's not either, or it's both. >>Excellent. Got it. Any other enhancements that you guys are announcing at the Emerald this year? >>Yeah. I just want to reiterate the announcements and the key enhancements and the making, making, uh, you know, the balancing beam. Well, um, the first one, as I said is, uh, uh, is 30 minutes RPO. So customers that are business critical workloads can now pro protect the data and be guaranteed that they're, you know, the, the, you know, the demo data, the data that they, um, you know, they lag behind it's, it's in the 30 minute range and not in the other screens, like with other legacy backup solutions. That's one. The second is the integration, uh, as all enhancements that, you know, that I just talked about for ransom recovery, single file, thin file restore. Um, they always had, you know, number of snapshots and, you know, failure was and so on, but silverish was a key and that's what they've been making for a ransomware recovery. And the third one is the integration with BNB coordinator. So the fully integrated solution and provides a simple, you know, sort of plug and play solution for any workload that's funding in being AWS. Those are the three Tiki announcements. There's a lot more in, um, in the world. So you'll see that in the coming weeks and months, but these are the three on to get the input, >>A lot of enhancements to a solution that was launched just about a year ago. VJ, thank you for sharing with us. What's new with VMware cloud DVR, the enhancements, what you're doing, and also how it's enabling customers to recover from that ever pressing, increasing threat of ransomware. We appreciate your thoughts and likewise for VJ Ramachandra and I'm Lisa Martin, you're watching the cubes coverage of VMworld 2021.
SUMMARY :
Welcome to the cubes coverage of VMworld 2021. So What are some of the key trends? uh, we introduced bandwidth disaster recovery, you know, the last beam work with adopting VMware cloud and D anything that you think is interesting. uh, across, uh, the, you know, the B cell this, those that need to implement Dr. Ransomware, as we talked about, are there, and then you also mentioned And so, um, you know, and that's extremely, you know, on-prem to on-prem, you know, having to, you know, people who shouldn't capacity Dig through some of those differentiators, if you will, one by one, because there's so much choice out there, And the third, you know, sort of major value proposition from, from, uh, from the BMS is that, and the need to recover from a disaster is to be able to restore the data in a timely and features that specifically speak to that, uh, you know, to that pain point that you just mentioned, So give me an example of a customer that you helped recover after they were hit with ransomware. And so, uh, you know, it is a big, in the cloud that are, that allows them to go to any point, uh, you know, uh, if we get hit with ransomware for every industry, like you were saying before, uh, you know, BM and all the beings in the data center, but customers when they hit the trends It's, uh, uh, it's, uh, you know, and it's all there to look for SAS customer customer doesn't have Which must've been a huge advantage in the last year and a half when it was so hard to get to the on-prem locations. And this is one of the clear differentiators, you know, against, uh, on the challenge of getting to locations, but also what's been happening as we talked about in the cybersecurity And that's a, and it's fully integrated with our cloud on AWS, you know, Is the primary objective of that to deliver a business resiliency. they can them, uh, you know, add BR as well to that, to those workflows. Any other enhancements that you guys are announcing at the Emerald this year? is the integration, uh, as all enhancements that, you know, that I just talked about for ransom VJ, thank you for sharing
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lisa Martin | PERSON | 0.99+ |
France | LOCATION | 0.99+ |
30 minute | QUANTITY | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
30 minutes | QUANTITY | 0.99+ |
30 | QUANTITY | 0.99+ |
Shannon | PERSON | 0.99+ |
Vijay Ramachandran | PERSON | 0.99+ |
65% | QUANTITY | 0.99+ |
80% | QUANTITY | 0.99+ |
three | QUANTITY | 0.99+ |
92 | QUANTITY | 0.99+ |
65 | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
VJ | PERSON | 0.99+ |
2025 | DATE | 0.99+ |
one | QUANTITY | 0.99+ |
third | QUANTITY | 0.99+ |
about $10 billion | QUANTITY | 0.98+ |
two | QUANTITY | 0.98+ |
Both | QUANTITY | 0.98+ |
SAS | ORGANIZATION | 0.98+ |
two key trends | QUANTITY | 0.98+ |
BNB | ORGANIZATION | 0.98+ |
BMI | ORGANIZATION | 0.98+ |
One | QUANTITY | 0.98+ |
single | QUANTITY | 0.98+ |
pandemic | EVENT | 0.98+ |
Matt | PERSON | 0.98+ |
three things | QUANTITY | 0.98+ |
NFL | ORGANIZATION | 0.98+ |
second | QUANTITY | 0.98+ |
VJ Ramachandra | PERSON | 0.97+ |
T | PERSON | 0.97+ |
one set | QUANTITY | 0.97+ |
one statistic | QUANTITY | 0.97+ |
third one | QUANTITY | 0.97+ |
last one year | DATE | 0.96+ |
one customer | QUANTITY | 0.96+ |
BCDR | ORGANIZATION | 0.96+ |
last year and a half | DATE | 0.96+ |
VMware VJ | ORGANIZATION | 0.95+ |
Asians | PERSON | 0.94+ |
single copy | QUANTITY | 0.94+ |
VMware cloud | TITLE | 0.94+ |
single solution | QUANTITY | 0.94+ |
2021 | DATE | 0.93+ |
this year | DATE | 0.93+ |
Merrick | PERSON | 0.93+ |
first one | QUANTITY | 0.93+ |
Emerald | ORGANIZATION | 0.92+ |
today | DATE | 0.92+ |
first | QUANTITY | 0.92+ |
VMworld 2021 | EVENT | 0.92+ |
two different systems | QUANTITY | 0.91+ |
about | DATE | 0.89+ |
secondly | QUANTITY | 0.89+ |
300 interval | QUANTITY | 0.89+ |
single file | QUANTITY | 0.89+ |
last year and a half | DATE | 0.89+ |
last 18 months | DATE | 0.88+ |
a year ago | DATE | 0.86+ |
Delta | ORGANIZATION | 0.84+ |
atrium | ORGANIZATION | 0.81+ |
VSO | ORGANIZATION | 0.8+ |
nearly 11 ax | QUANTITY | 0.8+ |
Scott Buchanan, VMware & Toby Weiss, HPE | HPE Discover 2021
>>the idea of cloud is changing from a set of remote services somewhere out there in the cloud to an operating model that supports workloads on prem across clouds and increasingly at the near and far edge moreover, workloads are evolving from a predominance of general purpose systems to increasingly data intensive applications, developers are a new breed of innovators and kubernetes is a linchpin of creating new cloud native workloads that are in the cloud but also modernizing existing application portfolios to connect them to cloud native apps. Hello, we want to welcome back to HPD discovered 2021 the cubes ongoing coverage. This is Dave Volonte and with me are scott. Buchanan is the vice president of marketing at VM ware and Toby Weiss, who is the vice president of global hybrid cloud practice at HP gents. Welcome to the Q. Great to see you. Thanks for coming on. >>Thank you. Day agreed to be here. >>Okay, thanks for having >>us. So you heard my little narrative upfront. Um and so let's get into it. I want to start with with some of the key trends that you guys see in the marketplace and maybe scott you could kick us off from VM ware's perspective. What are you seeing that's really driving? Uh I. T. Today. >>Well, Dave you started with a conversation around cloud, right, and you can't really have a conversation around cloud without also talking about applications. And so much of the interaction that we're having with customers these days is about how we bring apps and clouds together and modernize across those two dimensions at the same time. And that's a pretty complex discussion to have and it's a complex journey to navigate. And so we're here to talk to customers and to work with h Pe to help our customers across those two dimensions. >>Great, so Toby I mean, it's always been about applications, as scott said, but but the application, the nature of applications is changing how we develop applications. The mentioned it sort of data intensive applications were injecting ai into virtually everything the apps, the process, the the people even um uh from a from the perspective of really a company that supports applications with infrastructure, what are you seeing in the marketplace? What can you add to that discussion? >>Yes. Great point. Dave you know, with the scent with applications becoming more central, think about what that means uh and has been for developer communities and developers becoming uh more important customers for I. T. Uh We have to make it easier for these developers uh to speed their innovations to market. Right? The business demands newer and faster capabilities of these applications. So our job in the infrastructure and was called the platform layer is to help we need to build these kinds of platforms that allow developers to innovate more quickly. >>So we talked earlier about sort of modernizing apps. I mean, it seems to me that the starting point there is you want to containerized and obviously kubernetes is the, is the key there, But so okay, so if that's the starting point, where is the journey, what does that look like? Maybe scott you could chime in there >>Sure. A couple of quick thoughts there, Dave and Toby to build on first is if you look at the Cloud Native Computing Foundation, Landscape today, what you can do at landscape dot c n c f dot io Holy Smokes, is that a jungle? So a lot of organizations need a guide through that CN cf landscape, they need a partner that they can trust to show them the way through that landscape. And then secondly, there needs to be ways to make these technologies easier to adopt and to use in practice, kubernetes being the ultimate example of that. And so we've been hard at work to try and make it easy and natural to make kubernetes part of one's existing infrastructure, so that building with and working with containers can be done on the same platform that you're using for virtual machines. >>So let's talk a little bit about cloud. Um and how you guys are thinking about cloud, remember told me that Back in VM World 2010, it was the very first vm world for the Cube. All we talked about was a cloud, but it was a private cloud, was really what we were talking about, which at the time largely met the virtualized data center. Um it was kind of before the software defined data center and today we're still talking about cloud, but it's it's hybrid cloud. It's kind of the narrative that I set up front data center. It's become for the most part software to find. And so how do you see this changing the I. T. Operating model? >>I think it's a great question. And look today you will see us talk a lot about this notion of cloud everywhere. So less differentiation about private and public and more about the experience of cloud. Right. Public. Cloud brought great innovations and what better than to bring those innovations to on premise workloads that we have chosen to operate and work there. So as we think about cloud more as an experience we want for our developers and our end users and our I. T. Organizations. We begin to think about how can we replicate that experience in an on premise environment. And so part of that is having the technologies that enable you to do that. The other part is um we most of us have evolved right the organization operating models to operate our cloud infrastructures off premises. Well now expanding that more holistically across our organization so we don't have to operating models but a single operating model that bridges both and and brings the ability of both of those together to get the most benefit as we really become to integrate and become truly hybrid in our organization. So I think the operating model is critical and the kinds of experiences we deliver to the users of that I. T. Uh infrastructure and operating model is critical as well. >>Are you guys are both basically in the infrastructure business but scott maybe we can start with you. There's a lot of changes that we're talking about in it. Generally the data center specifically especially big changes in workloads, with a lot more data intensive apps ai being injected into everything kubernetes, making things more fassel. And in many ways it simplifies things, but it also puts stress on the system because you've got to protect this. They they're no longer stateless apps right there, state full and you gotta protect them and and so they've got to be compliant. Um now you've got the edge coming in. Uh So my question is, what does infrastructure have to do to keep pace with all this application innovation? >>Uh one of the conversations that we are having increasingly with our customers is how can they embrace a dev sec ops mindset in their organization and adopt some of these more modern patterns and practices and make sure that security is embedded in the life cycle of the container. And and so I think that this is part of, the answer is equipping the operator through infrastructure to set guard rails in place so that the development organization can work with freedom inside of those guard rails. They can draw on a catalogs of curated container. Images, catalogs of apps start from templates. Those are the building blocks that allow developers to work faster and that allow an operator to ensure the integrity and compliance of the containers and the applications of the organizations building. >>Yeah, So, so that's kind of uh when I hear scott talked about that Toby I think infrastructure as code designing security and governance in right? We always we always said I was an afterthought. We kind of bolted it on second. The security team had to take care of that. This is always the same thing with backup. Right? So we got an app. It's all ready to go. How do we back it up? And so that's changing that whole notion of, of infrastructure as code. Um, I want to talk about Green lake in a minute, but, but before we get there, I wonder if you could talk about how HP E thinks about VM ware and how you guys are partnering. I'm specifically interested and where each of you sees the value that you bring to the table for your joint customers. >>Yeah, great question. You know, and, and starting to think about history like you did 2010 being the start of a cube journey. I, I remember in 2003 when we first partnered with VM ware in the very first data center consolidations and we built practices around this has been quite a long partnership with VM ware and I'm excited to see this. This partnership evolved today, especially into this cloud native space and direction. Uh It's critical we need you know uh you know customers have choices and we need great partners like VM ware uh to help satisfy the many different use cases and choices that our customers have. So while we bring you know good depth when it comes to building these infrastructures that become highly automated uh managed in some cases and consumable like on a consumption basis and automated like we help clients automate their ci Cd pipeline. We depend on technologies and partners like them where to make these outcomes real for our customers. >>Yeah I think there's a way to connect a couple of the points that we've been talking about today. Got some data from a state of kubernetes study that we just ran And this is 350. IT. decision makers who said uh that they're running kubernetes on premise, 55% of respondents are running kubernetes on premise today. And so Vm ware and HP gets worked together to bring kubernetes to those enterprises, 96% of them said that they're having a challenge selecting the right kubernetes distribution, 60 of them in that C. N. C. F. Landscape and the # one criteria that they're going to use to choose the right distribution uh set them on a path forward is that it's easy to deploy and to operate and to maintain in production. And so I think that this is where VM ware and HP get to come together to help try and keep things as simple as possible for customers as they navigate. A fairly complex world. >>That's interesting scott. So who are those um those on prem users of containers and kubernetes? Is it the is it the head of you know the the application team and an insurance company whose kind of maintaining the claims about? Is it is a guy's building new cloud native apps to help companies get digital first. Who are those, What's the persona look like >>in our conversations? You know, this is the infrastructure and operations team seen that there's energy around kubernetes and maybe there's some use in test and development and parts of the organization. And by centralizing over ownership of that kubernetes footprint, they can ensure that it's compliant if policy is set properly to your point earlier that it's meets the security standards for the organization. And so it's increasingly that SRE or site reliability engineer or platform operator who's taking ownership of that kubernetes footprint for the organization to ensure that consistency of management and experience for the development teams across the larger organs. Toby, is that what you're seeing? >>2? We see uh we see quite a few we engage with quite a few developer teams in business leads that have ambitions to speed their application development processes And uh you know, they want help and often, as I stated, the intro, they might be coming off of a much older deployment uh maybe from 2015 where there there were an early adopter of a container platform methodology and wanting to get to some newer platform or they they may be in charge of getting a mobile banking application and its features to market much more quickly. So and often when we get a quote maybe from a client and might come from, you know, the VP of a business unit. But often as we engage, it's, you know, the developers are pretty much our customers and their developer leaders and teams, >>so you're running into container technical debt. Already you're seeing that out there. It sounds like your legacy >>container. It takes some expertise to, to come off those older. You know, the first instance creations of these container platforms were pretty much open source and yeah, you want to bring it to something that's more modern and has the kinds of features, enterprise grade features you might need. >>So is it not so problematic for for customers? Because as I said before, a lot of those apps were sort of disposable and stateless and, and, and now they're saying, hey, we can actually use kubernetes to build, you know, mission critical apps. And so there, that's when they sort of decide to pivot to a new modern platform or is there a more complex migration involved? What are you seeing? >>Okay, I'll give my hot, take your Toby and then uh, ask you for yours. But I guess, uh, I feel like the conversations that I'm involved in with customers is, you know, always begins with their broader application portfolio. These enterprises have hundreds thousands of applications and job one is to figure out how to categorize them into those which need to be re hosted or platform or re factored or reimagined entirely. And so they're looking for help figuring out how to categorize those applications and ultimately how to attack each category of application. Some should be re platforms on environments that make best use of kubernetes, some need to be re factored, some need to be reimagined. And so they are again looking for that expert guide to show them the way >>right. And when we engage in those early discussions, we call it right Mix advisory. Um, you know, you're trying to take a full, a broad scope as you said, scott down to a few and uh you know determine kind of the first movers if you will also you know clients will engage you know for very specific applications that are or suite of applications. Again like mobile applications for banking. I think you're a good example because you know they have an ambition. I mean the leader of that kind of application may very well think that is the mission critical application for the company, right? But of course finance, they have a different point of view. So you know that that application to them is the center of their business getting you know, their customer access to the core banking features that they have and you know they want to zero in on the kind of ecosystem it takes in in the speed at which they can push new features through. So we see both as well um you know the broader scope application, weaning down to the few discovery application, uh and then of course a very focused effort to help a particular business unit speed development on their mobile app, for example, >>it's interesting scott you were talking about sort of, the conversation starts with the application portfolio and there have been there have been these sort of milestones around, you know, major application portfolio, I'll call him rationalizations, I mean there's always an ongoing, but y two K was one of those, this is sort of the big move to SAS was another one, obviously cloud and it feels like kubernetes, I mean it's like the cloud to Dato coming on. Prem is another one of those opportunities to rationalize applications. We all know the stats right, we always see 85% of the spend is to keep the lights on and the other the only small portion of innovation and you know, there's always a promise we can change that. It reminds me of the heavy year, I would go to the boston marathon, it was this guy would run and he had a hat on with the extension and it was a can of Budweiser way out there and he couldn't reach it and so he would run. It was almost the same thing here is they never get there because they have so many projects coming online and the project portfolio and and then and then the C I O has got to maintain those in the application heads and so it's this this ongoing thing. But you do see spikes in rationalization initiatives and it feels like with this push to modernization and digitization maybe the pandemic accelerated that too. Is that a reasonable premise? You're seeing sort of a milestone or a marker in terms of increased effort around rationalization and modernization today because of kubernetes? >>Yeah, I definitely think that there are a couple of kubernetes is a catalyzing technology and the challenges of the pandemic or a catalyzing moment. Right. And I feel like uh Organisations have seen over the past 18 months now that those enterprises that have a way to get innovation to market to customers faster, not once a quarter, but many times a day, are the ones that are separating themselves in competitive marketplaces and ultimately delivering superior customer experiences. So it comes back to some of the ideas full circle that Toby started with around delivering a superior developer experience so that those developers can get code to production and into the hands of customers on a much more rapid basis. Like that's the outcome that enterprises really care about at the end of the day. And kubernetes is part of the way to get there, but it's the outcome that's key. Great thank >>you. And one of our practices dave there was uh you know, that's been our bread and butter for so many years. This, you know, this broad based discovery, narrowing down to a strategy and a plan for migrating and moving certain workloads. We see a slight twist today in that clients and organizations want to move quicker too. The apps, they know that, you know, they want to focus on, they want to prove it by through the broad based discovery and kind of a strategic analysis but they want to get quicker right away to the workloads. They are quite sure that need re factoring or leverage the benefit of a modern developer environment. >>Yeah. And they don't want to be messing around with the provisioning, lungs and servers and all that stuff. They want that to be simplified. So we're gonna end on Green Lake and I want to understand how you guys are thinking about Green Lake in terms of your partnership and, and how you're working together, you know, maybe Toby you could sort of give us the update from your perspective, you can't have a conversation with HP today without talking about Green Lake. So give us the kool aid injection. And then I really interested in how VM ware thinks about participating in that. >>Absolutely. And, and thank you for uh, yeah, for helping us out here. You know, I see more and more of our engagements with clients that ask for and, and, and want to sign a Green Life based contract, >>but, >>and that is one very important foundational element. Uh and there's there's so much more because remember we talked about the cloud experience in cloud everywhere and Green Lake brings us an opportunity to bring dimensions to that, especially on the consumption model because that's that's an important element if we begin adding partners such as VM ware to this equation, especially for clients that have huge investments in VM where there's an opportunity here to really bring a lot of value with this cloud experience to our customers through this partnership. >>All right scott, we're gonna give you the last word. What's your take on this? >>Hey listen hard for me to to to add much to what Toby said, he nailed that you see a ton of energy in this space. I think we've covered a bunch of key topics today. Their ongoing conversations with our customers in Green Lake is a way to take that conversation to the next level. >>Guys really appreciate you coming on and give us your perspectives on kubernetes and and and and thank you scott for that data. 55% of I. T. Decision makers out of 350 said they're doing on prem kubernetes. That's a new stat. I hadn't I would have expected to be that high but I guess I'm not surprised it's the rage the developers want the latest and greatest guys. Thanks so much for sharing your knowledge and I appreciate you coming on the cube. >>Thank you. Dave. >>Thanks Dave. >>Thank you for watching the cubes ongoing coverage. Hp es discover 2021. The virtual version will be right back.
SUMMARY :
and increasingly at the near and far edge moreover, workloads are evolving Day agreed to be here. I want to start with with some of the key trends that you guys see in the marketplace and And so much of the interaction as scott said, but but the application, the nature of applications is changing how we develop of platforms that allow developers to innovate more quickly. I mean, it seems to me that the starting point there is you want to containerized And then secondly, there needs to be ways to make these It's become for the most part software to find. And so part of that is having the technologies that enable you to and so they've got to be compliant. Uh one of the conversations that we are having increasingly with our customers is how but, but before we get there, I wonder if you could talk about how HP E thinks Uh It's critical we need you know uh you know customers have choices and we need is that it's easy to deploy and to operate and to maintain in production. Is it the is it the head of you know the the application earlier that it's meets the security standards for the organization. But often as we engage, it's, you know, the developers are seeing that out there. that's more modern and has the kinds of features, enterprise grade features you might need. to build, you know, mission critical apps. And so they are again looking for that expert guide to show them the way that that application to them is the center of their business getting you know, and the other the only small portion of innovation and you know, there's always a promise we can change that. So it comes back to some of the ideas full circle that Toby started with around delivering And one of our practices dave there was uh you know, that's been our bread and butter for So we're gonna end on Green Lake and I want to understand how you guys are And, and thank you for uh, yeah, for helping us out here. especially on the consumption model because that's that's an important element if we begin All right scott, we're gonna give you the last word. he nailed that you see a ton of energy in this space. Guys really appreciate you coming on and give us your perspectives on kubernetes and and and and thank you scott for that data. Thank you. Thank you for watching the cubes ongoing coverage.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave | PERSON | 0.99+ |
Dave Volonte | PERSON | 0.99+ |
2003 | DATE | 0.99+ |
Green Lake | ORGANIZATION | 0.99+ |
Toby | PERSON | 0.99+ |
Toby Weiss | PERSON | 0.99+ |
2015 | DATE | 0.99+ |
85% | QUANTITY | 0.99+ |
HP | ORGANIZATION | 0.99+ |
2010 | DATE | 0.99+ |
Cloud Native Computing Foundation | ORGANIZATION | 0.99+ |
Scott Buchanan | PERSON | 0.99+ |
HPD | ORGANIZATION | 0.99+ |
Buchanan | PERSON | 0.99+ |
96% | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
55% | QUANTITY | 0.99+ |
Green Lake | LOCATION | 0.99+ |
both | QUANTITY | 0.99+ |
two dimensions | QUANTITY | 0.99+ |
scott | PERSON | 0.99+ |
Green Life | ORGANIZATION | 0.99+ |
350 | QUANTITY | 0.99+ |
first | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
2021 | DATE | 0.98+ |
Today | DATE | 0.98+ |
VMware | ORGANIZATION | 0.97+ |
SAS | ORGANIZATION | 0.97+ |
second | QUANTITY | 0.96+ |
pandemic | EVENT | 0.96+ |
each category | QUANTITY | 0.96+ |
secondly | QUANTITY | 0.96+ |
HPE | ORGANIZATION | 0.96+ |
HP E | ORGANIZATION | 0.95+ |
Day | PERSON | 0.95+ |
each | QUANTITY | 0.95+ |
K | PERSON | 0.93+ |
hundreds thousands of applications | QUANTITY | 0.91+ |
60 of them | QUANTITY | 0.91+ |
VM ware | ORGANIZATION | 0.9+ |
Green lake | LOCATION | 0.9+ |
Landscape | ORGANIZATION | 0.89+ |
55% of respondents | QUANTITY | 0.88+ |
first data | QUANTITY | 0.86+ |
I. T. | ORGANIZATION | 0.84+ |
first movers | QUANTITY | 0.83+ |
first instance | QUANTITY | 0.77+ |
once | QUANTITY | 0.77+ |
past 18 months | DATE | 0.76+ |
a day | QUANTITY | 0.75+ |
boston marathon | EVENT | 0.74+ |
a quarter | QUANTITY | 0.69+ |
Phil Bullinger, Infinidat & Lee Caswell, VMware | CUBE Conversation, March 2021
>>10 years ago, a group of industry storage veterans formed a company called Infinidat. The DNA of the company was steeped in the heritage of its founder, Moshe Yanai, who had a reputation for relentlessly innovating on three main areas, the highest performance, rock solid availability, and the lowest possible cost. Now these elements have historically represented the superpower triumvirate of a successful storage platform. Now, as Infinidat evolved, landed on a fourth vector, that has been a key differentiator and its value proposition, and that is petabyte scale. Hello everyone. And welcome to this Qube conversation. My name is Dave Vellante and I'm pleased to welcome in two longtime friends of theCube. Phil Bullinger is newly minted CEO of Infinidat and of course, Lee Caswell, VMware's VP of Marketing for the cloud platform business unit. Gents, welcome. >>Great to be here. Always good to see you guys. Phil, so you're joining at the 10 year anniversary mark. Congratulations on the appointment. What attracted you to the company? >>You know I spent a long time in my career at enterprise storage and, and enjoying many of the opportunities, you know, through a number of companies. Last fall when I became aware of the Infinidat opportunity and it immediately captured my attention because of frankly my respect for the product through several opportunities I've had with enterprise customers in selling cycles of different products, if they happened to be customers of Infinidat, , they were not bashful about talking about their satisfaction with the product, their level of delight with it. And so I think from, from the sidelines, I've always had a lot of respect for the Infinidat platform, the implementation of the product quality and reliability that it's kind of legendary for. And so when the opportunity came along, it really captured my interest in of course behind a great product is almost always a great team. >>And as I got to know the company and the board, and, you know, some of the leaders, and learned about the momentum and the business, it was just a very, very compelling opportunity for me. And I'll have to say just, you know, 60 days into the job. Everything I hoped for is here, not only a warm welcome to the company, but an exciting opportunity with respect to where Infinidat is at today with the growth of the business. The company has achieved a level of consistent growth through 2020, cashflow positive, EBITDA positive. And now it's a matter of scaling, scaling the business and it's something that I have had success with several times in my career and really, really enjoying the opportunity here at Infinidat to do that. >>That's great. Thanks for that. Now, of course, Lee, VMware was founded nearly a quarter century ago and carved out a major piece of the enterprise pie and predominantly that's been on prem, but the data center's evolving the cloud is evolving, and this universe is expanding. How do you see the future of that on-prem data center? >>No, I think Satya recently said, right, that, that we've reached max consolidation almost right. You pointed that out earlier. I thought that was really interesting, right. You know, we believe in the distributed hybrid cloud and you know, the reasons for that actually turn out to be storage led in there and in, in the real thinking about it, because we're going to have distributed environments and, you know, one of the things that we're doing with Infinidat here today, right, is we're showing how customers can invest intelligently and responsibly on prem and have bridges in across the hybrid cloud. We do that through something called the VMware Cloud Foundation. That's a full stack offering that, uh, an interesting here, right? It started off with a HCI element, but it's expanded into storage and storage at scale, you know, because storage is going to exist... We have very powerful storage value propositions, and you're seeing customers go and deploy both. We're really excited about seeing Infinidat lean into the VMware Cloud Foundation and vVols actually as a way to match the pace of change in today's application world. >>These trends, I mean, building bridges is what we called it. And so that takes a lot of hard work, especially when you're doing from on-prem into hybrid, across clouds, eventually the edge, you know, that's a, that's a non-trivial task. How do you see this playing out in market trends? >>Yeah. You know, we're, we're in the middle of this every day as, as you know, Dave, uh, and certainly Lee, uh, data center architectures ebb and flow from centralized to decentralized, but clearly data locality, I think, is driving a lot of the growth of the distributed data center architecture, the edge data centers, but core is still very significant for, for most enterprise. Uh, and it's, it's, it has, it has a lot to do with the fact that most enterprises want to own their own cloud. You know, when a Fortune 15 or a Fortune 50 or Fortune 100 customer, when they talk about their cloud, they don't want to talk about, you know, the AWS cloud or the GCP cloud or the Azure cloud. They want to talk about their cloud. And almost always, these are hybrid architectures with a large on-prem or colo footprint. >>Uh, the reason for that number of reasons, right? Data sovereignty is a big deal, uh, among the highest priorities for enterprise today. The control of the security, the, the ability to recover quickly from ransomware attacks, et cetera. These, these are the things that are just fundamentally important, uh, to the business continuity and enterprise risk management plan for these companies. But I think one thing that has changed the on prem data center is the fact that it's the core operating characteristics have to take on kind of that public cloud characteristic. It has to be a transparent, seamless scalability. I think the days of, of CIO's  you know, even tolerating people showing up in their data centers with, with disk trays under their arms to add capacity is, is over. Um, they want to seamlessly add capacity. They want nonstop operation, a hundred percent uptime is the bar. >>Now it has to be a consolidation. Massive consolidation is clearly the play for TCO and efficiency. They don't want to have any compromises between scale and availability and performance. You know, the, the very characteristics that you talked about upfront, Dave, that make Infinidat unique, I think are fundamentally the characteristics that enterprises are looking for when they build their cloud on prem. Uh, I, I think our architecture also really does provide a, a set it and forget it, uh, kind of experience. Um, when we install a new Infinidat frame in an enterprise data center, our intentions are we're, we're not going to come back. We don't intend to come back, uh, to, to help fiddle with the bits or, uh, you know, tweak the configuration as applications and, and multitenant users are added. And then of course, flexible economic models. I mean, everybody takes this for granted, but you really, really do have to be completely flexible between the two rails, the CapEx rail and the OpEx rail and every, uh, every step in between. And importantly, when a customer, when an enterprise customer needs to add capacity, they don't have a sales conversation. They just want to have it right. They're already running in their data center. And that's the experience that we provide. >>Yeah. You guys are aligned in that vision, that layer, that abstracts the complexity from the underlying wherever cloud on prem, et cetera. Right. Let's talk about the VMware and Infinidat relationship. I mean, every, every year at VMworld, up until last year, thank you COVID, Infinidat would host this awesome dinner. You'd have the top customers there. Very nice Vegas steak restaurant. I, of course, I always made a point to stop by not just for the food. I mean, I was able to meet some customers and I've talked to many dozens over the years, Phil, and I can echo that sentiment, but, you know, why is the VMware ecosystem so important to Infinidat? And I guess the question there is, is, is petabyte scale that really that prominent in the VMware customer base? >>It's a, it's a very, very important point. VMware is the longest standing Alliance partner of Infinidat. It goes back to really, almost the foundation of the company, certainly starting with the release one, the very first commercial release of Infinidat VMware and a very tight integration with the VMware was a core part of that. Uh, we, we have a capability. We call the Host PowerTools, which drives a consistent best practices implementation around our, our VMware, uh, integration and, and how it's actually used in the data center. And we built on that through the years through just a deep level of integration. And, um, our customers typically are, are at scale petabyte scale or average deployment as a petabyte and up, um, and over 90% of our customers use VMware. So you would say, I, I think I can safely say we're we serve the VMware environment for some of VMware's largest enterprise footprints, uh, in the market. >>I know it's like children, you got, you love all your partners, but is there anything about Infinidat that, that stands out to you a particular area where, where they shine that from your perspective? >>Yeah, I think so. You know, the, the best partnerships, one are ones that are customer driven. It turns out right. And the idea that we have joint customers at large scale and listen storage is a tough business to get, right, right. It takes time to go and mature to harden a code base. Right. And particularly when you're talking about petabyte scale, right now, you've basically got customers buying in for the largest systems. And what we're seeing overall is customers are trying to do more things with fewer component elements, makes sense, right? And so the scale here is important because it's not just scale in terms of like capacity, right. It's scale in terms of performance as well. And so, as you see customers trying to expand the number of different types of applications, this is one of the things we're seeing, right. Is new applications, which could be container-based Kubernetes orchestrated our Tanzu portfolio helps with that. >>Right. If you see what we're doing with Nvidia, for example, we announced some AI work, right. Uh, this week with vSphere. And so what you're starting to see is like the changing nature of applications and the fast pace of applications is really helping customers save us. And I want to go and find solutions that can meet the majority of my needs. And that's one of the things that we're seeing. And particularly with the vVols integration at scale, that we just haven't seen before, uh, and Infinidat has set the bar and is really setting a new, a new record for that. >>Yeah. Let me, let me comment on that a little bit, Dave, we've been a core part of the VMware Cloud Solutions Lab, which is a very, very exciting engaging, investment that VMware has made. A lot of people have contributed to in the industry, but in the, in the VMware Cloud Solutions Lab, we recently demonstrated on a single Infinidat frame over 200,000 vVols on a single system. And I think that not only edges up the bar, I think it completely redefines what, what scale means when you're talking about a vVols implementation. >>So not to geek out here, but vVols, they're kind of a game changer because instead of admins, having to manually allocate storage to performance tiers. An array, that is VASA certified, VASA is VMware, or actually vStorage API for, for storage awareness, VASA, anyway, with vVols, you can dynamically provision storage that matches the way I say it as a match as device attributes to the data and the application requirements of the VM. So Phil, it seems like so much in VMware land hearkens back to the way mainframes used to solve problems in a modern way. Right. And vVols is a real breakthrough in that regard in terms of storage. So, so how do you guys see it? I, I presume you're, you're sort of vVols certified based on what you just said in the lab. >>Yeah. We recently announced our vVols release and we're not the first to market with the vVols, but from, from the start of the engineering project, we wanted to do it. We wanted to do it the way we think. We think at scale in everything we do, and our customers were very prescriptive about the kind of scale and performance and availability that they wanted to experience in vVols. And we're now seeing quite a bit of customer interest with traction in it. Uh, as I said, we, we redefined the bar for vVols scalability. We support on a single array now, um, a thousand storage containers. Uh, and I think most of our competition is like at one or maybe 10 or 13 or something like that. So, uh, our customers are, again at scale, they said, if you're going to do vVols, we want it... We want it at scale. We want it to embody the characteristics of your, of your platform. We really liked vVols because it, it helps, it helps separate kind of the roles and responsibilities between the VI administrator and the storage system administrator. If you're going to put a majority of your most critical bits on Infinidat in your data center, you're going to want to, you're going to want to have control over how that resource is used, but yet the vVols mplementation and the tools that we provide with that deep level of integration, give the VI, the VI administrator, all of the flexibility they need to manage applications. And vVols of course gives the VI administrator the native use of our snapshot technology. And so it makes it incredibly easy for them to administrate the platform without having to worry about the physical infrastructure, but yet the people worried about the physical infrastructure still have control over that resource. So it's, it's a game changer as far as we're concerned. >>Yeah. Storage has come a long way. Hasn't it, Lee? I'm wondering if you could add some color here, it seems in talking to ... Uh, so that's interesting. You've had, you had a hand in the growth of vSAN and it was very successful product, but he chose Infinidat for that higher end application. It seems like vVols are a key innovation in that regard. How's the vVols uptake going from your perspective. >>Yeah, I think we you know, we're in the second phase of vVols adoption, right? First phase was, Hey, technically interesting, intriguing. Um, but adoption was relatively low, I think because, you know, up until five years ago, um, applications, weren't actually changing that fast. I mean, think about it, right? The applications, ERP systems, CRM systems, you weren't changing those at the pace of what we're doing today. Now what's happening is every business is a software business. Every business, when you work, when you interact with your healthcare provider right now, it's about the apps. Like, can you go and get your schedules online? Can you email your doctors? Right? Can you go and get your labs? Right? The pace of new application development, we have some data showing that there will be more apps developed in the next five years, and then the past 40 years of computing combined. >>And so when you think about that, what's changed now is trying to manage that all from the kind of storage hardware side was just actually getting in the way you want to organize around the fastest beat rate in your infrastructure today. That's the application. So what vVols has helped you do is it allows the vSphere administrator, who's managing VMs and looking at the apps and the changing pace, and be able to basically select storage attributes, including QoS, capacity, IOPS, and do that from the vCenter console, and then be able to rectify things and manage them right from the console right next to the apps. And that provides a really integrated way. So when you have a close interaction, like what we're talking about today, or, you know, integration, um, that the Infinidat has provided now, you've got this ability to have a faster moving activity. And, you know, consolidation is one of the themes you've heard from time to time from VMware, we're consolidating the management so that the vSphere administrator can now go and manage more things. What traditional VMs yes. VMs across HCI. Sure. Plus now, plus storage and into the hybrid cloud and into like containers. It's that consolidated management, which is getting us speed and basically a consumer like experience for infrastructure deployments. >>Yeah. Now Phil mentioned the solutions lab. We've got a huge ecosystem. Several years ago, you launched this, this via the VMware. I think it's called the VMware Cloud Solutions Lab is the official name. What, explain what it does for collaboration and joint solutions development. And then Phil, I want you to go into more detail about what your participation is, but Lee, why don't you explain it? >>Yeah. You know, we don't take just any products that, because listen, there's a mixing. What we take is things that really expand that innovation frontier. And that's what we saw with Infinidat was expanding the frontier on like large capacity for many, many different mixed workloads and a commitment, right. To go and bring in, not just vVols support, of course, all the things we do for just a normal interaction with vSphere. But, uh, bringing vVols in was certainly important in showing how we operate at scale. And then importantly, as we expanded the VCF, VMware Cloud Foundation, to include storagee systems for a customer, for example, right, who has storage and HCI, right? And it looks for how to go and use them. And that's an individual choice at a customer level. We think this is strategically important. Now, as we expand a multicloud experience, that's different from the hyperscalers. Hyperscalers are coming in with two kind of issues, maybe, right? So one is it's single cloud. And the other one is there's a potential competitive aspect or from some right around the ongoing, underlying business and a hyperscaler business model. And so what VMware uniquely is doing is extending a common control plane across storage systems and HCI, and doing that in a way that basically gives customers choice. And we love that the cloud lab is really designed to go and make that a reality for customers strip out perceived and real risk. >>Yeah. To Lee's point of, it's not like there's not dozens and dozens and dozens of logos on the slide for the lab. I think there's like, you know, 10 or 12 from what I saw and Infinidat is one of them. Maybe you could talk a little bit more about your participation in the program and what it does for customers. >>Yeah, absolutely. And I would agree it's I, we liked the lab because it's not just supposed to be one of everything eye candy it's a purpose-built lab to do real things. And we like it because we can really explore, you know, some of the most contemporary, workloads in that environment, as well as solutions to what I considered some of the most contemporary industry problems. We're participating in a couple of ways. I believe we're the only petabyte scale storage solution in the Cloud Solutions Lab at VMware. One of the projects we're working on with VMware is their machine learning platform. That's one of the first cloud solutions lab projects that we worked on at Infinidat. And we're also a core part of, of what VMware is driving from a data for good initiative. This was inspired by the idea that that tech can be used as a force for good in the world. And right now it's focused on the technology needs of nonprofits. And so we're closely working in, in the cloud solutions lab with, the VMware cloud foundation layers, as well as, their Tanzu and Kubernetes environments and learning a lot and proving a lot. And it's also a great way to demonstrate the capabilities of our platform. >>Yeah. So, yeah, it was just the other day I was on the VMware analyst meeting virtually of course in Zane and Sanjay and a number of other execs were giving the update. And, and just to sort of emphasize what we've been talking about here, this expansion of on-prem the cloud experience, the data from, especially from our survey data, we have a partner UTR that did great surveys on a regular quarterly basis, the VMware cloud on AWS, doing great for sure, but the VMware Cloud Foundation, the on-prem cloud, the hybrid cloud is really exploding and resonating with customers. And that's a good example of this sort of equilibrium that we're seeing between the public and private coming together >>Well on the VMware Cloud Foundation right now with, uh, you know, over a thousand customers, but importantly over 400 of the global 2000, it's the largest customers. And that's actually where the Venn diagram between the work that VMware Cloud Foundation is doing and Infinidat right, you know, this large scale, actually the, you know, interesting crossover, right. And, you know, listen for customers to go and take on a new store system. We always know that it's a high bar, right. So they have to see some really unique value, like how is this going to help? Right. And today that value is I want to spend less time looking down at the storage and more time looking up at the apps, that's how we're working together. Right. And how vVols fits into that, you know, with the VMware Cloud Foundation, it's the hype that hybrid cloud offering really gives customers that future-proofing right. And the degrees of freedom they're most likely to exercise. >>Right. Well, let's close with a, kind of a glimpse of the future. What do you see as the future of the data center specifically, and also your, your collaborations Lee? Why don't you start? >>I think what we hope to be true is turning out to be true. So, you know, if you've looked at the, you know, what's happening in the cloud, not everything is migrating in the cloud, but the public cloud, for example, and I'm talking about public cloud there. The public cloud offers some really interesting, unique value and VMware is doing really interesting things about like DR as a service and other things, right? So we're helping customers tap into that at the same time. Right. We're seeing that the on-prem investment is not stalling at all because of data sovereignty because of bandwidth limitations. Right. And because of really the economics of what it means to rent versus buy. And so, you know, partnering with  leaders on, in storage, right, is a core part of our strategy going forward. And we're looking forward to doing more right with Infinidat, as we see VCF evolve, as we see new applications, including container based applications running on our platform, lots of futures, right. As the pace of application change, you know, doesn't slow down. >>So what do you see for the next 10 years for Infinidat? >>Yeah, well, um, we, I appreciated your introduction because of this speak to sort of the core characteristics of Infinidat. And I think a company like us and at our, at our juncture of evolution, it's important to know exactly who you are. And we clearly are focused in that on-prem hybrid data center environment. We want to be the storage tier that companies use to build their clouds. And, uh, the partnership with VMware, uh, we talked about the Venn diagram. I think it just could not be more complimentary. And so we're certainly going to continue to focus on VMware as our largest and most consequential Alliance partner for our business going forward. Um, I'm excited about, about the data center landscape going forward. I think it's going to continue to ebb and flow. We'll see growth in distributed architectures. We'll see growth at the edge in the core data center. >>I think the, the old, the old days where customers would buy a storage system for a application environment, um, those days are over, it's all about consolidating multiple apps and thousands of users on a single platform. And to do that, you have to be really good at, uh, at a lot of things that we are very good at. Our, our strategy going forward is to evolve as media evolves, but never stray far from what has made Infinidat unique and special and highly differentiated in the marketplace. I think the work that VMware is doing and in Kubernetes >>Is very exciting. We're starting to see that really pick up in our business as well. So as we think about, um, uh, you know, not only staying relevant, but keeping very contemporary with application workloads, you know, we have some very small amount of customers that still do some bare metal, but predominantly as I said, 90% or above is VMware infrastructure. Uh, but we also see, uh, Kubernetes, our CSI driver works well with the VMware suite above it. Uh, so that, that complimentary relationship we see extending forward as, as the application environment evolves. Great, thank you. You know, many years ago when I attended my first, uh, VMworld, the practitioners that were there, you talked to them, half the conversations, they were complaining about storage and how it was so complicated and you needed guys in lab coats to solve problems. And, you know, VMware really has done a great job, publishing the APIs and encouraging the ecosystem. And so if you're a practitioner you're interested in how vVols and Infinidat and VMware were kind of raising the bar and on petabyte scale, there's some good blogs out there. Check out the Virtual Blocks blog for more information, guys. Thanks so much great to have you in the program. Really appreciate it. Thanks so much. Thank you for watching this Cube conversation, Dave Vellante. We'll see you next time.
SUMMARY :
and of course, Lee Caswell, VMware's VP of Marketing for the cloud platform business unit. Always good to see you guys. and enjoying many of the opportunities, you know, through a number of companies. And as I got to know the company and the board, and, you know, some of the leaders, but the data center's evolving the cloud is evolving, and this universe is expanding. You know, we believe in the distributed hybrid cloud and you know, the reasons for that actually turn out to eventually the edge, you know, that's a, that's a non-trivial task. they don't want to talk about, you know, the AWS cloud or the GCP cloud or the Azure cloud. The control of the security, the, the ability to recover And that's the experience that we provide. And I guess the question there is, is, is petabyte scale that really that prominent We call the Host PowerTools, which drives a consistent best practices implementation around our, And the idea that we have joint customers at large scale and listen storage is a tough business to get, And that's one of the things that we're seeing. And I think that not only edges up the bar, and the application requirements of the VM. mplementation and the tools that we provide with that deep level of integration, in the growth of vSAN and it was very successful product, but he chose Infinidat for that higher end Yeah, I think we you know, we're in the second phase of vVols adoption, right? the kind of storage hardware side was just actually getting in the way you want to organize And then Phil, I want you to go into more detail about what your participation is, but Lee, And the other one is there's a potential competitive aspect or from some right around the I think there's like, you know, 10 or 12 from what I saw and And we like it because we can really explore, you know, some of the most contemporary, the VMware cloud on AWS, doing great for sure, but the VMware Cloud Foundation, Well on the VMware Cloud Foundation right now with, uh, you know, over a thousand customers, And the degrees of freedom they're most likely to exercise. as the future of the data center specifically, and also your, your collaborations Lee? So, you know, As the pace of application change, you know, at our juncture of evolution, it's important to know exactly who you are. And to do that, you have to be really good at, Thanks so much great to have you in the program.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Vellante | PERSON | 0.99+ |
Lee Caswell | PERSON | 0.99+ |
Phil Bullinger | PERSON | 0.99+ |
Phil | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Infinidat | ORGANIZATION | 0.99+ |
Lee | PERSON | 0.99+ |
VMware Cloud Foundation | ORGANIZATION | 0.99+ |
Nvidia | ORGANIZATION | 0.99+ |
VMware Cloud Foundation | ORGANIZATION | 0.99+ |
VMware Cloud Solutions Lab | ORGANIZATION | 0.99+ |
March 2021 | DATE | 0.99+ |
Moshe Yanai | PERSON | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
VMware Cloud Solutions Lab | ORGANIZATION | 0.99+ |
90% | QUANTITY | 0.99+ |
60 days | QUANTITY | 0.99+ |
First phase | QUANTITY | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
2020 | DATE | 0.99+ |
two rails | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
One | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
vSphere | TITLE | 0.99+ |
10 | QUANTITY | 0.99+ |
second phase | QUANTITY | 0.99+ |
UTR | ORGANIZATION | 0.99+ |
fourth vector | QUANTITY | 0.98+ |
VCF | ORGANIZATION | 0.98+ |
today | DATE | 0.98+ |
three main areas | QUANTITY | 0.98+ |
two kind | QUANTITY | 0.98+ |
single | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
this week | DATE | 0.98+ |
VMware | TITLE | 0.98+ |
Vegas | LOCATION | 0.98+ |
over 90% | QUANTITY | 0.98+ |
Last fall | DATE | 0.98+ |
both | QUANTITY | 0.97+ |
13 | QUANTITY | 0.97+ |
over a thousand customers | QUANTITY | 0.97+ |
John Roese, Dell Technologies & Chris Wolf, VMware | theCUBE on Cloud 2021
>>from around the globe. It's the Cube presenting Cuban Cloud brought to you by Silicon Angle. Welcome back to the live segment of the Cuban cloud. I'm Dave, along with my co host, John Ferrier. John Rose is here. He's the global C T o Dell Technologies. John, great to see you as always, Really appreciate >>it. Absolutely good to know. >>Hey, so we're gonna talk edge, you know, the the edge, it's it's estimated. It's a multi multi trillion dollar opportunity, but it's a highly fragmented, very complex. I mean, it comprises from autonomous vehicles and windmills, even retail stores outer space. And it's so it brings in a lot of really gnarly technical issues that we want to pick your brain on. Let me start with just what to you is edge. How do you think about >>it? Yeah, I think I mean, I've been saying for a while that edges the when you reconstitute Ike back out in the real world. You know, for 10 years we've been sucking it out of the real world, taking it out of factories, you know, nobody has an email server under their desk anymore. On that was because we could put it in data centers and cloud public clouds, and you know that that's been a a good journey. And then we realized, Wait a minute, all the data actually was being created out in the real world. And a lot of the actions that have to come from that data have to happen in real time in the real world. And so we realized we actually had toe reconstitute a nightie capacity out near where the data is created, consumed and utilized. And, you know, that turns out to be smart cities, smart factories. You know, uh, we're dealing with military apparatus. What you're saying, how do you put, you know, edges in tow, warfighting theaters or first responder environments? It's really anywhere that data exists that needs to be processed and understood and acted on. That isn't in a data center. So it's kind of one of these things. Defining edge is easier to find. What it isn't. It's anywhere that you're going to have. I t capacity that isn't aggregated into a public or private cloud data center. That seems to be the answer. So >>follow. Follow that. Follow the data. And so you've got these big issue, of course, is late and see people saying, Well, some applications or some use cases like autonomous vehicles. You have to make the decision locally. Others you can you can send back. And you, Kamal, is there some kind of magic algorithm the technical people used to figure out? You know what, the right approaches? Yeah, >>the good news is math still works and way spent a lot of time thinking about why you build on edge. You know, not all things belong at the edge. Let's just get that out of the way. And so we started thinking about what does belong at the edge, and it turns out there's four things you need. You know, if you have a real time responsiveness in the full closed loop of processing data, you might want to put it in an edge. But then you have to define real time, and real time varies. You know, real time might be one millisecond. It might be 30 milliseconds. It might be 50 milliseconds. It turns out that it's 50 milliseconds. You probably could do that in a co located data center pretty far away from those devices. One millisecond you better be doing it on the device itself. And so so the Leighton see around real time processing matters. And, you know, the other reasons interesting enough to do edge actually don't have to do with real time crossing they have to do with. There's so much data being created at the edge that if you just blow it all the way across the Internet, you'll overwhelm the Internets. We have need toe pre process and post process data and control the flow across the world. The third one is the I T. O T boundary that we all know. That was the I O t. Thing that we were dealing with for a long time. And the fourth, which is the fascinating one, is it's actually a place where you might want to inject your security boundaries, because security tends to be a huge problem and connected things because they're kind of dumb and kind of simple and kind of exposed. And if you protect them on the other end of the Internet, the surface area of protecting is enormous, so there's a big shift basically move security functions to the average. I think Gardner made up a term for called Sassy. You know, it's a pretty enabled edge, but these are the four big ones. We've actually tested that for probably about a year with customers. And it turns out that, you know, seems to hold If it's one of those four things you might want to think about an edge of it isn't it probably doesn't belong in >>it. John. I want to get your thoughts on that point. The security things huge. We talked about that last time at Del Tech World when we did an interview with the Cube. But now look at what's happened. Over the past few months, we've been having a lot of investigative reporting here at Silicon angle on the notion of misinformation, not just fake news. Everyone talks about that with the election, but misinformation as a vulnerability because you have now edge devices that need to be secured. But I can send misinformation to devices. So, you know, faking news could be fake data say, Hey, Tesla, drive off the road or, you know, do this on the other thing. So you gotta have the vulnerabilities looked at and it could be everything. Data is one of them. Leighton. See secure. Is there a chip on the device? Could you share your vision on how you see that being handled? Cause it's a huge >>problem. Yeah, this is this is a big deal because, you know, what you're describing is the fact that if data is everything, the flow of data ultimately turns into the flow of information that knowledge and wisdom and action. And if you pollute the data, if you could compromise it the most rudimentary levels by I don't know, putting bad data into a sensor or tricking the sensor which lots of people can dio or simulating a sensor, you can actually distort things like a I algorithms. You can introduce bias into them and then that's a That's a real problem. The solution to it isn't making the sensors smarter. There's this weird Catch 22 when you sense arise the world, you know you have ah, you know, finite amount of power and budget and the making sensors fatter and more complex is actually the wrong direction. So edges have materialized from that security dimension is an interesting augment to those connected things. And so imagine a world where you know your sensor is creating data and maybe have hundreds or thousands of sensors that air flowing into an edge compute layer and the edge compute layer isn't just aggregating it. It's putting context on it. It's metadata that it's adding to the system saying, Hey, that particular stream of telemetry came from this device, and I'm watching that device and Aiken score it and understand whether it's been compromised or whether it's trustworthy or whether it's a risky device and is that all flows into the metadata world the the overall understanding of not just the data itself, but where did it come from? Is it likely to be trustworthy? Should you score it higher or lower in your neural net to basically manipulate your algorithm? These kind of things were really sophisticated and powerful tools to protect against this kind of injection of false information at the sensor, but you could never do that at a sensor. You have to do it in a place that has more compute capacity and is more able to kind of enriched the data and enhance it. So that's why we think edges are important in that fourth characteristic of they aren't the security system of the sensor itself. But they're the way to make sure that there's integrity in the sense arised world before it reaches the Internet before it reaches the cloud data centers. >>So access to that metadata is access to the metadata is critical, and it's gonna be it's gonna be near real time, if not real time, right? >>Yeah, absolutely. And, you know, the important thing is, Well, I'll tell you this. You know, if you haven't figured this out by looking at cybersecurity issues, you know, compromising from the authoritative metadata is a really good compromise. If you could get that, you can manipulate things that a scale you've never imagined. Well, in this case, if the metadata is actually authoritatively controlled by the edge note the edge note is processing is determining whether or not this is trustworthy or not. Those edge nodes are not $5 parts, their servers, their higher end systems. And you can inject a lot more sophisticated security technology and you can have hardware root of trust. You can have, you know, mawr advanced. PK I in it, you can have a I engines watching the behavior of it, and again, you'd never do that in a sensor. But if you do it at the first step into the overall data pipeline, which is really where the edges materializing, you can do much more sophisticated things to the data. But you can also protect that thing at a level that you'd never be able to do to protect a smart lightbulb. A thermostat in your house? >>Uh, yes. So give us the playbook on how you see the evolution of the this mark. I'll see these air key foundational things, a distributed network and it's a you know I o t trends into industrial i o t vice versa. As a software becomes critical, what is the programming model to build the modern applications is something that I know. You guys talk to Michael Dell about this in the Cuban, everyone, your companies as well as everyone else. Its software define everything these days, right? So what is the software framework? How did people code on this? What's the application aware viewpoint on this? >>Yeah, this is, uh, that's unfortunately it's a very complex area that's got a lot of dimensions to it. Let me let me walk you through a couple of them in terms of what is the software framework for for For the edge. The first is that we have to separate edge platforms from the actual edge workload today too many of the edge dialogues or this amorphous blob of code running on an appliance. We call that an edge, and the reality is that thing is actually doing two things. It's, ah, platform of compute out in the real world and it's some kind of extension of the cloud data pipeline of the cloud Operating model. Instance, he added, A software probably is containerized code sitting on that edge platform. Our first principle about the software world is we have to separate those two things. You do not build your cloud your edge platform co mingled with the thing that runs on it. That's like building your app into the OS. That's just dumb user space. Colonel, you keep those two things separate. We have Thio start to enforce that discipline in the software model at the edges. The first principle, the second is we have to recognize that the edges are are probably best implemented in ways that don't require a lot of human intervention. You know, humans air bad when it comes to really complex distributed systems. And so what we're finding is that most of the code being pushed into production benefits from using things like kubernetes or container orchestration or even functional frameworks like, you know, the server list fast type models because those low code architectures generally our interface with via AP, eyes through CCD pipelines without a lot of human touch on it. And it turns out that, you know, those actually worked reasonably well because the edges, when you look at them in production, the code actually doesn't change very often, they kind of do singular things relatively well over a period of time. And if you can make that a fully automated function by basically taking all of the human intervention away from it, and if you can program it through low code interfaces or through automated interfaces, you take a lot of the risk out of the human intervention piece of this type environment. We all know that you know most of the errors and conditions that break things are not because the technology fails it because it's because of human being touches it. So in the software paradigm, we're big fans of more modern software paradigms that have a lot less touch from human beings and a lot more automation being applied to the edge. The last thing I'll leave you with, though, is we do have a problem with some of the edge software architectures today because what happened early in the i o t world is people invented kind of new edge software platforms. And we were involved in these, you know, edge X foundry, mobile edge acts, a crane. Oh, and those were very important because they gave you a set of functions and capabilities of the edge that you kind of needed in the early days. Our long term vision, though for edge software, is that it really needs to be the same code base that we're using in data centers and public clouds. It needs to be the same cloud stack the same orchestration level, the same automation level, because what you're really doing at the edge is not something that spoke. You're taking a piece of your data pipeline and you're pushing it to the edge and the other pieces are living in private data centers and public clouds, and you like they all operate under the same framework. So we're big believers in, like pushing kubernetes orchestration all the way to the edge, pushing the same fast layer all the way to the edge. And don't create a bespoke world of the edge making an extension of the multi cloud software framework >>even though the underlying the underlying hardware might change the microprocessor, GPU might change GP or whatever it is. Uh, >>by the way, that that's a really good reason to use these modern framework because the energies compute where it's not always next 86 underneath it, programming down at the OS level and traditional languages has an awful lot of hardware dependencies. We need to separate that because we're gonna have a lot of arm. We're gonna have a lot of accelerators a lot of deep. Use a lot of other stuff out there. And so the software has to be modern and able to support header genius computer, which a lot of these new frameworks do quite well, John. >>Thanks. Thanks so much for for coming on, Really? Spending some time with us and you always a great guest to really appreciate it. >>Going to be a great stuff >>of a technical edge. Ongoing room. Dave, this is gonna be a great topic. It's a clubhouse room for us. Well, technical edge section every time. Really. Thanks >>again, Jon. Jon Rose. Okay, so now we're gonna We're gonna move to the second part of our of our technical edge discussion. Chris Wolf is here. He leads the advanced architecture group at VM Ware. And that really means So Chris's looks >>at I >>think it's three years out is kind of his time. Arise. And so, you know, advanced architecture, Er and yeah. So really excited to have you here. Chris, can you hear us? >>Okay. Uh, >>can Great. Right. Great to see you again. >>Great >>to see you. Thanks for coming on. Really appreciate it. >>So >>we're talking about the edge you're talking about the things that you see way set it up is a multi trillion dollar opportunity. It's It's defined all over the place. Uh, Joey joke. It's Could be a windmill. You know, it could be a retail store. It could be something in outer space. Its's It's it's, you know, whatever is defined A factory, a military installation, etcetera. How do you look at the edge. And And how do you think about the technical evolution? >>Yeah, I think it is. It was interesting listening to John, and I would say we're very well aligned there. You know, we also would see the edge is really the place where data is created, processed and are consumed. And I think what's interesting here is that you have a number off challenges in that edges are different. So, like John was talking about kubernetes. And there's there's multiple different kubernetes open source projects that are trying to address thes different edge use cases, whether it's K three s or Cubbage or open your it or super edge. And I mean the list goes on and on, and the reason that you see this conflict of projects is multiple reasons. You have a platform that's not really designed to supported computing, which kubernetes is designed for data center infrastructure. Uh, first on then you have these different environments where you have some edge sites that have connectivity to the cloud, and you have some websites that just simply don't write whether it's an oil rig or a cruise ship. You have all these different use cases, so What we're seeing is you can't just say this is our edge platform and, you know, go consume it because it won't work. You actually have to have multiple flavors of your edge platform and decide. You know what? You should time first. From a market perspective, I >>was gonna ask you great to have you on. We've had many chest on the Cube during when we actually would go to events and be on the credit. But we appreciate you coming into our virtual editorial event will be doing more of these things is our software will be put in the work to do kind of a clubhouse model. We get these talks going and make them really valuable. But this one is important because one of the things that's come up all day and we kind of introduced earlier to come back every time is the standardization openness of how open source is going to extend out this this interoperability kind of vibe. And then the second theme is and we were kind of like the U S side stack come throwback to the old days. Uh, talk about Cooper days is that next layer, but then also what is going to be the programming model for modern applications? Okay, with the edge being obviously a key part of it. What's your take on that vision? Because that's a complex area certain a lot of a lot of software to be written, still to come, some stuff that need to be written today as well. So what's your view on How do you programs on the edge? >>Yeah, it's a It's a great question, John and I would say, with Cove it We have seen some examples of organizations that have been successful when they had already built an edge for the expectation of change. So when you have a truly software to find edge, you can make some of these rapid pivots quite quickly, you know. Example was Vanderbilt University had to put 1000 hospital beds in a parking garage, and they needed dynamic network and security to be able to accommodate that. You know, we had a lab testing company that had to roll out 400 testing sites in a matter of weeks. So when you can start tohave first and foremost, think about the edge as being our edge. Agility is being defined as you know, what is the speed of software? How quickly can I push updates? How quickly can I transform my application posture or my security posture in lieu of these types of events is super important. Now, if then if we walk that back, you know, to your point on open source, you know, we see open source is really, uh you know, the key enabler for driving edge innovation and driving in I S V ecosystem around that edge Innovation. You know, we mentioned kubernetes, but there's other really important projects that we're already seeing strong traction in the edge. You know, projects such as edge X foundry is seeing significant growth in China. That is, the core ejects foundry was about giving you ah, pass for some of your I o T aps and services. Another one that's quite interesting is the open source faith project in the Linux Foundation. And fate is really addressing a melody edge through a Federated M L model, which we think is the going to be the long term dominant model for localized machine learning training as we continue to see massive scale out to these edge sites, >>right? So I wonder if you could You could pick up on that. I mean, in in thinking about ai influencing at the edge. Um, how do you see that? That evolving? Uh, maybe You know what, Z? Maybe you could We could double click on the architecture that you guys see. Uh, progressing. >>Yeah, Yeah. Right now we're doing some really good work. A zai mentioned with the Fate project. We're one of the key contributors to the project. Today. We see that you need to expand the breath of contributors to these types of projects. For starters, uh, some of these, what we've seen is sometimes the early momentum starts in China because there is a lot of innovation associated with the edge there, and now it starts to be pulled a bit further West. So when you look at Federated Learning, we do believe that the emergence of five g I's not doesn't really help you to centralized data. It really creates the more opportunity to create, put more data and more places. So that's, you know, that's the first challenge that you have. But then when you look at Federated learning in general, I'd say there's two challenges that we still have to overcome organizations that have very sophisticated data. Science practices are really well versed here, and I'd say they're at the forefront of some of these innovations. But that's 1% of enterprises today. We have to start looking at about solutions for the 99% of enterprises. And I'd say even VM Ware partners such as Microsoft Azure Cognitive Services as an example. They've been addressing ML for the 99%. I say That's a That's a positive development. When you look in the open source community, it's one thing to build a platform, right? Look, we love to talk about platforms. That's the easy part. But it's the APS that run on that platform in the services that run on that platform that drive adoption. So the work that we're incubating in the VM, or CTO office is not just about building platforms, but it's about building the applications that are needed by say that 99% of enterprises to drive that adoption. >>So if you if you carry that through that, I infer from that Chris that the developers are ultimately gonna kind of win the edge or define the edge Um, How do you see that From their >>perspective? Yeah, >>I think its way. I like to look at this. I like to call a pragmatic Dev ops where the winning formula is actually giving the developer the core services that they need using the native tools and the native AP eyes that they prefer and that is predominantly open source. It would some cloud services as they start to come to the edge as well. But then, beyond that, there's no reason that I t operations can't have the tools that they prefer to use. A swell. So we see this coming together of two worlds where I t operations has to think even for differently about edge computing, where it's not enough to assume that I t has full control of all of these different devices and sensors and things that exists at the edge. It doesn't happen. Often times it's the lines of business that air directly. Deploying these types of infrastructure solutions or application services is a better phrase and connecting them to the networks at the edge. So what does this mean From a nightie operations perspective? We need tohave, dynamic discovery capabilities and more policy and automation that can allow the developers to have the velocity they want but still have that consistency of security, agility, networking and all of the other hard stuff that somebody has to solve. And you can have the best of both worlds here. >>So if Amazon turned the data center into an A P I and then the traditional, you know, vendors sort of caught up or catching up and trying to do in the same premise is the edge one big happy I Is it coming from the cloud? Is it coming from the on Prem World? How do you see that evolving? >>Yes, that's the question and races on. Yeah, but it doesn't. It doesn't have to be exclusive in one way or another. The VM Ware perspective is that, you know, we can have a consistent platform for open source, a consistent platform for cloud services. And I think the key here is this. If you look at the partnerships we've been driving, you know, we've on boarded Amazon rds onto our platform. We announced the tech preview of Azure Arc sequel database as a service on our platform as well. In addition, toe everything we're doing with open source. So the way that we're looking at this is you don't wanna make a bet on an edge appliance with one cloud provider. Because what happens if you have a business partner that says I am a line to Google or on the line to AWS? So I want to use this open source. Our philosophy is to virtualized the edge so that software can dictate, you know, organizations velocity at the end of the day. >>Yeah. So, Chris, you come on, you're you're an analyst at Gartner. You know us. Everything is a zero sum game, but it's but But life is not like that, right? I mean, there's so much of an incremental opportunity, especially at the edge. I mean, the numbers are mind boggling when when you look at it, >>I I agree wholeheartedly. And I think you're seeing a maturity in the vendor landscape to where we know we can't solve all the problems ourselves and nobody can. So we have to partner, and we have to to your earlier point on a P. I s. We have to build external interfaces in tow, our platforms to make it very easy for customers have choice around ice vendors, partners and so on. >>So, Chris, I gotta ask you since you run the advanced technology group in charge of what's going on there, will there be a ship and focus on mawr ships at the edge with that girl singer going over to intel? Um, good to see Oh, shit, so to speak. Um, all kidding aside, but, you know, patch leaving big news around bm where I saw some of your tweets and you laid out there was a nice tribute, pat, but that's gonna be cool. That's gonna be a didn't tell. Maybe it's more more advanced stuff there. >>Yeah, I think >>for people pats staying on the VMRO board and to me it's it's really think about it. I mean, Pat was part of the team that brought us the X 86 right and to come back to Intel as the CEO. It's really the perfect book end to his career. So we're really sad to see him go. Can't blame him. Of course it's it's a It's a nice chapter for Pat, so totally understand that. And we prior to pack going to Intel, we announced major partnerships within video last year, where we've been doing a lot of work with >>arm. So >>thio us again. We see all of this is opportunity, and a lot of the advanced development projects were running right now in the CTO office is about expanding that ecosystem in terms of how vendors can participate, whether you're running an application on arm, whether it's running on X 86 or whatever, it's running on what comes next, including a variety of hardware accelerators. >>So is it really? Is that really irrelevant to you? I mean, you heard John Rose talk about that because it's all containerized is it is. It is a technologies. Is it truly irrelevant? What processor is underneath? And what underlying hardware architectures there are? >>No, it's not. You know it's funny, right? Because we always want to say these things like, Well, it's just a commodity, but it's not. You didn't then be asking the hardware vendors Thio pack up their balls and go home because there's just nothing nothing left to do, and we're seeing actually quite the opposite where there's this emergence and variety of so many hardware accelerators. So even from an innovation perspective, for us. We're looking at ways to increase the velocity by which organizations can take advantage of these different specialized hardware components, because that's that's going to continue to be a race. But the real key is to make it seamless that an application could take advantage of these benefits without having to go out and buy all of this different hardware on a per application basis. >>But if you do make bets, you can optimize for that architecture, true or not, I mean, our estimate is that the you know the number of wafer is coming out of arm based, you know, platforms is 10 x x 86. And so it appears that, you know, from a cost standpoint, that's that's got some real hard decisions to make. Or maybe maybe they're easy decisions, I don't know. But so you have to make bets, Do you not as a technologist and try to optimize for one of those architectures, even though you have to hedge those bets? >>Yeah, >>we do. It really boils down to use cases and seeing, you know, what do you need for a particular use case like, you know, you mentioned arm, you know, There's a lot of arm out at the edge and on smaller form factor devices. Not so much in the traditional enterprise data center today. So our bets and a lot of the focus there has been on those types of devices. And again, it's it's really the It's about timing, right? The customer demand versus when we need to make a particular move from an innovation >>perspective. It's my final question for you as we wrap up our day here with Great Cuban Cloud Day. What is the most important stories in in the cloud tech world, edge and or cloud? And you think people should be paying attention to that will matter most of them over the next few years. >>Wow, that's a huge question. How much time do we have? Not not enough. A >>architect. Architectural things. They gotta focus on a lot of people looking at this cove it saying I got to come out with a growth strategy obvious and clear, obvious things to see Cloud >>Yeah, yeah, let me let me break it down this way. I think the most important thing that people have to focus on >>is deciding How >>do they when they build architectures. What does the reliance on cloud services Native Cloud Services so far more proprietary services versus open source technologies such as kubernetes and the SV ecosystem around kubernetes. You know, one is an investment in flexibility and control, lots of management and for your intellectual property, right where Maybe I'm building this application in the cloud today. But tomorrow I have to run it out at the edge. Or I do an acquisition that I just wasn't expecting, or I just simply don't know. Sure way. Sure hope that cova doesn't come around again or something like it, right as we get past this and navigate this today. But architect ng for the expectation of change is really important and having flexibility of round your intellectual property, including flexibility to be able to deploy and run on different clouds, especially as you build up your different partnerships. That's really key. So building a discipline to say you know what >>this is >>database as a service, it's never going to define who I am is a business. It's something I have to do is an I T organization. I'm consuming that from the cloud This part of the application sacked that defines who I am is a business. My active team is building this with kubernetes. And I'm gonna maintain more flexibility around that intellectual property. The strategic discipline to operate this way among many of >>enterprise customers >>just hasn't gotten there yet. But I think that's going to be a key inflection point as we start to see. You know, these hybrid architectures continue to mature. >>Hey, Chris. Great stuff, man. Really appreciate you coming on the cube and participate in the Cuban cloud. Thank you for your perspectives. >>Great. Thank you very much. Always a pleasure >>to see you. >>Thank you, everybody for watching this ends the Cuban Cloud Day. Volonte and John Furry. All these sessions gonna be available on demand. All the write ups will hit silicon angle calm. So check that out. We'll have links to this site up there and really appreciate you know, you attending our our first virtual editorial >>event again? >>There's day Volonte for John Ferrier in the entire Cube and Cuba and Cloud Team >>Q 3 65. Thanks >>for watching. Mhm
SUMMARY :
John, great to see you as always, Really appreciate Hey, so we're gonna talk edge, you know, the the edge, it's it's estimated. And a lot of the actions that have to come from that data have to happen in real time in the real world. Others you can you can send back. And the fourth, which is the fascinating one, is it's actually a place where you might want to inject your security drive off the road or, you know, do this on the other thing. information at the sensor, but you could never do that at a sensor. And, you know, the important thing is, Well, I'll tell you this. So give us the playbook on how you see the evolution of the this mark. of functions and capabilities of the edge that you kind of needed in the early days. GPU might change GP or whatever it is. And so the software has to Spending some time with us and you always a great It's a clubhouse room for us. move to the second part of our of our technical edge discussion. So really excited to have you here. Great to see you again. to see you. How do you look at the edge. And I mean the list goes on and on, and the reason that you see this conflict of projects is But we appreciate you coming into our virtual editorial event if then if we walk that back, you know, to your point on open source, you know, we see open source is really, click on the architecture that you guys see. So that's, you know, that's the first challenge that you have. And you can have the best of both worlds here. If you look at the partnerships we've been driving, you know, we've on boarded Amazon rds I mean, the numbers are mind boggling when when can't solve all the problems ourselves and nobody can. all kidding aside, but, you know, patch leaving big news around bm where I It's really the perfect book end to his career. So in the CTO office is about expanding that ecosystem in terms of how vendors can I mean, you heard John Rose talk about that But the real key is to make it seamless that an application could take advantage of I mean, our estimate is that the you know the number of wafer is coming out of arm based, It really boils down to use cases and seeing, you know, what do you need for a particular use case And you think people should be paying attention to that will matter most of them How much time do we have? They gotta focus on a lot of people looking at this cove it saying I got to come I think the most important thing that people have to focus on So building a discipline to say you know I'm consuming that from the cloud This part of the application sacked that defines who I am is a business. But I think that's going to be a key inflection point as we start to see. Really appreciate you coming on the cube and participate in the Cuban Thank you very much. We'll have links to this site up there and really appreciate you know, you attending our our first for watching.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Chris | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Michael Dell | PERSON | 0.99+ |
30 milliseconds | QUANTITY | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
$5 | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
John Ferrier | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
hundreds | QUANTITY | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Chris Wolf | PERSON | 0.99+ |
Pat | PERSON | 0.99+ |
one millisecond | QUANTITY | 0.99+ |
Jon Rose | PERSON | 0.99+ |
50 milliseconds | QUANTITY | 0.99+ |
Jon | PERSON | 0.99+ |
John Rose | PERSON | 0.99+ |
China | LOCATION | 0.99+ |
99% | QUANTITY | 0.99+ |
Gartner | ORGANIZATION | 0.99+ |
Silicon Angle | ORGANIZATION | 0.99+ |
two challenges | QUANTITY | 0.99+ |
Dave | PERSON | 0.99+ |
Tesla | ORGANIZATION | 0.99+ |
1000 hospital beds | QUANTITY | 0.99+ |
10 years | QUANTITY | 0.99+ |
John Furry | PERSON | 0.99+ |
Linux Foundation | ORGANIZATION | 0.99+ |
last year | DATE | 0.99+ |
tomorrow | DATE | 0.99+ |
John Roese | PERSON | 0.99+ |
fourth | QUANTITY | 0.99+ |
One millisecond | QUANTITY | 0.99+ |
Intel | ORGANIZATION | 0.99+ |
Today | DATE | 0.99+ |
one | QUANTITY | 0.99+ |
first challenge | QUANTITY | 0.99+ |
Volonte | PERSON | 0.99+ |
second theme | QUANTITY | 0.99+ |
1% | QUANTITY | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
two things | QUANTITY | 0.99+ |
second | QUANTITY | 0.99+ |
Kamal | PERSON | 0.99+ |
first | QUANTITY | 0.99+ |
400 testing sites | QUANTITY | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Del Tech World | ORGANIZATION | 0.98+ |
third one | QUANTITY | 0.98+ |
first principle | QUANTITY | 0.98+ |
Vanderbilt University | ORGANIZATION | 0.98+ |
86 | QUANTITY | 0.98+ |
first step | QUANTITY | 0.98+ |
VM Ware | ORGANIZATION | 0.97+ |
second part | QUANTITY | 0.97+ |
today | DATE | 0.97+ |
both worlds | QUANTITY | 0.97+ |
10 | QUANTITY | 0.97+ |
about a year | QUANTITY | 0.96+ |
Cuba | LOCATION | 0.95+ |
Gardner | PERSON | 0.95+ |
three years | QUANTITY | 0.94+ |
Joey | PERSON | 0.94+ |
Cuban Cloud Day | EVENT | 0.93+ |
Anahad Dhillon, Dell EMC | CUBE Conversation, October 2021
(upbeat music) >> Welcome everybody to this CUBE Conversation. My name is Dave Vellante, and we're here to talk about Object storage and the momentum in the space. And what Dell Technologies is doing to compete in this market, I'm joined today by Anahad Dhillon, who's the Product Manager for Dell, EMC's ECS, and new ObjectScale products. Anahad, welcome to theCUBE, good to see you. >> Thank you so much Dave. We appreciate you having me and Dell (indistinct), thanks. >> Its always a pleasure to have you guys on, we dig into the products, talk about the trends, talk about what customers are doing. Anahad before the Cloud, Object was this kind of niche we seen. And you had simple get, put, it was a low cost bit bucket essentially, but that's changing. Tell us some of the trends in the Object storage market that you're observing, and how Dell Technology sees this space evolving in the future please. >> Absolutely, and you hit it right on, right? Historically, Object storage was considered this cheap and deep place, right? Customers would use this for their backup data, archive data, so cheap and deep, no longer the case, right? As you pointed out, the ObjectSpace is now maturing. It's a mature market and we're seeing out there customers using Object or their primary data so, for their business critical data. So we're seeing big data analytics that we use cases. So it's no longer just cheap and deep, now your primary workloads and business critical workloads being put on with an object storage now. >> Yeah, I mean. >> And. >> Go ahead please. >> Yeah, I was going to say, there's not only the extend of the workload being put in, we'll also see changes in how Object storage is being deployed. So now we're seeing a tighter integration with new depth models where Object storage or any storage in general is being deployed. Our applications are being (indistinct), right? So customers now want Object storage or storage in general being orchestrated like they would orchestrate their customer applications. Those are the few key trends that we're seeing out there today. >> So I want to dig into this a little bit with you 'cause you're right. It used to be, it was cheap and deep, it was slow and it required sometimes application changes to accommodate. So you mentioned a few of the trends, Devs, everybody's trying to inject AI into their applications, the world has gone software defined. What are you doing to respond to all these changes in these trends? >> Absolutely, yeah. So we've been making tweaks to our object offering, the ECS, Elastic Cloud Storage for a while. We started off tweaking the software itself, optimizing it for performance use cases. In 2020, early 2020, we actually introduced SSDs to our notes. So customers were able to go in, leverage these SSD's for metadata caching improving their performance quite a bit. We use these SSDs for metadata caching. So the impact on the performance improvement was focused on smaller reads and writes. What we did now is a game changer. We actually went ahead later in 2020, introduced an all flash appliance. So now, EXF900 and ECS all flash appliance, it's all NVME based. So it's NVME SSDs and we leveraged NVME over fabric xx for the back end. So we did it the right way did. We didn't just go in and qualified an SSD based server and ran object storage on it, we invested time and effort into supporting NVME fabric. So we could give you that performance at scale, right? Object is known for scale. We're not talking 10, 12 nodes here, we're talking hundreds of nodes. And to provide you that kind of performance, we went to ahead. Now you've got an NVME based offering EXF900 that you can deploy with confidence, run your primary workloads that require high throughput and low latency. We also come November 5th, are releasing our next gen SDS offering, right? This takes the Troven ECS code that our customers are familiar with that provides the resiliency and the security that you guys expect from Dell. We're re platforming it to run on Kubernetes and be orchestrated by Kubernetes. This is what we announced that VMware 2021. If you guys haven't seen that, is going to go on-demand for VMware 2021, search for ObjectScale and you get a quick demo on that. With ObjectScale now, customers can quickly deploy enterprise grade Object storage on their existing environment, their existing infrastructure, things like VMware, infrastructure like VMware and infrastructure like OpenShift. I'll give you an example. So if you were in a VMware shop that you've got vSphere clusters in your data center, with ObjectScale, you'll be able to quickly deploy your Object enterprise grid Object offering from within vSphere. Or if you are an OpenShift customer, right? If you've got OpenShift deployed in your data center and your Red Hat shop, you could easily go in, use that same infrastructure that your applications are running on, deploy ObjectScale on top of your OpenShift infrastructure and make available Object storage to your customers. So you've got the enterprise grade ECS appliance or your high throughput, low latency use cases at scale, and you've got this software defined ObjectScale, which can deploy on your existing infrastructure, whether that's VMware or Red Hat OpenShift. >> Okay, I got a lot of follow up questions, but let me just go back to one of the earlier things you said. So Object was kind of cheap, deep and slow, but scaled. And so, your step one was metadata caching. Now of course, my understanding is with Object, the metadata and the data within the object. So, maybe you separated that and made it high performance, but now you've taken the next step to bring in NVME infrastructure to really blow away all the old sort of scuzzy latency and all that stuff. Maybe you can just educate us a little bit on that if you don't mind. >> Yeah, absolutely. Yeah, that was exactly the stepped approach that we took. Even though metadata is tightly integrated in Object world, in order to read the actual data, you still got to get to the metadata first, right? So we would cache the metadata into SSDs reducing that lookup that happens for that metadata, right? And that's why it gave you the performance benefit. But because it was just tied to metadata look-ups, the performance for larger objects stayed the same because the actual data read was still happening from the hard drives, right? With the new EXF900 which is all NVME based, we've optimized the our ECS Object code leveraging VME, data sitting on NVME drives, the internet connectivity, the communication is NVME over fabric, so it's through and through NVME. Now we're talking milliseconds and latency and thousands and thousands of transactions per second. >> Got it, okay. So this is really an inflection point for Objects. So these are pretty interesting times at Dell, you got the cloud expanding on prem, your company is building cloud-like capabilities to connect on-prem to the cloud across cloud, you're going out to the edge. As it pertains to Object storage though, it sounds like you're taking a sort of a two product approach to your strategy. Why is that, and can you talk about the go-to market strategy in that regard? >> Absolutely, and yeah, good observation there. So yes and no, so we continued to invest in ECS. ECS continues to stay a product of choice when customer wants that traditional appliance deployment model. But this is a single hand to shape model where you're everything from your hardware to your software the object solution software is all provided by Dell. ECS continues to be the product where customers are looking for that high performance, fine tune appliance use case. ObjectScale comes into play when the needs are software defined. When you need to deploy the storage solution on top of the same infrastructure that your applications are run, right? So yes, in the short-term, in the interim, it's a two product approach of both products taking a very distinct use case. However, in the long-term, we're merging the two quote streams. So in the long-term, if you're an ECS customer and you're running ECS, you will have an in-place data upgrade to ObjectScale. So we're not talking about no forklift upgrades, we're not talking about you're adding additional servers and do a data migration, it's a code upgrade. And then I'll give you an example, today on ECS, we're at code variation 3.6, right? So if you're a customer running ECS, ECS 3.X in the future, and so we've got a roadmap where 3.7 is coming out later on this year. So from 3.X, customers will upgrade the code data in place. Let's call it 4.0, right? And that brings them up to ObjectScale. So there's no nodes left behind, there's an in-place code upgrade from ECS to the ObjectScale merging the two code streams and the long-term, single code, short-term, two products for both solving the very distinct users. >> Okay, let me follow up, put on my customer hat. And I'm hearing that you can tell us with confidence that irrespective of whether a customer invested ECS or ObjectScale, you're not going to put me into a dead-end. Every customer is going to have a path forward as long as their ECS code is up-to-date, is that correct? >> Absolutely, exactly, and very well put, yes. No nodes left behind, investment protection, whether you've got ECS today, or you want to invest into ECS or ObjectScale in the future, correct. >> Talk a little bit more about ObjectScale. I'm interested in kind of what's new there, what's special about this product, is there unique functionality that you're adding to the product? What differentiates it from other Object stores? >> Absolutely, my pleasure. Yeah, so I'll start by reiterating that ObjectScale it's built on that Troven ECS code, right? It's the enterprise grid, reliability and security that our customers expect from Dell EMC, right? Now we're re platforming ECS who allow ObjectScale to be Kubernetes native, right? So we're leveraging that microservices-based architecture, leveraging that native orchestration capabilities of Kubernetes, things like resource isolation or seamless (indistinct), I'm sorry, load balancing and things like that, right? So the in-built native capabilities of Kubernetes. ObjectScale is also build with scale in mind, right? So it delivers limitless scale. So you could start with terabytes and then go up to petabytes and beyond. So unlike other file system-based Object offerings, ObjectScale software would have a limit on your number of object stores, number of buckets, number of objects you store, it's limitless. As long as you can provide the hardware resources under the covers, the software itself is limitless. It allows our customers to start small, so you could start as small as three node and grow their environment as your business grows, right? Hundreds of notes. With ObjectScale, you can deploy workloads at public clouds like scale, but with the reliability and control of a private cloud data, right? So, it's then your own data center. And ObjectScale is S3 compliant, right? So while delivering the enterprise features like global replication, native multi-tenancy, fueling everything from Dev Test Sandbox to globally distributed data, right? So you've got in-built ObjectScale replication that allows you to place your data anywhere you got ObjectScale (indistinct). From edge to core to data center. >> Okay, so it fits into the Kubernetes world. I call it Kubernetes compatible. The key there is automation, because that's the whole point of containers is, right? It allows you to deploy as many apps as you need to, wherever you need to in as many instances and then do rolling updates, have the same security, same API, all that level of consistency. So that's really important. That's how modern apps are being developed. We're in a new age year. It's no longer about the machines, it's about infrastructure as code. So once ObjectScale is generally available which I think is soon, I think it's this year, What should customers do, what's their next step? >> Absolutely, yeah, it's coming out November 2nd. Reach out to your Dell representatives, right? Get an in-depth demo on ObjectScale. Better yet, you get a POC, right? Get a proof of concept, have it set up in your data center and play with it. You can also download the free full featured community edition. We're going to have a community edition that's free up to 30 terabytes of usage, it's full featured. Download that, play with it. If you like it, you can upgrade that free community edition, will license paid version. >> And you said that's full featured. You're not neutering the community edition? >> Exactly, absolutely, it's full featured. >> Nice, that's a great strategy. >> We're confident, we're confident in what we're delivering, and we want you guys to play with it without having your money tied up. >> Nice, I mean, that's the model today. Gone are the days where you got to get new customers in a headlock to get them to, they want to try before they buy. So that's a great little feature. Anahad, thanks so much for joining us on theCUBE. Sounds like it's been a very busy year and it's going to continue to be so. Look forward to see what's coming out with ECS and ObjectScale and seeing those two worlds come together, thank you. >> Yeah, absolutely, it was a pleasure. Thank you so much. >> All right, and thank you for watching this CUBE Conversation. This is Dave Vellante, we'll see you next time. (upbeat music)
SUMMARY :
and the momentum in the space. We appreciate you having me to have you guys on, Absolutely, and you of the workload being put in, So you mentioned a few So we could give you that to one of the earlier things you said. And that's why it gave you Why is that, and can you talk about So in the long-term, if And I'm hearing that you or ObjectScale in the future, correct. that you're adding to the product? that allows you to place your data because that's the whole Reach out to your Dell And you said that's full featured. it's full featured. and we want you guys to play with it Gone are the days where you Thank you so much. we'll see you next time.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Vellante | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
November 5th | DATE | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
Anahad Dhillon | PERSON | 0.99+ |
October 2021 | DATE | 0.99+ |
November 2nd | DATE | 0.99+ |
2020 | DATE | 0.99+ |
two products | QUANTITY | 0.99+ |
EMC | ORGANIZATION | 0.99+ |
Anahad | PERSON | 0.99+ |
ObjectScale | TITLE | 0.99+ |
VMware 2021 | TITLE | 0.99+ |
today | DATE | 0.99+ |
thousands | QUANTITY | 0.99+ |
vSphere | TITLE | 0.99+ |
both products | QUANTITY | 0.99+ |
two product | QUANTITY | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
both | QUANTITY | 0.99+ |
Dell EMC | ORGANIZATION | 0.99+ |
early 2020 | DATE | 0.98+ |
OpenShift | TITLE | 0.98+ |
step one | QUANTITY | 0.98+ |
this year | DATE | 0.98+ |
hundreds of nodes | QUANTITY | 0.98+ |
two code streams | QUANTITY | 0.98+ |
ECS | TITLE | 0.97+ |
12 nodes | QUANTITY | 0.97+ |
single code | QUANTITY | 0.97+ |
one | QUANTITY | 0.97+ |
Kubernetes | TITLE | 0.97+ |
10 | QUANTITY | 0.96+ |
4.0 | OTHER | 0.96+ |
Red Hat OpenShift | TITLE | 0.95+ |
3.6 | OTHER | 0.95+ |
Dell Technology | ORGANIZATION | 0.94+ |
S3 | TITLE | 0.92+ |
Hundreds of notes | QUANTITY | 0.92+ |
two worlds | QUANTITY | 0.92+ |
EXF900 | COMMERCIAL_ITEM | 0.92+ |
up to 30 terabytes | QUANTITY | 0.91+ |
ObjectScale | ORGANIZATION | 0.91+ |
ECS 3.X | TITLE | 0.91+ |
petabytes | QUANTITY | 0.89+ |
VMware | TITLE | 0.89+ |
first | QUANTITY | 0.87+ |
3.X | TITLE | 0.87+ |
Dev Test Sandbox | TITLE | 0.87+ |
ECS | ORGANIZATION | 0.86+ |
Red Hat | TITLE | 0.84+ |
Anahad Dhillon, Dell EMC | CUBEConversation
(upbeat music) >> Welcome everybody to this CUBE Conversation. My name is Dave Vellante, and we're here to talk about Object storage and the momentum in the space. And what Dell Technologies is doing to compete in this market, I'm joined today by Anahad Dhillon, who's the Product Manager for Dell, EMC's ECS, and new ObjectScale products. Anahad, welcome to theCUBE, good to see you. >> Thank you so much Dave. We appreciate you having me and Dell (indistinct), thanks. >> Its always a pleasure to have you guys on, we dig into the products, talk about the trends, talk about what customers are doing. Anahad before the Cloud, Object was this kind of niche we seen. And you had simple get, put, it was a low cost bit bucket essentially, but that's changing. Tell us some of the trends in the Object storage market that you're observing, and how Dell Technology sees this space evolving in the future please. >> Absolutely, and you hit it right on, right? Historically, Object storage was considered this cheap and deep place, right? Customers would use this for their backup data, archive data, so cheap and deep, no longer the case, right? As you pointed out, the ObjectSpace is now maturing. It's a mature market and we're seeing out there customers using Object or their primary data so, for their business critical data. So we're seeing big data analytics that we use cases. So it's no longer just cheap and deep, now your primary workloads and business critical workloads being put on with an object storage now. >> Yeah, I mean. >> And. >> Go ahead please. >> Yeah, I was going to say, there's not only the extend of the workload being put in, we'll also see changes in how Object storage is being deployed. So now we're seeing a tighter integration with new depth models where Object storage or any storage in general is being deployed. Our applications are being (indistinct), right? So customers now want Object storage or storage in general being orchestrated like they would orchestrate their customer applications. Those are the few key trends that we're seeing out there today. >> So I want to dig into this a little bit with you 'cause you're right. It used to be, it was cheap and deep, it was slow and it required sometimes application changes to accommodate. So you mentioned a few of the trends, Devs, everybody's trying to inject AI into their applications, the world has gone software defined. What are you doing to respond to all these changes in these trends? >> Absolutely, yeah. So we've been making tweaks to our object offering, the ECS, Elastic Cloud Storage for a while. We started off tweaking the software itself, optimizing it for performance use cases. In 2020, early 2020, we actually introduced SSDs to our notes. So customers were able to go in, leverage these SSD's for metadata caching improving their performance quite a bit. We use these SSDs for metadata caching. So the impact on the performance improvement was focused on smaller reads and writes. What we did now is a game changer. We actually went ahead later in 2020, introduced an all flash appliance. So now, EXF900 and ECS all flash appliance, it's all NVME based. So it's NVME SSDs and we leveraged NVME over fabric xx for the back end. So we did it the right way did. We didn't just go in and qualified an SSD based server and ran object storage on it, we invested time and effort into supporting NVME fabric. So we could give you that performance at scale, right? Object is known for scale. We're not talking 10, 12 nodes here, we're talking hundreds of nodes. And to provide you that kind of performance, we went to ahead. Now you've got an NVME based offering EXF900 that you can deploy with confidence, run your primary workloads that require high throughput and low latency. We also come November 5th, are releasing our next gen SDS offering, right? This takes the Troven ECS code that our customers are familiar with that provides the resiliency and the security that you guys expect from Dell. We're re platforming it to run on Kubernetes and be orchestrated by Kubernetes. This is what we announced that VMware 2021. If you guys haven't seen that, is going to go on-demand for VMware 2021, search for ObjectScale and you get a quick demo on that. With ObjectScale now, customers can quickly deploy enterprise grade Object storage on their existing environment, their existing it infrastructure, things like VMware, infrastructure like VMware and infrastructure like OpenShift. I'll give you an example. So if you were in a VMware shop that you've got vSphere clusters in your data center, with ObjectScale, you'll be able to quickly deploy your Object enterprise grid Object offering from within vSphere. Or if you are an OpenShift customer, right? If you've got OpenShift deployed in your data center and your Red Hat shop, you could easily go in, use that same infrastructure that your applications are running on, deploy ObjectScale on top of your OpenShift infrastructure and make available Object storage to your customers. So you've got the enterprise grade ECS appliance or your high throughput, low latency use cases at scale, and you've got this software defined ObjectScale, which can deploy on your existing infrastructure, whether that's VMware or Red Hat OpenShift. >> Okay, I got a lot of follow up questions, but let me just go back to one of the earlier things you said. So Object was kind of cheap, deep and slow, but scaled. And so, your step one was metadata caching. Now of course, my understanding is with Object, the metadata and the data within the object. So, maybe you separated that and made it high performance, but now you've taken the next step to bring in NVME infrastructure to really blow away all the old sort of scuzzy latency and all that stuff. Maybe you can just educate us a little bit on that if you don't mind. >> Yeah, absolutely. Yeah, that was exactly the stepped approach that we took. Even though metadata is tightly integrated in Object world, in order to read the actual data, you still got to get to the metadata first, right? So we would cache the metadata into SSDs reducing that lookup that happens for that metadata, right? And that's why it gave you the performance benefit. But because it was just tied to metadata look-ups, the performance for larger objects stayed the same because the actual data read was still happening from the hard drives, right? With the new EXF900 which is all NVME based, we've optimized the our ECS Object code leveraging VME, data sitting on NVME drives, the internet connectivity, the communication is NVME over fabric, so it's through and through NVME. Now we're talking milliseconds and latency and thousands and thousands of transactions per second. >> Got it, okay. So this is really an inflection point for Objects. So these are pretty interesting times at Dell, you got the cloud expanding on prem, your company is building cloud-like capabilities to connect on-prem to the cloud across cloud, you're going out to the edge. As it pertains to Object storage though, it sounds like you're taking a sort of a two product approach to your strategy. Why is that, and can you talk about the go-to market strategy in that regard? >> Absolutely, and yeah, good observation there. So yes and no, so we continued to invest in ECS. ECS continues to stay a product of choice when customer wants that traditional appliance deployment model. But this is a single hand to shape model where you're everything from your hardware to your software the object solution software is all provided by Dell. ECS continues to be the product where customers are looking for that high performance, fine tune appliance use case. ObjectScale comes into play when the needs are software defined. When you need to deploy the storage solution on top of the same infrastructure that your applications are run, right? So yes, in the short-term, in the interim, it's a two product approach of both products taking a very distinct use case. However, in the long-term, we're merging the two quote streams. So in the long-term, if you're an ECS customer and you're running ECS, you will have an in-place data upgrade to ObjectScale. So we're not talking about no forklift upgrades, we're not talking about you're adding additional servers and do a data migration, it's a code upgrade. And then I'll give you an example, today on ECS, we're at code variation 3.6, right? So if you're a customer running ECS, ECS 3.X in the future, and so we've got a roadmap where 3.7 is coming out later on this year. So from 3.X, customers will upgrade the code data in place. Let's call it 4.0, right? And that brings them up to ObjectScale. So there's no nodes left behind, there's an in-place code upgrade from ECS to the ObjectScale merging the two code streams and the long-term, single code, short-term, two products for both solving the very distinct users. >> Okay, let me follow up, put on my customer hat. And I'm hearing that you can tell us with confidence that irrespective of whether a customer invested ECS or ObjectScale, you're not going to put me into a dead-end. Every customer is going to have a path forward as long as their ECS code is up-to-date, is that correct? >> Absolutely, exactly, and very well put, yes. No nodes left behind, investment protection, whether you've got ECS today, or you want to invest into ECS or ObjectScale in the future, correct. >> Talk a little bit more about ObjectScale. I'm interested in kind of what's new there, what's special about this product, is there unique functionality that you're adding to the product? What differentiates it from other Object stores? >> Absolutely, my pleasure. Yeah, so I'll start by reiterating that ObjectScale it's built on that Troven ECS code, right? It's the enterprise grid, reliability and security that our customers expect from Dell EMC, right? Now we're re platforming ECS who allow ObjectScale to be Kubernetes native, right? So we're leveraging that microservices-based architecture, leveraging that native orchestration capabilities of Kubernetes, things like resource isolation or seamless (indistinct), I'm sorry, load balancing and things like that, right? So the in-built native capabilities of Kubernetes. ObjectScale is also build with scale in mind, right? So it delivers limitless scale. So you could start with terabytes and then go up to petabytes and beyond. So unlike other file system-based Object offerings, ObjectScale software would have a limit on your number of object stores, number of buckets, number of objects you store, it's limitless. As long as you can provide the hardware resources under the covers, the software itself is limitless. It allows our customers to start small, so you could start as small as three node and grow their environment as your business grows, right? Hundreds of notes. With ObjectScale, you can deploy workloads at public clouds like scale, but with the reliability and control of a private cloud data, right? So, it's then your own data center. And ObjectScale is S3 compliant, right? So while delivering the enterprise features like global replication, native multi-tenancy, fueling everything from Dev Test Sandbox to globally distributed data, right? So you've got in-built ObjectScale replication that allows you to place your data anywhere you got ObjectScale (indistinct). From edge to core to data center. >> Okay, so it fits into the Kubernetes world. I call it Kubernetes compatible. The key there is automation, because that's the whole point of containers is, right? It allows you to deploy as many apps as you need to, wherever you need to in as many instances and then do rolling updates, have the same security, same API, all that level of consistency. So that's really important. That's how modern apps are being developed. We're in a new age year. It's no longer about the machines, it's about infrastructure as code. So once ObjectScale is generally available which I think is soon, I think it's this year, What should customers do, what's their next step? >> Absolutely, yeah, it's coming out November 2nd. Reach out to your Dell representatives, right? Get an in-depth demo on ObjectScale. Better yet, you get a POC, right? Get a proof of concept, have it set up in your data center and play with it. You can also download the free full featured community edition. We're going to have a community edition that's free up to 30 terabytes of usage, it's full featured. Download that, play with it. If you like it, you can upgrade that free community edition, will license paid version. >> And you said that's full featured. You're not neutering the community edition? >> Exactly, absolutely, it's full featured. >> Nice, that's a great strategy. >> We're confident, we're confident in what we're delivering, and we want you guys to play with it without having your money tied up. >> Nice, I mean, that's the model today. Gone are the days where you got to get new customers in a headlock to get them to, they want to try before they buy. So that's a great little feature. Anahad, thanks so much for joining us on theCUBE. Sounds like it's been a very busy year and it's going to continue to be so. Look forward to see what's coming out with ECS and ObjectScale and seeing those two worlds come together, thank you. >> Yeah, absolutely, it was a pleasure. Thank you so much. >> All right, and thank you for watching this CUBE Conversation. This is Dave Vellante, we'll see you next time. (upbeat music)
SUMMARY :
and the momentum in the space. We appreciate you having me to have you guys on, Absolutely, and you of the workload being put in, So you mentioned a few So we could give you that to one of the earlier things you said. And that's why it gave you Why is that, and can you talk about So in the long-term, if And I'm hearing that you or ObjectScale in the future, correct. that you're adding to the product? that allows you to place your data because that's the whole Reach out to your Dell And you said that's full featured. it's full featured. and we want you guys to play with it Gone are the days where you Thank you so much. we'll see you next time.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Vellante | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
November 5th | DATE | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
Anahad Dhillon | PERSON | 0.99+ |
November 2nd | DATE | 0.99+ |
2020 | DATE | 0.99+ |
two products | QUANTITY | 0.99+ |
Anahad | PERSON | 0.99+ |
EMC | ORGANIZATION | 0.99+ |
thousands | QUANTITY | 0.99+ |
VMware 2021 | TITLE | 0.99+ |
ObjectScale | TITLE | 0.99+ |
two code streams | QUANTITY | 0.99+ |
vSphere | TITLE | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
today | DATE | 0.99+ |
both products | QUANTITY | 0.99+ |
two product | QUANTITY | 0.99+ |
both | QUANTITY | 0.98+ |
early 2020 | DATE | 0.98+ |
Dell EMC | ORGANIZATION | 0.98+ |
this year | DATE | 0.98+ |
one | QUANTITY | 0.98+ |
step one | QUANTITY | 0.98+ |
ECS | TITLE | 0.98+ |
hundreds of nodes | QUANTITY | 0.98+ |
OpenShift | TITLE | 0.98+ |
12 nodes | QUANTITY | 0.97+ |
Kubernetes | TITLE | 0.97+ |
single code | QUANTITY | 0.97+ |
single | QUANTITY | 0.96+ |
10 | QUANTITY | 0.96+ |
two worlds | QUANTITY | 0.96+ |
Red Hat OpenShift | TITLE | 0.95+ |
4.0 | OTHER | 0.94+ |
petabytes | QUANTITY | 0.94+ |
Dell Technology | ORGANIZATION | 0.94+ |
S3 | TITLE | 0.94+ |
ECS 3.X | TITLE | 0.93+ |
3.6 | OTHER | 0.91+ |
VMware | TITLE | 0.9+ |
ObjectScale | ORGANIZATION | 0.9+ |
EXF900 | COMMERCIAL_ITEM | 0.9+ |
Hundreds of notes | QUANTITY | 0.89+ |
first | QUANTITY | 0.89+ |
up to 30 terabytes | QUANTITY | 0.88+ |
Red Hat | TITLE | 0.88+ |