Simon Crosby, SWIM.AI | theCUBE on Cloud 2021
>>from around the globe. It's the Cube presenting Cuban cloud brought to you by silicon angle. Hi. I'm still Minuteman. And welcome back to the Cube on Cloud. Talking about really important topics is toe how developers we're changing how they build their applications where they live. Of course. Long discussion we've had for a number of years, you know? How do things change in hybrid environment? We've been talking for years. Public cloud and Private Cloud and really excited for this session. We're gonna talk about how edge environment and ai impact that. So happy to walk back. One of our cube alumni, Simon Crosby, is currently the chief technology officer with swim. Got plenty of viewpoints on AI the edge and knows the developer world. Well, Simon, welcome back. Thanks so much for joining us. >>Thank you, sir, for having me. >>All right. So let let let's start start for a second. Let's talk about developers, you know, used to be, you know, for for years we talked about, you know, what's the level of abstraction we get? Does it sit? You know, you know, do I put it on bare metal? Do I virtualized it? Do I contain Arise it. Do I make it serve? Ellis? Ah, lot of those things. You know that the app developer doesn't want to even think about. But location matters a whole lot when we're talking about things like a I where do I have all my data? That I could do my training? Where do I actually have to do the processing? And, of course, edge. Just changes by orders of magnitude, Some of the things like Leighton see, and where data lives and everything like that. So with that as a set up would love to get just your framework as to what you're hearing from developers and what will gettinto Some of the solutions that that you and your team are helping them toe do their jobs >>where you're up to lights to the data onslaught is very riel. Companies that I deal with are facing more and more real time data from products from their infrastructure from their partners, whatever it happens to be, and they need to make decisions rapidly. And the problem that they're facing is that traditional ways of processing that data or to so so perhaps the big data approach which by now is a bit old. It's been long in the tooth, Um, where you stored it and then you analyze it later is problematic. First of all, data streams of boundless so you don't really know winter analyze. But second, you can't store all. And so the story and analyze approach has to change and swim is trying to do something about this by adopting a process off. Analyze um, on the fly. So as dead is generate as you receive events, you don't bother Saw them. You you analyze them, and then if you have tow you still the data. But you you need to analyze as you receive data. Andre react immediately to be able to generate reasonable insights or predictions that can drive commerce and decisions in the real world. >>Yeah, absolutely. I remember back, you know, the early days of big data, you know, real time got thrown around a little, but it was usually I need to react fast enough toe. Make sure we don't, you know, lose the customer, we react toe something. But it was we gather all the data and let's move compute to the data. Uh, today is you talk about real time streams are so important. We've been talking about observe ability for last couple of years to just really understand the systems and the outputs More than, uh, looking back historically at where things were waiting for alerts. So could you give us some examples, if you would, Is toe You know that those streams, you know what is so important about being able to interact and leverage that data when you need it? And, boy, it's great if we can if we can use it then and not have to store it and think about it later. Obviously, there's some benefits there because >>every product nowadays has a CPU, right? And so there's more and more data and just let me give you an example. Um, swim processes real time data from more than 100 million mobile devices in real time, Um, in for a mobile operator. And what we're doing there is We're optimizing connection quality between devices and the network. Now that volume of data is more than four petabytes per day. Okay, now there is simply no way you could ever store that and analyze it later. The interesting thing about this is that if you adopt and analyze. And then if you really have to store architecture, you get to take advantage of Muslim. So you're running at CPU memory speeds instead of a disc speed, and so that gives you a million fold speed up. And it also means you don't have the Leighton see problem off reaching out to her boat storage, dead base or whatever. And so that reduces cost so we can do it all about 10% of the infrastructure that they previously had for her do style implementation. >>So maybe would help if we just explain when we say edge, people think of a lot of different things. Is it? You know, on I o. T device sitting out into the edge Are we talking about the telecom edge? We're watching a WS for years, you know, Spider out their services and into various environment. So what when you talk about the type of solutions you're doing and what your customers have is that the Telkom edges that the, you know, actual device edge, you know, where where does processing happen and where do these, you know, services that that work on it live? >>Uh, so I think the right way to think about edges. Where can you reasonably process the data? And it obviously makes sense to process data at the first opportunity you have. But much data is encrypted between the original device. Say Onda. The application and so edge as a place doesn't make as much sense as edge as an opportunity to decrypt and analyze data in the clear. So is computing is not so much a place in my view as the first opportunity you have to process state in the clear and to make sense of it. And then edge makes sense in terms of Leighton, see, by locating compute as close as possible to the sources of data, um, to reduce latency and maximize your ability to get insights. You know, Andre return to uses in, you know, quickly. So edge for me often is the cloud >>excellent. One of the other things I I think about back from, you know, the big data days or even earlier It was that how long it took to get from the raw data to processing that data, to be able to getting some insight and then being able to take action. Uh, it sure sounds like we're trying to collapse That completely. Is that you know, how do we do that? You know, Can we actually, you know, build the system so that we can, you know, in that real time continuous model that you talk about, You know? So what character movements? One >>of the wonderful things about cloud computing is that two major abstractions really served us on. Those are rest which expect this computing and databases and rest means in the old server can do the job for me. And then the database is just a napi I call away. The problem with that is that it's desperately slow. So when I say desperately slow, I mean, it's probably thrown away the last 10 years, Um, was law. Just think about this way. Your CPU runs at gigahertz and the network runs at milliseconds. So by definition, every time you reach out to a data store, you're going a million times slower than your Cebu. That's terrible. It's absolutely tragic. Okay, so a model which is much more effective is to have and in memory, computing architecture er in which you engage in state will computation. So instead of having to reach out to a database every time to update the database and whatever you know, store something and then fetch it again a few moments later when the next event arrives. You keep state in memory and you compute on the fly as data arrives and that way you get a million times speed up. You also end up with this tremendous cost direction because you don't end up with as many instances having to compute by comparison. So let me give you a quick example. If you go to a traffic dots from the AI, you can see, um, the real time state off the traffic infrastructure in Palo Alto. And, um, each one of those, um intersections is predicting its own future. Now, the volume of data from just a few 100 lights in Palo Alto is about four terabyte today. And sure, you can deal with this in AWS Lambda. There are lots and lots of servers up there. But the problem is that the end to end per event leighton see, is about 100 milliseconds. And you know, if I'm dealing with 30,000 events a second, that's just too much so solving that problem with a stateless architectures is extraordinarily expensive. You know, more than $5000 a month. Where is the staple architectural? Which you could think of as an evolution all for, uh, you know, something reactive or the actor model, Um, get you, You know, something like 1/10 of the cost. Okay, so cloud is fabulous for things that need to scale wide, but a state formal is required for dealing with things which update you rapidly or regularly about their changes in state. >>Yeah, absolutely. I You know, I think about if we were talking, I mentioned before AI training models often, if you look at something like autonomous vehicles, the massive amounts of data that it needs to process, you know, has to happen in the public cloud. Um, but then that gets pushed back down to the end device. In this case, it's a car because it needs to be able to react in real time and get fed at a regular update. The new training algorithms that that it has there. Um what are you saying? You know, we >>were reviews on on this training approach and the science in general, and that is that there aren't enough the scientists or no smart people to train these algorithms, deploy them to the edge and so on. And so there is an alternative worldview, which is a much simpler one, and that is that relatively simple algorithms deployed at scale to staple representatives. Their school, you know, digital twins off things, um, can deliver enormous improvements in behavior. Um, as things learn for themselves. So the way I think the at least this edge world gets smaller is that relatively simple models off things will learn for themselves for their own futures based on what they can see and and then react. And so this idea that we have lots and lots of very scientists dealing with vast amounts of information in the cloud, Um, it's suitable for certain algorithms, but it doesn't work for the vast majority of our applications. >>So where are we with the state of what the developers need to think about? You mentioned that there's compute in most devices. That's true, but you know they need some special in video chip set out there. Are there certain programming languages that that you're seeing more prevalent? Yeah, you know, interoperability. Give us a little bit of toe, you know, some tips and tricks for for those developing >>super so number one a staple architectures is fundamental and sure react is well known. Andi, there are, For example, on er lang swim is another. So I'm going to use some language. And I would encourage you to look at Cem O s or G to go from play there. A staple architecture, ER which allows actors small, concurrent objects to Stapley evolve their own state based on updates from the real world is fundamental. But the way in swim, we use data to build these models. So, um, these little agents for things we call them Web agents because the object I'd is a your I, um they staple evolved by processing their own real world data safely representing it. And then they do this wonderful thing, which is build a model on the fly, and they build a model by linking to things that they're related to. So a knit section would link to all of its sensors. But it would also licked all of its neighbors because the neighbors and linking is like a sub in pubs up and it allows that Web agent then to continually analyze, learn and predict on the fly. And so every one of these concurrent objects is doing this job off and analyzing its own raw data and then predicting from that and streaming the results so and swim you get stream board data in. And what streams out is predictions. Predictions about the future state off the infrastructure, and that's a very powerful staple approach, which can run all the memory. No stories required, by the way. It's still persistence. If you lose the no, you can just come back up and carry on. But there's no need to store huge amounts of raw data if you don't need it. And let me just be clear. The volumes of raw data from the real world are staggering, right? So for Porter by today from Palo Alto. But Las Vegas, about 60 terabytes today from the traffic lights, Um, no more than 100 million mobile devices is is tens of petabytes per day, which is just too much the store. >>Well, Simon, you'd mentioned that we we have a shortage when it comes to data scientists and the people that could be involved in those things. How about from the developer side? Do most enterprises that you're talking to? Do they have the skill set? Is the ecosystem mature enough for the company take involved? Or what do we need to do? Looking forward, toa help companies be able to take advantage of this opportunity. >>Yeah, So there is a huge change in terms of, I guess just cloud native skills. Um, and this is exacerbated. The more you get out into, I guess what you could think of as traditional kind of companies, all of whom have tons and tons of data sources. So we need to make it easy and swim tries to do this by effectively using skills of people already have Java or JavaScript and giving them easy ways to develop, deploy and then run applications without thinking about them. So instead of finding developers to notions of place and where databases are and all that sort of stuff, if they can write simple, object oriented programs about things like intersections and push buttons, a pedestrian lights, and in road loops and so on and simply relate basic objects in their world to each other, then we let data build the model by essentially creating these little concurrent objects for each thing, and they will then link to each other and solve the problem. We end up solving a huge problem for developers to which is that they don't need to acquire complicated cloud native skill sets to get to work. >>Well, absolutely. Simon, that's something we've been trying to do for a long time. Is to truly simplify things. I wanna let you have the final word. Uh, if you look out there, uh, the opportunity that challenge in the space, what final takeaways would would you get our audience? >>So very simple. If you adopt a staple competing Achter should like swim, you get to go a million times faster. The applications always have an answer. They analyze, learn and predict on the fly, and they go million times faster. They use 10% less. No. So 10% off the infrastructure of a store than analyze approach. And it's the way of the future. >>Simon Crosby. Thanks so much for sharing. Great having you on the program. >>Thank you too. >>And thank you for joining. I'm stew Minuteman. Thank you. As always for watching the cube. Yeah,
SUMMARY :
cloud brought to you by silicon angle. gettinto Some of the solutions that that you and your team are helping them toe do their jobs It's been long in the tooth, Um, where you stored it and then you Make sure we don't, you know, lose the customer, we react toe something. And then if you really have to store architecture, the Telkom edges that the, you know, actual device edge, you know, where where does processing the first opportunity you have to process state in the clear and you know, build the system so that we can, you know, in that real every time to update the database and whatever you know, store something and the massive amounts of data that it needs to process, you know, has to happen in the public cloud. Their school, you know, digital twins off things, Yeah, you know, interoperability. And I would encourage you to look at Cem O s or G to How about from the developer side? I guess what you could think of as traditional kind of companies, all of whom I wanna let you have the final word. Achter should like swim, you get to go a million times faster. Great having you on the program. And thank you for joining.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Simon | PERSON | 0.99+ |
Simon Crosby | PERSON | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
10% | QUANTITY | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
Java | TITLE | 0.99+ |
today | DATE | 0.99+ |
JavaScript | TITLE | 0.99+ |
first opportunity | QUANTITY | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
million times | QUANTITY | 0.99+ |
Telkom | ORGANIZATION | 0.99+ |
Ellis | PERSON | 0.99+ |
One | QUANTITY | 0.98+ |
second | QUANTITY | 0.98+ |
about 100 milliseconds | QUANTITY | 0.98+ |
WS | ORGANIZATION | 0.96+ |
about 60 terabytes | QUANTITY | 0.96+ |
more than $5000 a month | QUANTITY | 0.96+ |
each one | QUANTITY | 0.96+ |
Leighton | ORGANIZATION | 0.95+ |
First | QUANTITY | 0.95+ |
30,000 events a second | QUANTITY | 0.94+ |
stew Minuteman | PERSON | 0.93+ |
each thing | QUANTITY | 0.93+ |
two major abstractions | QUANTITY | 0.93+ |
100 lights | QUANTITY | 0.92+ |
about four terabyte | QUANTITY | 0.92+ |
Cuban | OTHER | 0.91+ |
more than 100 million mobile devices | QUANTITY | 0.91+ |
tens of petabytes per day | QUANTITY | 0.9+ |
a million | QUANTITY | 0.89+ |
Cube | ORGANIZATION | 0.89+ |
SWIM.AI | ORGANIZATION | 0.89+ |
no more than 100 million mobile devices | QUANTITY | 0.89+ |
last couple of years | DATE | 0.82+ |
more than four petabytes per day | QUANTITY | 0.82+ |
a second | QUANTITY | 0.82+ |
Muslim | ORGANIZATION | 0.8+ |
edge | ORGANIZATION | 0.79+ |
a million times | QUANTITY | 0.79+ |
years | QUANTITY | 0.77+ |
Cloud 2021 | TITLE | 0.75+ |
Andre | PERSON | 0.75+ |
tons and tons | QUANTITY | 0.74+ |
last 10 years | DATE | 0.74+ |
1/10 | QUANTITY | 0.73+ |
data | QUANTITY | 0.68+ |
Cebu | COMMERCIAL_ITEM | 0.68+ |
few moments later | DATE | 0.67+ |
Lambda | TITLE | 0.63+ |
Porter | PERSON | 0.56+ |
Achter | ORGANIZATION | 0.56+ |
cube | ORGANIZATION | 0.55+ |
Cem O | TITLE | 0.53+ |
Minuteman | ORGANIZATION | 0.53+ |
lots | QUANTITY | 0.45+ |
G | TITLE | 0.45+ |
theCUBE | ORGANIZATION | 0.4+ |
Anand Babu Periasamy, MinIO | VMworld 2020
>>from around the globe. It's the Cube with digital coverage of VM World 2020 brought to you by VM Ware and its ecosystem partners. Welcome back. I'm stew Minuteman, and this is we've actually reached the end of the cubes coverage of VM World 2020. Hard to believe. 11 years we've done lots of interviews here has been great to be able to engage with the audience talk, talk to the executives, talk some customers, but saving one more for you. So happy to welcome to the program is the first time on the Cube. But we've been talking to him since they came out of stealth. So I have the co founder and CEO of Minhai. Oh, and that is a non Babu Harry Asami A B. So nice to see you. Thanks so much for joining us. Thank >>you too. Thank you for having me on the show. >>Alright. So we love when we get to talk to the founders of companies were gonna dig into your company. But before we do just frame for us, you're not really high performance. I Oh, I oh, is in the name of your company. Um, men might make me think that there's some miniaturization, but give us the VM Ware connection. Obviously, VM Ware talked a lot about Cloud this week. They've talked about going deep into a I and computing. So we know this ecosystem has changed a lot in the 11 years that we've been covering it. Tell us how you and your company high end >>sounds good. Yeah. So men in many of those stands for minimalism right somehow in the enterprise like it has always been like shiny, heavy, complex things, find complex solutions to simple problems and charge them a lot. That has been the trend in the past, right? That's what Cloud has recent in the Enterprise and men on mini Iot is actually about solving that data storage problem. A very large scale. And the solution is like find simple solutions to complex problems. And we grew in the cloud in the both in the public and Private Cloud, and we are now the fastest growing object storage for the private cloud. And now we, um, we're coming into the government, the territory we actually CVM where is set to lead the kubernetes race. And in the Cooper Natives, if you look for an object storage pretty much, many ways standard. And this is where we bring our ecosystem toe. Be aware. And we, um where brings the enterprise market of cloud And this is the start off the private cloud. In the long run, I think public and private cloud will look alike. >>Yeah, absolutely. We've We've been writing about this for for for for many years a b We saw the enterprises taking on more of the characteristics of the hyper scholars, the hyper scholars. Of course, they're coming more to the enterprise. Ah, lot of discussion about hybrid and multi cloud these days. But what I want you to explain a little bit when? When When when your company was formed. You talk about, you know, doing these kubernetes environment. You do partner with AWS and azure, but ah, lot of what you do is on premises and that strikes people as a little bit unconventional in the thing. Or definitely 2017 and even for 2020. So help us understand. You know what it is exactly that you know the technology bring and why you think it's the fit for if you extend making private cloud on par with public. >>Yeah, it's not surprising to us at all, but it made no sense when we started with the rest of the world, right? Even the investors like not our other investors but the typical venture community toe the rest of the world. They thought that an object storage if it is not useful inside AWS, there is no use but an object storage at all. And we our question was very simple that the amount of data the world will produce in the next 10 years bulk off the data. Where is it going to be? Right? And it's not going to be in the public cloud. And it didn't sound obvious back then, right? And we saw that in the long run, public and private cloud will look alike but bulk of the data if it's going to be generated outside AWS while AWS s three sets the standard, the rest of the world what are they going to do? So many who was raised to be the S three for the rest of the world and the rest of the world is the biggest market. And back then there was no private cloud. There was public cloud and public cloud. What meant only AWS, right? And this was not so long ago. We're talking like 56 years, right? And then soon multi cloud came from multi cloud private cloud came what really accelerated. This is basically kubernetes and containers, right? In fact, containers started the trend and then Coburn It has accelerated it further nowadays. If you if you see why it's no longer a dream, are a faith based model, right, it's actually we're we're talking about, like a $540,000. Actually, 540,000 doctors pulled a day, right? And 400 like 400 well million or so Dr Pools in aggregate. That shows that the entire industry has changed, and it's already the Coburn. It is even public or private cloud. It is the one hybrid infrastructure layer, and now it has now it's no longer private Cloud is that question right? And customers are now able to move between public and private cloud. The trend is hybrid hybrid cloud. I think it's irreversible. >>Alright, you talked about Dr Poles and the code there, so let's make sure our audience understand exactly what you are. Sounds like your software sounds like open source is a piece of it. Help us understand. You know how you fit with Because if we're talking about object storage, there's gotta be some infrastructure underneath that. What does mean I owe provide and where do you turn to the partners? >>Yeah, so just like server less, it means that it's not like there is no server, right? It's about a software problem. Similarly, storage right When store when object storage is containerized, we still need drives, right? That is where VM ware V Sand comes. Descends Job is to virtualized the physical layer toe the basically container layer. But end of the day if you see the it is a software problem and what may I would just like a database would solve the metadata data store problem. I mean, I will solve the blob data problem. And in the public, cloud object storage is the foundational piece. It is the primary storage, but we saw this as a software problem, and when customers started building these applications, they actually containerized their application and use Cooper notice to roll out their application infrastructure. And when they do that, they cannot possibly by a hardware appliance on the public cloud. And even on the on the private cloud, they when they when they completely orchestrate two containers, they cannot roll out hardware appliances. This is where the the industry the cloud native community always saw this as a software problem. It was obvious to them for the enterprise I t it was not so clear. And the storage industry giants, if you see everyone off them is a hardware appliance play, and they are in for a total shock. And we were basically as a as reset with their seven or to update one, if there is a lot of interesting things to come. >>All right, So if if I understand Here you sit from a VM Ware environment, I've got V sand underneath. I've got Tangguh above, and you're you're providing that object service in between. So for our for our friends in the in the channel market on when thinking about gear, anything that V san can sit on, you just can come along for the ride. Do I have that right? >>Yeah. So underneath the sand is basically bunch of J boards, right? These are like Dell and HP servers with the drives in them on This is not a hardware appliance anymore, right? You look at the storage market, it is. Stand our NASA plans. That is how the enterprise I t operated not in the club world. And as we and we're moves into the cloud world, everything looks cloud native and in this case, the sand. NASA plans have no role to play. Even the object storage hardware appliance has no role to play because we and we're becomes the end where Visa becomes the new block storage layer. And then they have positioned object storage database. Everything as a data data store are a data persist since layer. So only this software only the software that is contained race gets to play on top of, um, where in the new World, including the storage itself. And it's No, there is no appliance here. >>All right, so and your your solution is is listed as kubernetes kubernetes native. So now you mentioned VCR seven, VCR seven, update one Now house full kubernetes support. I'm assuming Then you can plug into tansy you you can plug into, uh, Amazon Azure. Other kubernetes options out there. Is that the case? >>Yeah, So from a customer point of view, right? If you are on the enterprise, I d. Environment Now from I t administrator point off you. Nothing changes much other than from the V Center console itself. You now get to see me, and I will in in the first suspend data services. You click and deploy entirely as a software without even learning to spell Cooper notice. You can build a private cloud storage multi tenant exactly like how public cloud storage outrage. And that is from the private cloud point a few right, and it's purely software. You're not waiting for six months, but the hardware to arrive and long procurement cycles and provisioning all that is now provisioned as a software container. In just five minutes, you can actually set up a private cloud in Prospector. That's for the private cloud, right? But why? The reason why customers want this to be a software problem is they roll out their software on the on the private cloud on the public cloud for burst, wear clothes and sustained work clothes on private cloud burst workloads on public cloud. Noncritical jobs are anything that is fast moving on, convenience based. They push it to public cloud. Customers do want tohave one leg here and one like there. And nowadays even the edge on decentralized on the from the telco space toe video on other other areas even the edges now growing toe. They want a your software solution. The entire data center software is now containerized. They can roll out Public cloud Our private cloud are on the edge On with me No, we solve the data side the compute side Then we're already has done a wonderful job on the networking side. They have done it on on the beast on the storage site dated the physical toe container layer movies. And now the data storage part is what we solved. Now what does this do to the end user? Now they can build software and truly deploy on public private our age without any modification on entirely it is a software problem. This >>great. What do you find? Or some of the more prevalent use cases, you know, sitting on top, What applications or the key ones that people are deploying your solution for >>Yeah, So in the public cloud, if you see, that's that. That's actually a good place to start if you see in the public cloud, right, starting from even simple static website hosting toe aml, big data, workloads toe. Even the modern databases like Snowflake, for example is built on object storage in the public cloud. It has become a truly horizontal play. And that is how it started right there. W started with history and then came everything else. And now that trend is beginning to percolate into the enterprise. And surprisingly, we found that the enterprise was the explosion of data. Growth is actually not about like cat videos, right? What? What are these touring? Mostly We found that bulk of the data that is drowning that crisis messing generated data. And these are basically like some kind of log data event data data streams that are continuously produced on that actually can grow from 10 terabytes to 10 petabytes in a very short time. This is where clearly object storage has become the right choice, just like in the public cloud. But customers are now adopting object storage as the primary storage and now multiple applications. Whether it is the cloud native applications in like the Hangzhou Application Service like spring boot and like all the clothes on re stack from their toe. So all the m l big data workloads pretty much everybody has been verging to object storage as there foundation. >>Yeah, absolutely. You seen some of those use cases very prevalent here in the VM Ware community. I heard you talking about it. I was expecting to hear you talk about Splunk data protection, something that's been a big topic of conversation in the last few years. Obviously, VM Ware has a number of key partners. So I'm assuming many of those air who you are also working with. >>Look, it felt good broad Splunk Splunk itself is actually is an important move that what we did recently with VM where finally we can run Splunk natively on BM where at large scale and without any performance penalty and at a price point that it becomes really attractive Now comparing Splunk Cloud, where's the Splunk on Prem? We can actually show like at least like one third off what it would cost to run on Splunk load. So I don't know Splunk themselves would like it, But I think Splunk as a company would like what customers like, right? And this is where Splunk actually now can sit on many, many us, all the all their data stores. They call it smart store underneath underneath me. I will now, when the previous original Visa incarnation, we couldn't actually your huge amounts of data. But now, with the visa and direct, we actually have access to the local drives and you can attach as many drives as you want. Then if you want more capacity, more more number of servers so you can pack thousands and thousands off drives at a price point that even public cloud cannot be anywhere closer. And this is actually important. Yeah, environment for the Splunk customers. Because for them, not only the cost right, even the data is sensitive for them. They cannot really, really push it to the public cloud data generated outside of the public cloud. If data generated inside Public Cloud, probably Amazon has their own solution, and Splunk cloud makes sense. But when data is produced outside, these are sensitive data and it's huge volume, and they produce on an average, like the kind of users VCs center about. It's a day on on, then it's only growing at an accelerated pace. And this is where the Visa and Direct and Mini Oh, you can now bring that workload onto the number. Finally, the ICTY can control the control, the Splunk deployments. This is something important for I t right in the past, if you see big data workloads always ran on bare metal and silos, something I d hated right This time it is flexible that it's not just flexible, exactly gets better. >>Well, it sure sounds like the technology maturation has finally caught up on the VM ware standpoint with the vision that you and the team had. So give us a little bit. Look forward now that you've got kubernetes really being embraced by VM where on and starting to see maturation in this space. Where do we go from here? >>So we were actually, If you see what they brought to the table this time, they didn't actually catch up with others, right? Typically, the innovation in the recent times happened in the open source space and then the large vendors will come and innovate. Startups and open source started the innovation large, large. When the large winters come in later. But this time around, remember, actually did the innovation part and these and direct. It's actually a big step forward in the Covenant of CSE space. And the reason why it's a big step is C s A. Traditionally is designed for the sand gnats vendors and using the same C s. A model, remember, was able to bring in large work clothes and that allowed entirely to use the local drive possibility. Right now it moving forward. What What we will see. What were said to see is the cloud native workload. Actually a ran as a silo in the Enterprise, right? There was big data workloads. There was the applications team that ran Cooper knitters and containers on their own. There are on their on their own develop shop on enterprise. I'd ran the idea introspect These three were not connected on finally this time around. By bringing cover natives native into the I T infrastructure, there is going to be a convergence. You will not. The silos will get eliminated. Big data, big data workloads, ml wear clothes on bare metal will now come toe come toe. Then I will be aware that the Governor disk combination and you will see the the coordinative applications space. They will hand over the physical layer infrastructure onto the VM Ware e and everybody coming together. I think it's the best. Big step forward. >>Well, maybe. I sure hope you're right. We love to see the breaking down of silos. Things coming together. We've been a little bit concerned over the last few years that we're rebuilding the silos in the cloud. We've got different skill sets different there, but we always love some good tech optimism here, uh, to say that we're gonna move these sorts of Thank you so much. Great to catch up with you and definitely look forward to hearing more from you and your customers in the future. >>Thank you to this. Wonderful to be on your show. >>All right. We want to thank everybody for joining VM World 2020 for day. Volonte John, for your big thanks to the whole production team and of course, VM Ware and our sponsors for helping us to bring this content to you. As always, I'm stew Minuteman and thank you for joining us on the Cube
SUMMARY :
So I have the co founder and Thank you for having me on the show. I Oh, I oh, is in the name of your company. And in the Cooper Natives, if you look for an object storage know the technology bring and why you think it's the fit for if you extend making but bulk of the data if it's going to be generated outside AWS while AWS You know how you fit with Because if we're talking about object And even on the on the private So for our for our friends in the in the channel market on when thinking Even the object storage hardware appliance has no role to play Is that the case? And that is from the private cloud point a few right, and it's purely software. Or some of the more prevalent use cases, Yeah, So in the public cloud, if you see, that's that. I was expecting to hear you talk about Splunk data protection, This is something important for I t right in the past, if you see big data workloads always ran on the VM ware standpoint with the vision that you and the team had. And the Great to catch up with you and Thank you to this. As always, I'm stew Minuteman and thank you for joining us on the Cube
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Amazon | ORGANIZATION | 0.99+ |
six months | QUANTITY | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
HP | ORGANIZATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
$540,000 | QUANTITY | 0.99+ |
NASA | ORGANIZATION | 0.99+ |
Volonte John | PERSON | 0.99+ |
10 terabytes | QUANTITY | 0.99+ |
five minutes | QUANTITY | 0.99+ |
10 petabytes | QUANTITY | 0.99+ |
2020 | DATE | 0.99+ |
2017 | DATE | 0.99+ |
thousands | QUANTITY | 0.99+ |
VM Ware | ORGANIZATION | 0.99+ |
VM World 2020 | EVENT | 0.99+ |
11 years | QUANTITY | 0.99+ |
Visa | ORGANIZATION | 0.99+ |
first | QUANTITY | 0.99+ |
400 | QUANTITY | 0.99+ |
Minhai | ORGANIZATION | 0.99+ |
56 years | QUANTITY | 0.98+ |
VMworld 2020 | EVENT | 0.98+ |
first time | QUANTITY | 0.98+ |
seven | QUANTITY | 0.98+ |
both | QUANTITY | 0.97+ |
Splunk | ORGANIZATION | 0.97+ |
VM Ware | TITLE | 0.97+ |
one third | QUANTITY | 0.96+ |
540,000 doctors | QUANTITY | 0.96+ |
three | QUANTITY | 0.96+ |
two containers | QUANTITY | 0.96+ |
telco | ORGANIZATION | 0.96+ |
ICTY | ORGANIZATION | 0.96+ |
VCR seven | TITLE | 0.95+ |
this week | DATE | 0.95+ |
azure | ORGANIZATION | 0.95+ |
Cooper | ORGANIZATION | 0.94+ |
Direct | ORGANIZATION | 0.94+ |
one leg | QUANTITY | 0.91+ |
stew Minuteman | PERSON | 0.9+ |
Snowflake | TITLE | 0.9+ |
Cooper Natives | ORGANIZATION | 0.89+ |
Harry Asami A B. | PERSON | 0.89+ |
spring boot | TITLE | 0.89+ |
MinIO | ORGANIZATION | 0.88+ |
a day | QUANTITY | 0.85+ |
Mini Oh | ORGANIZATION | 0.83+ |
Dr Pools | ORGANIZATION | 0.83+ |
Cloud | TITLE | 0.81+ |
one | QUANTITY | 0.8+ |
million | QUANTITY | 0.79+ |
S three | COMMERCIAL_ITEM | 0.78+ |
last few years | DATE | 0.77+ |
C s A. | TITLE | 0.75+ |
V Sand | TITLE | 0.75+ |
VM World 2020 | EVENT | 0.73+ |
Splunk | TITLE | 0.72+ |
Cooper | PERSON | 0.72+ |
Covenant | TITLE | 0.7+ |
Prem | ORGANIZATION | 0.7+ |
next 10 years | DATE | 0.7+ |
Coburn | ORGANIZATION | 0.67+ |
VM Ware e | TITLE | 0.67+ |
C s. | TITLE | 0.67+ |
Iot | TITLE | 0.66+ |
Babu | PERSON | 0.65+ |
last | DATE | 0.64+ |
Dr | ORGANIZATION | 0.63+ |
one hybrid | QUANTITY | 0.62+ |
Cube Anand | ORGANIZATION | 0.61+ |
CSE | TITLE | 0.6+ |
Sanjay Uppal and Craig Connors, VMware | VMworld 2020
>>from around the globe. It's the Cube with digital coverage of VM World 2020 brought to you by VM Ware and its ecosystem partners. >>Welcome back. I'm stew Minuteman. And this is the Cube coverage of VM World 2020 our 11th year covering the show. And of course, networking has been a big growth story. Four vm where for a number years, going back to the Neisseria acquisition for over billion dollars. Really leveraging all of the virtual networking and SD wins been another hot topic. A couple years ago, it was the Velo Cloud acquisition. And now happy to welcome to the program two of the Velo Cloud business executives. First of all, we have Sanjay you Paul. He is the senior vice president and general manager of that mentioned division of VM Ware. Enjoining him is Craig Connors, whose the vice president and chief technology officer for that same division he was the chief architect of fellow Cloud Craig Sanjay. Thank you for joining us. >>Thank you. >>Thank you. >>Alright, So, Sanjay, first of all nice, you know, call outs and a lot of news that we're gonna get to dig into in the morning Keynote you know Pat Sanjay the team. Uh, you know, a couple of years ago, Pat talked about, you know, the next billion dollar businesses networking your team helping toe add to that. And, ah, a new term thrown out that we're gonna get to talk a little bit about. Our friends at Gartner termed it sassy. So I'll let you, you know, explain a little bit the news that this wonderful new four letter acronym that the Gartner spots that us. Um, why don't you start us there? >>Yeah. I couldn't be more excited to be here at VM World announcing this expansion of what's going on in Ste. Van. So I see Van was all about bringing branch office users to their applications and doing that in a really efficient manner, throwing out all those complex hardware appliances and simplifying everything with software, increasing the quality of experience for the user. But now what has happened is, you know they want security to be dealt off in the same way. Same simplicity and automation, same great user experience. And at the same time, you know, blocking all these attacks that are coming in from various places and covert has just driven that even more meaning that you need to get to networking and network security to be brought together in this simple and automated way while keeping the end user experience be great on while giving I t what they need, which is high security and good manageability. So this acronym sassy, secure access Service edge It really is the bringing together off net networking and network security both as a service. That service angle is really important. And the exciting part about what we're announcing at the at we'd be involved. Here is the expansion off the S, Stephen Pops and Gateways into becoming Sassy pops. And now customers can get a whole slew of services both networking and network security services from the anyway. So that's the announcement. >>Wonderful, Craig. You know, since since since you've helped with so much of the architecture here, I wanna kick out a little bit. When? When it comes to the security stuff that Sandy was talking about. I remember dealing back with land optimization solutions, trying to remember. Okay, wait. When can I compress? When can I encrypt? You know what do I lay on top of it? Um, SD when you know fits into this story, help us understand. What does you Novello Cloud do? What is it from the partner ecosystem? You know, So you know there's there's some good partners that you have helping us. Help us understand. You know what exactly we mean because security is such a broad term. >>Yeah, thanks. So there's four components in the sassy pop that we're bringing together. Obviously, VM Ware Ston is one of those Sanjay mentioned the changing workforce. We have off net users that aren't coming from behind Stu and Branch Mawr and Mawr today. So we also have secure access powered by our workspace. One solution that's bringing those remote users into the sassy pop and then two different security solutions. Secure Web gateway functionality. And that is the next generation secure Web gateway that includes things like DLP and remote browser isolation. And as you saw in the news today that's powered through ROM agreement with Menlo Security. And then we have next Gen firewall ing for securing corporate traffic. And that's powered by our own VM Ware NSX firewall, which has been recently augmented with our last line acquisition. So those are the four key components coming together within our sassy pop. And of course, we also have our continued partnership with the scaler for our our large joint via Mersey Scaler customer base to facilitate that security solution as well. >>Yeah. So, Sanjay, maybe it would make sense. As you said, you've got ah, portfolio now in this market, Uh, got v d I You've got edge walk us. Or if you could, some of the most important use cases for your business. >>Yeah. So you know the use case that has taken off in the last several years since the advent of SD. When is to get sites? So these would be branch offices and a branch office could be an agricultural field. It could be a plane. It could be an oil rig. You know, it could be any one of these. This is a branch office. So these sites how to get them connected to the applications that they need to get access to so telemedicine example. So how do you get doctors, diagnosticians and all that that are sitting in their clinics and hospitals? You get great access to the applications on the applications can be anywhere they don't have to be back in your data centers. You know, after data center consolidation happened, some of the apse you know, we're in the data centers. But then, after the cloud advent came, then the apse were everywhere there in the public cloud, both in I s as well as in SAS. And then now they're moving back towards the edge because of the advent of edge computing. So that's really the primary use case that s Stephen has been all about. And that's where you know, we have staked a claim to be the leader in that space. Now, with Covic, the use cases are expanding and obviously with work from home, you take the same telemedicine example. The doctors and diagnosticians who used to work from hospitals and clinics now have to get it done when they're working from the home. And, of course, this is a business critical app. And so what do you do? How do you get these folks who are at home to get the same quality of experience, the same security, the same manageability, but at the same time, you cannot disturb the other people who are working from home because that is an entire ecosystem. You serve the business user, but you also serve the needs off the home users keeping privacy in mind. So these two cases branch access and then remote access, which great talked about these are the primary use cases, and then they break down by vertical. So depending on whether it's health or it's federal or its manufacturing or its finance, then you have sub use cases underneath that. But this is how we from a from a V C n standpoint, you know, claimed to have 17,000 customers that have deployed our networking solutions. Ah, large fraction of those being our stu and solutions today. >>Yeah. Okay, Craig, one of those terms that gets thrown around a lot in the industry iss scale. I look at certain parts of the market, you know, say kubernetes kubernetes was about, you know, bringing together lots of sites. But now we're spending a lot of time talking about edge, which is a whole different scale. Same thing if you talk about devices and I o t can you speak to us a little bit about, you know, fundamentally, You know that branch architecture, I think, set you up well, but when I start thinking about EJ, it probably is. You know, uh, you know, larger number and some different challenges. So So maybe maybe some differences that happen to happen in the code to make that happen? >>Yeah, absolutely. I mean, I think you know, we've been fortunate in the success that we've had in RST ran deployments. More than 280,000 branches deployed with RST ran solution. So scale is something that's been near and dear to our heart from the beginning. How do you build a multi tenant service in the cloud? How do you build cloud scale? And we brought that aspect into all of these components through container ization, as you mentioned through horizontal scalability, bringing them into our own dedicated pops. Where we control the hardware we control the hyper visor, obviously built on top of the m r E. S s. I that allows us to deliver scale in a way that other competitors may not be able to achieve. >>Yeah, son Sanjay, it's been a couple of years since the acquisition by VM Ware. Give us a little bit of an update, if you would as to, you know, what I'm sure. Obviously, customer reach on adoption greatly increased by by the channel and go to market. But, you know, directionally And you know, any difference in use cases that that you've seen now being part of the M R. >>Yeah, absolutely. No. There's there's been an expansion in the use cases, which is why this fit was very good, meaning Vela Cloud being a part of VM way. So if you look at it, what the wider network does, where the place where you know ties, we tie it all together and tie walk together. If you look at the end User computing, which Greg was mentioning, the clients are digital workspace, workspace. One client. Well, those clients now will connect to our sassy pop. So that's one tie in that obviously we couldn't have and we were an independent company. The other side of it, when you go from the sassy pop into the data center, then we tie into NSX. Not just that the Cloud firewall, but in the data center itself so we can extend micro segmentation. So that's another kid use case that is becoming prevalent. Then the third aspect of this is really when you run inside telecom operators and VM Ware has a very robust business as it goes after telcos with the software stack and so running our gateways running our sassy pops at the telco environment, then gets us to integrate with what's going on with our telecom business unit. We also have what we're doing on our visibility and Tellem entry perspective. So we had acquired a company called Neons A, which were crafting into on edge network intelligence product that then fits into VM Ware's overall. For in the space we have, ah, product suite called We Realize Network Insight. And so that network inside, combined with what we're doing from from a business unit standpoint, gives customers an end to end view from from an individual client through the cloud, even up to an individual container. And so we call this client to cloud to container. All of this is possible because we're part of VM Ware. In the last piece of this is something that's gonna happen. We believe next year, which is edge computing when edge computing comes in. You know, I jokingly say to my team this acronym of Sassy, which is s a s e you gotta insert of sea in the middle. So it becomes s a CSE and out of that pronounced that says sacks E. So I know it sounds a little bit awkward, but that c stands for the compute. So as you put compute in the computer is going to run in the edge, the computer that's going to run in the pop and the sassy is gonna become, you know, sexy. And who better to give that to you than VM Ware? Because, you know, we have that management stack that controls compute for customers today. >>Well, definitely. I think you're you're you're drawing from the Elon Musk school of You know how to name acronyms in products Do so sometimes It's really interesting. Uh, Craig, talk us a little a little bit about that vision to get there, you know? What do we need to do as an industry? How's the product mature? Give us a little bit of that. That that roadmap forward, if you would >>Yeah, I think you know Sassy is really the convergence of five key things. One is this distributed pop architecture. Er So how do you deliver this? Compute and these services near to the customers premise. And that's something that companies like us have have had years of experience and building out. And then the four key components of sassy that we have, you know, zero trust access S t u N next generation firewall ing and secure Web Gateway. We're fortunate, as Sanjay said, to be part of the M where where we don't have to invent some of these components because we already have a works based one and we already have the NSX distributed firewall. And we already have the m r s d when and so ah, lot of companies you'll see are trying to to put all of these parts together. We already had them in house. We're putting them under one umbrella, the one place where we didn't have a technology within VM Ware. That's where we're leveraging these partnerships with memo and see scaler to get it done. >>Sanjay e think the telco use case that you talked about is really important One we've definitely seen, you know, really good adoption from from VM Ware working in those spaces. One place I I wanna understand, though, if you look at vcf and how that moves. Thio ws toe Azure, even toe Oracle's talked about in the keynote this morning. How does SD win fit into just that kind of traditional hybrid cloud deployment we've been talking about for the last couple of years? >>Yeah, that's a great question. So, you know, when you look at Ste Van, that name can notes software defined, but it doesn't. It's not specific to branch office access at all. And when you look at DCF, what VCF is doing is really modernizing your compute stack. And now you can run this modern compute stack of your own data centers. You can run it in the private cloud. You can run it on the public cloud as well, right? So you can put these tax on Amazon, azure, Google and and then run them. So what an STV in architecture allows you to do is not just get your branch and secure users to access the applications that are running on those computes tax. But you can also intermediate between them. So when customers come in and they say that they want simplified networking and security between two public cloud providers, this is the multi cloud use case, then getting that networking toe work in a seamless fashion with high security can be done by an S Stephen architectures. And our sassy pop is perfectly situated to do that. And all you would need to do is add virtual services at the sassy pop. An enterprise customer would come in and they say they want some peanuts here and some VP CS there they want to look at them in an automated fashion. They want to set it up, you know, with the point and click architectures and not have to do all this manual work, and we can get that done. So there's a there's a really good fit between Sassy s Stephen and where VCF is going to solve the multi cloud problem that people are having right now. >>Excellent. I really appreciate that. That that explanation last thing, I guess I'll ask is, you know, here at VM World, I'm sure you've got a lot of breakouts. You've probably got some good customers sharing some of their stories. So anonymous if it has to be. But we would love if you've got either views of some examples, uh, to help bring home that the value that your solutions are delivering. >>Great. When I start with one and then creek and fill in the other one, eso let me start off with the telemedicine example. So we have, you know, customer called M. D. Anderson Cancer Center. And these are the folks in in Texas, and they provide a really, really important service. And that service is, you know, providing patients who are critically ill to give them all the kinds of services, whether they come into the clinic or whether they're across a network connection. And they're radiologists and doctors air sitting at home. So I think it's very important use case and, you know, we started off by deploying in the hospitals and the clinics. But when Cove, it hit there to send a lot of these folks to work from home, and then when they work from home, it's really this device that goes in which you can see here. This is our Belo cloud edge. And this, um, has said in one of the my my favorite song says, There's nothing this box can't do. All right, so this box goes home into the, you know, doctors home, and then they are talking to their patient, getting telemedicine done because it solves the problem off performance. Um, you know that some of those folks have literally said that this thing was a God sent. That's not very often that networking people, you know, have been told that their products are like godsend. So I'll take that to the limit of grain of salt. But we are solving a very important problems increasing the performance were also this is a secure device, so it's not gonna be hacked into and then makes things much more manageable from a nightie standpoint. So this is one of those use cases, and there's plenty of them. But Craig has his favorites all turn it over to him. >>There's so many I could bore you. I think you know one really interesting. One is a new investment banking company that we have is a customer, and they used to go work in the office five days a week, and everything that they did was on their computer in the office and with this pivot to work from home post Kobe, did they think their future is a flexible work workforce where sometimes there in the office and sometimes they're remote. And when the remote there are deep peeing into their desktop, that is sting in their office and with their like to remote access VPN solution, they had to connect, Say, I'm a user sitting in Southern California. I'm connecting my VPN to Chicago to then come across the network back to Los Angeles to get to my desktop so that I can work from home. And now with Sassy, my secure access client from workspace one connects to the closest asi pop I get to my desktop in my office. Tremendously lower, Leighton see tremendously higher quality to experience for the users, whether they're, you know, at home, on the road anywhere they need to access that device. >>Craig Sanjay, thank you so much. Love the customer example. Sanjay. Good job bringing out the box. Uh, show people It's a software world. But the sassy hardware is still needed at times, too. Thanks for joining us. All >>right. Thank you, Stew. Thanks. Great. Cheers. All >>right. Stay with us for more coverage of VM World 2020. I'm still minimum. Thanks. As always for watching the cube
SUMMARY :
World 2020 brought to you by VM Ware and its ecosystem partners. First of all, we have Sanjay you Paul. that we're gonna get to dig into in the morning Keynote you know Pat Sanjay the team. And at the same time, you know, You know, So you know there's there's some good partners that you have helping us. And as you saw in the Or if you could, some of the most important use cases for your business. And that's where you know, we have staked a claim to be the leader in that space. I look at certain parts of the market, you know, say kubernetes kubernetes was about, I mean, I think you know, we've been fortunate in the success But, you know, directionally And you know, any difference in use Then the third aspect of this is really when you run inside telecom That that roadmap forward, if you would And then the four key components of sassy that we have, you know, we've definitely seen, you know, really good adoption from from VM Ware working in those spaces. So what an STV in architecture allows you to do is not just get your branch and I guess I'll ask is, you know, here at VM World, I'm sure you've got a lot of breakouts. And that service is, you know, providing patients who are critically ill the users, whether they're, you know, at home, on the road anywhere they need Craig Sanjay, thank you so much. All Stay with us for more coverage of VM World 2020.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Sanjay | PERSON | 0.99+ |
Gartner | ORGANIZATION | 0.99+ |
Craig | PERSON | 0.99+ |
VM Ware | ORGANIZATION | 0.99+ |
Chicago | LOCATION | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
Southern California | LOCATION | 0.99+ |
Greg | PERSON | 0.99+ |
Texas | LOCATION | 0.99+ |
Los Angeles | LOCATION | 0.99+ |
Stew | PERSON | 0.99+ |
ORGANIZATION | 0.99+ | |
Pat | PERSON | 0.99+ |
Craig Connors | PERSON | 0.99+ |
Neons A | ORGANIZATION | 0.99+ |
next year | DATE | 0.99+ |
Velo Cloud | ORGANIZATION | 0.99+ |
VM World | ORGANIZATION | 0.99+ |
Menlo Security | ORGANIZATION | 0.99+ |
More than 280,000 branches | QUANTITY | 0.99+ |
Craig Sanjay | PERSON | 0.99+ |
Sassy s Stephen | ORGANIZATION | 0.99+ |
One solution | QUANTITY | 0.99+ |
two cases | QUANTITY | 0.99+ |
azure | ORGANIZATION | 0.99+ |
17,000 customers | QUANTITY | 0.99+ |
M. D. Anderson Cancer Center | ORGANIZATION | 0.99+ |
Mersey Scaler | ORGANIZATION | 0.99+ |
Paul | PERSON | 0.99+ |
NSX | ORGANIZATION | 0.99+ |
today | DATE | 0.99+ |
Stephen | PERSON | 0.98+ |
World | ORGANIZATION | 0.98+ |
11th year | QUANTITY | 0.98+ |
both | QUANTITY | 0.98+ |
third aspect | QUANTITY | 0.98+ |
Sandy | PERSON | 0.98+ |
Pat Sanjay | PERSON | 0.98+ |
Neisseria | ORGANIZATION | 0.98+ |
One | QUANTITY | 0.98+ |
VMware | ORGANIZATION | 0.98+ |
one | QUANTITY | 0.98+ |
VCF | ORGANIZATION | 0.98+ |
One client | QUANTITY | 0.97+ |
five key | QUANTITY | 0.97+ |
over billion dollars | QUANTITY | 0.97+ |
Sanjay Uppal | PERSON | 0.97+ |
Cloud | ORGANIZATION | 0.96+ |
Stu | ORGANIZATION | 0.96+ |
telco | ORGANIZATION | 0.96+ |
VM Ware | TITLE | 0.96+ |
First | QUANTITY | 0.96+ |
two different security solutions | QUANTITY | 0.96+ |
five days a week | QUANTITY | 0.95+ |
four letter | QUANTITY | 0.93+ |
Branch Mawr | ORGANIZATION | 0.91+ |
Mawr | ORGANIZATION | 0.91+ |
Covic | ORGANIZATION | 0.91+ |
Cube | ORGANIZATION | 0.91+ |
Novello Cloud | ORGANIZATION | 0.9+ |
this morning | DATE | 0.87+ |
billion dollar | QUANTITY | 0.87+ |
four components | QUANTITY | 0.85+ |
couple of years ago | DATE | 0.84+ |
one tie | QUANTITY | 0.83+ |
stew Minuteman | PERSON | 0.82+ |
Manosiz Bhattacharyya, Nutanix | Global .NEXT Digital Experience 2020
>>from around the globe. It's the queue >>with coverage of the global dot Next digital experience brought to you by Nutanix I'm stew Minuteman. And this is the Cube's coverage of the Nutanix dot next conference This year it is the global dot next digital experience pulling together the events that they had had dispersed across the globe, bringing to you online and happy to welcome to the program. First time guest but a long time Nutanix engineering person, Nanosys Bhattacharya. He's the senior vice president of engineering at Nutanix. Mono is everyone calls him. Thanks so much for joining us. Thank you. All right. So, you know, you know, we've been doing the Cube since, you know, over 10 years now, I remember the early days of talking to Dheeraj and the team when we first bring him on the Cube. It was about taking some of the things that the hyper scale hours did. And bringing that to the enterprise was actually you know, one of the interesting components there dial back a bunch of flash was new to the enterprise, and we've looked at one of the suppliers that was supplying to some of the very largest companies in the world. Um, and also some of the companies in the enterprise, like fusion io. It was a new flash package. And that was something that in the early days Nutanix used before it kind of went to more, I guess commodity flash. But, you know, develop a lead developer, engineers that I talked to came from, you know, Facebook and Oracle and others. Because understanding that database in that underlying substrate to be able to create what is hyper converged infrastructure that people know, is there. So maybe we could start, Just give the audience a little bit. You know, you've been with Nutanix long time, your background and what it is that you and your team work on into inside the company. >>Yeah. Thank you. So, uh, so I think I come from a distributed systems for a long time. I've been working in Oracle for seven years, building parts of the exit data system, some off the convergence that databases have done with beauty in storage. You could see the same hyper convergence in other platforms like I do where computed storage was brought together. I think the Nutanix story was all about Can we get this hyper convergence work for all types of applications. And that was the vision of the company that whatever black home that these hyper scaler to build this big database companies and built, can this be provided for everybody? For all types of applications? I think that was the main goal. And I think we're inching our way, but surely and safely, I think we will be there pretty much. Every application will run on Nutanix states yet. >>Alright, well, and if you look at kind of the underlying code that enables your capability, one of the challenges always out there is, you know, I build a code base with the technology and the skill sets I have. But things changed. I was talking about flash adoption before a lot of changes that happened in the storage world. Compute has gone through a lot of architect role changes, software and location with clouds and the like. So it's just talk about that code base. You talk about building distributed systems. How does Nutanix make sure that that underlying code doesn't kind of, you know, the window doesn't close on how long it's going to be able to take advantage of new features and functionality. >>Yeah, I think Nutanix from the beginning. One thing that we have made sure is that you know, we could always give continuous innovation the choices that we make get like we actually separated the, you know, the concerns between storage and compute. We always had a controller vm running the storage. We actually made sure we could run all of the storage and user space. And over time, what has happened is, every time we abraded us off where people got, you know, faster performance, they get more secure, They've got more scalable. And that, I think, is the key sauce. It's all software. It's all software defined infrastructure on commodity hardware and in the commodity hardware can be anywhere. I mean, you could pretty much build it on a brand. And now that we see, you know, with the hyper scaler is coming on with bare metal is a service. We see hyper convergence as the platform of the infrastructure on which enterprises are willing to run their applications in the public club. I mean, look at new being vmc Nutanix clusters is getting a lot of traction. Even before I mean, we have just gone out a lot of customer excitement there on that is what I think is the is the true nature of Nutanix being a pure software play and cheating every hardware you know uniform and whether this is available in the public cloud or it's available in your own data center, the black at the storage or the hyper visor or the entire infrastructure software that we have that doesn't cheat. So I think in some ways we're talking about this new eight. See, I call the hybrid Cloud Infrastructure to 88. The hyper converge infrastructure becomes the substrate for the new hybrid cloud infrastructure. >>Yeah, definitely. It was a misconception for a number of years. Is people looked at the Nutanix solution and they thought appliance. So if I got a new generation of hardware, if I needed to choose a different harbor vendor? Nutanix is a software company. As you describe you, got some news announced here at the dot next show. When it comes to some of those underlying storage pieces, bring us through. You know, we always we go around to the events and, you know, companies like Intel and NVIDIA always standing up with next generation. I teased up a little bit that we talked about Flash. What's happening with envy me? Storage class memories. So what is it that's new for the Nutanix platform? >>Yeah, let me start a little bit, you know, on what we have done for the last maybe a year or so before, you know, important details off why we did it. And, you know, what are the advantages that customers might tap? So one thing that was happening, particularly for the last decade or so, is flash was moving on to faster and faster devices. I mean, three d cross point came in memory glass storage was coming in, so one thing that was very apparent Waas You know, this is something that we need to get ready for now. At this point, what has happened is that the price point that you know, these high end devices can be a pain has come where mass consumption can happen. I mean, anybody can actually get a bunch of these obtained drives at a pretty good price point and then put it in their servers and expected performance. I think the important thing is we build some of the architectural pieces that can enable they, uh the, uh enable us to leverage the performance that these devices get. And for that, I think let's start with one of the beginning. Things that we did was make sure that we have things like fine grain metadata so that, you know, you could get things like data locality. So the data that the compute would need but stay in the server that was very important part or one of the key tenets of our platform. And now, as these devices come on, we want to actually access them without going over the next. You know, in the in the very last year, we released a Construct Autonomous Extent store. So which is not only making data local, but also make sure metadata as well, having the ability to actually have hyper convergence where we can actually get data and metadata from the same server. It benefits all of these newer class storage devices because the faster the devices, you wanted to be closer to the compute because the cost of getting to the device actually adds up to the Layton's. He adds up to the application with for the storage in the latest. I would say this the dot Next, What we're announcing is two technologies. One is awful lot store, which is our own user file system. It's a completely user space file system that is available. We're replacing gets before we're all our You know, this drives which will then be in me and beyond on. And we're also announcing SPD K, which is basically a way for accessing these devices from user space. So now, with both of these combine, what we can do is we can actually make an Iot from start to finish all in user space without crossing the Colonel without doing a bunch of memory copies. And that gives us the performance that we need to really get the value out of these. You know, the high end devices and the performance is what our high end applications are looking for. And that is, I think, what the true value that we can add your customs. >>Yes. Oh man, if I If I understand that right, it's really that deconstruction, if you will, of how storage interacts with the application it used to be. It was the scuzzy stack when I used to think about the interface and how far I had to go. And you mentioned that performance and latency is so important here. So I was removing from, you know, what traditionally was disc either externally or internally, moving up to flash, moving up to things like Envy me. I really need to re architect things internally. And therefore, this is this is how you're solving it, creating higher io. Maybe if you could bring us inside. You know, I think high performance Iot and low latency s ap hana was one of the early use cases that that that everyone talked about that we had to re architect. What does this mean for those solutions? Any other kind of key applications that this is especially useful for? >>Yeah, I think all the high end demanding applications talk about smp, Hana allow the healthcare applications. Look at epic meditate. Look at the high end data basis because we already run a bunch of databases, but the highest and databases still are not running on a C. I. I think this technology will enable you know the most demanding oracle or Sequels. Of course, Chris, you know all the analytics applications they will now be running on a CSO. The dream that we had every application, whatever it is, they can run on the C I. A platform that can become a reality. And that is what we're really looking forward to it. So our customers don't have to go to three year for anything. If if if. If it is an application that you want to run a CEO is the best platform for your application that is working what you want. >>Alright, So let me make sure I understand this because while this is a software update, this is leveraging underlying new hardware components that are there. I'm not taking a three year old server on to do this. Can you help understand? You know, what do they need to buy to be able to enable this type of solution? >>So I think the best thing is we already came up with the all envy. Any platform and everything beyond that is software change. Everything that we are is just available on an upgrade. So of course you need a basic platform which actually has the high end devices themselves, which we have hard for a year or so But the good thing about Nutanix is once you upgrade, it's like a Tesla you know you have. But once you get that software upgrade, you get that boosted performance. So you don't need to go and buy new hardware again. As long as you have the required devices, you get the performance just by upgrading it to the new the new version of the air soft. I think that is one of the things that we have done forever. I mean, every time we have upgraded, you will see. Over the years, our performance is increased and very seldom has a pastoral required to change. You know their internal hardware to get the performance. Now, another thing that we have is we support heterogeneous clusters. So on your existing cluster, let's say that you're running on flash and you want to get you all. And maybe you can add nodes, you know, which are all envy me and get the performance on those notes. While these flash can take the non critical pieces which is not requiring you to understand performance but still give you the density off water. VD I are maybe a general server virtualization. While these notes can take into account the highest on databases or highest analytic applications, so the same cluster and slowly expand to actually take this opportunity of applications on >>Yeah, thats this is such an important point We had identified very early on. When you move to HV I. Hopefully, that should be the last time that you need to do a migration any time. Anybody that has dealt with storage moving from one generation to the next or even moving frames can be so challenging. Once you're in that cool, you can upgrade code. You can add new nodes. You can balance things out. So it's such an important point there. UH, you stated earlier. The underlying A OS is now built very much for that hybrid cloud world. You talk about things like clusters that you have now have the announcement with AWS now that they have their bare metal certain service. So do we feel we're getting a balancing out of what's available for customers, whether it's in their own data center in a hosted environment where they have it, or the public cloud to take capabilities like you were talking about with the new storage class? >>Yeah, I think I see most of these public clouds are already providing you, uh, hardware which hasn't being built in which I'm sure in the future we have storage class memory building. So all the enterprise applications that were running on prim with the latency guarantees, you know, with the performance and throughput guarantees can be available in the public cloud, too. And I think that is a very critical thing. Because today, when you lift and shift, one of the biggest problems that all their customers face is when you're in the cloud, you find that enterprise applications are not built for it, so they have to either really protect it or they have to make, you know, using a new cloud native constructs. And in this model, you can use the bare metal service and run the enterprise applications in exactly the same way as you would run in your private data center. And that is a key tell, because now, with this 100 our data mobility framework where we can actually take both storage and applications, you know do lose them a trust public and the private cloud we now have the ability to actually control on application end to end. A customer can choose Now that they want to run it, they don't have to think. Oh, yeah? I have to move to that. Have to be architected. You can choose the cloud and run it in the panel service exactly as you were honoring your private data center. You've been utilizing things like Nutanix clusters. >>Great, well mannered. Last last question I have for you. You know, we really dug down into some of the architectural underpinnings in some of the pieces inside the box. Bring it back up high level, if you would, from a customer standpoint, key things that they should be understanding that Nutanix is giving them with all of these new capabilities. You mentioned the block store and the SPK. >>Yeah, I think for the customer, the biggest advantage is that the platform that they chose for you know, you see, some of virtualization can be used for the most demanding workloads. They're free to use, you know, Nutanix for smp, Hana for high end Oracle databases, Big data validates they can actually use it for all the healthcare apps that I mentioned epic and meditate and at the same time, keep the investment and hardware that they already have. So I think the fact about this Tesla kernel analogy that we always think is so act with Nutanix. I think with the same hardware, uh, investment that they have done with this new architecture. They can actually start leveraging that and utilize it for more and more, you know, demanding workloads. I think that is the key advantages. Without changing your you know, the appliances or your san or your servers, you get the benefit of running the most demanding applications. >>Well, congratulations to you and the team. Thanks so much for sharing all the updates here. Alright. And stay tuned for more coverage from the Nutanix global dot Next digital experience. I'm stew minimum. And as always, Thank you for watching the Cube. >>Yeah, Yeah, yeah, yeah, yeah
SUMMARY :
It's the queue And bringing that to the enterprise was actually you know, one of the interesting components there dial I think the Nutanix story was all about Can we get this hyper convergence one of the challenges always out there is, you know, I build a code base with the technology and One thing that we have made sure is that you know, you know, companies like Intel and NVIDIA always standing up with next generation. At this point, what has happened is that the price point that you know, these high end devices So I was removing from, you know, what traditionally was disc either externally I. I think this technology will enable you know the most demanding oracle or Sequels. Can you help understand? I mean, every time we have upgraded, you will see. You talk about things like clusters that you have now have the announcement with AWS that were running on prim with the latency guarantees, you know, Bring it back up high level, if you would, from a customer standpoint, key things that they should be understanding They're free to use, you know, Well, congratulations to you and the team.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Chris | PERSON | 0.99+ |
NVIDIA | ORGANIZATION | 0.99+ |
Nutanix | ORGANIZATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Dheeraj | PERSON | 0.99+ |
Tesla | ORGANIZATION | 0.99+ |
three year | QUANTITY | 0.99+ |
Nanosys Bhattacharya | PERSON | 0.99+ |
seven years | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
Intel | ORGANIZATION | 0.99+ |
three year | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
Manosiz Bhattacharyya | PERSON | 0.99+ |
two technologies | QUANTITY | 0.99+ |
One | QUANTITY | 0.98+ |
last year | DATE | 0.98+ |
one | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
over 10 years | QUANTITY | 0.98+ |
First time | QUANTITY | 0.98+ |
2020 | DATE | 0.96+ |
first | QUANTITY | 0.96+ |
one thing | QUANTITY | 0.96+ |
one generation | QUANTITY | 0.96+ |
a year | QUANTITY | 0.95+ |
This year | DATE | 0.93+ |
last decade | DATE | 0.93+ |
Cube | COMMERCIAL_ITEM | 0.9+ |
100 | QUANTITY | 0.9+ |
C | TITLE | 0.9+ |
eight | QUANTITY | 0.89+ |
stew Minuteman | PERSON | 0.85+ |
One thing | QUANTITY | 0.85+ |
K | OTHER | 0.82+ |
Global | EVENT | 0.75+ |
year | DATE | 0.7+ |
Mono | PERSON | 0.66+ |
dot | EVENT | 0.66+ |
Layton | ORGANIZATION | 0.65+ |
vmc Nutanix | ORGANIZATION | 0.63+ |
88 | OTHER | 0.6+ |
last | DATE | 0.6+ |
things | QUANTITY | 0.59+ |
Nutanix | TITLE | 0.57+ |
smp | TITLE | 0.56+ |
suppliers | QUANTITY | 0.53+ |
Construct | ORGANIZATION | 0.52+ |
Autonomous Extent | TITLE | 0.52+ |
.NEXT Digital Experience | EVENT | 0.51+ |
Iot | TITLE | 0.51+ |
Hana | ORGANIZATION | 0.48+ |
Cube | ORGANIZATION | 0.47+ |
Hana | TITLE | 0.46+ |
kernel | TITLE | 0.44+ |
SPK | TITLE | 0.39+ |
Joe Fitzgerald, Red Hat | KubeCon + CloudNativeCon Europe 2020 – Virtual
>>from around the globe. >>It's the Cube with >>coverage of Coop Khan and Cloud Native Con Europe 2020 Virtual brought to you by Red Hat Cloud, >>Native Computing Foundation and >>Ecosystem Partners. Hi. And welcome back. I'm stew Minuteman. And this is the cube coverage of que con cognitive con 2020. The Europe virtual addition Course kubernetes won the container wars as we went from managing a few containers that managing clusters, too many customers managing multiple clusters and that and get more complicated. So to help understand those challenges and how solutions are being put out to solve them, having a welcome back to the from one of our cube alumni do if it Gerald is the vice president and general manager of the management business unit at Red Hat. Joe, good to see you again. Thanks so much for joining us >>two. Thanks for having me back. >>All right, so at Red Hat Summit, one of the interesting conversation do you and I add, was talking about advanced cluster management or a CME course. That was some people and some technology that came over to Red hat from IBM post acquisition. So it was tech preview give us the update. What's the news? And, you know, just level set for the audience. You know what cluster management is? >>Sure, So advanced Cluster manager or a CMS, We actually falling, basically, is a way to manage multiple clusters. Ross, even different environments, right? As people have adopted communities and you know, we have at several 1000 customers running open shift on their starting to push it in some very, very big ways. And so what they run into is a stay scale. They need better ways to manage. It would make those environments, and a CMS is a huge way to help manage those environments. It was early availability back at Summit end of April, and in just a few months now it's generally available. We're super excited about that. >>Well, that that Congratulations on moving that from technical preview to general availability so fast. What can you tell us? How many customers have you had used this? What have you learned in talking to them about this solution? >>So, first of all, we're really pleasantly surprised by the amount of people that were interested in the tech preview. Integrity is not a product that's ready to use in production yet so a lot of times accounts are not interested in. They want to wait for the production version. We had over 100 customers in our tech review across. Not only geography is all over the world Asia, America, Europe, us across all different verticals. There's a tremendous amount of interest in it. I think that just shows you know, how applicable it is to these environments of people trying to manage. So tremendous had update. We got great feedback from that. And in just a few months, we incorporate that feedback into the now generally available product. So great uptick during the tech created >>Excellent Bring assigned side a little bit, you know, When would I use this solution? If I just have a single cluster, Does it make sense for May eyes? Is it only for multi clusters? You know, what's the applicability of the offering? Yes, sir, even for >>single clusters that the things that ACM really does fall into three major areas right allows closer lifecycle management. Of course, that would mean that you have more than one cluster ondas people grow. They do for a number of reasons. Also, policy based management the ability to enforced and fig policies and enforce compliance across even your single cluster to make sure that stays perfect in terms of settings and configuration and things like that. Any other application. Lifecycle management The ability to deploy applications in more advanced way, even if you're on a single cluster, gets even better for multi cluster. But you can deploy your APS to just the clusters that are tagged a certainly, but lots of capabilities, even for application, even a single cluster. So we find even people that are running a single cluster need it askew, deployed more more clusters. You're definitely >>that's great. Any you mentioned you had feedback from customers. What are the things that I guess would be the biggest pain points that this solves for them that they were struggling with in the past? Well, >>first of being able to sort of Federated Management multiple clusters, right, as opposed to having to manage each cluster individually, but the ability to do policy based configuration management to just express the way you want things to stay, have them stay that way to adopt a more of a getups ethnology in terms of how they're managing their your open ships environments. There's lots more feedback, but those were some of the ones that seem to be fairly common, repetitive across the country. >>Yeah, and you know, Joe, you've also gotten automation in the management suite. How do I think about this? How does this fit into the broader management automation that customers were using? Well, >>I think as people in employees environments. And it was a long conversation about platform right? But there's a lot of things that have to go with the platform and red hats actually in very good about that, in terms of providing all the things you necessary that you would find necessary to make the five form successful in your environment. Right? So I was seen by four. We need storage, then development environments management, the automation ability to train on it. We have our open innovation labs. There's lots of things that are beyond the platform that people acquire in order to be successful. In the case of management automation, ACM was a huge advancement. Terms had managed these environments, but we're not done. We're gonna continue to ADM or automation integration with things like answerable mawr, integration with observe ability and analytics so far from done. But we want to make sure that open ship stays the best managed environment that's out there. I also do want to make a call out to the fact that you know, this team has been working on this technology for the past couple of years. And so, you know, it's only been a red hat for five months. This technology is actually very mature, but it is quite an accomplishment for any company to take a new team in a new technology. And in five months, do what Red Hat does to it in terms of making it consumable for the enterprise. So then kudos continue. Really not >>well. And I know a piece of that is, you know, moving that along to be open source. So, you know, where are we with the solution? Now that is be a How does that fit in tow being open? Source. >>Eso supports that are open source Already. When the process of open sourcing the rest of it, as you've seen over time read, it has a perfect record here of acquiring technologies that were either completely closed Source Open core in some cases where part it was open. It was closed. But that was the case with Ansell a few years ago. But basically our strategy is everything has to be open source. That takes time in the process of going through all of the processes necessary to open source parts of ACM on. We think that will find lots of interest in the community around the different projects inside of >>Yeah. How about what? One of the bigger concerns talking to customers in general about kubernetes even Mawr in 2020 is. What about security? How does a CME help customers make sure that their environment to secure? >>Yeah, so you know, configuration policies and forcing you can actually sent with ACM that you want things to be a certain way that somebody changes them that automatically either warn you about them or enforcement would set them back. So it's got some very strong security chops in terms of keeping the configurations just the way you want. That gets harder as you get more and more clusters. Imagine trying to keep everything but the same levels, settings, software, all the parts and pieces so affected you have ACM that can do this across any and all of your clusters really took the burden off people trying to maintain secure environments, >>okay, and so generally available. Now, anything you can share about how this solution is priced, how it fits in tow. The broader open shift offerings, >>Yes. Oh, so it's an add on for open shift is priced very similarly to open shift in terms of the, you know, core pricing. One thing I do want to mention about ACM, which maybe doesn't come out just by a description product is the fact that a scene was built from scratch for communities, environments and optimize for open shift. We're seeing a lot of competition out there that's taking products that were built for other environments, trying to sort of been member coerce them into managing kubernetes environments. We don't think people are going to be successful at that. Haven't been successful to date. So one things that we find as sort of a competitive differentiator for ACM and market is the fact that it was built from scratch designed for communities environments. So it is really well designed for the environment it's trying to manage, and we think that's gonna keep your competitive edge? >>Well, always. Joe. When you have a new architecture, you advantage of things. Any examples that you have is what, what a new architecture like this can do that that an older architecture might struggle with or not believe. Be able to do even though when you look at the product sheet, the words sound similar. But when you get underneath the covers, it's just not a good architect well fit. >>Yeah, so it's very similar sort of the shift from physical to virtual. You can't have a paradigm shift in the infrastructure and not have a sort of a corresponding paradigm shift in management tool. So the way you monitor these environments, where you secure them the way they scale and expand, we do resource management, security. All those things are vastly different in this environment compared to, let's say, a virtual more physical environment. So this has improved many times in the past. You know, paradigm shift in the infrastructure or the application environment will drive a commensurate paradigm shift in management. That's what you're seeing here. So that's why we thought it was super important to have management that was built for these environments. by design. So it's not trying to do sort of unnatural things north manage the environment. >>Yeah, I wondered. I love to hear just a little bit your philosophy as to what's needed in this space. You know, I look back to previous generations, look at virtualization. You know, Microsoft did very well at managing their environment, the M where did the same for their environments. But, you know, we've had generations of times where solutions have tried to be management of everything, and that could be challenging. So, you know, what's Red Hat in a CM's position and what do we need in the community space, you know, today and for the next couple of years. >>So kubernetes itself is the automation platform you talked about, you know, early on in the second. So you know, Cooper navies itself provides, you know, a lot of automation around container management. What a CME does is build a top it out and then capture, you know, data and events and configuration items in the environment and then allows you to define policies. People want to move away from manual processes. Certainly, but they wanna be able to get to a more state full expression of the way things should be. You want to be able to use more about, you know, sort of get up, you know, kind of philosophy where they say, this is how I want things today. Check the version in, keep it at that level. If it changes, put it back. Tell me about it. But sort of the era of chasing. You know, management with people is changing. You're seeing a huge premium now on probation. So automation at all levels. And I think this is where a cm's automation on top of open shift automation on down the road, combined with things like ansell, will provide the most automated environment you can have for these container platforms. Um, so it's definitely changing your seeing observe ability, ai ops getups type of philosophies Coming in these air very different manager in the past helps you seeing innovation across the whole management landscape in the communities environment because they are so different. The physics of them are different than the previous environments. We think with ACM answerable or insights product and some over analytics that we've got the right thing for this environment >>and can give us a little bit of a look forward, you know? How often should we expect to see updates on this? Of course. You mentioned getting feedback from the community from the technical preview to G A. So give us a little bit. Look, you know, what should we be expecting to see from a CME down the right the So >>the ACM team is far from done, right? So they're going to continue to rev, you know, just like we read open shift, that very, very fast base we're gonna be reading ACM and fast face. Also, you see a lot of integration between ACM. A lot of the partners were already working with in the application monitoring space and the analytics space security automation I would expect to see in the uncivil fest time frame, which is mid October, will cease, um, integration with danceable on ACM around things. That insult does very well combined with what ACM does. A sand will continue to push out on Mawr cluster management, more policy based management and certainly advancing the application life cycles that people are very interested in ruined faster. They want to move faster with a higher degree of certainty in their application. Employments on ACM is right there. >>It just final question for you, Joe, is, you know, just in the broader space, looking at management in this kind of cube con cloud, native con ecosystem final words, you want customers to understand where we are today and where we need to go down the road. >>So I think the you know, the market and industry has decided communities is the platform of future right? And certainly we were one of the earliest to invest in container management platforms with open shift were one of the first to invest in communities. We have thousands of customers running open shift back Russell Industries on geography is so we bet on that a long time ago. Now we're betting on the management automation of those environments and bringing them to scale. And the other thing I think that redhead is unique on is that we think that people gonna want to run their kubernetes environments across all different kinds of environments, whether it's on premise visible in virtual multiple public clouds, where we have offerings as well as at the edge. Right. So this is gonna be an environment that's going to be very, very ubiquitous. Pervasive, deported scale. And so the management of a nation has become a necessity. And so but had investing in the right areas to make sure that enterprises continues communities particularly open shift in all the environments that they want at the scale. >>All right. Excellent. Well, Joe, I know we'll be catching up with you and your team for answerable fest. Ah, coming in the fall. Thanks so much for the update. Congratulations to you in the team on the rapid progression of ACM now being G A. >>Thanks to appreciate it, we'll see you soon. >>All right, Stay tuned for more coverage from que con club native con 2020 in Europe, the virtual addition on still minimum and thanks, as always, for watching the Cube.
SUMMARY :
Joe, good to see you again. Thanks for having me back. All right, so at Red Hat Summit, one of the interesting conversation do you and I add, As people have adopted communities and you know, we have at several 1000 customers running open shift What have you learned in talking to I think that just shows you know, how applicable it Also, policy based management the ability to Any you mentioned you had feedback from customers. express the way you want things to stay, have them stay that way to adopt a more of a getups Yeah, and you know, Joe, you've also gotten automation in the management suite. in terms of providing all the things you necessary that you would find necessary to make the five form successful And I know a piece of that is, you know, moving that along to be open source. When the process of open sourcing the rest of it, as you've seen One of the bigger concerns talking to customers in general about kubernetes configurations just the way you want. Now, anything you can share about how this solution is of the, you know, core pricing. Be able to do even though when you look So the way you monitor these environments, where you secure them the way they scale and expand, a CM's position and what do we need in the community space, you know, So kubernetes itself is the automation platform you talked about, you know, early on in the second. Look, you know, what should we be expecting to see from a CME down the So they're going to continue to rev, you know, words, you want customers to understand where we are today and where we need to go down the road. So I think the you know, the market and industry has decided communities is the platform of future right? Congratulations to you in the team on the rapid progression All right, Stay tuned for more coverage from que con club native con 2020 in Europe, the virtual addition on
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
IBM | ORGANIZATION | 0.99+ |
Gerald | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
Joe | PERSON | 0.99+ |
five months | QUANTITY | 0.99+ |
Europe | LOCATION | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
America | LOCATION | 0.99+ |
Russell Industries | ORGANIZATION | 0.99+ |
Red Hat Cloud | ORGANIZATION | 0.99+ |
2020 | DATE | 0.99+ |
mid October | DATE | 0.99+ |
each cluster | QUANTITY | 0.99+ |
Joe Fitzgerald | PERSON | 0.99+ |
single cluster | QUANTITY | 0.99+ |
over 100 customers | QUANTITY | 0.99+ |
Native Computing Foundation | ORGANIZATION | 0.99+ |
Asia | LOCATION | 0.99+ |
one | QUANTITY | 0.99+ |
Ansell | ORGANIZATION | 0.98+ |
KubeCon | EVENT | 0.98+ |
five form | QUANTITY | 0.98+ |
ACM | ORGANIZATION | 0.97+ |
single clusters | QUANTITY | 0.97+ |
more than one cluster | QUANTITY | 0.97+ |
end of April | DATE | 0.97+ |
today | DATE | 0.97+ |
Coop Khan | ORGANIZATION | 0.96+ |
1000 customers | QUANTITY | 0.95+ |
ansell | ORGANIZATION | 0.94+ |
second | QUANTITY | 0.94+ |
four | QUANTITY | 0.94+ |
Cooper navies | ORGANIZATION | 0.92+ |
first | QUANTITY | 0.92+ |
Cube | ORGANIZATION | 0.91+ |
Ecosystem Partners | ORGANIZATION | 0.9+ |
One thing | QUANTITY | 0.89+ |
Red hat | ORGANIZATION | 0.88+ |
few years ago | DATE | 0.87+ |
two | QUANTITY | 0.87+ |
red hat | ORGANIZATION | 0.87+ |
One | QUANTITY | 0.86+ |
Native Con Europe 2020 | EVENT | 0.85+ |
stew Minuteman | PERSON | 0.85+ |
CloudNativeCon Europe 2020 | EVENT | 0.82+ |
next couple of years | DATE | 0.79+ |
Red Hat Summit | EVENT | 0.79+ |
thousands of customers | QUANTITY | 0.78+ |
three major areas | QUANTITY | 0.75+ |
past couple of years | DATE | 0.74+ |
Summit | EVENT | 0.74+ |
redhead | ORGANIZATION | 0.7+ |
con 2020 | EVENT | 0.68+ |
que con cognitive con 2020 | EVENT | 0.66+ |
Ross | PERSON | 0.65+ |
Eso | ORGANIZATION | 0.61+ |
Mawr | ORGANIZATION | 0.56+ |
Red Hat | TITLE | 0.55+ |
ACM | TITLE | 0.53+ |
Cloud | ORGANIZATION | 0.43+ |
Power Panel | Commvault FutureReady
>>from around the globe. It's the Cube with digital coverage of CONMEBOL. Future ready 2020. Brought to you by combo. >>Hi and welcome back. I'm Stew Minuteman, and we're at the Cube's coverage of Con Volt Future Ready. You've got the power panel to really dig in on the product announcements that happened at the event today. Joining me? We have three guests. First of all, we have Brenda Rajagopalan. He's the vice president of products. Sitting next to him is Don Foster, vice president of Storage Solutions. And in the far piece of the panel Mersereau, vice president of Global Channels and Alliances. All three of them with Conn Volt. Gentlemen, thanks all three of you for joining us. Exactly. All right, so first of all, great job on the launch. You know, these days with a virtual event doing, you know, the announcements, the engagement with the press and analyst, you know, having demos, customer discussions. It's a challenge to put all those together. And it has been, you know, engaging in interesting watch today. So we're going to start with you. You've been quite busy today explaining all the pieces, so just at a very high level if you put this really looks like the culmination of the update with Conn Volt portfolio new team new products compared to kind of a year, year and 1/2 ago. So just if you could start us off with kind of the high points, >>thank you still, yeah, absolutely exciting day for us today. You did comrade multiple reasons for that excitement and go through that we announced an exciting new portfolio today knows to not the culmination. It's a continuation off our journey, a bunch of new products that we launched today Hyper scaler X as a new integrated data protection appliance. We've also announced new offerings in data protection, backup and recovery, disaster recovery and complete data protection and lots of exciting updates for Hedwig and a couple of weeks like we introduced updates for metallic. So, yes, it's been a really exciting pain. Also, today happens to be the data, and we got to know that we are the leader in Gartner Magic Quadrant for the ninth consecutive. I am so a lot of goodness today for us. >>Excellent. Lots of areas that we definitely want to dig deep in to the pieces done. You know, we just heard a little bit about Hedvig was an acquisition a year ago that everybody's kind of looking at and saying Okay, you know, will this make them compete against some of their traditional partners? How we get integrated in So, baby, just give us one level deeper on the Hedvig piece on what that means to the portfolio? Yeah, sure, So I >>guess I mean, one of the key things that the random mentioned was the fact that had hyper scale that's is built off the head Day files. So that's a huge milestone for us. As we teased out maybe 10 months ago. Remember, Tomball, Go on the Cube and talking about, you know, kind of what our vision and strategy was of unifying data and storage management. Those hyper hyper scale X applying is a definite milestone improving out that direction. But beyond just the hyper scale ECs, we've also been driving on some of the more primary or modern workloads such as containers and the really interesting stuff we've come out with your recently is the kubernetes native integration that ties in all of the advanced component of the head to distribute storage architecture on the platform itself across multi cloud and on premise environments, making it really easy and policy driven. Um, for Dev, ops users and infrastructure users, the tie ins applications from a group, Friction >>Great and Mercer. There's some updates to the partner program and help us understand how all of these product updates they're gonna affect the kind of the partnerships and alliances beasts that you want. >>Absolutely. So in the time since our last meeting that go in the fall, which is actually right after I had just doing combo, we spent a good portion of the following six months really talking with partners, understanding the understand the impact of the partner program that we introduced last summer, looking at the data and really looking at barriers to evolve the program, which fell around three difference specific. Once you bet one was simplicity of the simplicity of the program, simplicity of understanding, rewards, levers and so forth. The second was paying for value was really helping, helping our partners to be profitable around things like deal registration on other benefits and then third was around co investment. So making sure that we get the right members in place to support our partners and investing in practices. Another training, another enablement around combo and we launched in over these things last week is a part of an evolution of that program. Today is a great follow on because in addition to all of the program evolutions that we we launched last week now we have an opportunity with our partners to have many more opportunities or kind of a thin into the wedge to open up new discussions with our customers now around all of these different use cases and capabilities. So back to that simplification angle, really driving more and more opportunities for those partners toe specific conversations around use cases. >>Okay, for this next question, I think it makes sense for you to start. Maybe maybe Don, you can get some commentary in two. But when he's firstly the announcements, there are some new products in the piece that you discuss but trying to understand, you know, when you position it, you know, do you call the portfolio? Is it a platform? You know, if I'm an existing Conn Volt customer, you know, how do I approach this? If I use something like metallic, how does that interplay with some of the new pieces that were discussed today. >>Sure, I can take the business. I'm sure Don and mostly will have more data to it. The simplest way to think about it is as a port for you. But contrary to how you would think about portfolio as independent products, what we have is a set off data management services granular. We're very aligned to the use case, which can all inter operate with each other. So maybe launched backup and recovery and disaster recovery. These can be handled separately, purchased separately and deployed standalone or for customers who want a combination of those capabilities. We also have a complete data protection are fine storage optimization, data governance E discovery in complaints are data management services that build on top off any of these capabilities now a very differentiating factor in our platform owners. All the services that you're talking about are delivered off the same software to make it simpler to manage to the same year. So it's very easy to start with one service and then just turn on the license and go to other services so I can understand the confusion is coming from but it's all the same. The customer simplicity and flexibility in mind, and it's all delivered off the same platform. So it is a portfolio built on a single Don. Would you like to add more to it? >>Yeah, I think the interesting thing due to add on top of that is where we're going with Hedvig Infrastructure, the head of distributed storage platform, uh, to to run this point, how everything is integrated and feed and work off of one another. That's the same idea that we have. We talked about unifying data and storage manager. So the intricate storage architecture components the way data might be maneuvered, whether it's for kubernetes for virtual machines, database environments, secondary storage, you name it, um, we are. We're quickly working to continue driving that level of of unification and integration between the portfolio and heads storage, distribute storage platforms and also deliver. So what you're seeing today going back to, I think wrong his first point. It's definitely not the culmination. It's just another step in the direction as we continue to innovate and integrate this >>product, and I think for our partners what this really does, it allows them to sell around customer use cases because it'll ask now if I have a d. Our use case. I can go after just PR. If I have a backup use case, I can just go after backup, and I don't have to try to sell more than that. Could be on what the customer is looking for in parallel that we can steal these things in line with the customer use case. So the customer has a lot of remote offices. They want to scale Hedvig across those they want to use the art of the cloud. They can scale these things independently, and it really gives us a lot of optionality that we didn't have before when we had a few monolithic products. >>Excellent. Really reminds me more of how I look at products if I was gonna go buy it from some of the public cloud providers living in a hybrid cloud. World, of course, is what your customers are doing. Help us understand a little bit, you know, Mercer talked about metallic and the azure partnership, but for the rest of the products, the portfolio that we're talking about, you know, does this >>kind >>of work seamlessly across my own data center hosting providers Public Cloud, you know, how does this fit into the cloud environment for your customer? >>Yes, it does. And I can start with this one goes to, um it's our strategy is cloud first, right? And you see it in every aspect of our product portfolio. In fact, I don't know if you got to see a keynote today, but Ron from Johns Hopkins University was remarking that comment has the best cloud native architectures. And that's primarily because of the innovation that we drive into the multi cloud reality. We have very deep partnerships with pretty much all the cloud vendors, and we use that for delivering joint innovation, a few things that when you think of it from a hybrid customers perspective, the most important need for them is to continue working on pram while still leveraging the cloud. And we have a lot of optimization is built into that, and then the next step of the journey is of course, making sure that you can recover to the cloud would be it work load. Typically your data quality and there's a lot of automation that we provide to our solutions and finally, Of course, if you're already in the cloud, whether you're running a science parents or cloud native, our software protects across all those use cases, either true sass with metallic auto downloadable software, backup and recovery so we can cover the interest victims of actual presence. You. We do definitely help customers in every stage of their hybrid cloud acceleration journey. >>And if you take a look at the Hedvig protect if you take a look at the head back to, um, the ability to work in a cloud native fast, it is essentially a part of the DNA of that storage of the storage, right? So whether you're running on Prem, whether you're running it about adjacent, set up inside the cloud head, that can work with any compute environment and any storage environment that you went to essentially then feed, we build this distributed storage, and the reason that becomes important. It's pretty much highlighted with our announcement around the kubernetes and container support is that it makes it really easy to start maneuvering data from on Prem to the cloud, um, from cloud to cloud region to region, sort of that high availability that you know as customers make cloud first a reality and their organizations starts to become a critical requirement or ensuring the application of and some of the things that we've done now with kubernetes in making all of our integration for how we deliver storage for the kubernetes and container environments and being that they're completely kubernetes native and that they can support a Google in AWS and Azure. And of course, any on premises community set up just showcases the value that we can provide in giving them that level of data portability. And it basically provides a common foundation layer, or how any sort of the Dev ops teams will be operating in the way that those state full container state workloads. Donna Oh, sorry. Go >>ahead, mark area >>because you mentioned the metallic and azure partnership announcement and I just want to get on that. And one thing that run dimension, which is we are really excited about the announcement of partnership with Microsoft and all the different news cases that opens up that are SAS platform with Azure with office 3 65 and all of the great application stack it's on. If you're at the same time, to run this point. We are a multi cloud company. And whether that is other of the hyper scale clouds Mess GC, P. Ali at Oracle and IBM, etcetera, or Oliver, Great service writer burners. We continue to believe in customer choice, and we'll continue to drive unique event innovations across all of those platforms. >>All right, Don, I was wondering if we could just dig in a little bit more on some other kubernetes pieces you were talking about. Let me look at just the maturation of storage in general. You know, how do we had state back into containers in kubernetes environments? Help us see, You know what you're hearing from your customers. And you know how you how you're ready to meet their needs toe not only deliver storage, but as you say, Really? You know, full data protection in that environment? >>Certainly it So I mean, there's been a number of enhancements that happened in the kubernetes environment General over the last two years. One of the big ones was the creation of what the visit environment calls a persistent volume. And what that allows you to do is to really present storage to a a communities application. Do it be typically through what's called a CSR container storage interface that allows for state full data to be written, storage and be handled and reattached applications as you leverage them about that kubernetes. Um, as you can probably imagine that with the addition of the additional state full applications, some of the overall management now of stateless and state collapse become very talent. And that's primarily because many customers have been using some of the more traditional storage solutions to try to map that into these new state. Full scenario. And as you start to think about Dev ops organization, most Dev ops organizations want to work in the environment of their choice. Whether that's Google, whether that's AWS, Microsoft, uh, something that might be on Prem or a mix of different on Prem environments. What you typically find, at least in the kubernetes world, is there's seldom ever one single, very large kubernetes infrastructure cluster that's set to run, Dev asked. The way and production all at once. You usually have this spread out across a fairly global configuration, and so that's where some of these traditional mechanisms from traditional storage vendors really start to fall down because you can apply the same level of automation and controls in every single one of those environments. When you don't control the storage, let's say and that's really where interfacing Hedvig and allowing that sort of extension distribute storage platform brings about all of this automation policy control and really storage execution definition for the state. Full statehood workloads so that now managing the stateless and the state full becomes pretty easy and pretty easy to maintain when it comes to developing another Dev branch or simply trying to do disaster recovery or a J for production, >>any family actively do. That's a very interesting response, and the reality is customers are beginning to experiment with business. Very often they only have a virtual environment, and now they're also trying to expand into continuous. So Hedwig's ability to service primary storage for virtualization as well as containers actually gives their degree of flexibility and freedom for customers to try out containers and to start their contingent. Thank you familiar constructs. Everything is mellow where you just need to great with continuous >>Alright, bring a flexibility is something that I heard when you talk about the portfolio and the pricing as to how you put these pieces together. You actually talked about in the presentation this morning? Aggressive pricing. If you talk about, you know, kind of backup and recovery, help us understand, You know, convo 2020 how you're looking at your customers and you know how you put together your products, that to meet what they need at that. As you said, aggressive pricing? >>Absolutely. And you use this phrase a little bit earlier is to blow like flexibility. That's exactly what we're trying to get to the reason why we are reconstructing our portfolio so that we have these very granular use case aligned data management services to provide the cloud like flexibility. Customers don't have the same data management needs all the time. Great. So they can pick and choose the exact solution that need because there are delivered on the same platform that can enable out the solution investment, you know, And that's the reality. We know that many of our customers are going to start with one and keep adding more and more services, because that's what we see as ongoing conversations that gives us the ability to really praise the entry products very aggressively when compared to competition, especially when we go against single product windows. This uses a lot of slammed where we can start with a really aggressively priced product and enable more capabilities as we move forward to give you an idea, we launched disaster recovery today. I would say that compared to the so the established vendors India, we would probably come in at about 25 to 40% of the Priceline because it depends on the environment and what not. But you're going to see that that's the power of bringing to the table. You start small and then depending on what your needs are, you have the flexibility to run on either. More data management capabilities are more workloads, depending on what your needs will be. I think it's been a drag from a partner perspective, less with muscle. If you want a little bit more than that, >>yes, I mean, that goes back to the idea of being ableto simply scale across government use functionality. For example, things like the fact that our disaster recovery offering the Newman doesn't require backup really allows us to have those Taylor conversations around use cases, applications >>a >>zealous platforms. You think about one of the the big demands that we've had coming in from customers and partners, which is help me have a D R scenario or a VR set up in my environment that doesn't require people to go put their hands on boxes and cables, which was one of those things that a year ago we were having. This conversation would not necessarily have been as important as it is now, but that ability to target those specific, urgent use cases without having to go across on sort of sell things that aren't necessarily associated with the immediate pain points really makes those just makes us ineffective. Offer. >>Yeah, you bring up some changing priorities. I think almost everybody will agree that the number one priority we're hearing from customers is around security. So whether I'm adopting more cloud, I'm looking at different solutions out there. Security has to be front and center. Could we just kind of go down the line and give us the update as to how security fits and all the pieces we've been discussing? >>I guess I'm talking about change, right, so I'll start. The security for us is built into everything that we do the same view you're probably going to get from each of us because security is burden. It's not a board on, and you would see it across a lot of different images. If you take our backup and recovery and disaster recovery, for instance, a lot of ransomware protection capabilities built into the solution. For instance, we have anomaly detection that is built into the platform. If we see any kind of spurious activity happening all of a sudden, we know that that might be a potential and be reported so that the customer can take a quick look at air Gap isolation, encryption by default. So many features building. And when you come to disaster recovery, encryption on the wire, a lot of security aspects we've been to every part of the portfolio don't. >>Consequently, with Hedvig, it's probably no surprise that when that this platform was developed and as we've continued development, security has always been at the core of what we're doing is stored. So what? It's for something as simple as encryption on different volume, ensuring the communication between applications and the storage platform itself, and the way the distributors towards platform indicates those are all incredibly secured. Lock down almost such for our own our own protocols for ensuring that, um, you know, only we're able to talk within our own, our own system. Beyond that, though, I mean it comes down to ensure that data in rest data in transit. It's always it's always secure. It's also encrypted based upon the level of control that using any is there one. And then beyond just the fact of keeping the data secure. You have things like immutable snapshots. You have declared of data sovereignty to ensure that you can put essentially virtual fence barriers for where data can be transported in this highly distributed platform. Ah, and then, from a user perspective, there's always level security for providing all seeking roll on what groups organization and consume storage or leverage. Different resource is the storage platform and then, of course, from a service provider's perspective as well, providing that multi tenanted access s so that users can have access to what they want when they want it. It's all about self service, >>and the idea there is that obviously, we're all familiar with the reports of increased bad actors in the current environment to increased ransomware attacks and so forth. And be a part of that is addressed by what wrong and done said in terms of our core technology. Part of that also, though, is addressed by being able to work across platforms and environments because, you know, as we see the acceleration of state tier one applications or entire data center, evacuations into service provider or cloud environments has happened. You know, this could have taken 5 10 years in a in a normal cycle. But we've seen this happen overnight has cut this. Companies have needed to move those I T environments off science into managed environments and our ability to protect the applications, whether they're on premises, whether they're in the cloud or in the most difficult near where they live. In both cases, in both places at once, is something that it's really important to our customers to be able to ensure that in the end, security posture >>great Well, final thing I have for all three of you is you correctly noted that this is not the end, but along the journey that you're going along with your customers. So you know, with all three of you would like to get a little bit. Give us directionally. What should we be looking at? A convo. Take what was announced today and a little bit of look forward towards future. >>Directionally we should be looking at a place where we're delivering even greater simplicity to our customers. And that's gonna be achieved through multiple aspects. 1st 1 it's more technologies coming together. Integrating. We announced three important integration story. We announced the Microsoft partnership a couple of weeks back. You're gonna see us more longer direction. The second piece is technology innovation. We believe in it. That's what Differentiators has a very different company and we'll continue building it along the dimensions off data awareness, data, automation and agility. And the last one continued obsession with data. What more can we do with it? How can we drive more insights for our customers We're going to see is introducing more capabilities along those dimensions? No. >>And I think Rhonda tying directly into what you're highlighting there. I'm gonna go back to what we teased out 10 months ago at calm Bolt. Go there in Colorado in this very on this very program and talk about how, in the unification of ah ah, data and storage management, that vision, we're going to make more and more reality. I think the, uh, the announcements we've made here today let some of the things that we've done in between the lead up to this point is just proof of our execution. And ah, I can happily and excitedly tell you, we're just getting warmed up. It's going to be, ah, gonna be some fun future ahead. >>And I think studio in the running that out with the partner angle. Obviously, we're going to continue to produce great products and solutions that we're going to make our partners relevant. In those conversations with customers, I think we're also going to continue to invest in alternative business models, services, things like migration services, audit services, other things that build on top of this core technology to provide value for customers and additional opportunities for our partners >>to >>build out their their offerings around combo technologies. >>All right, well, thank you. All three of you for joining us. It was great to be able to dig in, understand those pieces. I know you've got lots of resources online for people to learn more. So thank you so much for joining us. Thank you too. Thank you. Alright, and stay with us. So we've got one more interview left for the Cube's coverage of con vault. Future Ready, students. Mannan. Thanks. As always for watching the Cube. Yeah, Yeah, yeah, yeah, yeah, yeah
SUMMARY :
Brought to you by combo. You've got the power panel to really dig in on the product announcements that happened a bunch of new products that we launched today Hyper scaler X as a new integrated ago that everybody's kind of looking at and saying Okay, you know, will this make them compete against guess I mean, one of the key things that the random mentioned was the fact that had hyper how all of these product updates they're gonna affect the kind of the partnerships and alliances beasts that you So making sure that we get the right members in place to support our partners and investing in products in the piece that you discuss but But contrary to how you would think about portfolio as It's just another step in the direction as we continue to innovate So the customer has a lot of remote offices. but for the rest of the products, the portfolio that we're talking about, you know, And that's primarily because of the innovation that we drive into the multi cloud reality. critical requirement or ensuring the application of and some of the things that we've done now with kubernetes about the announcement of partnership with Microsoft and all the different news cases ready to meet their needs toe not only deliver storage, but as you say, Really? One of the big ones was the creation of what the visit environment and the reality is customers are beginning to experiment with business. the pricing as to how you put these pieces together. the same platform that can enable out the solution investment, you know, And that's the reality. offering the Newman doesn't require backup really allows us to have those Taylor conversations around use cases, have been as important as it is now, but that ability to target those specific, all the pieces we've been discussing? And when you come to disaster recovery, encryption on the wire, a lot of security aspects we've You have declared of data sovereignty to ensure that you can put essentially virtual fence barriers for where and the idea there is that obviously, we're all familiar with the reports of increased So you know, with all three of you would like to get a little bit. And the last one continued obsession with data. I'm gonna go back to what we And I think studio in the running that out with the partner angle. So thank you so much for joining us.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Brenda Rajagopalan | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
Stew Minuteman | PERSON | 0.99+ |
Don Foster | PERSON | 0.99+ |
last week | DATE | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Colorado | LOCATION | 0.99+ |
Ron | PERSON | 0.99+ |
Donna | PERSON | 0.99+ |
second piece | QUANTITY | 0.99+ |
Conn Volt | ORGANIZATION | 0.99+ |
two | QUANTITY | 0.99+ |
six months | QUANTITY | 0.99+ |
Mannan | PERSON | 0.99+ |
Today | DATE | 0.99+ |
third | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
three guests | QUANTITY | 0.99+ |
Johns Hopkins University | ORGANIZATION | 0.99+ |
a year ago | DATE | 0.99+ |
5 10 years | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
10 months ago | DATE | 0.99+ |
one service | QUANTITY | 0.99+ |
Rhonda | PERSON | 0.98+ |
a year ago | DATE | 0.98+ |
Mercer | ORGANIZATION | 0.98+ |
second | QUANTITY | 0.98+ |
Friction | ORGANIZATION | 0.98+ |
three | QUANTITY | 0.98+ |
Hedvig | ORGANIZATION | 0.98+ |
office 3 65 | TITLE | 0.98+ |
Hedwig | ORGANIZATION | 0.98+ |
2020 | DATE | 0.98+ |
Don | PERSON | 0.97+ |
One | QUANTITY | 0.97+ |
last summer | DATE | 0.97+ |
first point | QUANTITY | 0.97+ |
one | QUANTITY | 0.97+ |
each | QUANTITY | 0.97+ |
Global Channels and Alliances | ORGANIZATION | 0.97+ |
single | QUANTITY | 0.96+ |
both cases | QUANTITY | 0.96+ |
Hedvig Infrastructure | ORGANIZATION | 0.96+ |
Storage Solutions | ORGANIZATION | 0.96+ |
both places | QUANTITY | 0.95+ |
Future Ready | ORGANIZATION | 0.95+ |
India | LOCATION | 0.94+ |
40% | QUANTITY | 0.93+ |
about 25 | QUANTITY | 0.92+ |
Mersereau | PERSON | 0.91+ |
First | QUANTITY | 0.91+ |
Mess GC | ORGANIZATION | 0.9+ |
CONMEBOL | ORGANIZATION | 0.88+ |
Priceline | ORGANIZATION | 0.88+ |
first | QUANTITY | 0.87+ |
this morning | DATE | 0.87+ |
P. Ali | PERSON | 0.86+ |
single product | QUANTITY | 0.85+ |
Cube | COMMERCIAL_ITEM | 0.84+ |
last two years | DATE | 0.83+ |
Prem | ORGANIZATION | 0.83+ |
Oliver | ORGANIZATION | 0.83+ |
Sanjay Mirchandani, Commvault | Commvault FutureReady
>>from around the globe. It's the Cube with digital coverage of CONMEBOL. Future Ready 2020. Brought to you by combo. Hi, I'm Stew Minuteman. And this is the Cube's coverage of Con Volt Future ready event Welcoming back to the program. Fresh off the keynote stage. Sanjay Mirchandani. He's the CEO of Con Volt. Sanjay. Nice job on the keynote. And thanks so much for joining us. >>Thanks to Good to see you again. >>Nice to see you too. So, Sanjay, about a year and 1/2 into your journey with Conn Volt, you took over. And you know what it looks like? You've almost completely refreshed the portfolio there. Start a little bit, you know, future. Ready. Tell us how you're getting Conn Volt and its customers ready to be prepared for what happened today as well as the >>right. So, you know, we've we've given visit The past 18 months, have flown by in the past four or five. Even faster. Um, the change. You know, the change that we've had all deal with us as organizations has been tremendous. We've been hard at work. When I came on board, I should have talked about how we were setting out to simplify, innovate and execute all three of those pillars and, ah, future ready, which I love as a term completely embodies what I think the work we've been up to and what the world needs today, which is really getting it ready for whatever's next. And, you know, and it's coming together of innovation, simplification and and hopefully you'll agree some good execution to bring it all together. Yeah, so we've been busy. >>Sanjay, you talked a bit about just the moment in time that we're in. Wonder if you could bring us inside. You know your customers. So there's certain things that we saw for a couple of months. People put a pause on. Other things absolutely have been accelerated. We talk to customers about their adoption of cloud, you know, digital transformation. It's one of those things. That boy, I hope I'm through some of those or you know, can be as agile as possible. But, you know, what do you hearing specifically from our customer base and how they're dealing with things? >>You know, Cto, I touched a little bit on that during my keynote. And you know this this this this time that we're in has really caused, I think a couple of shifts. The first structural shift was Oh, hey, this thing is here to stay and let's get our employees Working and productive and keep the business is running and keeping them safe and everything else. That first shift happened right on. Honest about What was it that March, April and businesses small and big had to figure out how to take go from their their their operating model into, ah, remote. With the remote model, you re prioritize and you thought through what was important at the time and what it was was really getting laptops into the hands of your employees, getting them safe into their working environment, making sure your business processes leaning in that direction. You could take care of your customers. And so that was sort of the first structural faith, the second structural failures. Okay, how do we really drive productivity? One of the new priorities. What do we need to do, what you want to invest in? What do you want to pull back from? And from our vantage point from A from a technology and data point of view, what we're hearing is the themes that if I had a paraphrase of conversations I have with CIOs, it's NGOs. It's really around a simplification. This is a This is a great time to really simplify and, you know, and make sure that you're working with the tried and tested. This is not the time to experiment. This is not the time for esoteric. This is really about simplifying and working with the tried and tested. The second is really about focusing on skills, you know, this is you need you need to be able to leverage, and you need to be able to bring productivity from the from the people that you have an I t. And really focus around that that's, you know, that sometimes for gotten, you know that I like to call them. The unsung heroes of technology has just been pushed into their homes. They're now doing their jobs, longer hours, tougher scenarios. They have no access to their data centers. So it's over. So let's think about skills and the third, you know, the third thing, really that has been propelled into this conversation is cloud. So if you were on a journey, you're off the journey you need to get there quickly, okay? And you need to really newly leverage a light touch, low touch, remote sort of capability. A So fast is you can't call a digital transformation. Call it whatever you'd like to say. But it is about truly leveraging the cloud in a way that that was no longer, you know, a one year, two year three applying. You just have to bring it right to those kinds of things we're hearing and dealing with. >>Yeah, it's so important, Sanjay. Especially that simplicity piece. You know, I remember a few years ago there were certain customers that were adopting cloud, and it was the reminder. Oh, hey, your data protection in your security, you need to make sure you take care of that when you go to the cloud. And unfortunately, you know, some of the people that are now accelerating things you have to quickly say Oh, wait. I can't work this in a few months. I need to take care of this upfront, so help us understand a little bit. You know, the announcements that you've made. How are you making sure that you're ready for customers? The simplicity that they need to take advantage of the innovation and opportunity that the cloud on solutions provider >>absolutely and and make a mistake for me to. Simplification is not just the technology is easy to use, even though that is a big part of what we're working on and working and delivering through these announcements. But we've also got to make sure that the partnerships that we that we that we have lend themselves to what customers need, you know, engineered better its source not in the field, you know, and then and then the ecosystem to make the technology available and consumed commercially in the way that customers would like to keep that simple to. But today, if I just focus on the portfolio, you know, we've we've you could say we've completely rebuilt this incredible stack of technology that we've built this company out and, you know, and we weave in a nutshell. What we've done is announced A. We've taken our backup and recovery suite and be saying we've got a new company, backup and recovery product. We've got a brand new con Volt disaster recovery product. You can get them together as a unit Azaz the complete backup and recovery suite, if you would. So that's one big set of offerings. The second and you know the second is is we bought Hedvig sort of next generation software defined storage technology company last year, and we've been feverishly work quietly at work, integrating Hedvig into calm bolt not just as a company, but in the technology and our new hyper scale technology. Hyper scale. ECs is the embodiment of those two things coming together, the best of data protection from Con Volt and the best storage subsystem to drive that from Hedvig, also from console. So the two come together on all of this technology, whether it's the suite that I mentioned or the hyper scaler, all of it you can. You can mix and match any way you want with it with a world class user interface or user interfaces if you want command lines. If you want AP ICE will keep it open, all of it to you. In addition, we've got announcements or under Activate Suite on. Recently, we talked about our partnership with Microsoft with the metallic azure sort of combination for customers. So it's ah, it's a left to right set of announcement with simplification threatened right through it. >>Sanjay, you mentioned partnerships. Ah, a little bit before the show, you had, of course, the extended partnership with Microsoft with metallic. Maybe give us just a little bit more color about you know how, Con Volt make sure their position and working closely with those hyper scale >>hours. Yeah, you know, and we work with all the hyper scaler. So, you know, there we are probably the most prevalent data protection technology, if you would in the public cloud. And most of the way we talk about over an exabyte that we've helped customers, right, that the cloud is just one data point we've we've been, you know, seen is from the outside in as being the transport capability across across hybrid cloud scenarios. The partnership, the partnership with Microsoft and Microsoft Azure in particular, is the coming together of these things because customers, when we talk to customers and Microsoft office of customers be here from them, they want the ability to be, if you know, as they get more prevalent in the cloud as their workloads get more more pervasive in the cloud, they want to make sure that the same industrial strength data protection cloud in that they had well while they were on prayer for primarily on Prem. Our solutions are completely hybrid. And so the partnership really brings together again. You know, technology that's engineered better together, our data protection and their their cloud best in class our channels working, working together and making sure that it's easy for customers to work work with us. And we're available on the azure marketplace and our field forces also aligned around it. So it's again a 3 60 kind of conversation that we have with customers as much as much of today's announcements. >>Yeah, Sanjay, you talked about the hyper scale er's. You mentioned that the integration of the Hedwig Solution work with Dev Ops and really the cloud native type solutions. Of course, one of the things everybody's looking at when you were hired to this job is you've got background in the automation in developer world. So you know, how is that scene in the update? The portfolio really that embracing of cloud native and develop our environments? >>Cloud without automation is not a cloud, right? It's just it's just it's just infrastructure that's put somewhere else. It's deep, deep degrees of it off automation that really bring cloud to life. Right? And I was fortunate that have been in the Dev ops world for a while in a market leading with marketing product. And I was very pleasantly surprised when I when I came to convert and sell the deep degrees of automation and work flows that are core technology had, with Hedvig acquisition being a platform layer being the storage layer that is multi protocol and appeals incredibly to Dev Ops engineers because everything in the product you know is call a bill through an A p I for a set of AP eyes. It's it's Richard's got work flows and and it's multi critical. So whether you're using VMC or you're building the next generation container applications or you're just using object storage, it doesn't matter. We can mix and match it across, you know, private and public cloud environments, and it's all culpable and it's all programmable. It's all automated on as much as you want >>it. All right, So, Sanjay, I know we can't talk too much about Financial Piece is where we are in the quarter. But one of the things Dave Volante and I were discussing and looking at Kahn Volt. You know, there's some good data, you know, especially if you look at win rates against some of the some of the newer players in this space that the data that we have from ET R was showing, you know, increased win rates for Con Volt. Just could you give us a little bit of your competitive landscape view you talked about? Customers don't want to take too much risk, you know? How do you balance between being, you know, a company with a large install base? But you want to be, you know, more modern? >>Oh, yeah. And you know, the use cases we're talking about. The cloud that we're seeing those leaders are today's use cases, not yesterday's use cases, and we're winning in the base is the fact that we respect that customers are coming from Okay, There's a lot of stuff that runs that business that is still good. That isn't in the cloud that they're they're working their plants journey from that to something else as well. That's where we're leading in areas where they have it in the public cloud, and we always like to stay 1 to 2 steps ahead of the hard problems our customers going to encounter. So our portfolio is is absolutely cloud ready. Our portfolio is rich in that in that capability, and we're not slowing down. You know, we're winning because we have the breath of technology that we support. Both, You know, source source data that customers want o protect and target scenarios where maybe the hyper scaler or anything else where customers want to take it. And the flexibility, the second thing. And if you heard the interview I did with Run from from Johns Hopkins, it's the optimization off our technology around each of those cloud scenarios that gives our customer's true, you know, true value around the compute and storage decisions they have to make. And we helped them make through deep through deep degrees of AI and ML built in. So so it's not just about moving bits. It's about optimizing all of that on the entire life cycle of that data, from the point it's created to the point. >>Excellent. Well, Sunday. Want to let you have the final word? Give us what you want customers to have as the take away from today's future. Ready event? >>Sure. So, first of all, I wanted to, you know, I want to thank all our our audience here, our customers for being with us. It's being with us as a customer, being looking at us as a prospect for technology. We are investing like, you know, we've invested over a $1,000,000,000 over over a period of time as a company in data protection, and we're taking that to a whole new level with the innovations that we're bringing to the table. So, you know, we truly believe that the journey with as it pertains to data the journey to the cloud requires you to be able to think through the life cycle from storing, protecting, optimizing and using that data all the way through. And our solutions can be used independently. Best of class across each of them or together better together. And, you know, we I I urge you to take a few minutes and look at some of the some of the great innovations we've brought to table and rest assured that everything we're doing eyes with hybrid cloud in mind and is it is completely cloud optimized. >>All right. Well, Sanjay Mirchandani. Thank you so much for joining us. Congratulations to you and the team on the work on the updates. Definitely. Look forward to hearing more in the future. >>Thanks. Too good to be here. >>Alright, stay tuned. We've got more from Con vault Future ready on student a man. And thank you for watching the Cube. Yeah, yeah.
SUMMARY :
Brought to you by combo. Start a little bit, you know, future. So, you know, we've we've given visit The past 18 months, We talk to customers about their adoption of cloud, you know, digital transformation. and the third, you know, the third thing, really that has been propelled into this conversation is you know, some of the people that are now accelerating things you have to quickly say not in the field, you know, and then and then the ecosystem to make the technology available and consumed you had, of course, the extended partnership with Microsoft with metallic. Yeah, you know, and we work with all the hyper scaler. Of course, one of the things everybody's looking at when you were hired We can mix and match it across, you know, You know, there's some good data, you know, especially if you look at win rates against some of the And you know, the use cases we're talking about. Want to let you have the final word? And, you know, we I I urge you to take a few minutes and look at Congratulations to you and the team on Too good to be here. And thank you for watching the Cube.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Microsoft | ORGANIZATION | 0.99+ |
Sanjay | PERSON | 0.99+ |
Sanjay Mirchandani | PERSON | 0.99+ |
Con Volt | ORGANIZATION | 0.99+ |
one year | QUANTITY | 0.99+ |
Stew Minuteman | PERSON | 0.99+ |
1 | QUANTITY | 0.99+ |
Dave Volante | PERSON | 0.99+ |
last year | DATE | 0.99+ |
first | QUANTITY | 0.99+ |
Both | QUANTITY | 0.99+ |
March | DATE | 0.99+ |
yesterday | DATE | 0.99+ |
Sunday | DATE | 0.99+ |
Conn Volt | ORGANIZATION | 0.99+ |
third | QUANTITY | 0.99+ |
Con vault Future | ORGANIZATION | 0.99+ |
second thing | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
two year | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
two things | QUANTITY | 0.98+ |
Richard | PERSON | 0.98+ |
Kahn Volt | ORGANIZATION | 0.98+ |
2 steps | QUANTITY | 0.98+ |
Commvault | ORGANIZATION | 0.98+ |
each | QUANTITY | 0.97+ |
second | QUANTITY | 0.97+ |
Cto | PERSON | 0.97+ |
CONMEBOL | ORGANIZATION | 0.97+ |
April | DATE | 0.97+ |
first shift | QUANTITY | 0.97+ |
second structural | QUANTITY | 0.96+ |
third thing | QUANTITY | 0.96+ |
One | QUANTITY | 0.95+ |
Azaz | ORGANIZATION | 0.94+ |
Hedwig Solution | ORGANIZATION | 0.92+ |
one | QUANTITY | 0.91+ |
three | QUANTITY | 0.9+ |
Run | TITLE | 0.9+ |
ET R | ORGANIZATION | 0.9+ |
about a year | QUANTITY | 0.89+ |
Hedvig | ORGANIZATION | 0.87+ |
Johns Hopkins | ORGANIZATION | 0.85+ |
few years ago | DATE | 0.85+ |
one data | QUANTITY | 0.85+ |
$1,000,000,000 | QUANTITY | 0.84+ |
one big set | QUANTITY | 0.83+ |
past 18 months | DATE | 0.79+ |
five | QUANTITY | 0.75+ |
2020 | DATE | 0.74+ |
1/2 | QUANTITY | 0.72+ |
VMC | ORGANIZATION | 0.71+ |
Suite | TITLE | 0.69+ |
Azure | TITLE | 0.66+ |
con Volt | ORGANIZATION | 0.66+ |
Cube | ORGANIZATION | 0.64+ |
3 60 | QUANTITY | 0.62+ |
Dev Ops | ORGANIZATION | 0.62+ |
past four | DATE | 0.59+ |
Cube | COMMERCIAL_ITEM | 0.49+ |
months | QUANTITY | 0.44+ |
AP ICE | ORGANIZATION | 0.4+ |
Omer Asad, HPE | HPE Discover 2020
>>from around the globe. It's the Cube covering HP Discover Virtual experience Brought to you by HP >>Welcome back. I'm stew Minuteman. And this is the Cube's coverage of HP. Discover the virtual experience. Gonna be digging into some primary storage. Happy to welcome to the program. First time guest. Former Assad. He's the vice president and general manager for both primary storage and data services with Hewlett Packard Enterprise. Omar, thanks so much for joining us. >>Thanks to happy to be here. Thanks for the invite. All >>right, so So why did you start out? Frame out for us? Kind of Ah, where primary storage fits in in the portfolio in your charter >>there. Thanks. Yeah. So primary storage is a combination off hp, primera, HP, nimble and all the associative software and data management services that go along with it. We are part of the broader HP storage umbrella. In addition to that, we have the HB h C I business and the HP complete partnerships that partner with our go to market partners and bring total intentions for our customers. From my perspective on the general manager for Primary nimble and all the data management services that come along with it. So that's what people. The primary storage portfolio mainly centered around block services for our for our customers. >>Excellent. Well, Omer, you know, you've been in the storage industry for quite a while. We always know that the only constant in our industry is that things are always changing. However, here in 2020 it's a little bit more unusual than normal. Give us a little bit of insight as to you know, how your customers responding, how HPE is helping them during the current global pandemic. >>Obviously, you know, across the industry across the world, it's a very difficult time, you know, definitely where customers are facing some challenges from our perspective. You know, one of the biggest things that we noticed was in these unprecedented safety is the paramount eso concern for each one of your customers and for HP ways in our fellow sort of workers around the globe, the access to the data center has costs, um, some challenges for our customers, obviously for capacity expansion purposes, for scaling up work from home needs. You can do all of them. But for all of our customers, you know, as the pandemic kid in the shelter in place. Global policies came across the access to it. Did the data center became a big problems? Well, right, so just, you know, a lot of vendors that make changes to it. After these solutions off an HP perspective, we added a couple of policies, like 90 days payment difference. In addition to that, a bunch of financing capabilities to allow our customers to focus on that cash flow help on not to worry about some of the purchase decisions, but it comes from a storage perspective now. In addition to that, HP was also fortunate enough to have to cloud storage services. We have data protection online services. They have block storage online services. These are just sort of cloud based services that are available in conjunction with our portfolio to our customers. So one of the unique ways that we were able to help our customers is for without accessing their data center, they were able to slip a lot of their own from storage and former Peter snapshots or data migrations into our cloud storage subscriptions, which we expect extended to our customers and they were able to expand, and we're just in time capacity to scale up there in data center needs without actually accessing the business. So some down perspective. It was very profound experience that we had in order to sort of keep our customers operations running while we were shipping at psychopathy an expansion capacity for them as they scale sort of work from home operation. Like VD. I database scale up as as they adapted to these sort of uncertain times. >>Well, excellent. Absolutely. A spotlight has been shown on you can the products and services with liver for what we needed. That flexibility that you mentioned so critically important. Great to see things like the financial pieces to to make sure you can help companies in these uncertain times here at Discover. So, of course, let's tee up and not keep things waiting any longer. Uh, what's new? Ah, for your piece. Polio. >>So there are a couple of the new announcements that we're bringing to the market over here, right? And one of the biggest ones that I'm most excited by is obviously autonomous operations and ai ops that we're now extending, uh, for our customers for actually taking action. So what that means is, we were sort of the first to market with AI ops, which is our info side technology that was built off the top three nimble storage acquisition that happened within HP. Then we sort of extended that to, uh, to be primarily, we extended that to HP three par on then Also, we're now extending that to be simplicity so that the enormity of the size off this AI operation on automation that it just continues to grow right from. From from a primary perspective, especially, we're now bringing intelligent and intelligence autonomous operations on two primary as well, which basically means all the models and all the AI engines that we have trained for analytics for helping our customers. Our 13 workloads for providing proactive support and pro active recommendations to impose a couple of those models are now ported into our tiers of the portfolio. That is HP primarily so not only can we make recommendations in primary, but now we have also made the Kent. If the customer allows us to go ahead and actually implement those decisions, eso, Primerica and automatically adjusts without having the user intervene because in tier zero applications, the time to intervene is very, very no food non existent. So given certain set of parameters and given a certain set of policies. Http Primary. I can now execute the recommendations autonomously and make real time changes, the workloads and profiled in US policies to keep our customers Boeing rather than just a recommendation. Again, this is the first of its class for AI, and autonomous applications with intelligence is not only in recommendations but now also going ahead and executing. That's decisions from a primary storage perspective. >>O Mara with the things that you were just talking about, this bring us inside. You know what's changing inside the customers that you're working with, you know, traditionally, storage. You know, you had a storage administrator, people thinking about you know, the speeds and feeds and all the knobs that they can turn with storage. When you start talking about autonomous and AI functions coming in, I have to expect there's different requirements from the customer and there's different people engage with it s o, you know, bring us inside what you're seeing at the customer side. >>It's actually interesting you here you could explode on, right, So from a customer perspective, it's always you know the the do more with less right that is happening on the training side that is happening on the customer persona side. So, you know, simplifying the portfolio. Is it absolutely one of the biggest, therefore, customers? They're the general push the words the I t generalist back there. Management perspective. From a perspective, there's a lot of simple City that is desired. So one of the biggest things that we have changed with 18 primarily is that if the industry's first tier zero platform, it gives 100% availability guarantee s so it really simplifies from a responsibility perspective from a customer's perspective, where we picked up most of the risk by giving the customers 100% availability guarantee. It's the industry's first year zero platform that is self upgradable, self installing and now also self autonomously executing operations on the customer's behalf. So again, from a monitoring perspective, from from an installation perspective from a day to day operational cost perspective, it's really, really ties into that. Do more with less team from a customer's perspective, right? And then the maximum from an AI ops perspective. You know, Prospect Analytics. We were the 1st 1 to bring that to the market. Now we've extended up to it across the portfolio on and then some recommendations. Perspective. Not only there are these proactive recommendations, but then also, if the customer allows us, we will go ahead and execute those recommendations in order to 24 by seven mission critical operations continuously running and continuously adapting to changing conditions from a customer perspective and then on the customer side. Again, there's a lot more simple a city that has been enforced into the environment because again yourself installed so complete, self automate, self autonomous, sort of storage operations happy introduced in tier zero environment. And I think that's the biggest breakthrough in bringing that simplicity in the Tier zero. >>Excellent. You also you mentioned that one of the things that companies air leveraging now when they need to be working remote is the remote backup capability. Bring us the latest as to what he's doing when it comes to a cloud backup. >>So against what you raised, an important point right? One of the biggest things that this pandemic has so far made the ICTY operational staff realized that although there could be an outage, but there could be an outage of the kind where the systems might be running. But you won't have access to the data center, right? This shelter in place has been huge learning lesson for for operation teams. Right, So one of the things that we have now introduced, you know HP was with nimble storage earlier was one of the first technologies to have a cloud storage block. Services available to our customers now have expanded that portfolio, and now we have cloud volumes also available. So when you buy HD primera as your peers zero offering or if you buy a 80 nimble storage as your mid range Tier one offering with both, we now include http cloud volumes of backup services. So not only do you have access to on Prem storage, but you have access to backup capabilities, which are not managed by HP for our customers as well. And then, in addition to that, the mobility technology that sources Depot that transfers these backups into an HP and managed back up service is also included with the piece of software and then, in addition to that, we have also made Hve cloud backup available to our highest partner. So whether you were seen whether you're calm vault, we have source site plug ins available so our customers water on our partner ecosystem and also take advantage of that. One of the biggest changes that you know, as you know, Reid rate at this point, it is included with our portfolio is included from a software perspective. No particular physical changes need to be made at the data center, and customers can take advantage of that. You know, as soon as they start consuming the the primera or nimble boxes along along with the rest of the portfolio. >>Yeah, you know, back up to the cloud was one of the earliest cloud storage solutions that we saw there. It's good to hear you say that you you've got kind of integrations with partners and with your portfolio, anything else that you point out that really differentiates what HP is doing compared to other cloud providers or other software solutions out >>there. So to do things right, So from from a data protection perspective, this entire software portfolio is sort of bundled in when, when you when you look at HP primera or when you look at HP nimble like one of the biggest different shading factors is that the entire encapsulation off a solution from a workload perspective is Write your application autonomous support. So whether you're running sequel Oracle DB next gen applications. The awareness of these workloads is present inside of info site, and it is also present inside of the boxes. And then he regards to that their lifecycle management. Uh, there, you know, data visibility's recovery capabilities there Diyar capabilities that entire equal system and and what what it takes to make a little work. It's also built into HD primarily and being nimble environments and proactive support off visibility and lifecycle. Operational support of these workloads that the wave missed from an intelligence perspective is built in with people set right. So one of the largest single or the most critical difference is that it's not a piecemeal solutions. The entire ecosystem portfolio from a protection lifecycle management. We are just a death is completely talk to and incorporated. When you buy any particular aspect of the V block storage. >>Excellent. Well, when we talk about primary storage, one of the big impacts on that market has been that the wave of hyper converged infrastructure. You know, I've had conversations. Everything from your Green Lake offering is how to have a managed service with many options with h c. I underneath that, of course, HP purchase simplicity. Help us understand. You know where you think HD I fits today and how that relates toe overall, your section of the market >>Absolutely right. So AI has had a profound impact in simplifying the consumption of the data center. Right? 80 I, according to me, is an experience. It's an infrastructure consumption experience. Ah, storage, networking. Compute or abstracted out, and you start to consume that as Watson Machine Instances to simplify your operations. Right? So from an HP perspective, 80 simplicity is one for our largest offerings in the portfolio for, you know, for smaller data centers. For for the Generalists, for the Edge Cases HP Simplicity Simplicity is one of the preferred choices that the customers built right now. In addition to that, we've also introduced DHC I, which is this ability aggregated 80. Either this aggregated 80 a sort of on the name it is, it is sort of a conversation starter that that's why we love it. But again, in keeping to do the nature off. You know, it's the eyes of consumption. Once you Once you put the infrastructure in the closet and you shut the closet door, you should not be able to sort of tell whether it's a single box that's running the entire portfolio. Are this aggregated storage, networking and compute instances that are running the portfolio? From our perspective, you know the flexibility that the customer has from a consumption model. So storage, networking and compute in a single model in a single chassis, if that is simply for for the customer. But then if the compute and the networking and the storage needs need to still independently but yet maintain the same simplicity off the consumption infrastructure, we offer that use case as well. And that's where DHC I based on HP Nimble storage with HP Prime servers and Aruba EMC switches all consumed as a single software comes into play, so all the flexibility are in worse. But the simplicity of hyper converged is consolidated, and then, from a from a financial perspective, the customers can buy on cap backs, and all PACs basically relate or not be like it's up to the customer But again, then the focuses focuses one on the hardware. Stupid focuses on what the software consumption layers are. And then from a flexibility perspective, yet being able to scale storage and networking independently should the customer want that flexibility? >>Yeah. You know, without getting into too much of the naming conventions we actually, we keep on the research arm. We had put out what we call server san, and it was looking at the architectures that the hyper scale environments were doing, which was even different. Really? You bake, you know, the scalability that you need into the apple Asian, Um, and therefore, some of the underlying software which in scale you do different agency. I dhc I You know any other prefix in there? We like to have an umbrella rather than, you know, just a bucket that you put things in with rigid environment. Okay, so, uh, I guess the final takeaways, you know, any other key things that you want point out from HP Discover, You know, any sessions, papers like that people make that they take away from this week's event. >>They obviously autonomous operations with info site models being actually executed on on Prem storage is one of the biggest takeaways. In addition to that, we brought, you know, mission critical VR to all three par both primary and nimble storage platforms. A swell so three market VR where cloud storage is also integrated as part of that VR story. So you can have synchronous replication between two sites and then a bunker site, whether that be 1/3 autonomous data center or it can >>be it be >>cloud story off as part of that that here, in addition to that, we introduced all the Emmy primera on and be introduced storage class memory on the nimble storage architectures as well. So obviously further pushing the envelope, Sof hp primarily of porn or massively, Pablo, all in the in the system and then nimble storage, which is our cash, accelerated our connector. Now, as another tier of storage class memory. So we give you the performance of storage class memory. At the price of all flash arrays are some of the biggest capabilities that we're putting forward. And then lastly, you know, in regards to started automation, you know, we've all support on it be primary, uh, you know, be able. Was legacy already supported on It's the Nimble. It's combining Primera Nimble 34 over there gives it one of the largest adoption and promoters of vehicles out there with the largest people in small. Based on the last but not believe we're now introducing, you know, Google and costs. And we will see a size based dinner. Uh, started automation drivers for both HP nimble as well as for you know, uh, HP primary. So kubernetes CS i compliant container set of implementation drivers have now implemented in both the platforms that are available for general use for our customers that prefer to run bare metal or container based workloads or for their production. >>Alright, well, Omar, no shortage of updates that you give our audience to be able to dig in and find out the latest on your portfolio. Thanks so much for joining us. >>Absolutely pleasure to be here. Thanks so much. >>Alright, stay with us for lots more coverage. HP, discover virtual experience on stew minimum. Thank you for watching the Cube. Yeah, Yeah, yeah, yeah, yeah
SUMMARY :
Discover Virtual experience Brought to you by HP Discover the virtual experience. Thanks for the invite. all the data management services that come along with it. We always know that the only constant in our industry is that things are always changing. You know, one of the biggest things that we noticed That flexibility that you mentioned simplicity so that the enormity of the size off this AI operation on automation from the customer and there's different people engage with it s o, you know, bring us inside what you're seeing So one of the biggest things that we have changed with 18 You also you mentioned that one of the things that companies air leveraging now when One of the biggest changes that you know, as you know, Reid rate at this point, It's good to hear you say that you you've got kind of integrations with partners So one of the largest single or the most critical difference that the wave of hyper converged infrastructure. the networking and the storage needs need to still independently but yet We like to have an umbrella rather than, you know, just a bucket that you put things in we brought, you know, mission critical VR to all three par both primary So we give you the performance of storage class memory. Alright, well, Omar, no shortage of updates that you give our audience to be able to dig in and find out the latest Absolutely pleasure to be here. Thank you for watching the Cube.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Boeing | ORGANIZATION | 0.99+ |
90 days | QUANTITY | 0.99+ |
HP | ORGANIZATION | 0.99+ |
Omar | PERSON | 0.99+ |
100% | QUANTITY | 0.99+ |
2020 | DATE | 0.99+ |
Hewlett Packard Enterprise | ORGANIZATION | 0.99+ |
hp | ORGANIZATION | 0.99+ |
two sites | QUANTITY | 0.99+ |
Omer Asad | PERSON | 0.99+ |
first year | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
Discover | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Assad | PERSON | 0.99+ |
One | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
ICTY | ORGANIZATION | 0.99+ |
24 | QUANTITY | 0.99+ |
13 workloads | QUANTITY | 0.98+ |
First time | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
US | LOCATION | 0.98+ |
this week | DATE | 0.98+ |
HPE | ORGANIZATION | 0.98+ |
Omer | PERSON | 0.98+ |
single box | QUANTITY | 0.97+ |
single model | QUANTITY | 0.96+ |
primera | ORGANIZATION | 0.96+ |
first tier | QUANTITY | 0.95+ |
pandemic | EVENT | 0.95+ |
today | DATE | 0.94+ |
single | QUANTITY | 0.94+ |
three | QUANTITY | 0.94+ |
1st 1 | QUANTITY | 0.93+ |
zero | QUANTITY | 0.92+ |
first technologies | QUANTITY | 0.92+ |
Primerica | ORGANIZATION | 0.92+ |
two | QUANTITY | 0.91+ |
Peter | PERSON | 0.91+ |
Aruba | ORGANIZATION | 0.91+ |
single chassis | QUANTITY | 0.91+ |
100% availability | QUANTITY | 0.9+ |
Prospect Analytics | ORGANIZATION | 0.9+ |
Tier one | QUANTITY | 0.88+ |
80 | QUANTITY | 0.87+ |
Depot | ORGANIZATION | 0.85+ |
Green Lake | LOCATION | 0.85+ |
HP Discover | ORGANIZATION | 0.85+ |
Prime | COMMERCIAL_ITEM | 0.85+ |
single software | QUANTITY | 0.83+ |
stew Minuteman | PERSON | 0.82+ |
takeaways | QUANTITY | 0.81+ |
seven mission | QUANTITY | 0.81+ |
Melissa Di Donato, SUSE | SUSECON Digital '20
>>from around the globe. It's the Cube with coverage of Susic on digital brought to you by Susan. >>Right? Hi. I'm Stew Minuteman. And welcome to the Cube's coverage of Susic on Digital 20. Rather than gathering together in Dublin, we have a larger audience online watching everything digitally, really helping a happy to have on the program. Back to the program. One of our cube alumni. She is fresh off the keynote stage. Melissa DiDonato. She is the CEO of Tuesday. Melissa. So good to see you. Wish it could all be in person. But, you know, thanks for having the Cube in. Ah, >>thank you very much for joining us as well. My third time on the show. I'm really, really pleased to be an important part of our digital experience with Susie. Conditional. So still what? Nice to see you. >>All right. So last time you were on the program, you spoke to Dave. Dave a lot today about how you know you're keeping your employees safe and keeping them productive. The note I heard clearly from you in your keynote presentation is really a sense of optimism. So, like, if you could bring us a little bit inside. You know, I'm sure you're talking to a lot of your customers. What is it even then in these unprecedented Well, I'm giving you that sense of optimism. >>Yeah, there's no denying where we are in the world with Kobe. 19. We have a whole different way of looking at the world. Every business in every industry has been impacted, and not just the working life but our family life. The way we communicate, the way we run our homes, our environments at work is it's been very much integrated now. It's a very different way of adding a whole different level of stress that we didn't have in our business life just a couple of months ago. And I think, as I told Dave, the most important thing for me is number one to make sure that our employees remain self safe and healthy. That's number one, And I think that as we experience negativity across the world of news and social media, etcetera, that my hope is that the community and the Susan family remain optimistic and you know, why do we have the ability to remain optimistic when everyone else is experiencing a lot of doom and gloom. One White House, because you rightly so said, Let me talk about Sousa and how we wouldn't in our community. Our thesis is the power of many. This power of many in a virtual community really drives innovation. We're not like proprietary software and many other tech companies where you have to resign the building to make sure that we maintain and evangelize innovation that you live and deliver to your customers. For us, it's very different. Our community is the basis for innovation. It's the pillar of our community, of our company, our ethos in our value. So it's Susa. This spirit of collaboration and integration is live today more than ever before, with 99% of our employees working from home being engaged a very different way than maybe they're used to. But not so unlike engaging the innovation that we get out of our community. I think you mentioned something else do that's really important. That's productivity. We've moved away as of the first of March and measuring productivity in exchange for measuring the way that we integrate and elaborate and engage with our place. So instead of productivity, we're measuring engagement. Our employees are becoming much more engaged with each other with our customers and our communities. And of course, our partners they're giving back to their community. They're measuring the engagement they're successful means of delivering or how much they can give back to their communities. So we've seen a huge rise and are employees giving back to their communities around them. For example, I met an employee who is donating a very big part of his bonus percentage to a hospital to pay for lunches for frontline health workers near his his home, our nerve of Germany office. They're giving their lunch vouchers and donating that to all of the homeless people around their community. And then we've got employees around Italy, one in particular that's created a virtual classroom for a son school and the community around him. So you know, everyone's really pitching in, I think finally, from a community perspective, we're also sponsoring a numerous amount of hackathons. For example, in Germany, the government has recently held a hackathon for community based solutions to combat code. In 19 our employees participated in engaged with their one day off. We give every employee one day off a year to engage for charitable cause and the results of this hackathon is a better understanding of the data per states about code in 19 across the country. So I think all in all, everything that we're doing is really trying to, you know, utilize the community as we always have, is open source. Open source is developed in a community that often times does not sit together. And now we're trying to really engage with that community as much as possible to keep innovation alive, to keep collaboration alive and not just for the purpose of innovation, but for the purpose of combating the virus and giving hope and first gratitude to this community and across all of our population across the world. I really do believe that in challenging times like today, it's the best way to realize the innovation that we can put together, triggering innovation for good. But also bringing out the best in humanity is it's amazing to see what you know. Thousands and thousands of people in the open source world are giving and delivering and collaborating in which to solve the worlds Problems Cove in 19 but also innovation problems for today and tomorrow >>Yeah, Melissa said some great stories that you have there, you know, we, of course, are huge supporters of communities in general. I've had a great pleasure not only recently but over the last 20 years, watching Linux communities on what's happening in open source. One of the key constituencies, obviously, to your audience, our developers. There are quite a few announcements that I talked about on the keynote stage was wondering if you could help walk through Ah, for our audience. You know, the primary announcements and especially, you know, the impact that it will have on the developer developer community. >>Yeah, that's right. So the developers are entranced, obviously, as part of Susa, where deep open source roots and they're ingrained in our culture. So we just recently focused on a new developer community with content specifically targeted to developer use cases for application platform offering. So over the next couple of months, we're gonna roll out content analytics, open source, Dev >>ops. All >>these things that you are sure loves to micro services, containers, kubernetes edge and and the like. So a lot of innovative technologies as our content. Now what we are offering in the developer community is the SuSE Cloud application platform developer sandbox. We wanted to make it easy for these developers who just spoke of to benefit from the best practices that evolved from the cloud native application delivery that we offer every day. Of course, the customers and now for free to our developers, we want them to be able to easier, easily apply their skills to create applications that can run anywhere, anywhere from on Prem Private Public Cloud and the access is and the developers to get access and hands on experience. That SuSE cloud application platform without having to spend all of their own environment is it is a big test or commitment to the developer community that can explore tests and develop without having any hardware services themselves. It's a really I've signed up myself. Hopefully, you will, too, and join the community and give some feedback and engage in this open source community. For developers, it's really important for everybody. You can find it at developer dot cisco dot com, in addition to the sandbox is I just mentioned you'll also find there are developer forums. It's got getting started guides and other useful examples of how to accelerate the adoption of the cloud application platform and all of the demo tools you can use. It's I can't express the importance enough that we put in place in our developers. Our developer community is a really important part to reach the innovation that we so hoped and live for every day. So we need to provide them the tools to be successful. So I think when you're gonna see Studio is a lot more engagement with our developer community and a lot more integration with them, a collaboration with them. As time goes on, it's a big part of our focus coming in now to 2020 and, of course, the second half of the year. >>So, Melissa, one of the other point that you made in your keynote is that Souza is now, you know, fully independent. It's always been an open source company, a long history there. But what does this one year of independence mean for your customers and that partner ecosystem? >>Yeah, it's a big deal for us, so it's a really big deal. We swung away from micro focus a year ago and mark so just now, Pastor, one year we're now in control of our destiny and the future is very, very bright. I think going forward in the next year, what you can expect from Susan is continued focus and support our customers, of course, the digital transformation efforts that we need to put into helping them go through this transformation. I saw a cartoon, You know, the other day everyone probably saw who's leading your digital transformation. Experts efforts your CEO, your see Iot or Corona virus. And I think we all agree that Corona viruses, but a new effort and focus on the digital transformation of our companies and our customers need to go through. So I think we need to be sure that with this new independence that we focus on that digital transformation effort. Couple that with our open source innovation and no matter where our customers are on their journey, that we give them the enabling tools to get there. We start with simplifying, modernizing and accelerating our customers journey, and you're gonna hear a lot about that in the keynote that I just did, um, simplifying first. So simplifying and optimizing our customer's applications and the data to exist in I T Environment. That's going to help them go on the journey to modernize, modernizing everything about the I T infrastructure as well as their legacy applications, to utilize modernizing, modernized technologies like containers or edge or cloud, or for the like. By simplifying and modernizing, our customers can then begin to accelerate. They can accelerate innovation. They can accelerate growth. They can accelerate delivery of whatever services and applications they want to deliver, for example, capabilities around AI and edge. And they can scale their companies to bring markets product to market faster and even at a lower cost. So I think when you think about Susan our independence, I want our customers to know and understand that our focus will always be to simplify, modernize and accelerate, but also to remain nimble, how our customers, our partners, our community, innovate faster based on customer business requirements and to solve problems of today and tomorrow, not just what we knew before. So we're much more connected with our customers and ever before, and we want to be able to offer them the flexibility that they heard that learned to love it. Enjoy from Susa more some now than ever our customers agenda. Su is our only agenda in a world where everyone wants to be the best at everything. The only thing we want to be number one with is customer satisfaction. We will say number one in the market because we love servicing our customers. We love being maniacally focused on our customers, needs their business problems and creating solutions that are tailored with services that make them more successful. I think you can expect Souza to enter new markets like powering, for example, autonomous vehicles with safety certified legs and other really innovative technologies that were developed every single day in our community with our developers to solve customer business problems. I say to the teams every day, you know, we're big enough for scale, and we're small enough to be nimble and to be flexible to service our customers first. So expecting that from Susa in our independence, but always, of course. >>Yeah, Melissa, you talk about things like ai and Ed and innovation, and you just brought up autonomous vehicles. So, you know, not only is a cool area, but really highlights uh, you know, a lot of these waves coming together. You announced up onstage. Really cool looking company. Electro bit. I noticed there, Green almost matched. Your companies do So. Tell us about this. This is a partnership. Why? It's important. And you know what? What others can learn about it. >>Yeah, sure. So Electra bit. We just partnered with that. Made the announcement today in the keynote there, the leading Internet global international provider of embedded software solutions for automotive. So it's a whole new area for US safety certified Linux is the first for Susan in this industry. I recently met virtually with Alexander coaching the CEO Electra bit to learn more about his company innovation, that we're gonna drive together. We've got a whole session at Susan Con Digital in the platform to talk about what we're doing with safety certified Lennox and what we're doing with Elektra bit. I can't wait to tell you more about, and I've got a 1 to 1 fireside chat with Alex, and I think you're gonna love to learn more about, you know, maybe something else. Wei mentioned in the keynote they may want to know about. And that's the artificial intelligence solution that I specifically talked about launching next quarter. This is I'm super excited about as well. I mean, it's really easy to be excited here, Susan, when you have constant rolling innovation in our community and delivering that to our customers. But this is also an exciting space. The solution that we're launching next quarter is going to benefit both data scientists and I t operations teams by simplifying the integration of key AI building blocks that are going to be required to develop quickly test and then deploy the next generation of intelligence solutions. So keep your eyes open for that to we're gonna have some game changing solutions for Susan and all of our customer promise ai solution next quarter. So two big announcements for us here exclusively. It's music on digital. I can't wait to share all the details Next order with AI, but also with Alex in the fireside chat I had with him during the week. >>Alright, So great, Melissa, A couple of big announcements that you talked about give >>us a >>little bit of a look forward. So, you know, you talked about what? One year of it, and it means what should people be looking at? What goals do you have for the community and the company actually look through the rest of 2020 >>as we look to the rest of 2020. I think, um, it's been a hard year already, and I couldn't have predicted when I took over a CEO of this great company nearly 10 months ago that we'd be having the hard times that we currently have. I can honestly say that there's no place I'd rather be. The fact that we are in the best company in the best industry, with open source at our roots at our heart that will never change but you can expect from us is consistent and constant innovation. You could look for us to be nimble, dependable. You can look for us for growth and there ever were a recession proof company that delivers the best solutions to our customers. I think Susie's in fact, I know it is. We're going to double in size and three years, so we're going to go from just under 1/2 a 1,000,000,000 to a 1,000,000,000 in revenue and what in three years time and we've got the constant trajectory and the means of which to do it. We're really looking from a strategic perspective. The rest of this year. How can we simplify, modernize, accelerate the solutions delivered to our customers to ensure we constantly focus on innovative technologies, keeping open source of value's and ethos to our core? And then also consider how do we ensure a safe, stable quality environment that's building on tools such as optimizing and automating their environment to get the best out of their technology stack? And that's when you should expect to see from some of the rest of this year as we go obviously into 2021. You're gonna want to watch the space to stay tuned for the look at Susa. We're growing like a rocket ship, and we have still intention of going through the crisis and, of course, going into the back half of 2020. But we're accelerating with pace going into 2021. >>Alright, well, Melissa, I'm definitely looking forward to talking to some of your customers, some of your partners in some of your team. So thanks again for joining us, definitely looking forward to catching up with you further down the line. >>I look forward to it. Thank you so much for the time today, and obviously the focus on, Susan. We're super excited to share where we're going, where we've come from and what the journey looks like Ahead. So thanks for the excitement that you're sharing with us throughout this week. Really appreciate you. Thank you. >>Alright. And be sure to stay with us. We've got wall to wall coverage Susic on digital money. Even if we're not at a physical event, we get to do them all remotely digitally. That global digital experience. I'm stew Minimum. And thank you for watching the Cube. >>Yeah, Yeah, yeah, yeah, yeah.
SUMMARY :
on digital brought to you by Susan. So good to see you. Nice to see you. So last time you were on the program, you spoke to Dave. in exchange for measuring the way that we integrate and elaborate and engage with our I talked about on the keynote stage was wondering if you could help walk through Ah, So over the next couple of months, we're gonna roll out content analytics, open source, All Of course, the customers and now for free to our developers, we want them to be able to easier, So, Melissa, one of the other point that you made in your keynote is that Souza is now, So simplifying and optimizing our customer's applications and the data to exist but really highlights uh, you know, a lot of these waves coming together. I mean, it's really easy to be excited here, Susan, when you have constant rolling innovation in our So, you know, you talked about what? modernize, accelerate the solutions delivered to our customers to ensure we constantly So thanks again for joining us, definitely looking forward to catching up with you further down the So thanks for the excitement that you're sharing with us throughout this week. And be sure to stay with us.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Susan | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Melissa | PERSON | 0.99+ |
Alexander | PERSON | 0.99+ |
Susie | PERSON | 0.99+ |
Melissa DiDonato | PERSON | 0.99+ |
Melissa Di Donato | PERSON | 0.99+ |
2020 | DATE | 0.99+ |
Dublin | LOCATION | 0.99+ |
Italy | LOCATION | 0.99+ |
2021 | DATE | 0.99+ |
99% | QUANTITY | 0.99+ |
Tuesday | DATE | 0.99+ |
Alex | PERSON | 0.99+ |
Stew Minuteman | PERSON | 0.99+ |
one year | QUANTITY | 0.99+ |
three years | QUANTITY | 0.99+ |
third time | QUANTITY | 0.99+ |
next year | DATE | 0.99+ |
next quarter | DATE | 0.99+ |
one day | QUANTITY | 0.99+ |
Wei | PERSON | 0.99+ |
today | DATE | 0.99+ |
Germany | LOCATION | 0.99+ |
tomorrow | DATE | 0.99+ |
a year ago | DATE | 0.99+ |
One year | QUANTITY | 0.99+ |
first | QUANTITY | 0.98+ |
both | QUANTITY | 0.98+ |
Susa | PERSON | 0.98+ |
two big announcements | QUANTITY | 0.97+ |
19 | QUANTITY | 0.97+ |
Iot | OTHER | 0.97+ |
One | QUANTITY | 0.97+ |
Susan Con Digital | ORGANIZATION | 0.97+ |
1,000,000,000 | QUANTITY | 0.97+ |
Susic | PERSON | 0.97+ |
White House | ORGANIZATION | 0.96+ |
Corona | OTHER | 0.96+ |
Electro bit | ORGANIZATION | 0.96+ |
Electra bit | ORGANIZATION | 0.95+ |
one | QUANTITY | 0.95+ |
Susa | ORGANIZATION | 0.94+ |
this week | DATE | 0.94+ |
a year | QUANTITY | 0.93+ |
first gratitude | QUANTITY | 0.93+ |
Elektra bit | ORGANIZATION | 0.93+ |
1 | QUANTITY | 0.92+ |
Lennox | ORGANIZATION | 0.9+ |
10 months ago | DATE | 0.9+ |
under 1/2 | QUANTITY | 0.9+ |
Cube | ORGANIZATION | 0.9+ |
SUSE | ORGANIZATION | 0.89+ |
first of March | DATE | 0.89+ |
Thousands and thousands of people | QUANTITY | 0.89+ |
US | LOCATION | 0.88+ |
couple of months ago | DATE | 0.87+ |
Linux | TITLE | 0.87+ |
SuSE Cloud | TITLE | 0.84+ |
Julie Baldwin, SUSE & Mikhail Prudnikov, AWS | SUSECON Digital '20
>>from around the globe. It's the Cube with coverage of Susic on digital brought to you by Susan. Right? >>Welcome back. I'm Stew Minuteman. And this is the Cube's coverage of Silicon Digital 20. Really excited to be digging into some of the cloud discussions. I've got two guests joining me now, one from across the pond and one from across the country. So joining me is Billy Baldwin. She is the senior director of Global CSP Alliance sales with Lisa. Coming from across the pond and coming from California is Mikhail Fradkov, who is a principal business development at Amazon Web services. Thank you both for joining us. >>Thank you to really, really exciting. >>All right, So, Julie, obviously, you know, we know we're limit Been proliferating the cloud something that almost I think really understand. You know, cloud, you know, big piece of the overall soussa discussion. Um, bring us inside a little bit, You know your role. And of course, the long partnership that business ad with AWS. >>Yeah. So? So my role is working with, you know, the major hyper scale is in the public cloud providers in offering solutions that's driving digital transformation. And this modernization even more so in today's current climate. We're seeing, you know, modernization transformation is being driven out of necessity. The necessity now due to the yeah, the code 19 impact. So I really want to draw on. You know, we've been working with AWS for the last 10 years. We've serviced, you know, thousands of customers between us who are looking at how they innovate on D drive, you know, flexibility and agility into into their, you know, the right and then there accounts. So it's really important that, you know, we look at how we support our customers from a, uh, and integrated support perspective and how we can we can move them forward in the in the digital transformation journey. >>Awesome. So Mikhail and I want to hear what Julie talked about. I think about when I when I look at AWS, you talk about builders when you go to the conference that Amazon told, you know, innovation is absolutely something there. So talk to us a little bit about how you know the Linux community in general, and to save costs more specifically are engaged. And you know a piece of what AWS is doing. >>Sure, So in general, it's a bless. I'm responsible for making sure that our customers are successful as they go through there. Well, its information Jordan you or business transformation. Jordan is so those those are all involved transformations. And, um, it's It's actually an interesting position to be in because you see it first hand on the ground for all the challenges and all the all the interesting problems that customers get the soul and then it's a sexual incredibly exciting that we're having this conversation in the framework of silicon because open source is incredibly important for a glass and stable beta last week understand how important open source is for customer success, and therefore we've been involved in contributing to the projects from from very early on, that justly mix and a VM and Java and kubernetes. So we see we see a lot of a lot of proliferation in the space and then another. Another interest in I guess below that, I would say, is if you think about the open source notion, which is largely around community, so there is this sort of like a juxtaposition off the cathedral and the bazaar, right, and then so the bazaar is the vibrant community off people, commentaries with ideas, and they're they're pursuing them and they innovate. And so something similar we see in the um yes, it the blast community with several 1,000,000 customers day today. They're sold in challenges and bring in lots of lots of requests for innovation, and I >>want to call it puts >>pressure on Amazon to innovate. But it's a lot of inspiration, right? And then, therefore it's It's interesting to see right that because of all the innovation and all those requests, customers get access on Amazon toe. All the features such as same was open source, Right? So you capitalize on this on this innovation, and you're there is well, customers can request, let's say, in financial service industry and then so you get a lot of security features. All the only controls would say, like I saw saw some combines and then some of the most stringent compliance already, like product guys that say the blessed, that stuff. That's one of the examples. >>Yeah, I e starts are Julie. That customer flywheel that you talked about is what we really want. They're so Julie, you want wanted to comment on what he was saying. >>I was just kind of just to kind of reinforce, you know, that whole community in that whole innovation based as well because from an open source perspective, you know that that sense of community is really driving those changes on with the AWS platform. It's got a very rich functionality behind it. You know, it's one of the, you know, the first time platform. So it does have that degree of innovation, you know, from from Day One. And that's just being driven by the by, the by, our customers who are pushing the envelope family in everyone more on. That's where you know the relationship between, you know, Souza on AWS is really, really started to excel. Looking at how we we move into that container space now as well, and help the customers, you know, modernize not only their, you know, the the cloud native that's going straight to cloud. But how do they modernize modernize their legacy applications as well? Um, and how today, you know, take, you know, take their on premise environments on, make them more effective and more efficient, and by using public cloud to be able to do that. >>Yeah. Julia, I'm glad you brought that up, because absolutely, there's opportunity. But there's challenges there. Customers really have. You know, it's either hybrid or multi cloud deployment. You know, container ization. Kubernetes are absolutely enable is there? But I wonder if you could bring us inside. What Susie doing? You have any customer examples of you know how they're really making this change? We know that it's still the majority of applications have not been modernized. They've not going cloud native. They're not ready for these environments. So how are customers working through this ultimate journey? >>Yeah, I mean, it's really, really complex. And I did a presentation on our sales summit talking about, you know, Gardner's five. Ours about you know, what applications can move to the cloud, how easy it is to do that. And I think there is some research done last year with for like, one, um, where the previous year there was a lot of customers said, Yeah, we're moving to fired and it's easy. And then this year, when they rerun the survey, it was No, it's really hard. We need partners. We need to look at how we how we do this. And so you know, every application is going to be able to be moved hours, and it's really Orton that they know the customers have a strategy and look at what they're doing on prem it and then start to identify what is you know, what is cloud friendly? What do they need to do to kind of go forward? You know, Do they need to be, you know, rewrite an application? Do they need to re factor it kind of just be a lift and shift. And so what we're doing with with AWS is, you know, we've been working with partners like both, for example, who built out to retail application platform to be able to migrate those customers quickly into a more cost effective and efficient way of delivering businesses because they will say, you know, even more so in the current scenario there, you know margins are being squeezed. They need to be looked at being ableto deliver higher, you know, return on investment and to share with any of their, you know, in with their spend. So, you know, that's that's one area that we are kind of like, Look, you know, looking at as well. We've had great success with it. Um, we've also got a quick start programs with with AWS that allows, you know, customers you need to migrate quickly and easily. To be able todo to take those applications on their environments on DNA, move them on to the public cloud. So that so that those are two key areas that we're really looking at, you know, driving. Yeah, they're driving forward because it's critical because it is complex. Um, you need to have a Roma. You need to have a strategy about how you do, and you need to identify and include the stakeholders when they move. You know, when you're changing your environment to make sure that you haven't missed anything, >>something that would love to hear your viewpoint on this to you know, when you look at the Amazon ecosystem, you've got a huge AWS marketplace. Obviously, the integrators help customers work through their various environments and how to modernize them. How to move there, you know, what are you seeing in the customer base, for example, you can help share as to how they're moving along. >>Sure. One of the way we have to understand right, a little bit off the context. So all this all this talk about, let's say, cloud migration and innovation, it's not. It's not an abstract sort of exercise, an absolute discipline. It happens for its right if we look. If you look at the innovative companies at a fast moving companies, effectively, they they see on average time to value metrics about 420 times faster. Then let's say what people slow companies, right? And then So that's That was a lot of pressure on companies to actually embrace, embrace this innovation and the digital transformation and engage with customers in the way that they have never done before, such as just technology enable so many things, so many protect right and then this. With any opportunity it comes, Here comes a challenge on then, as Julie pointed out, it's a it's a difficult exercise. Let's let's not mince words here. So and therefore we have to make sure that everybody is a line. Let's say customer goes through this exercise right that that they're trying to change their processes. The leadership sets new goals. The leadership says new objectives. They have to change the culture they have to train people. So that is that it's not just the challenge of the patient right there within the hour, then outside of the company, you want to make sure that effectively, everybody, everybody comes to the table is there's a lot of value and very much alive, and that just that this is where we see, I guess a lot of, um, a lot of opportunity because as as you go through this process, um, you have to, right, you have to have the right stakeholders who have you have to have trained people, right? And then if you look at another statistics that just 86 companies or so they have a first step and the other 86 infrastructure spend this to on premise And the reason for that is companies cannot not hire and train and train faster, right? So therefore, on AWS side, we we invest a lot in training programs and certification programs as well as we have the vibrant community off partners who can step in and help us with challenges such as we have a system off JIA size and the size, so we have with both hands off the size M s P s, whatever we have providers. And then effectively back to what results here is that you have the synergy. Not not only the change going from from the inside company. >>They >>also have the support structure. As Joe talked about Big Start, we have training and then we have programmatic support, right cattle, how to navigate passengers for that. And then as the switch swollen, you mentioned their new processes. This is this is where the power of the cloud comes in and part of the community. So all those challenges they have been sold. So you can take some of the blueprints and apply them as is. And >>you can you can >>pick and choose what? What? Your bias. So, for example, you can go with cloud native tools with Amazon Web services at the very same time you can. You can also pick products. For example, SuSE Cloud application platform, which provides you with this. I wouldn't call it, um it's slightly more opinionated approach how to how to implement your develops practices and agile practices. And then it's still making Iran's on top of Amazon elastic container service. So yeah, and then, as as Jules mentioned. We program, for example, in the work of success with it >>and just touching on that point because, you know, we talk about we're not islands, you know, we have to engage with the partners. You know, we want to make sure the customer success is at the heart of everything that we do. Um, and we have to bring in the right skill sets at the right time, you know, to to make make that journey as easy as possible and as quickly as possible on. So that's the you know that that's the beauty of community. That's the beauty of partners on benders coming together with the customer at the heart off of everything that they do on. You know, I know that's a very strong message that you're going to get from, you know, from Susie Con. But it's from message that we showed with Aws as well, about how do we do the right thing for the customer and how do we, you know, and how do we enable that success? But then to be successful, which will drive Ultimate six, you know, successes as partners as well? >>Excellent, Julie. One of the big things we're themes we heard in the keynote was talking about the developer community's obviously to say in AWS A lot of developers, anything specific for the developers out there That that either. The highlight >>s so obviously we've got the cloud application platform on. We've got the quick starts as well. So for May is you know, you've got a proven a proven platform with real aws that, you know, the infrastructure available there, the ease of which, you know, cloud application platform can sit on top of that of the eks elastic. The services is really, really critical. And, you know, for me, it would be just, you know, just try it, um, on and give us your feedback as well. I think that's really important, because the way that you know, we drive innovation is through that, you know, the cut, the feedback from our customers and people actually using that, you know, the services. I think McHale pointed to the earlier as well. You know, the innovation that they've seen has been driven by, you know, customers actually saying we want this feature. We want this put pressure on from a from a dev ops community is you know there are alternatives out there and you know, you should, you know, to try. You should try. Look at you know, if that suit your needs better. I look at how you can use a trusted partner like AWS and and Susie Teoh to actually meet some of those new needs they're coming aboard. >>And it's also to Julius Point right? Way cannot overemphasize the importance off builders off people who own on this innovation within the company. And be because the biggest thing that companies can do for their success is to enable builders and as as we mentioned before, right? So the process is this challenging the other multiple parties involved, but the very same time to empower people to drive this change, it's almost like instead of directing them like, Oh, um, the space is pretty pretty interesting analogy. So instead of if you want people to know how to build the ship so you do not you do not tell them. Oh, go gather wood and then, like, this is how you hammer things together. You just you just make sure that they yearn for the C. And then ultimately this is This is what drives the innovation. And here we have essentially with with, for example, Susak Capital radical enable people and they they practice the develops, they can practice, schedule and essentially align. This was this fast time to value practices, right? So that that is the tooling. And then you take weeks starts and then you put literally innovation into into those people's hands, for example, it So that's one big start allows you to bring up the whole environment and pretty much like minutes. Well, let's say if you want to go to innovate on the sisters again, you take big start and then well, is that the takes takes a little bit more involved. So maybe, Like like in an hour and 1/2 you have a safe environment, and then you have essentially start innovating there and >>excellent. Well, Mikhail and Julie thank you so much for the updates. You know, love hearing about innovation companies. Absolutely. Building is what differentiates us is the companies that are ready for today's modern era. So thank you so much for joining us. >>Thank you. Thank you. Thank you. Thank you. >>Thank you, Julia. >>Alright. We'll be back with lots more coverage from SuSE icon Digital 20. I'm stew minimum. And thank you for watching the Cube. >>Yeah, yeah, yeah, yeah, yeah, yeah.
SUMMARY :
on digital brought to you by Susan. Thank you both for joining us. cloud, you know, big piece of the overall soussa discussion. So my role is working with, you know, the major hyper scale is in the public cloud providers So talk to us a little bit about how you know the Linux community in general, you see it first hand on the ground for all the challenges and all the all the interesting and then so you get a lot of security features. They're so Julie, you want wanted to comment on what and help the customers, you know, modernize not only their, you know, You have any customer examples of you know and then start to identify what is you know, what is cloud friendly? How to move there, you know, what are you seeing in the customer base, of the company, you want to make sure that effectively, everybody, everybody comes to the table So you can take some of the blueprints and apply them as Amazon Web services at the very same time you can. skill sets at the right time, you know, to to make make that journey as One of the big things we're themes we heard in the keynote was talking about the developer community's You know, the innovation that they've seen has been driven by, you know, customers actually saying we So instead of if you want people to know how to build the ship so you do not So thank you so much for joining us. Thank you. And thank you for watching the Cube. Yeah, yeah, yeah, yeah, yeah,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Mikhail Fradkov | PERSON | 0.99+ |
Mikhail | PERSON | 0.99+ |
Billy Baldwin | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Julie | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Julie Baldwin | PERSON | 0.99+ |
Julia | PERSON | 0.99+ |
Susan | PERSON | 0.99+ |
California | LOCATION | 0.99+ |
Joe | PERSON | 0.99+ |
Susie | PERSON | 0.99+ |
Lisa | PERSON | 0.99+ |
Susie Teoh | PERSON | 0.99+ |
Mikhail Prudnikov | PERSON | 0.99+ |
Jules | PERSON | 0.99+ |
86 companies | QUANTITY | 0.99+ |
two guests | QUANTITY | 0.99+ |
Susie Con. | PERSON | 0.99+ |
Stew Minuteman | PERSON | 0.99+ |
last year | DATE | 0.99+ |
SUSE | ORGANIZATION | 0.99+ |
both | QUANTITY | 0.99+ |
Amazon Web | ORGANIZATION | 0.99+ |
86 | QUANTITY | 0.99+ |
last week | DATE | 0.99+ |
Java | TITLE | 0.99+ |
Souza | PERSON | 0.99+ |
one | QUANTITY | 0.98+ |
this year | DATE | 0.98+ |
both hands | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
five | QUANTITY | 0.98+ |
May | DATE | 0.97+ |
One | QUANTITY | 0.97+ |
Global CSP Alliance | ORGANIZATION | 0.97+ |
thousands | QUANTITY | 0.97+ |
first step | QUANTITY | 0.97+ |
Susak Capital | ORGANIZATION | 0.96+ |
1,000,000 customers | QUANTITY | 0.96+ |
first time | QUANTITY | 0.95+ |
SuSE | ORGANIZATION | 0.95+ |
two key areas | QUANTITY | 0.95+ |
about 420 times | QUANTITY | 0.95+ |
Julius Point | PERSON | 0.94+ |
an hour and 1/2 | QUANTITY | 0.92+ |
six | TITLE | 0.91+ |
SuSE Cloud | TITLE | 0.9+ |
SUSECON Digital | ORGANIZATION | 0.89+ |
Cube | ORGANIZATION | 0.89+ |
Iran | LOCATION | 0.87+ |
Susic | PERSON | 0.87+ |
Big Start | ORGANIZATION | 0.83+ |
Day One | QUANTITY | 0.83+ |
previous year | DATE | 0.82+ |
Jordan | PERSON | 0.81+ |
Aws | ORGANIZATION | 0.78+ |
one area | QUANTITY | 0.78+ |
Linux | TITLE | 0.75+ |
last 10 years | DATE | 0.74+ |
Gardner | PERSON | 0.71+ |
Silicon Digital 20 | TITLE | 0.71+ |
Kubernetes | TITLE | 0.7+ |
one big | QUANTITY | 0.69+ |
Jordan | ORGANIZATION | 0.66+ |
first | QUANTITY | 0.65+ |
Corey Quinn, The Duckbill Group | AWS Summit Online 2020
>>from the Cube Studios in Palo Alto and Boston connecting with thought leaders all around the world. >>This is a cube conversation. I'm stew Minuteman, and this is the Cube's virtual coverage of AWS Summit online. Happy to welcome back to the program to help give us some insight into what's happening. Aws last week. And today, that is Cory Quinn is the cloud economist at the Duck Bill Group. Cory, I know it's >>thank you. Always a >>pleasure to see you >>now it is always a pleasure to see me. Thank you for once again exhibiting remarkably poor judgment and inviting me back onto your program. >>Yeah, you know, Korea, you've been on the program a few times now, including in some of the AWS goes Ah, 18 San Francisco AWS, New York City. You know, reinvent we see you. But this is the first time we've had you on online. So give us a little bit about you know what? That impact of the global pandemic has been meaning to you and more importantly, what you've been seeing from our dear friends at AWS. >>Sure, the fact that not traveling anymore and spending almost all of my time at home means that I'm a lot closer to the edge when it comes to the content I put out because I no longer have to worry about someone punching me in the face. But other than that, from a business perspective, things tend to be continuing on much as they have before with four different customer concerns. The more interesting question from my side has been what is the effect this is having on people Because we're working from home remotely? It's not really a fair test of how well you can do remote. I've been doing it like this for years, and there's a There's a sense of existential dread that's hanging over people's at more so than usual, more so than right before the AWS re invent. You know, when you're wondering if you're about to have your entire business put out of business by an AWS. Now, it's just that sort of dread that never goes away because they won't deliver the keynote If you'll pardon me if using a metal >>Yeah, it's been really interesting to watch, you know, for you, of course. I mean, Amazon is, you know, a big player in the industry before this Amazon one that gets talked about a lot in the news. You know Amazon overall, You know, when this first pitch they announced they were hiring 1000 then they went through that faster than anyone could believe. You know, you think about having to hire a driver remotely. You know, my joke was you know, Alexa the screen. Everybody and I are everyone. But then they hired another 75,000. And it's not just the warehouse and the whole food people, because I've seen a number of people that I know getting hired by AWS do. So you know, you talk. It's all about the people that you know, the number one in the endemic people. How's Amazon doing? What feedback are you getting for? How they're doing? >>Well, I don't have too many internal sources that confirm or deny things of strategic import because it turns out that I'm generally not for those things. Who knew something I'm picking up on across the industry has been that if you're building a hyper scale cloud provider, you're not looking to next border. The investments you make today are going to be realized 3 to 5 years No one is currently predicting a dramatic economic impact community felt for a decade, based on the current question. So, yeah, AWS is still investing in people, which is always going to be the limiting constraint there still launching regions we have to launch within a month, and we're still seeing a definite acceleration of anything of the pace of innovation as a W was like. Now my perspective, that's both reassuring that some things never change. And, of course, the usual level of depression where oh, good, there's still more services to learn what they do. Learn how the names work, find ways to poke holes in their various presentational aspects. And, of course, try and keep the content relatively fresh. There's only so many times you could make the same joke for people. >>Yeah, absolutely. And of course, you bring up a really good point. You know, Amazon that they have a long strategic plan there. If they're building new data centers, they're building the power in perfect for these things. It's not something that they're going to change on a dime. They plan these things out far in advance, and AWS does, of course, have a global scope. Um, you know, I really, you know, wonder. You know, from an operational standpoint, are there any pressures on them? You wrote an article you know, relatively recently talking about one of the other public cloud providers that is by our customers. And we even have performance issues. AWS seems to be running through this dealing with acid. You know, I've had phone systems that have problems. You know, everybody as when they're working from home engine internally. Even if you've got a gig bandwidth When the fire neighborhood has Children on, you know, the classrooms online for video. There's pressures there. So you know where your teams from what I've seen, you know, AWS operationally is running well and, you know, keeping things all up and running Is am I missing anything? >>No. I mean the database is fond of saying there's no compression algorithm for experience, as I'm fond of saying, that's why they charge per gigabyte. But what that means is that they've gone through a lot of these growing pains and largest instructional stories in 2010 to 2012 EBS outages, causing a cascading failures as everyone saturates links as they roll from region to region or availability zone availability zone. They understand what those workloads look like and what those years are, and they've put in credible amount of engineering into solving these problems. I think that anyone who looks at this and doesn't see this happening is unfortunate place because we don't have to its approach utility level of reliability. You don't wonder every time you turn the faucet on whether water is going to, and we're now at a point of seeing that with AWS Resource. Now they're still going to be recurring issues. And there have been basically since this thing watched a particular instance. Size and family in a particular availability zone of a particular region may be constrained for a period of weeks, and that is something that we've seen across the board. But that has less to do with the fact that they didn't see this stuff coming in that appropriately and more to do with the fact that there's a lot of different options and customer demand is never going to be an exact thing we are seeing some customers dramatically turn off city and others sporadically scrapping capacity up. It comes down to what is the nature of this endemic on >>there. Yeah, well, this absolutely does. But you know, some of those promises of the cloud test I should be able to spin things down some things I should be able to turn off. And if I have to know shut down by business, I should be able to do that. Um, I'm curious what you've heard on changing demand out there. Worry. Um, you know, on the one hand, you know customers there re buying, they're getting reserved. They're making for that. They can, you know, optimize every dollar. But when something like this comes up and they need a major change, you know, are they stuck with a lot of capacity that they didn't necessarily want? >>Sometimes it comes down to a lot of interesting variables For me, the more interesting expression of this is when companies see demand falling off a cliff. As users, we're no longer using what their what they built out. But their infrastructure spend doesn't change. That tells me that it's not a particularly elastic infrastructure. And in fact, when people are building the elasticity into their applications, they always interpret that is scaling up rather than scaling down because the failure mode of not scaling up fast enough is you're dropping customer requests on the floor. The failure mode of not scaling down fast enough just means you're spending money. So when you see user demand for environment cut by 80% but the infrastructure cost remains constant or the infrastructure usage defending. That's a more interesting problem. And you're not gonna have a lot of success asking any cloud provider for adjustment when? Well, okay, you're suddenly not seeing the demand, but you're still remains the same. What is this based upon? You need to actually demonstrate a shortfall. First of wow, you know, we normally spend a $1,000,000 a month. Well, now we're spending 200 grand a month. Yeah, about that. And once you could do that, there are paths forward. I have not yet heard stories about, frankly, any of the big Three cloud providers, absolutely hanging customers out to dry in the cloud I have heard whispers about, for example, with G suite, where they're not willing to. And this this feels like a very dark way to go. But I'm going for it. Where will we just laid off 1/3 of our staff and we get a break on the annual licensing for those seats on G suite. And the answer is no. That feels like it stings and is more than a little capricious. >>Yeah, No, absolutely. You know, one of the things that the underbelly of fast is, you know? Oh, it should be elastic like cloud. But often times you're locked one or your contract, and if all of a sudden you find yourself with that meeting half the demand and you call them up, you know, Are they going to give you that break? So you know, Price and Corey, you know better >>than most. So all right, let me spoil it for you. Every provider is going to give you a break on this because this is a temporary aberration. As far as the way the world works, we're not going to start seeing Global 10 X every year, I hope. And when this crisis passes, people are going to remember how their vendors treated. And if it's well, we held your feet to the fire and made you live up to that contract that sticks with me, and it doesn't take too many stories like that, or people pulling lawsuits out of Acer to demonstrate that a company beat the crap out of them to say, Huh? Maybe that's not where I want to thank my sizeable cloud. Invest. >>Yeah. So, Corey, how about you know, there are there certain areas where I heard, you know, certain that maybe were slow rolling cloud and all of a sudden realize that when they're working from home, they plug and adjust their servers that are saying, Oh, jeez, maybe I need to hop on this. Then there's other services. You think VPN usage must be through the roof workspaces. So when first announced, you know, many years ago was a bit of a slow roll had been a growth ah, area for Amazon for the last couple of years. Are you hearing anything specific to new services or increase growth in certain services like I'm in? >>There are two patterns we're seeing. Of all. One is the traditional company you just described, where they build out a VPN that assumes some people will occasionally be working from home at a 5% rate versus the entire workforce 40 hours a week that that model that model is training every. Whereas if you go back the last 10 years or so and look at a bunch of small businesses that have started up or startups that have launched where everything they're using is a SAS service or a cloud service, then there is no VPN. I don't have a VPN. For example, the fact that I have a wireless network here in my house and I'm at dislocation. There's this I p address isn't white listed anywhere. The only benefit that this network has over others is that there's a printer plugged in here, and that's it. The identity model of Ioffe indicate to these services by the credentials of a user name and password by enchanting something, and they send an email that I click the link that that winds up handling the Asian night and there is no bottleneck in the same direction. I feel like this is going to be the death now for a lot of VM centric for tonight. >>Alright, Corey, want one of the other things about aws is they don't stop. And what I mean is, you know, you talked about them always being online. But you know every week there's a new announcement. It keeps feeding your newsletter, feeding your feet. You know everything going on there. How is number one? You know the announcement? Brains from AWS going and anything specific. You know, John Furrier was, you know, interest in, you know, Amazon Apolo, something that was released relatively recently. >>The problem with a lot of these new services that get released relatively recently is that it requires time to vet out how it works, how it doesn't work, how it should have wound up being implemented to solve your particular use case or, in my case, how they could have named it better. But you're not able to come up with those things off the top of your head the first time you see it because it's irresponsible at scale to deploy anything in production. You don't understand. It's failure cases right now, with everyone scrambling, most companies are not making significant investments in new capabilities. They are desperately trying to get their workforces online and stay afloat and adjust very rapidly changing. And oh, they built a new data store or something of that. Nature is not going to be this sort of thing that gets people super excited in most shops, that time will change. But I do feel a bit of it right now for a lot of these product teams who've been working away on these things for months or years. And now suddenly they're releasing something into a time when people don't I care about it enough to invest the effort that, yeah, you bring up a really good >>point. Corey, you know, there's certain things. If I was working on a project that was going to help me be more agile and be more flexible, I needed that yesterday. But I still need that today. Um, some other projects, you know, might take years to roll out a eyes. Technology that has been growing bring over the last couple of years were I O T solutions are a little bit more nascent. So is what you're thinking. It's a little bit more Stick to your knitting and the solutions and the products that you're leveraging today. And some of the, you know, more visionary and futuristic ones might be a little bit of a pause button for the next couple months. >>Exactly if you're looking at exploring something that isn't going to pay dividends for 18 months. Right now, the biggest question everyone has is what is the long term repercussion of this going to be? What is the year? What we're gonna look like in three years? Because that's where a lot of these planning horizons are stretching to. And the answer is, Look, when I wind up doing a pre recorded video or podcast where I talk about this stuff and it's not going to release for four days, I'm worried about saying something that was going to be eclipsed by the new site. I worry on my podcast reporting, for example, that I'm going to wind up saying something about that dynamic, and by the time it airs in two months, it's Oh, look at this guy. He's talking about the pandemic. He doesn't even mention the meteor, and that's the place right now where people are operating from, it becomes much more challenging to be able to adequately and intelligently address the long term. When you don't know what it's going to look like, >>Yeah, absolutely. For our viewers, when you hear my segment on Cory's ask and you wonder why we could talk about that it's because we missed that one week window that we're in right now When we're talking about murder Hornet, Not when we recorded it. Not when we released the really good point court. You know, Corey, you know, data is one of the most important things. You've done a lot about data portability, you know, all the costs involved. Cloud Amazon's trying to help people, you know, with, you know, bringing data together. You know, I said in one of the interviews with Andy Jassy a couple years ago, while customers were really the flywheel for AWS for a number of years, I think it is data that is that next flywheel. So I'm curious your thoughts as our, you know, enterprises think about their data, and AWS is role >>there incorrectly. If you want me to be blunt, there's an awful lot of movement, especially as we look at AI and machine learning to gather all of the data. I've been on cost optimization projects where Wow, that's an awful lot of data sitting there. And that s three bucket. Do you need it all? And I'm assured that yes, all of the sales transaction logs from 2012 are absolutely going to be a treasure trove of data just as soon as they figure out what to do with it, and they're spending our piles of money on >>it. But >>it's worse than that because it's not just that you have this data that's costing you money. That's almost a by product. There's risk to an awful lot of forms of data with regulation that continues to expand. Data can become a toxic asset in many respects. But there's this belief of never throw anything away that's not really ideal. Part of the value of a same data management strategy is making sure that you can remove all of the stuff that you don't absolutely need right now, with AI and ML being where they are, there's this movement or keep everything because we don't know what that's going to be useful for. Down the road, it's a double edged sword, and enterprises are at this point not looking at this through a lens of this thing could hurt me so much as they are. This thing could possibly benefit that the business in the future. >>Alright, so Cory, I I've really noticed over the last few months you've spent a bit more. I'm talking publicly about some of the other clouds that aren't AWS, though. You know what we are covering? AWS Summit online. Give us what you're hearing from Microsoft, Google and others. You know any strategies that Aaron you any you know, customer movement? That is worth >>sure. I think that we're seeing customers move in the way that they've always been moving. People made a bit of a kerfuffle about a block post I put out with the extremely Clickbait idle of Zoom chose Oracle Cloud over AWS. Maybe you should, too, and there were a few. There are few conclusions people drew understandably from that particular headline, which was, for example, the idea that AWS have lost a workload that was being moved from AWS to Oracle. Not true. It was net new. They do already has existing relationships with both Azure and AWS by their own admission. But the argument what what I took that particular change to be in my case was an illustration of something that's been bugging me for a while. If you look at AWS data transfer pricing publicly posted stop, which again, no one of this scale is going to pay. It is over 10 times more expensive than Oracle. Wow. And what that tells me is that I'm now sitting here in a position where I can make you made a good faith recommendation to choose Oracle's for cost reasons, which sounds nuts. But that's the world in which we live. It's a storytelling problem, far more than it is a technical shortcoming. But that was interpreted to mean that Oracle's on the rise. AWS is in decline. Zoom is a very strong AWS customer and has made public commitments. They will remain so right now. This is what we're seeing across the board. You see Zoom doing super well. They're not building out a whole lot of net new, either. What they're doing is building is just it's desperately trying to stay up under brushing unprecedented demand. That's where the value is coming from right now, clouds elasticity and they're not doing. You know, we're going to go ahead and figure out if we can build a new continuous deploy process or something that it makes on call a little bit less brutal. That's not what anyone's focusing on it here. Wow, this boat is sinking. If we don't stay up, grab a bucket, start bailing. And that is what they're doing. The fact that they're working with every cloud provider, it shouldn't come as a surprise. >>Yeah, well, it's interesting. I'm thinking about Zoom, and one of the things that I've been watching them for the last couple of everybody has is, you know, the daily updates that are happening Related security. Um, you know, I think back, you know, 67 years ago, Amazon had This is our security model. We're not changing it for anyone now. You know Amazon as a much more flexible and nuanced. So there are >>still in violent principles that Amazon will not and cannot shift. So, to be clear, they have different ways of interfacing with security in different ways of handling data classification. But there are rules that you knew are not changing. It's not well surprised. Now, suddenly, every Amazonian who works there can look through your private data that none of that is >>happening. I >>just want to very clear on >>that. Yeah, No, you're absolutely right. It's more security, you know, getting more engine even than ever. And it was already coming into 2020 before everything changed. What was one of the hot topic? Great. You know, I'm curious. You know, we're looking at a virtual event for AWS. Have you been to some of these? You know, you're getting burnt out from all of the online content. I'm sure everybody's getting tired of you. So are you getting tired of everyone else? >>I don't accept that anyone ever get tired of me. I'm a treasure and of the light. But as far as online events go, I think that people are getting an awful lot profoundly wrong about that. For example, I think that people focus on, well, I need to get the best video and the best microphone, and that's the thing that people are going to focus on, rather than maybe I should come up with something that someone wants to listen. People are also assuming that the same type of delivery and content works super well in a stage for 45 minutes is not going to work when people can tab over to something else and stop paying attention. You've got to be more dynamic. You've got to be able to grab people's, and I think that people are missing the forest for the trees. Here, you're just trying to convert existing format into something that will work online in the immediate short term. Everyone is super sympathetic. It's not going to last. People are going to get very tired of the same tired formatting ropes, and there's only so much content people are going to consume. You've got to stand out and you've got to make it compelling and interesting. I've been spending a lot of time trying to find ways to make that >>work. Yeah, I had a great conversation with John Troyer, he said. You know, we can learn something about what? Some of the late those Ah, you know, I think there's a new opportunity for you to say There's a house band, you know. You have a small child at home, divert Amerine there's your house band. You know you can have a lot of fun with >>Oh, absolutely, especially during a tantrum that's going to go super. Well, I'm just gonna watch one of her meltdowns about some various innocuous topic, and then I'm going to wind up having toddler meltdown the Amazon s three remix, and I'm sure we could wind up tying it back to something that is hilarious in the world of cloud. But I'm trying to pull off a little bit longer before I start actively exploiting her for Internet points. I mean, I'm going to absolutely do it. I just wanted to get a little color. >>All right. Well, Corey, want to give you the final word on AWS? The online events happening, you know, give our audience that what they should be looking at when it comes to their AWS estate, >>cool as usual attention to what's coming out. It's always been to have a low level awareness of what's coming out on stage. I don't feel you need to jump in and adopt any of it immediately. Focus on the things that matter to your business. Just because something new and shiny has announced on stage does not need a fit for you doesn't mean it's not, but remain critical. I tend not to be one of the early adopters in production, things that have a potential to wind up housing challenges, and I'm not saying, Oh, stay on the exact old stuff from 2010 and nothing newer, but there is a bit of a happy medium. Don't think that just because they released something that a you need to try it or B, it's even for, you know, AWS service is for everyone but every AWS services for someone. >>Alright, Well, Cory Quinn, always a pleasure to catch up with you. Thanks so much for joining with you joining us. >>Thank you. It was over the suffering. The slings and arrows Appreciate >>it. All right. Thank you for watching everyone. Lots of coverage of the cube at the AWS Summit online. Check out the cube dot net for all the offering. And thank you for what? >>Yeah, yeah, yeah.
SUMMARY :
Happy to welcome back to the program to help give us some insight into what's happening. Always a Thank you for once again exhibiting remarkably poor judgment and inviting me has been meaning to you and more importantly, what you've been seeing from our dear friends things tend to be continuing on much as they have before with four different customer concerns. It's all about the people that you know, the number one in the endemic There's only so many times you could make the same joke for people. You wrote an article you know, the fact that they didn't see this stuff coming in that appropriately and more to do with the fact that there's a lot of different you know, on the one hand, you know customers there re buying, they're getting reserved. you know, we normally spend a $1,000,000 a month. you know, Are they going to give you that break? Every provider is going to give you a break on this because this is where I heard, you know, certain that maybe were slow rolling cloud and all of a sudden realize One is the traditional company you just described, And what I mean is, you know, you talked about them always being online. Nature is not going to be this sort of thing that And some of the, you know, more visionary and futuristic ones might be a little bit of a pause that I'm going to wind up saying something about that dynamic, and by the time it airs in two months, You know, Corey, you know, data is one of the most important things. going to be a treasure trove of data just as soon as they figure out what to do with it, all of the stuff that you don't absolutely need right now, with AI and ML being where they are, You know any strategies that Aaron you any that particular change to be in my case was an illustration of something of everybody has is, you know, the daily updates that are happening Related security. But there are rules that you knew are not changing. I you know, getting more engine even than ever. and that's the thing that people are going to focus on, rather than maybe I should come up with something that someone wants to listen. Some of the late those Ah, you know, I think there's a new opportunity I mean, I'm going to absolutely do it. The online events happening, you know, give our audience that what they should be looking at when Focus on the things that matter to your business. Thanks so much for joining with you joining us. It was over the suffering. And thank you for what?
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Amazon | ORGANIZATION | 0.99+ |
Cory Quinn | PERSON | 0.99+ |
John Troyer | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
2012 | DATE | 0.99+ |
18 months | QUANTITY | 0.99+ |
45 minutes | QUANTITY | 0.99+ |
Corey Quinn | PERSON | 0.99+ |
ORGANIZATION | 0.99+ | |
Andy Jassy | PERSON | 0.99+ |
Corey | PERSON | 0.99+ |
3 | QUANTITY | 0.99+ |
Cory | PERSON | 0.99+ |
2010 | DATE | 0.99+ |
John Furrier | PERSON | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
Acer | ORGANIZATION | 0.99+ |
Duck Bill Group | ORGANIZATION | 0.99+ |
5% | QUANTITY | 0.99+ |
New York City | LOCATION | 0.99+ |
80% | QUANTITY | 0.99+ |
2020 | DATE | 0.99+ |
Boston | LOCATION | 0.99+ |
last week | DATE | 0.99+ |
1000 | QUANTITY | 0.99+ |
four days | QUANTITY | 0.99+ |
Aaron | PERSON | 0.99+ |
yesterday | DATE | 0.99+ |
One | QUANTITY | 0.99+ |
Cube Studios | ORGANIZATION | 0.98+ |
tonight | DATE | 0.98+ |
over 10 times | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
one week | QUANTITY | 0.98+ |
75,000 | QUANTITY | 0.97+ |
67 years ago | DATE | 0.97+ |
one | QUANTITY | 0.97+ |
both | QUANTITY | 0.96+ |
AWS Resource | ORGANIZATION | 0.96+ |
First | QUANTITY | 0.96+ |
5 years | QUANTITY | 0.96+ |
40 hours a week | QUANTITY | 0.95+ |
first pitch | QUANTITY | 0.95+ |
aws | ORGANIZATION | 0.95+ |
first time | QUANTITY | 0.95+ |
Zoom | ORGANIZATION | 0.95+ |
Tom Gillis, VMware & Tom Burns, Dell EMC | VMworld 2019
>> live from San Francisco, celebrating 10 years of high tech coverage. It's the Cube covering Veum World 2019 brought to you by the M wear and its ecosystem partners. >> Welcome back. I'm Stew Minuteman here with John Troyer. We're have three days, Walter Wall coverage here at VM World 2019 with lobbying Mosconi North and happy to welcome to the program. To my right is Tom Burns, who is the senior vice president general manager of networking and Solutions at Delhi Emcee and sitting to his right. Another Tom. We have Tom Gillis, who's the S V p and general manager of networking of Security inside VM wear. So I'm super excited. Go back to my roots of networking. Tom and Tom thanks so much for joining us. >> Thanks for having us. Thanks for All >> right. So, you know, Tom, you and I have talked for years now about you know, it was not just s t n, but you know, the changes in the environment. Of course, you know, networking and compute, you know, smashing together and where the role of software in this whole environment has changed. So, you know, let's start, you know, there's some news. Let's get that cover the hard news first. VM Where has the networking pieces? Dell has some software networking pieces also, and there's some more co mingling of those. So maybe walk us through that. >> Absolutely. I think the story this week is about the collaboration that's happening between Tom's team and my team in kind of innovating and disrupting in the traditional networking world. You know, Tom Sad NSX around micro segmentation network virtualization lot going on with analytics and capability to really see what's going on. The network from Cord Out EJ to cloud the acquisition of RV, which is outstanding. Other things that are going on in Vienna, where deli emcee disrupting around the segregation of hardware and software, giving customers that capability to run the nasty need for the connective ity they need, depending upon where the network is sitting. So this week we got two announcements. One is we've got worldwide shipment of the Delhi M CST Land solutions powered by being more great, you know better than none. Software combined with better than none. Hardware coming from del you see, on a global basis worldwide, you know, secure supply chain plus professional service worldwide is a parameter there, right? >> And Tom, maybe bring us in. You know, we'd watch Fellow Cloud before the acquisition esti weigh on. You know, there's a lot of solutions that fit in a couple of different markets. It's not a homogeneous market there. Maybe give us just kind of the camp point from Avella Clubs. Esty Esty. >> Wind is a white Hart market on because it has the classic combination a better, faster, cheaper. It delivers a better end user experience. It is so easy to deploy this and it saves money, NPLs, circuits and back hauling traffic those that was, ah, 19 nineties idea. It was a good idea back then, but it's time for a different approach. >> And just when I've talked to some customers and talk to them about their multi cloud environment, SD Wind, one of those enabling technologies that you know they will bring up to a mad allowed them to actually do that. >> It was it was the movement really >> office 3 65 and sass applications that drove the best human revolution and that back hauling all this traffic to headquarters and then going out to office for 65 when a user might be in, You know, Des Moines, that doesn't make any sense. And so so with us, the win we intelligently route the traffic where it needs to go delivers a better end user experience, and it saves a bunch of money. It's not hard to imagine that cheap broadband links are on order of magnitude lower than these dedicated mpls circuits. And the interesting math is that you could take two or three low cost links and deliver a better experience than with a single dedicated circuit. >> I'm kind of interested in the balance between hardware and software, right? The family trees of networking and compute kind of were different because if they had specialized needs in silicon, so where are we now? It's 2019. Where are we now? With with line speeds and X 86 then the hardware story. >> I think it'll let Tom join the discussion around speeds and feeds is not dead, but it should be dying to get a quick right. You know, it's around virtual network functions and everything really moving to the software layer. Sitting on top of commoditized X 86 based you know, hardware and the combination of these two factors help our customers a lot more with flexibility, agility, time to deploy, return on investment, all these types of things. But I mean, that's my view is a recurring theme you're gonna hear. Is that in networking? And think you're alluding to this You needed these dedicated kind of magical black boxes that had custom hardware in order to do some pretty basic processing. Whether it be switching, routing, advanced security, you had to run things like, you know, hardware. Regular expression, matching et cetera was about three years ago that Intel introduced a technology called D P D. K, which is an acceleration that allowed VM wear to deliver in software on a single CPU. You know, we could push traffic at line rates, and so so or, you know, faster than one rates. And so that was sort of like there wasn't the champagne didn't go off in the, you know, the bald in drop in Times Square. But it's a really important milestone because all of a sudden it doesn't make any sense to build these dedicated black boxes with custom hardware. Now, general purpose hardware, when you have a global supply chain and logistics partner like Dell, coupled with distributed software, can not only replace these network functions, but we can do things completely differently. And that's really you know, we're just beginning this journey because it's only recently that we've been able to do that. But I think you're gonna see a lot more that in the future. >> So we talked about SD win. Uh, there was a second announcement >> that goes back into the court. You know, the creation of a fabric inside of the data center is still a bit difficult. I mean, I've heard quotes saying It's something like 120 lines of cli, you know, per switch. So let's say 4 to 6 Leafs pitches, switches and two spine switches could take days to set up a fabric. What we've announced is the smart Fabric Director, which is a joint collaboration and development between Veum Wear and Delhi emcee that creates this capability to tightly integrate NSX envy Center into the deli emcee power switch, family of data center switches, really eliminating several cases and in fact, setting up that same fabric in less than two minutes. And we're really happy about not just the initial release. But Tom and I have a lot of plans for this particular product and in the road map for, you know, quarters and years to come about really simplifying again, the network automating it. And then, really, our version of intent based networking is the networking operating the way you configured it, you know, when you set it up and I think not just not just on day one, but two, you know and a N and you know you hit the nail on the head. Networking has changed, is no longer about speeds and feeds. It's about availability and simplicity. And so, you know, Del and GM, where I think are uniquely positions to deliver a level of automation where this stuff just works, right? I don't need to go and configure these magic boxes individually. I want to just right, you know, a line of code where my infrastructure is built into the C I. C. D pipeline. And then when I deploy workload, it just works. I don't need an army of people to go figure that out right, and and I think that's the power of what we're working together to unleash. >> So when something technology comes up like like SD win. Sometimes there's a lot of confusion in the marketplace. Vendors going out one size fits all. This will do everything Course. Where are we in the development of SD win and what is the solution? Who should be looking at taking a look at the solution now? >> SD win market, as I said, is growing depend on whose estimate you look at between 50 and 100% a year. And the reason is better, faster, cheaper. Right? So everyone has figured out, you know, like maybe it's timeto think differently about about architecture and save some money. Eso we just announced it on the PM or side, an important milestone. We have more than 13,000 network virtualization customers that includes our data center as well as yesterday, and we don't report them separately. But 13,000 is, you know, that's almost double where it was a year ago. So significant customer growth we also announced were deployed together with our partner from Del 130,000 branches around the world. So by many metrics, I think of'em, where is the number one vendor in this space to your point it is a crowded, noisy space. Everybody's throwing their hat in the Rangel. >> We do it too. >> But I think the thing that is driving the adoption and the sales of our product is that when you put this thing in, it fundamentally changes the experience for the end user. There's not a lot of networking products that do that. Like I meet customers like this thing is magic. You plug it in and all this and streaming just works, you know, like Google hangouts or Web X is like they just work and they worked seamlessly all the time that there's something there that I think it's still unique to the PM or product, and I think it's gonna continue to drive sales in the future. So I think the other strong differentiation when it comes to Del Technologies bm where in Delhi emcee combined is we have this vision around the cloud. You know, EJ core cloud and you know this hybrid multi cloud approach. And obviously SD Ram plays a critical part as one of the stepping stones as relates toe, you know, creating the environment for this multi cloud environment. So, you know, fantastic market opportunity huge growth. As Tom said, markets probably doubling in size each year. I don't know what the damn numbers are. I hate to quote, but you know, we really feel is, though now having this product in this capability inside a deli emcee, again combining our two assets, it could be the next VX rail. We're really good way. Believe the esteem and it's gonna be a gigantic market. And I think that what's interesting about our partnership is that we can reach different segments of the market in a V M, where we tend to focus on the very high end, large enterprise customers. Technically very sophisticated, delicate, rich customers we don't even know we don't even talk to, And a product is simple enough that it works in all segments. We win the very, very biggest, and we win these. You know, smaller accounts where the simplicity of a one quick deployment really really matters. >> Tom. One of the things that excited me a year ago at this show was the networking vision for a multi cloud world reminded to be of nice syrup. React. You know, when we look at networking today, most remote network admin a lot of the network they need to manage. They don't touch the gear. They don't know where it lives, but they're still responsible. Keep it up and running. And if something goes wrong, it's there. It is the update as to where we stand with that where your >> customers are asking the question, right? So our mantra is infrastructure is code, and so no one should ever have to log in with switch. No one should have to look into a Q. And you know, we should have to be like trying to move packets from here. They're just It's very, very difficult. I'm not really feasible. And so So as networking becomes software and those general purpose processors I talk about are giving us the ability to to think about not just a configuration of the network but the operation of the network in ways that were never before possible. So, for example, we announce that the show today with our monitoring product ve realise network in sight. We call it Bernie, not always such clever with the names that were really good at writing code, Vernon gives us the ability to measure application response time from the data center all the way out to the edge. So a single pane of glass we can show you. Oh, here's where it's broken whether it's in the network, whether it's in the server, whether it's the database, that's that's not responding. And we do this all without agents, right? So it's like when the infrastructure gets smart enough to be able to provide that inside, it changes the way the customer operates on. That translates into real savings and real adoption. And that's what's driving all of this momentum, right? That 7 500 to more than 13,000 customers, something has to be behind that. I think it's It's the simplicity of automation. >> CLI has come up a couple times here, and so that's kind of a dirty word. Maybe even these days, it kind of depends on who you're talking with, I think Veum Way. Rendell both spent a lot of time and effort educating the networking engineering market and also educating the kind of data center you know, the rest of the data center crew about, you know, about each other's worlds. Where again, where are we at now? It sounds like with director on with the innocent. The NSX whole stack? Yes. Uh, the role is changing of a network engineer. But again, where are we in that? In that evolution? >> I think you know, we're early on, but it's moving quite rapidly. I think the traditional network in engineer and networking admin is gonna need to evolve. You know more to this, Dev Ops. How do I bring applications? How do I manage the infrastructure? More like a platform. I mean, Tom and I truly believe that the difference between cute and network infrastructure is really going to start to dissolve over time. And why shouldn't it? I mean, based upon what's happening with the commoditization and speeds of the CPU versus the MP use coming from Mersin silicon, it's really beginning to blur. So I think, you >> know, we're in the early >> stages. I mean, certainly from a deli, see perspective. We still, at times, you know, have those discussions and challenges with traditional networking people. But let's face it, they have a tough job. When something's not working, the network administrator usually gets blamed, And so I think it's a journey, uh, and things such as the del Technology Cloud Open networking, NSX, and now SD when it will continue to drive that. And I think we're going to see a rapid change in networking over the next 12 18 to 24 months. I talked to a number of customers that has said, You know, this journey that Tom was talking about is this is a challenge because the skill set is different. My developers need to learn software, and so what? We're working with the M where is trying t o make that software easier and easier to use it actually approach like English language. So latest versions of NSX have these very simple, declarative AP eyes that you can say, Oh, server A talk to server be but not server see, Click Don Deploy. And now, in our partnership with L, we can take that Paulson push it right down into the metal, right down into the silicon. And so so. Simplification and automation are the name of the game, but it is definitely a fundamental change in the skill set necessary to do Networking. Networking is becoming more like software as opposed to, you know, speeds and feeds and packet sniffers and more the old traditional approaches. >> Tom, I don't want to give you the final word as to Ah, you know what people should be taken away from Dell in and Veum wear in the networking space. Well, >> I think across deli emcee and in being work, there's a great amount of collaboration, whether it's the Del Technology Cloud with of'em were really taking the leadership from from that perspective with this multi hybrid cloud. But in the area of networking, you know, Trudeau. Five years ago, when we announced the desegregation of hardware and software, I am in this to disrupt a networking business and to make networking very different tomorrow and in the future than it has been in the past for our customers around. He's deployment, automation and management, and I think that's a shared vision with Tom and his team and the rest of BM, where >> Tom Gillis, Tom Burns, thank you so much faster. Having eight, we'll be back with more coverage here from VM 2019 for John Troyer on stew. Minutemen as always. Thanks for watching the Cube
SUMMARY :
brought to you by the M wear and its ecosystem partners. and Solutions at Delhi Emcee and sitting to his right. Thanks for having us. it was not just s t n, but you know, the changes in the environment. of the Delhi M CST Land solutions powered by being more great, you know better And Tom, maybe bring us in. It is so easy to deploy this and SD Wind, one of those enabling technologies that you know they will bring up to a mad allowed them to actually And the interesting math is that you could take two or three low cost links and deliver a better experience I'm kind of interested in the balance between hardware and software, right? And that's really you know, So we talked about SD win. And so, you know, Del and GM, Who should be looking at taking a look at the solution now? So everyone has figured out, you know, like maybe it's timeto think differently I hate to quote, but you know, we really feel is, though now having this product It is the update as to where we stand with that where your And you know, we should have to be like trying to move packets from here. also educating the kind of data center you know, the rest of the data center crew about, I think you know, we're early on, but it's moving quite rapidly. Networking is becoming more like software as opposed to, you know, speeds and feeds and packet sniffers and more the Tom, I don't want to give you the final word as to Ah, you know what people should be taken away from Dell But in the area of networking, you know, Trudeau. Tom Gillis, Tom Burns, thank you so much faster.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Tom | PERSON | 0.99+ |
Tom Burns | PERSON | 0.99+ |
Tom Gillis | PERSON | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
San Francisco | LOCATION | 0.99+ |
two | QUANTITY | 0.99+ |
Vienna | LOCATION | 0.99+ |
120 lines | QUANTITY | 0.99+ |
John Troyer | PERSON | 0.99+ |
Stew Minuteman | PERSON | 0.99+ |
10 years | QUANTITY | 0.99+ |
Veum Wear | ORGANIZATION | 0.99+ |
NSX | ORGANIZATION | 0.99+ |
Del Technologies | ORGANIZATION | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
2019 | DATE | 0.99+ |
yesterday | DATE | 0.99+ |
less than two minutes | QUANTITY | 0.99+ |
Delhi | LOCATION | 0.99+ |
more than 13,000 customers | QUANTITY | 0.99+ |
a year ago | DATE | 0.99+ |
Walter Wall | PERSON | 0.99+ |
two assets | QUANTITY | 0.99+ |
Five years ago | DATE | 0.99+ |
One | QUANTITY | 0.99+ |
eight | QUANTITY | 0.99+ |
Times Square | LOCATION | 0.99+ |
today | DATE | 0.99+ |
Rendell | PERSON | 0.99+ |
second announcement | QUANTITY | 0.99+ |
VM World 2019 | EVENT | 0.99+ |
Veum | ORGANIZATION | 0.98+ |
three days | QUANTITY | 0.98+ |
M wear | ORGANIZATION | 0.98+ |
two announcements | QUANTITY | 0.98+ |
each year | QUANTITY | 0.98+ |
4 | QUANTITY | 0.98+ |
both | QUANTITY | 0.98+ |
7 500 | QUANTITY | 0.98+ |
VM wear | ORGANIZATION | 0.97+ |
one rates | QUANTITY | 0.97+ |
this week | DATE | 0.97+ |
two factors | QUANTITY | 0.97+ |
6 Leafs | QUANTITY | 0.97+ |
tomorrow | DATE | 0.97+ |
Vernon | PERSON | 0.96+ |
Avella Clubs | ORGANIZATION | 0.96+ |
Bernie | PERSON | 0.95+ |
day one | QUANTITY | 0.95+ |
Veum Way | ORGANIZATION | 0.95+ |
Veum World 2019 | EVENT | 0.95+ |
Mosconi North | ORGANIZATION | 0.95+ |
one | QUANTITY | 0.93+ |
Delhi | ORGANIZATION | 0.93+ |
Tom Sad | PERSON | 0.93+ |
English | OTHER | 0.93+ |
Dell EMC | ORGANIZATION | 0.93+ |
Del 130,000 | ORGANIZATION | 0.93+ |
Eso | ORGANIZATION | 0.92+ |
two spine switches | QUANTITY | 0.91+ |
del Technology Cloud | ORGANIZATION | 0.91+ |
double | QUANTITY | 0.89+ |
Fellow Cloud | ORGANIZATION | 0.89+ |
GM | ORGANIZATION | 0.88+ |
Cord | ORGANIZATION | 0.87+ |
office 3 65 | TITLE | 0.86+ |
Intel | ORGANIZATION | 0.85+ |
about three years ago | DATE | 0.85+ |
more than 13,000 network virtualization | QUANTITY | 0.85+ |
single pane | QUANTITY | 0.85+ |
CUBEConversation: AWS Mid-2019 Update
>> from the Silicon Angle Media Office in Boston, Massachusetts. It's the cue. Now, here's your host. Day Volonte. >> Hi, >> everybody. Welcome to this cute conversation. I'm Dave Volonte and Stew Minuteman is here with me. We're gonna break down a w s kind of give you Ah, midyear What's happened so far this year with all the events that we've been covering and what to look forward to? Uh, the N Y C Summit is coming up stew. It's been a big year. Obviously. What we came off a re invent. Amazon's got $30,000,000,000 run rate business growing at 40 plus percent per year. That means they're putting 9,000,000,000 of incremental revenue every year into the cloud business. The marketplace, That growth that's roughly as large is tthe e entire Microsoft cloud business, which is astounding >> day that that that's that's the point Amazon definitely has been making for a couple of years. And you're absolutely right. Microsoft is definitely growing at a faster pace than Amazon, and they're running about 75 87 but off a much smaller number. So the incremental add that Amazon has been throwing off the last couple years. Every year they're adding more than an azure every year. So absolutely Amazon, you know, is the lead horse out there. And while you know, the horses on the track behind them are trying fast to catch up Amazon. If you talk about Infrastructures service, AWS is still the lead. >> Well, the big question is. Will that attenuate? And we were at Remember the Nutanix inaugural Nutanix Stop next? Do you rush Pandey, who's very smart guy, somebody we respect a lot. One of the fundamental assumptions they were making is eventually the law of large numbers will catch up to them and know it very well May. But it hasn't yet. I asked John Lovelock, can a company the size of Amazon $30,000,000,000 company grow it for 42% a year? Is that sustainable? And he said, Absolutely. There's nothing to stop them now. Who knows who has the crystal ball? What are your thoughts? >> Yeah, So, Dave, what we saw is Amazon's not sitting still. You know, they always like to say it's always Day one, and if you look at where they're going, the products that they keep throwing off the innovation that they keep moving on and the flywheel that they've had first of customer acquisition with all of the innovations that they're putting out there and the flight well. But I've been talking about the last couple of years the label of data, which is something we want to be a little concerned about. How much data Amazon actually does have both Amazon AWS and Amazon, with all those intelligent devices that are in your homes and connecting everything together. Some people are a little concerned about that. The government's a little bit concerned about that, but absolutely Amazon is going everywhere. We've seen Amazon going into sub segments of the market, going into verticals and going just really broad, really deep. So absolutely I don't see anything slowing a bit on down. It is a company that continues to impress one of >> the challenges. I think those do that that Amazon does have, and this came out of the reinforced >> conference a couple weeks ago in Boston, which was, Ah, conference for security practitioners, a lot of si SOS chief information security officers. The number one challenge that came out of that when you talk to practitioners was their ability to keep up with the innovations that Amazon is putting forth. So, you know, I wonder if we're gonna talk to some commercial customers. You'll see them down the summit probe to see if, in fact, that's part of their challenge. Just the pace at which Amazon brings out new features. But we've done Gosh, we've covered eight events or will have covered eight events this year. Eight productions. It started in the U. K. Where we covered a public sector health care. And then we did the AWS summit London really all about both public sector in the UK as well as the summit in the UK Innovations in the UK around cloud, etcetera, cloud adoption. 12,000 people at the AWS London summit. Now you covered re Mars, which was not the Cube wasn't there, but you were there. What was that show? >> Yes. So, first of all, it's an Amazon >> show, not a native US show, but absolutely showed underneath where eight of us fits into the fulfillment centers of Amazon. And it was about re Marceau Mars A play of course on space. But it was a machine learning automation, robotics in space. So you had the cool blue origin stuff that actually brought in. Robert Downey Jr talked about how he's going to save the planet with, you know, robotics and intelligence out there to help clean up pollution in the globe on and the like. But it was a phenomenal show, but what I said is actually going to show a little bit underneath the covers of Amazon similar what we've seen from eight of us at the reinvent shows over the years. Because, you know, we all know how many boxes air coming to our, you know, our place of home every day and how fast that's going. And so this is what's happening underneath the robotics and machine learning a lot of those Air AWS Service's that are powering that. So it was a fascinating show, Dave and absolutely showed other relationship between Amazon, the parent company. Eight of us, all those cloud service is that helped feed the bigger business. >> Now, June, the Cube covered the D. C. Public sector summit. This is Teresa Carlson's gig. She's the host. Actually, Andy Jassy was there this time. He wasn't there last year when you and I recovering it. And of course, that's all about bringing cloud to public sector, not just federal but all public sector. It includes AH, non profit and education, which talk about in a minute. The big story. There is a jet. I we're talking about tens of billions of dollars going to ah, contract. Oracle, of course, is fighting it. It's going into the courts. I guess they've been a number of reviews or could won't give up its oracle. Amazon clearly is the front runner. Last I read, it was down to AWS and Microsoft, with AWS being the lead contender there. We'll see what happens. I think the decision is coming down this month, July 2019. But it's really again about bringing cloud innovations to public sector. Public sector tends to take things a little bit later than the commercial like. For instance, last year they announced the the VM wear on AWS was available, so you'll see those kinds of things come maybe a year later. But its again. Another big show there 12. 13,000 people there at the D. C Convention center. >> Yeah, Davey, when you talked about the critique of what's happening in Amazon as Amazon goes deeper into all of these verticals How do they help get that information to the user in a way that they need to run their businesses? So my co host for New York City's Cory Quinn was listen to his podcast this morning and he said, That's where Amazon's got dozens of blog's. They've got so many announcements, they haven't done a really good job, something we've seen many companies do. How do I get to you know that business roll and put it in, you know, verbal that they understand, as opposed to just >> Hey, we had 1000 new features >> come out this year and they're awesome. Then you should use everything s o. You know, that's something that, you know the industry as a whole needs to do better at an Amazon. Just in the nature of how fast they're moving is something that they should be able to do a better job. >> And Jennifer is also gonna be in New York City. And one of things he was stressing at reinforce was the marketplace. We had Dave McCann on the just rocketing. I think it was 100,000 census of security subscriptions. I think it was 1,000,000 subscriptions in total so just an amazing ah momentum in the marketplace. But reinforce was all about security. Deep dives on security, chief information, security officers. What came out of that show the big takeaway was was head of AWS is, uh, security. The chief information security officer, Schmidt said. This narrative in the industry that the sky is falling doesn't do anybody any good. Um, it's not productive. We should be more positive. The state of the cloud union is good, like the president of states is State of the Union is strong. Um, having said that, Amazon talks about the shared security model. The practitioners that we talked to said, Yeah, shared model Amazon's going to secure the the infrastructure of the storage, the compute of the database. We are responsible for our end, and it really is on us to make sure that we are secure. So again, back to that point about the pace of innovation that Amazon is putting forth is a challenge for people. AWS imagine is also going down. I think this week what's that you're >> so it's in Seattle and it's you mentioned the public Sector one in D. C, which is government agencies, nonprofits and education. So imagine is a subset of that. My understanding is the education, a nonprofit piece of that from when you and I were in D. C. Last year for the Public sector summit. It's It is impressive how deep Amazon is going into these spaces, the affinity they have. And really, you know how happy the customers are to be able to move fast. So, you know, when you think about nonprofits and think about education, innovation is not the first thing that usually comes to mind because budgets are tight and I don't have enough people. And usually you've got, you know, whatever's left over. But imagine is them. How do we move these forward? How do we You know, we know we need to help transform education. It's so important to train the next generation. So, you know, imagine there are some great stories that come out of that. Jeffrey loves getting those stories, helping us tell those stories through the Cube platform. And so it's the second year we're doing >> Yes, it would be covering that. And then, of course, reinvent will have two sets again that reinvent this year. The Super >> Bowl of our industry, >> right? Sure. Um, something's going on. So unfortunate incidents in Southern California. Big earthquakes, actually. Multiple earthquakes, Right? You had the physical earthquake, and then you had CO I, leonard going to the Clippers. But so I'm interested in sort of poking at this notion of ground stations. So at reinvent last year, Amazon announced on his own ground station, which essentially was ground station is a service. So if I understand it, one of the challenges okay, You launched the satellites, but you still need a ground station to collect the data and then uploaded and analyze it. That's what AWS is is partnering to put in infrastructure that allows you to essentially rent ground station infrastructure. So, you know, they worry about building it in securing it yourself. Because you think about it. It's got to be a secure location. You gotta have fencing. You got a physical security. You got to get the data in. You gotta upload it to the toe. Where we gonna upload it? So Amazon is basically building this service out, saying Don't worry about the ground station piece. Rent that from us, you know, swipe your credit card. Your ground station as a service, and then we'll ingest that data uploaded to the cloud and then apply all of the tooling that we have to allow you to analyze that data. So if you think about the earthquake of devastation, if you don't have a ground station there, you can, in theory, go to AWS and actually spin up a ground station in jest. You know, on the ground, you know, the ground truth as we like to sometimes talk about and actually get satellite imaging and telemetry in that region, you know, this comes into play things like forest fires and all kinds of of natural disaster. >> Dave, even at the remarks show, I attended a session where one of the Amazon partners was talking about not only just getting the satellite data down, but Justus. They have the snowball edge today, which is, you know, for you know, I ot or some remote sites, but some of these satellites are gonna have the compute and storage at in satellite themselves. So if you think about I'm gonna have these geosynchronous satellites. I'm gonna have all this connectivity. And if I could get a gigabit of Ethernet, you know, traffic going to the satellites and I could do the processing at the edge, which is now up in space. I can process that. And you know, that edge that we talked about get to hold another dimension, you know, off off the terra firma to be able to do those kind of analysis. As you said, earthquakes, you know, all the all the climate discussion that's going on, we should be able to have tap into even more. Resource is, and we'll have to rename Cloud if it even goes beyond the Earth. >> And then, um, outpost is the other story that we've been tracking, attracting a lot of stories, but but outpost is starting to ship in beta form. We've seen instances of >> so, so seeing >> it. We just did a little quick right up. >> I mean, Dave, you know, just a ripple went through the >> industry when they showed Hey, here's Iraq and what they're like. This is the exact same rack that we have in the Amazon data centers and why it's a little surprising because we're allowed to see inside the Amazon Data Center. So it's like, Okay, this is what they're computed awaited to 24 in tracking, supposed to a 19 in track. But that line between the public cloud and my on premises environment absolutely is blurring. So everybody wants to see where Amazon's going. They have the big partnership with VM, where Veum, where is already shipping the solution? That is the same software for that Veum wear on AWS in my data center. So, you know, I can have you know, the Dell hardware with the Veum where code or I can have the Amazon hardware with the VM where code coming later this year without post. So that line between public in private is absolutely blurring. And where to my applications live, You know that that future of how fast is eight of us continue to grow? Absolutely. There are applications and data and things that will stay in my own data center and under my control. But that line is definitely blurring. And there's gonna be some re architectures. It's definitely still gonna take a couple of years to sort some of these things out. But we're at some of those inflection points where we'll see some of >> us. So I wrote a post its upon wicked bond kind of analyzing that video, and there's some interesting things that are unique. There's certainly a lot of goodness in there. Not some of the things they talk about are completely unique. Thio, aws. But things like Nitro and their special virtual ization engine and their special chip on Do you want to get a look at that? You take a look at that video and thence to New York City Summit this week. Um, we mentioned some of the innovations that we've seen up to date this year. A lot of talk I'm sure about the marketplace. >> Yeah, I'm wondering if there'll be any ripples, Dave, because the 1/2 of a chick you, too, was supposed to be in New York City. And now it's not, doesn't mean they don't have a strong presence in New York City like London and believe it's somewhere around 12 to 15,000 people. When I went to New York City two years ago was quite impressive. It is a free show, which means if your customer you get in for free. If you're a partner, of course, you're still paying for everything that goes there. But the regional summits are quite impressive and a great way to get in touch with Amazon and all that they're doing. If you don't want to go to the Super Bowl itself, which is, you know, 50,000 plus now in Las Vegas towards the end of the year. >> Yeah, these air, like many reinvents and they're actually quite good. A lot of a lot of practitioner focused on you're gonna you're gonna see that New York City >> did what I always love about every Amazon show I go to. There are customers that are interested learning new things. How can you do better with what I'm doing? But also, how can I change what I'm doing? How can I move forward? So even if it's not adopting the latest and greatest from AWS, the entire ecosystem is going there to meet with those customers and talk about digital transformation? Modern workforce? All of these hot trends definitely play out. Ground zero is the AWS. >> Yeah, and this is by design. As I said before, the pace of innovation is a challenge for people. It's an adoption blocker and so Amazon wants to educate and share the knowledge so that they can get more adoption. OK, stew. Thanks very much. Good luck. This week. Check out silicon angle dot com For all the news, the cube dot net is where the videos will live and watch. Do on John Ferrier and Corey Quinn. Live and check out the cuban dot com for all the research. Thanks for watching Everybody Day, Volonte and Stupid Event. We'll see you next time.
SUMMARY :
It's the cue. Uh, the N Y C Summit is coming up stew. And while you know, the horses on the track behind them are trying One of the fundamental assumptions they were making is eventually the law of large numbers of the market, going into verticals and going just really broad, really deep. the challenges. that came out of that when you talk to practitioners was their ability to keep up with the innovations that the planet with, you know, robotics and intelligence out there to help clean up pollution Amazon clearly is the front runner. How do I get to you know that business roll and put it in, is something that they should be able to do a better job. What came out of that show the big takeaway was was And so it's the second year we're doing And then, of course, reinvent will have two sets again that reinvent this year. You know, on the ground, you know, the ground truth as we that edge that we talked about get to hold another dimension, you know, off off the terra firma to attracting a lot of stories, but but outpost is starting to ship in beta form. This is the exact same rack that we have A lot of talk I'm sure about the marketplace. But the regional A lot of a lot the entire ecosystem is going there to meet with those customers and talk about digital transformation? Live and check out the cuban dot com for all the research.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Amazon | ORGANIZATION | 0.99+ |
Dave Volonte | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
Andy Jassy | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
John Lovelock | PERSON | 0.99+ |
Schmidt | PERSON | 0.99+ |
Jennifer | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
London | LOCATION | 0.99+ |
9,000,000,000 | QUANTITY | 0.99+ |
Seattle | LOCATION | 0.99+ |
Dave McCann | PERSON | 0.99+ |
Davey | PERSON | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
Jeffrey | PERSON | 0.99+ |
Corey Quinn | PERSON | 0.99+ |
$30,000,000,000 | QUANTITY | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
New York City | LOCATION | 0.99+ |
Southern California | LOCATION | 0.99+ |
Boston | LOCATION | 0.99+ |
John Ferrier | PERSON | 0.99+ |
Robert Downey Jr | PERSON | 0.99+ |
Teresa Carlson | PERSON | 0.99+ |
D. C | LOCATION | 0.99+ |
last year | DATE | 0.99+ |
Cory Quinn | PERSON | 0.99+ |
eight events | QUANTITY | 0.99+ |
Earth | LOCATION | 0.99+ |
Stew Minuteman | PERSON | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
UK | LOCATION | 0.99+ |
D. C. | LOCATION | 0.99+ |
U. K. | LOCATION | 0.99+ |
Eight productions | QUANTITY | 0.99+ |
12. 13,000 people | QUANTITY | 0.99+ |
1,000,000 subscriptions | QUANTITY | 0.99+ |
US | LOCATION | 0.99+ |
Boston, Massachusetts | LOCATION | 0.99+ |
a year later | DATE | 0.99+ |
19 | QUANTITY | 0.99+ |
12,000 people | QUANTITY | 0.99+ |
eight | QUANTITY | 0.99+ |