Image Title

Search Results for 1/118th scale:

Robert Nishihara, Anyscale | AWS re:Invent 2022 - Global Startup Program


 

>>Well, hello everybody. John Walls here and continuing our coverage here at AWS Reinvent 22 on the queue. We continue our segments here in the Global Startup program, which of course is sponsored by AWS Startup Showcase, and with us to talk about any scale as the co-founder and CEO of the company, Robert and n, you are Robert. Good to see you. Thanks for joining us. >>Yeah, great. And thank you. >>You bet. Yeah. Glad to have you aboard here. So let's talk about Annie Scale, first off, for those at home and might not be familiar with what you do. Yeah. Because you've only been around for a short period of time, you're telling me >>Company's about >>Three years now. Three >>Years old, >>Yeah. Yeah. So tell us all about it. Yeah, >>Absolutely. So one of the biggest things happening in computing right now is the proliferation of ai. AI is just spreading throughout every industry has the potential to transform every industry. But the thing about doing AI is that it's incredibly computationally intensive. So if you wanna do do ai, you're not, you're probably not just doing it on your laptop, you're doing it across many machines, many gpu, many compute resources, and that's incredibly hard to do. It requires a lot of software engineering expertise, a lot of infrastructure expertise, a lot of cloud computing expertise to build the software infrastructure and distributed systems to really scale AI across all of the, across the cloud. And to do it in a way where you're really getting value out of ai. And so that is the, the problem statement that AI has tremendous potential. It's incredibly hard to do because of the, the scale required. >>And what we are building at any scale is really trying to make that easy. So trying to get to the point where, as a developer, if you know how to program on your laptop, then if you know how to program saying Python on your laptop, then that's enough, right? Then you can do ai, you can get value out of it, you can scale it, you can build the kinds of, you know, incredibly powerful applica AI applications that companies like Google and, and Facebook and others can build. But you don't have to learn about all of the distributed systems and infrastructure. It just, you know, we'll handle that for you. So that's, if we're successful, you know, that's what we're trying to achieve here. >>Yeah. What, what makes AI so hard to work with? I mean, you talk about the complexity. Yeah. A lot of moving parts. I mean, literally moving parts, but, but what is it in, in your mind that, that gets people's eyes spinning a little bit when they, they look at great potential. Yeah. But also they look at the downside of maybe having to work your way through Pike mere of sorts. >>So, so the potential is definitely there, but it's important to remember that a lot of AI initiatives fail. Like a lot of initiative AI initiatives, something like 80 or 90% don't make it out of, you know, the research or prototyping phase and inter production. Hmm. So, some of the things that are hard about AI and the reasons that AI initiatives can fail, one is the scale required, you know, moving. It's one thing to develop something on your laptop, it's another thing to run it across thousands of machines. So that's scale, right? Another is the transition from development and prototyping to production. Those are very different, have very different requirements. Absolutely. A lot of times it's different teams within a company. They have different tech stacks, different software they're using. You know, we hear companies say that when they move from develop, you know, once they prototype and develop a model, it could take six to 12 weeks to get that model in production. >>And that often involves rewriting a lot of code and handing it off to another team. So the transition from development to production is, is a big challenge. So the scale, the development to production handoff. And then lastly, a big challenge is around flexibility. So AI's a fast moving field, you see new developments, new algorithms, new models coming out all the time. And a lot of teams we work with, you know, they've, they've built infrastructure. They're using products out there to do ai, but they've found that it's sort of locking them into rigid workflows or specific tools, and they don't have the flexibility to adopt new algorithms or new strategies or approaches as they're being developed as they come out. And so they, but their developers want the flexibility to use the latest tools, the latest strategies. And so those are some of the main problems we see. It's really like, how do you scale scalability? How do you move easily from development and production and back? And how do you remain flexible? How do you adapt and, and use the best tools that are coming out? And so those are, yeah, just those are and often reasons that people start to use Ray, which is our open source project in any scale, which is our, our product. So tell >>Me about Ray, right? Yeah. Opensource project. I think you said you worked on it >>At Berkeley. That's right. Yeah. So before this company, I did a PhD in machine learning at Berkeley. And one of the challenges that we were running into ourselves, we were trying to do machine learning. We actually weren't infrastructure or distributed systems people, but we found ourselves in order to do machine learning, we found ourselves building all sorts of tools, ad hoc tools and systems to scale the machine learning, to be able to run it in a reasonable amount of time and to be able to leverage the compute that we needed. And it wasn't just us people all across, you know, machine learning researchers, machine learning practitioners were building their own tooling and infrastructure. And that was one of the things that we felt was really holding back progress. And so that's how we slowly and kind of gradually got into saying, Hey, we could build better tools here. >>We could build, we could try to make this easier to do so that all of these people don't have to build their own infrastructure. They can focus on the actual machine learning applications that they're trying to build. And so we started, Ray started this open source project for basically scaling Python applications and scaling machine learning applications. And, well, initially we were running around Berkeley trying to get all of our friends to try it out and, and adopt it and, you know, and give us feedback. And if it didn't work, we would debug it right away. And that slow, you know, that gradually turned into more companies starting to adopt it, bigger teams starting to adopt it, external contributors starting to, to contribute back to the open source project and make it better. And, you know, before you know it, we were hosting meetups, giving to talks, running tutorials, and the project was just taking off. And so that's a big part of what we continue to develop today at any scale, is like really fostering this open source community, growing the open source user base, making sure Ray is just the best way to scale Python applications and, and machine learning applications. >>So, so this was a graduate school project That's right. You say on, on your way to getting your doctorate and now you commercializing now, right? Yeah. I mean, so you're being able to offer it, first off, what a journey that was, right? I mean, who would've thought Absolutely. I guess you probably did think that at some point, but >>No, you know, when we started, when we were working on Ray, we actually didn't anticipate becoming a company, or we at least just weren't looking that far ahead. We were really excited about solving this problem of making distributed computing easy, you know, getting to the point where developers just don't have to learn about infrastructure and distributed systems, but get all the benefits. And of course, it wasn't until, you know, later on as we were graduating from Berkeley and we wanted to continue really taking this project further and, and really solving this problem that it, we realized it made sense to start a company. >>So help me out, like, like what, what, and I might have missed this, so I apologize if I did, but in terms of, of Ray's that building block and essential for your, your ML or AI work down the road, you know, what, what is it doing for me or what, what will it allow me to do in either one of those realms that I, I can't do now? >>Yeah. And so, so like why use Ray versus not using Ray? Yeah, I think the, the answer is that you, you know, if you're doing ai, you need to scale. It's becoming, if you don't find that to be the case today, you probably will tomorrow, you know, or the day after that. And so it's really increasingly, it's a requirement. It's not an option. And so if you're scaling, if you're trying to build these scalable applications you are building, you're either going to use Ray or, or something like Ray or you're going to build the infrastructure yourself and building the infrastructure yourself, that's a long journey. >>So why take that on, right? >>And many of the companies we work with don't want to be in the business of building and managing infrastructure. No. Because, you know, if they, they want their their best engineers to build their product, right? To, to get their product to market faster. >>I want, I want you to do that for me. >>Right? Exactly. And so, you know, we can really accelerate what these teams can do and, you know, and if we can make the infrastructure something they just don't have to think about, that's, that's why you would choose to use Ray. >>Okay. You know, between a and I and ml are, are they different animals in terms of what you're trying to get done or what Ray can do? >>Yeah, and actually I should say like, it's not just, you know, teams that are new teams that are starting out, that are using Ray, many companies that have built, already built their own infrastructure will then switch to using Ray. And to give you a few examples, like Uber runs all their deep learning on Ray, okay. And, you know, open ai, which is really at the frontier of training large models and, and you know, pushing the boundaries of, of ai, they train their largest models using Ray. You know, companies like Shopify rebuilt their entire machine learning platform using Ray, >>But they started somewhere else. >>They had, this is all, you know, like, it's not like the v1, you know, of their, of their machine learning infrastructure. This is like, they did it a different way before, this is like the second version or the third iteration of of, of how they're doing it. And they realize often it's because, you know, I mean in the case of, of Uber, just to give you one example, they built a system called hova for scaling deep learning on a bunch of GPUs. Right Now, as you scale deep learning on GPUs for them, the bottleneck shifted away from, you know, as you scale GPU's training, the bottleneck shifted away from training and to the data ingest and pre-processing. And they wanted to scale data ingest and pre-processing on CPUs. So now Hova, it's a deep learning framework. It doesn't do the data ingest and pre-processing on CPUs, but you can, if you run Hova on top of Ray, you can scale training on GPUs. >>And then Ray has another library called Ray Data you can, that lets you scale the ingest and pre-processing on CPUs. You can pipeline them together. And that allowed them to train larger models on more data before, just to take one example, ETA prediction, if you get in an Uber, it tells you what time you're supposed to arrive. Sure. That uses a deep learning model called d eta. And before they were able to train on about two weeks worth of data. Now, you know, using Ray and for scaling the data, ingestive pre-processing and training, they can train on much more data. You know, you can get more accurate ETA predictions. So that's just one example of the kind of benefit they were able to get. Right. Also, because it's running on top of, of Ray and Ray has this ecosystem of libraries, you know, they can also use Ray's hyper parameter tuning library to do hyper parameter tuning for their deep learning models. >>They can also use it for inference and you know, because these are all built on top of Ray, they inherit the like, elasticity and fault tolerance of running on top of Ray. So really it simplifies things on the infrastructure side cuz there's just, if you have Ray as common infrastructure for your machine learning workloads, there's just one system to, to kind of manage and operate. And if you are, it simplifies things for the end users like the developers because from their perspective, they're just writing a Python application. They don't have to learn how to use three different distributed systems and stitch them together and all of this. >>So aws, before I let you go, how do they come into play here for you? I mean, are you part of the showcase, a startup showcase? So obviously a major partner and major figure in the offering that you're presenting >>People? Yeah, well you can run. So any scale is a managed ray service. Like any scale is just the best way to run Ray and deploy Ray. And we run on top of aws. So many of our customers are, you know, using Ray through any scale on aws. And so we work very closely together and, and you know, we have, we have joint customers and basically, and you know, a lot of the value that any scale is adding on top of Ray is around the production story. So basically, you know, things like high availability, things like failure handling, retry alerting, persistence, reproducibility, these are a lot of the value, the values of, you know, the value that our platform adds on top of the open source project. A lot of stuff as well around collaboration, you know, imagine you are, you, something goes wrong with your application, your production job, you want to debug it, you can just share the URL with your, your coworker. They can click a button, reproduce the exact same thing, look at the same logs, you know, and, and, and figure out what's going on. And also a lot around, one thing that's, that's important for a lot of our customers is efficiency around cost. And so we >>Support every customer. >>Exactly. A lot of people are spending a lot of money on, on aws. Yeah. Right? And so any scale supports running out of the box on cheaper like spot instances, these preempt instances, which, you know, just reduce costs by quite a bit. And so things like that. >>Well, the company is any scale and you're on the show floor, right? So if you're having a chance to watch this during reinvent, go down and check 'em out. Robert Ashihara joining us here, the co-founder and ceo and Robert, thanks for being with us. Yeah. Here on the cube. Really enjoyed it. Me too. Thanks so much. Boy, three years graduate program and boom, here you are, you know, with off to the enterprise you go. Very nicely done. All right, we're gonna continue our coverage here on the Cube with more here from Las Vegas. We're the Venetian, we're AWS Reinvent 22 and you're watching the Cube, the leader in high tech coverage.

Published Date : Dec 1 2022

SUMMARY :

scale as the co-founder and CEO of the company, Robert and n, you are Robert. And thank you. for those at home and might not be familiar with what you do. Three years now. Yeah, So if you wanna do do ai, you're not, you're probably not just doing it on your laptop, It just, you know, we'll handle that for you. I mean, you talk about the complexity. can fail, one is the scale required, you know, moving. And how do you remain flexible? I think you said you worked on it you know, machine learning researchers, machine learning practitioners were building their own tooling And, you know, before you know it, we were hosting meetups, I guess you probably did think that at some point, distributed computing easy, you know, getting to the point where developers just don't have to learn It's becoming, if you don't find that to be the case today, No. Because, you know, if they, they want their their best engineers to build their product, And so, you know, we can really accelerate what these teams can do to get done or what Ray can do? And to give you a few examples, like Uber runs all their deep learning on Ray, They had, this is all, you know, like, it's not like the v1, And then Ray has another library called Ray Data you can, that lets you scale the ingest and pre-processing on CPUs. And if you are, it simplifies things for the end users reproduce the exact same thing, look at the same logs, you know, and, and, and figure out what's going on. these preempt instances, which, you know, just reduce costs by quite a bit. Boy, three years graduate program and boom, here you are, you know, with off to the enterprise you

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
RobertPERSON

0.99+

Robert NishiharaPERSON

0.99+

John WallsPERSON

0.99+

Robert AshiharaPERSON

0.99+

sixQUANTITY

0.99+

UberORGANIZATION

0.99+

RayPERSON

0.99+

Las VegasLOCATION

0.99+

Annie ScalePERSON

0.99+

90%QUANTITY

0.99+

ThreeQUANTITY

0.99+

BerkeleyLOCATION

0.99+

80QUANTITY

0.99+

GoogleORGANIZATION

0.99+

Three yearsQUANTITY

0.99+

PythonTITLE

0.99+

second versionQUANTITY

0.99+

tomorrowDATE

0.99+

FacebookORGANIZATION

0.99+

ShopifyORGANIZATION

0.99+

AWSORGANIZATION

0.99+

12 weeksQUANTITY

0.99+

todayDATE

0.99+

third iterationQUANTITY

0.99+

one systemQUANTITY

0.99+

one exampleQUANTITY

0.99+

RayORGANIZATION

0.98+

three yearsQUANTITY

0.98+

oneQUANTITY

0.97+

about two weeksQUANTITY

0.96+

firstQUANTITY

0.96+

thousands of machinesQUANTITY

0.92+

awsORGANIZATION

0.91+

one thingQUANTITY

0.91+

AnyscalePERSON

0.9+

hovaTITLE

0.84+

HovaTITLE

0.83+

VenetianLOCATION

0.81+

moneyQUANTITY

0.79+

Reinvent 22EVENT

0.78+

InventEVENT

0.76+

threeQUANTITY

0.74+

Startup ShowcaseEVENT

0.71+

RayTITLE

0.67+

Reinvent 22TITLE

0.65+

2022 - Global Startup ProgramTITLE

0.63+

thingsQUANTITY

0.62+

ceoPERSON

0.58+

BerkeleyORGANIZATION

0.55+

v1TITLE

0.47+

StartupOTHER

0.38+

Kevin Zawodzinski, Commvault & Paul Meighan, Amazon S3 & Glacier | AWS re:Invent 2022


 

(upbeat music) >> Welcome back friends. It's theCUBE LIVE in Las Vegas at the Venetian Expo, covering the first full day of AWS re:Invent 2022. I'm Lisa Martin, and I have the privilege of working much of this week with Dave Vellante. >> Hey. Yeah, it's good to be with you Lisa. >> It's always good to be with you. Dave, this show is, I can't say enough about the energy. It just keeps multiplying as I've been out on the show floor for a few minutes here and there. We've been having great conversations about cloud migration, digital transformation, business transformation. You name it, we're talking about it. >> Yeah, and I got to say the soccer Christians are really happy. (Lisa laughing) >> Right? Because the USA made it through. So that's a lot of additional excitement. >> That's true. >> People were crowded around the TVs at lunchtime. >> They were, they were. >> So yeah, but back to data. >> Back to data. We have a couple of guests here. We're going to be talking a lot with customer challenges, how they're helping to overcome them. Please welcome Kevin Zawodzinski, VP of Sales Engineering at COMMVAULT. >> Thank you. >> And Paul Meighan, Director of Product Management at AWS. Guys, it's great to have you on the program. Thank you for joining us. >> Thanks for having us. >> Thanks for having us. >> Isn't it great to be back in person? >> Paul: It really is. >> Kevin: Hell, yeah. >> You cannot replicate this on virtual, you just can't. It's nice to see how excited people are to be back. There's been a ton of buzz on our program today about Adam's keynote this morning. Amazing. A lot of synergies with the direction, Paul, that AWS is going in and where we're seeing its ecosystem as well. Paul, first question for you. Talk about, you know, in the customer environment, we know AWS is very customer obsessed. Some of the main challenges customers are facing today is they really continue this business transformation, this digital transformation, and they move to cloud native apps. What are some of those challenges and how do you help them eradicate those? >> Well, I can tell you that the biggest contribution that we make is really by focusing on the fundamentals when it comes to running storage at scale, right? So Amazon S3 is unique, distributed architecture, you know, it really does deliver on those fundamentals of durability, availability, performance, security and it does it at virtually unlimited scale, right? I mean, you guys have talked to a lot of storage folks in the industry and anyone who's run an estate at scale knows that doing that and executing on those fundamentals day after day is just super hard, right? And so we come to work every day, we focus on the fundamentals, and that focus allows customers to spend their time thinking about innovation instead of on how to keep their data durably stored. >> Well, and you guys both came out of the storage world. >> Right. >> Yeah, yeah. >> It was a box world, (Kevin laughs) and it ain't no more. >> Kevin: That's right, absolutely. >> It's a service and a service of scale. >> Kevin: Yeah. So architecture matters, right? >> Yeah. >> Yeah. >> Paul, talk a little bit about, speaking of innovation, talk about the evolution of S3. It's been around for a while now. Everyone knows it, loves it, but how has AWS architected it to really help meet customers where they are? >> Paul: Right. >> Because we know, again, there's that customer first focus. You write the press release down the road, you then follow that. How is it evolving? >> Well, I can tell you that architecture matters a lot and the architecture of Amazon S3 is pretty unique, right? I think, you know, the most important thing to understand about the architecture of S3 is that it is truly a regional service. So we're laid out across a minimum of 3 Availability Zones, or AZs, which are physically separated and isolated and have a distance of miles between them to protect against local events like floods and fires and power interruption, stuff like that. And so when you give us an object, we distribute that data across that minimum of 3 Availability Zones and then within multiple devices within each AZ, right? And so what that means is that when you store data with us, your data is on storage that's able to tolerate the failure of multiple devices with no impact to the integrity of your data, which is super powerful. And then again, super hard to do when you're trying to roll your own. So that's sort of a, like an overview of the architecture. In terms of how we think about our roadmap, you know, 90% of our roadmap comes directly from what customers tell us matters, and that's a tenant of how we think about customer obsession at AWS and it really is how we drive a roadmap. >> Right, so speaking of customers Kevin, what are customers asking you guys- >> Yeah. >> for, how does it relate to what you're doing with S3? >> Yeah, it's a wonderful question and one that is actually really appropriate for us being at re:Invent, right? So we got, last three years we've had customers here with us on stage talking about it. First of all, 3 years ago we did a virtual session, unfortunately, but glad to be back as you mentioned, with Coca-Cola and theirs was about scale and scope and really about how can we protect hundreds of thousands of objects, petabyte to data, in a simple and secure way, right. Then last year we actually met with a ACT, Inc. as well and co-presented with them and really talked about how we could protect modern workloads and their modern workloads around whether it was Aurora or as well as EKS and how they continue to evolve as well. And, last but not least it's going to be, this year we're talking with Illinois State University as well about how they're going to continue to grow, adapt and really leverage AWS and ourselves to further their support of their teachers and their staff. So that is really helping us quite a bit to continue to move forward. And the things we're doing, again, with our customer base it's really around, focused on what's important to them, right? Customer obsession, how are we working with that? How are we making sure that we're listening to them? Again, working with AWS to understand how can we evolve together and really ultimately their journeys. As you heard, even with those 3 examples they're all very different, right? And that's the point, is that everybody's at a different point in the journey. They're at a different place from a modernization perspective. So we're helping them evolve, as they're helping us evolve as well, and transform with AWS. >> So very mature COMMVAULT stack, the S3 bucket and all the other capabilities. Paul, you just talked about coming together- >> Right. >> Dave: for your customers. >> Yeah, yeah, absolutely. And just, you know, we were talking the other day, Paul and I were talking the other day, it's been, you know, we've worked with AWS, with integration since 2009, right? So a long time, right? I mean, for some that may not seem like a long time ago, but it is, right? It's, you know, over a decade of time and we've really advanced that integration considerably as well. >> What are some of the things that, I don't know if you had a chance to see the keynote this morning? >> Yeah, a little bit. >> What are some of the things that there was, and in fact this is funny, funny data point for you on data. One of my previous guests told me that Adam Selipsky spent exactly 52 minutes talking about data this morning. 52 minutes. >> Okay. >> That there's a data point. But talk about some of the things that he talked about, the direction AWS is going in, obviously new era in the last year. Talk about what you heard and how you think that will evolve the COMMVAULT-AWS relationship. >> Yeah, I think part of that is about flexibility, as Paul mentioned too, architecture matters, right? So as we evolve and some of the things that we pride ourselves on is that we developed our systems and our software and everything else to not worry about what do I have to build to today but how do I continue to evolve with my customer base? And that's what AWS does, right? And continues to do. So that's really how we would see the data environment. It's really about that integration. As they grow, as they add more features we're going to add more features as well. And we're right there with them, right? So there's a lot of things that we also talk about, Paul and I talk about, around, you know, how do we, like Graviton3 was brought up today around some of the innovations around that. We're supporting that with Auto Scale right now, right? So we're right there releasing, right when AWS releasing, co-developing things when necessary as well. >> So let's talk about security a little bit. First of all, what is COMMVAULT, right? You're not a security company but you're an adjacency to security. It's sort of, we're rethinking security. >> Kevin: Yep. >> including data protection, not a bolt-on anymore. You guys both have a background in that world and I'm sure that resonates. >> Yeah. >> So what is the security play here? What role does COMMVAULT play? I think we know pretty well what role AWS plays, but love to hear, Paul, your thoughts as well on security. >> Yeah, I'll start I guess. >> Go on Paul. >> Okay. Yeah, so on the security side of things, there's a quite a few things. So again, on the development side of things, we do things like file anomaly detection, so seeing patterns in data. We talked a lot about analytics as well in the keynote this morning. We look at what is happening in the customer environment, if there's something odd or out of place that's happening, we can detect that and we'll notify people. And we've seen that, we have case studies about that. Other things we do are simple, simple but elegant. Is with our security dashboard. So we'll use our security dashboard to show best practices. Are they using Multi-Factor Authentication? Are you viewing password complexity? You know, things like that. And allows people to understand from a security landscape perspective, how do we layer in protection with their other systems around security. We don't profess to be the security company, or a security company, but we help, you know, obviously add in those additional layers. >> And obviously you're securing, you know, the S3 piece of it. >> Mmmhmm. >> You know, from your standpoint because building it in. >> That's right. And we can tell you that for us, security is job zero. And anyone at AWS will tell you that, and not only that but it will always be our top priority. Right from the infrastructure on down. We're very focused on our shared responsibility model where we handle security from the hypervisor, or host operating system level, down to the physical security of the facilities in which our services run and then it's our customer's responsibility to build secure applications, right. >> Yeah. And you talk about Graviton earlier, Nitro comes into play and how you're, sort of, fencing off, you know, the various components of the system from the operating system, the VMs, and then that is designed in and that's a new evolution that it comes as part of the package. >> Yeah, absolutely. >> Absolutely. >> Paul, talk a little bit about, you know, security, talking about that we had so many conversations this year alone about the threat landscape and how it's dramatically changing, it's top of mind for everybody. Huge rise in ransomware attacks. Ransomware is now, when are we going to get hit? How often? What's the damage going to be? Rather than, are we going to get hit? It's, unfortunately it's progressed in that direction. How does ensuring data security impact how you're planning the roadmap at AWS and how are partners involved in shaping that? >> Right, so like I said, you know, 90% of our roadmap comes from what customers tell us matters, right? And clearly this is an issue that matters very much to customers right now, right? And so, you know, we're certainly hearing that from customers, and COMMVAULT, and partners like COMMVAULT have a big role to play in helping customers to secure and protect their applications, right? And that's why it's so critical that we come together here at re:Invent and we have a bunch of time here at the show with the COMMVAULT technical folks to talk through what they're hearing from customers and what we're hearing. And we have a number of regular touch points throughout the year as well, right? And so what COMMVAULT gets from the relationship is, sort of, early access and feedback into our features and roadmap. And what we get out of it really is that feedback from that large number of customers who interface with Amazon S3 through COMMVAULT. Who are using S3 as a backup target behind COMMVAULT, right? And so, you know, that partnership really allows us to get close to those customers and understand what really matters to them. >> Are you doing joint engineering, or is it more just, hey here you go COMMVAULT, here's the tools available, go, go build. Can you address that? >> Yeah, no, absolutely. There's definitely joint engineering like even things around, you know, data migration and movement of data, we integrate really well and we talk a lot about, hey, what are you, like as Paul mentioned, what are you seeing out there? We actually, I just left a conversation about an hour ago where we're talking about, you know, where are we seeing placement of data and how does that matter to, do you put it on, you know, instant access, or do you put it on Glacier, you know, what should be the best practices? And we tell them, again, some of the telemetry data that we have around what do we see customers doing, what's the patterns of data? And then we feed that back in and we use that to create joint solutions as well. >> You know, I wonder if we could talk about cloud, you know, optimization of cloud costs for a minute. That's obviously a big discussion point in the hallways with customers. And on your earnings call you guys talked about specifically some customers and they specifically mentioned, for example, pushing storage to lower cost tiers. So you brought up Glacier just then. What are you seeing in the field in that regard? How are customers taking advantage of that? And where does COMMVAULT play in, sort of, helping make that decision? >> You want to take part one or you want me to take it? >> I can take part one. I can tell you that, you know, we're very focused on helping customers optimize costs, however necessary, right? And, you know, we introduced intelligent hearing here at the show in 2019 and since launch it's helped customers to reduce costs by over $750 million, right? So that's a real commitment to optimizing costs on behalf of customers. We also launched, you know, later in 2020, Glacier Deep Archive, which is the lowest cost storage in the cloud. So it's an important piece of the puzzle, is to provide those storage options that can allow customers to match the workloads that are, that need to be on folder storage to the appropriate store. >> Yeah, and so, you know, S3 is not this, you know, backup and recovery system, not an archiving system and, you know, in terms of, but you have that intelligence in your platform. 'Cause when I heard that from the earnings call I was like, okay, how do customers then go about deciding what they can, you know, when it's all good times, like yeah, who cares? You know, just go, go, go. But when you got to tighten the belt, how do you guys? >> Yeah, and that goes back to understanding the data pattern. So some of that is we have intelligence and artificial intelligence and everything else and machine learning within our, so we can detect those patterns, right? We understand the patterns, we learn from that and we help customers right size, right. So ultimately we do see a blend, right? As Paul mentioned, we see, you know, hey I'm not going to put everything on Glacier necessarily upfront. Maybe they are, it all depends on their workloads and patterns. So we use the data that we collect from the different customers that we have to share those best practices out and create, you know, the right templates, so to speak, in ways for people to apply it. >> Guys, great joint, you talked about the joint engineering, joint go to market, obviously a very strong synergistic partnership between the two. A lot of excitement. This is only day one, I can only imagine what's going to be coming the next couple of days. But I have one final question for you, but I have same question for both of you. You had the chance to create your own bumper sticker, so you get a shiny new car and for some reason you want to put a bumper sticker on it. About COMMVAULT, what would it say? >> Yeah, so for me I would say comprehensive, yet simple, right? So ultimately about giving you all the bells and whistles but if you want to be very simple we can help you in every shape and form. >> Paul, what's your bumper sticker say about AWS? >> I would say that AWS starts with the customer and works backwards from there. >> Great one. >> Excellent. Guys- >> Kevin: Well done. >> it's been a pleasure to have you on the program. Thank you- >> Kevin: Thank you. >> for sharing what's going on, the updates on the AWS-COMMVAULT partnership and what's in it for customers. We appreciate it. >> Dave: Thanks you guys. >> Thanks a lot. >> Thank you. >> All right. For our guests and Dave Vellante, I'm Lisa Martin. You're watching theCUBE, the leader in live enterprise and emerging tech coverage. (upbeat music)

Published Date : Nov 30 2022

SUMMARY :

Vegas at the Venetian Expo, to be with you Lisa. It's always good to be with you. Yeah, and I got to say the Because the USA made it through. around the TVs at lunchtime. how they're helping to overcome them. have you on the program. and how do you help them eradicate those? and that focus allows customers to Well, and you guys both and it ain't no more. architecture matters, right? but how has AWS architected it to you then follow that. And so when you give us an object, and really about how can we protect and all the other capabilities. And just, you know, we What are some of the Talk about what you heard and how Paul and I talk about, around, you know, First of all, what is COMMVAULT, right? in that world and I'm sure that resonates. but love to hear, Paul, your but we help, you know, you know, the S3 piece of it. You know, from your standpoint And anyone at AWS will tell you that, sort of, fencing off, you know, What's the damage going to be? And so, you know, that partnership really Are you doing joint engineering, like even things around, you know, could talk about cloud, you know, We also launched, you know, Yeah, and so, you know, and create, you know, the right templates, You had the chance to create we can help you in every shape and form. and works backwards from there. have you on the program. the updates on the the leader in live enterprise

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Dave VellantePERSON

0.99+

Lisa MartinPERSON

0.99+

AWSORGANIZATION

0.99+

Kevin ZawodzinskiPERSON

0.99+

PaulPERSON

0.99+

Paul MeighanPERSON

0.99+

Adam SelipskyPERSON

0.99+

Dave VellantePERSON

0.99+

AdamPERSON

0.99+

KevinPERSON

0.99+

DavePERSON

0.99+

90%QUANTITY

0.99+

2019DATE

0.99+

LisaPERSON

0.99+

AmazonORGANIZATION

0.99+

3 Availability ZonesQUANTITY

0.99+

last yearDATE

0.99+

2009DATE

0.99+

Las VegasLOCATION

0.99+

ACT, Inc.ORGANIZATION

0.99+

3 examplesQUANTITY

0.99+

GlacierORGANIZATION

0.99+

52 minutesQUANTITY

0.99+

bothQUANTITY

0.99+

Illinois State UniversityORGANIZATION

0.99+

OneQUANTITY

0.99+

twoQUANTITY

0.99+

first questionQUANTITY

0.99+

over $750 millionQUANTITY

0.99+

3 years agoDATE

0.99+

S3TITLE

0.99+

this yearDATE

0.98+

COMMVAULTORGANIZATION

0.98+

eachQUANTITY

0.98+

CommvaultPERSON

0.98+

firstQUANTITY

0.97+

one final questionQUANTITY

0.97+

hundreds of thousands of objectsQUANTITY

0.97+

Florian Berberich, PRACE AISBL | SuperComputing 22


 

>>We're back at Supercomputing 22 in Dallas, winding down day four of this conference. I'm Paul Gillan, my co-host Dave Nicholson. We are talking, we've been talking super computing all week and you hear a lot about what's going on in the United States, what's going on in China, Japan. What we haven't talked a lot about is what's going on in Europe and did you know that two of the top five supercomputers in the world are actually from European countries? Well, our guest has a lot to do with that. Florian, bearish, I hope I pronounce that correctly. My German is, German is not. My strength is the operations director for price, ais, S B L. And let's start with that. What is price? >>So, hello and thank you for the invitation. I'm Flon and Price is a partnership for Advanced Computing in Europe. It's a non-profit association with the seat in Brussels in Belgium. And we have 24 members. These are representatives from different European countries dealing with high performance computing in at their place. And we, so far, we provided the resources for our European research communities. But this changed in the last year, this oral HPC joint undertaking who put a lot of funding in high performance computing and co-funded five PET scale and three preis scale systems. And two of the preis scale systems. You mentioned already, this is Lumi and Finland and Leonardo in Bologna in Italy were in the place for and three and four at the top 500 at least. >>So why is it important that Europe be in the top list of supercomputer makers? >>I think Europe needs to keep pace with the rest of the world. And simulation science is a key technology for the society. And we saw this very recently with a pandemic, with a covid. We were able to help the research communities to find very quickly vaccines and to understand how the virus spread around the world. And all this knowledge is important to serve the society. Or another example is climate change. Yeah. With these new systems, we will be able to predict more precise the changes in the future. So the more compute power you have, the better the smaller the grid and there is resolution you can choose and the lower the error will be for the future. So these are, I think with these systems, the big or challenges we face can be addressed. This is the climate change, energy, food supply, security. >>Who are your members? Do they come from businesses? Do they come from research, from government? All of the >>Above. Yeah. Our, our members are public organization, universities, research centers, compute sites as a data centers, but But public institutions. Yeah. And we provide this services for free via peer review process with excellence as the most important criteria to the research community for free. >>So 40 years ago when, when the idea of an eu, and maybe I'm getting the dates a little bit wrong, when it was just an idea and the idea of a common currency. Yes. Reducing friction between, between borders to create a trading zone. Yes. There was a lot of focus there. Fast forward to today, would you say that these efforts in supercomputing, would they be possible if there were not an EU super structure? >>No, I would say this would not be possible in this extent. I think when though, but though European initiatives are, are needed and the European Commission is supporting these initiatives very well. And before praise, for instance 2008, there were research centers and data centers operating high performance computing systems, but they were not talking to each other. So it was isolated praise created community of operation sites and it facilitated the exchange between them and also enabled to align investments and to, to get the most out of the available funding. And also at this time, and still today for one single country in Europe, it's very hard to provide all the different architectures needed for all the different kind of research communities and applications. If you want to, to offer always the latest technologies, though this is really hardly possible. So with this joint action and opening the resources for other research groups from other countries, you, we, we were able to, yeah, get access to the latest technology for different communities at any given time though. And >>So, so the fact that the two systems that you mentioned are physically located in Finland and in Italy, if you were to walk into one of those facilities and meet the people that are there, they're not just fins in Finland and Italians in Italy. Yeah. This is, this is very much a European effort. So this, this is true. So, so in this, in that sense, the geography is sort of abstracted. Yeah. And the issues of sovereignty that make might take place in in the private sector don't exist or are there, are there issues with, can any, what are the requirements for a researcher to have access to a system in Finland versus a system in Italy? If you've got a EU passport, Hmm. Are you good to go? >>I think you are good to go though. But EU passport, it's now it becomes complicated and political. It's, it's very much, if we talk about the recent systems, well first, let me start a praise. Praise was inclusive and there was no any constraints as even we had users from US, Australia, we wanted just to support excellence in science. And we did not look at the nationality of the organization, of the PI and and so on. There were quotas, but these quotas were very generously interpreted. So, and if so, now with our HPC joint undertaking, it's a question from what European funds, these systems were procured and if a country or being country are associated to this funding, the researchers also have access to these systems. And this addresses basically UK and and Switzerland, which are not in the European Union, but they were as created to the Horizon 2020 research framework. And though they could can access the systems now available, Lumi and Leono and the Petascale system as well. How this will develop in the future, I don't know. It depends to which research framework they will be associated or not. >>What are the outputs of your work at price? Are they reference designs? Is it actual semiconductor hardware? Is it the research? What do you produce? >>So the, the application we run or the simulation we run cover all different scientific domains. So it's, it's science, it's, but also we have industrial let projects with more application oriented targets. Aerodynamics for instance, for cars or planes or something like this. But also fundamental science like the physical elementary physics particles for instance or climate change, biology, drug design, protein costa, all these >>Things. Can businesses be involved in what you do? Can they purchase your, your research? Do they contribute to their, I'm sure, I'm sure there are many technology firms in Europe that would like to be involved. >>So this involving industry though our calls are open and is, if they want to do open r and d, they are invited to submit also proposals. They will be evaluated and if this is qualifying, they will get the access and they can do their jobs and simulations. It's a little bit more tricky if it's in production, if they use these resources for their business and do not publish the results. They are some, well, probably more sites who, who are able to deal with these requests. Some are more dominant than others, but this is on a smaller scale, definitely. Yeah. >>What does the future hold? Are you planning to, are there other countries who will be joining the effort, other institutions? Do you plan to expand your, your scope >>Well, or I think or HPC joint undertaking with 36 member states is quite, covers already even more than Europe. And yeah, clearly if, if there are other states interest interested to join that there is no limitation. Although the focus lies on European area and on union. >>When, when you interact with colleagues from North America, do you, do you feel that there is a sort of European flavor to supercomputing that is different or are we so globally entwined? No. >>So research is not national, it's not European, it's international. This is also clearly very clear and I can, so we have a longstanding collaboration with our US colleagues and also with Chap and South Africa and Canada. And when Covid hit the world, we were able within two weeks to establish regular seminars inviting US and European colleagues to talk to to other, to each other and exchange the results and find new collaboration and to boost the research activities. So, and I have other examples as well. So when we, we already did the joint calls US exceed and in Europe praise and it was a very interesting experience. So we received applications from different communities and we decided that we will review this on our side, on European, with European experts and US did it in US with their experts. And you can guess what the result was at the meeting when we compared our results, it was matching one by one. It was exactly the same. Recite >>That it, it's, it's refreshing to hear a story of global collaboration. Yeah. Where people are getting along and making meaningful progress. >>I have to mention you, I have to to point out, you did not mention China as a country you were collaborating with. Is that by, is that intentional? >>Well, with China, definitely we have less links and collaborations also. It's also existing. There, there was initiative to look at the development of the technologies and the group meet on a regular basis. And there, there also Chinese colleagues involved. It's on a lower level, >>Yes, but is is the con conversations are occurring. We're out of time. Florian be operations director of price, European Super Computing collaborative. Thank you so much for being with us. I'm always impressed when people come on the cube and submit to an interview in a language that is not their first language. Yeah, >>Absolutely. >>Brave to do that. Yeah. Thank you. You're welcome. Thank you. We'll be right back after this break from Supercomputing 22 in Dallas.

Published Date : Nov 18 2022

SUMMARY :

Well, our guest has a lot to do with that. And we have 24 members. And we saw this very recently with excellence as the most important criteria to the research Fast forward to today, would you say that these the exchange between them and also enabled to So, so the fact that the two systems that you mentioned are physically located in Finland nationality of the organization, of the PI and and so on. But also fundamental science like the physical Do they contribute to their, I'm sure, I'm sure there are many technology firms in business and do not publish the results. Although the focus lies on European area is different or are we so globally entwined? so we have a longstanding collaboration with our US colleagues and That it, it's, it's refreshing to hear a story of global I have to mention you, I have to to point out, you did not mention China as a country you the development of the technologies and the group meet Yes, but is is the con conversations are occurring. Brave to do that.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Dave NicholsonPERSON

0.99+

Paul GillanPERSON

0.99+

Florian BerberichPERSON

0.99+

BrusselsLOCATION

0.99+

FinlandLOCATION

0.99+

EuropeLOCATION

0.99+

USLOCATION

0.99+

European CommissionORGANIZATION

0.99+

DallasLOCATION

0.99+

ItalyLOCATION

0.99+

BolognaLOCATION

0.99+

twoQUANTITY

0.99+

24 membersQUANTITY

0.99+

FlorianPERSON

0.99+

United StatesLOCATION

0.99+

two systemsQUANTITY

0.99+

North AmericaLOCATION

0.99+

2008DATE

0.99+

BelgiumLOCATION

0.99+

AustraliaLOCATION

0.99+

fourQUANTITY

0.99+

threeQUANTITY

0.99+

todayDATE

0.99+

last yearDATE

0.99+

EUORGANIZATION

0.99+

CovidPERSON

0.99+

pandemicEVENT

0.99+

first languageQUANTITY

0.98+

two weeksQUANTITY

0.98+

firstQUANTITY

0.98+

CanadaLOCATION

0.98+

South AfricaLOCATION

0.97+

EuropeanOTHER

0.97+

36 member statesQUANTITY

0.97+

ChapORGANIZATION

0.97+

40 years agoDATE

0.97+

Horizon 2020TITLE

0.96+

HPCORGANIZATION

0.96+

FlonORGANIZATION

0.96+

EuropeanLOCATION

0.96+

day fourQUANTITY

0.94+

ChineseOTHER

0.93+

SwitzerlandLOCATION

0.92+

UKLOCATION

0.92+

aisORGANIZATION

0.91+

one of those facilitiesQUANTITY

0.86+

five supercomputersQUANTITY

0.86+

European UnionORGANIZATION

0.85+

Lumi andORGANIZATION

0.8+

LeonardoORGANIZATION

0.79+

three preis scale systemsQUANTITY

0.78+

one single countryQUANTITY

0.78+

China,LOCATION

0.78+

PriceORGANIZATION

0.76+

FinlandORGANIZATION

0.69+

EuropeORGANIZATION

0.68+

22OTHER

0.67+

500QUANTITY

0.66+

ChinaLOCATION

0.65+

five PETQUANTITY

0.64+

S B L.PERSON

0.6+

priceORGANIZATION

0.6+

scaleOTHER

0.58+

PetascaleTITLE

0.57+

Madhura Maskasky & Sirish Raghuram | KubeCon + CloudNativeCon NA 2022


 

(upbeat synth intro music) >> Hey everyone and welcome to Detroit, Michigan. theCUBE is live at KubeCon CloudNativeCon, North America 2022. Lisa Martin here with John Furrier. John, this event, the keynote that we got out of a little while ago was, standing room only. The Solutions hall is packed. There's so much buzz. The community is continuing to mature. They're continuing to contribute. One of the big topics is Cloud Native at Scale. >> Yeah, I mean, this is a revolution happening. The developers are coming on board. They will be running companies. Developers, structurally, will be transforming companies with just, they got to get powered somewhere. And, I think, the Cloud Native at Scale speaks to getting everything under the covers, scaling up to support developers. In this next segment, we have two Kube alumnis. We're going to talk about Cloud Native at Scale. Some of the things that need to be there in a unified architecture, should be great. >> All right, it's going to be fantastic. Let's go under the covers here, as John mentioned, two alumni with us, Madhura Maskasky joins us, co-founder of Platform9. Sirish Raghuram, also co-founder of Platform9 joins us. Welcome back to theCUBE. Great to have you guys here at KubeCon on the floor in Detroit. >> Thank you for having us. >> Thank you for having us. >> Excited to be here >> So, talk to us. You guys have some news, Madhura, give us the sneak peak. What's going on? >> Definitely, we are very excited. So, we have John, not too long ago we spoke about our very new open source project called Arlon. And, we were talking about the launch of Arlon in terms of its first release and etcetera. And, just fresh hot of the press, we, Platform9 had its 5.6 release which is its most recent release of our product. And there's a number of key interesting announcements that we'd like to share as part of that. I think, the prominent one is, Platform9 added support for EKS Kubernetes cluster management. And, so, this is part of our vision of being able to add value, no matter where you run your Kubernetes clusters, because, Kubernetes or cluster management, is increasingly becoming commodity. And, so, I think the companies that succeed are going to add value on top, and are going to add value in a way that helps end users, developers, DevOps solve problems that they encounter as they start running these environments, with a lot of scale and a lot of diversity. So, towards that, key features in the 5.6 six release. First, is the very first package release of the product online, which is the open source project that we've kicked off to do cluster and application, entire cluster management at scale. And, then there's few other very interesting capabilities coming out of that. >> I want to just highlight something and then get your thoughts on this next, this release 5.6. First of all, 5.6, it's been around for a while, five reps, but, now, more than ever, you mentioned the application in Ops. You're seeing WebAssembly trends, you're seeing developers getting more and more advanced capability. It's going to accelerate their ability to write code and compose applications. So, you're seeing a application tsunami coming. So, the pressure is okay, they're going to need infrastructure to run all that stuff. And, so, you're seeing more clusters being spun up, more intelligence trying to automate. So you got the automation, so you got the dynamic, the power dynamic of developers and then under the covers. What does 5.6 do to push the mission forward for developers? How would you guys summarize that for people watching? what's in it for them right now? >> So it's, I think going back to what you just said, right, the breadth of applications that people are developing on top of something like Kubernetes and Cloud Native, is always growing. So, it's not just a number of clusters, but also the fact that different applications and different development groups need these clusters to be composed differently. So, a certain version of the application may require some set of build components, add-ons, and operators, and extensions. Whereas, a different application may require something entirely different. And, now, you take this in an enterprise context, right. Like, we had a major media company that worked with us. They have more than 10,000 pods being used by thousands of developers. And, you now think about the breadth of applications, the hundreds of different applications being built. how do you consistently build, and compose, and manage, a large number of communities clusters with a a large variety of extensions that these companies are trying to manage? That's really what I think 5.6 is bringing to the table. >> Scott Johnston just was on here early as the CEO of Docker. He said there's more applications being pushed now than in the history of application development combined. There's more and more apps coming, more and more pressure on the system. >> And, that's where, if you go, there's this famous landscape chart of the CNCF ecosystem technologies. And, the problem that people here have is, how do they put it all together? How do they make sense of it? And, what 5.6 and Arlon and what Platform9 is doing is, it's helping you declaratively capture blueprints of these clusters, using templates, and be able to manage a small number of blueprints that helps you make order out of the chaos of these hundreds of different projects, that are all very interesting and powerful. >> So Project Arlon really helping developers produce the configuration and the deployment complexities of Kubernetes at scale. >> That's exactly right. >> Talk about the, the impact on the business side. Ease of use, what's the benefits for 5.6? What's does it turn into for a benefit standpoint? >> Yeah, I think the biggest benefit, right, is being able to do Cloud Native at Scale faster, and while still keeping a very lean Ops team that is able to spend, let's say 70 plus percent of their time, caring for your actual business bread and butter applications, and not for the infrastructure that serves it, right. If you take the analogy of a restaurant, you don't want to spend 70% of your time in building the appliances or setting up your stoves etcetera. You want to spend 90 plus percent of your time cooking your own meal, because, that is your core key ingredient. But, what happens today in most enterprises is, because, of the level of automation, the level of hands-on available tooling, being there or not being there, majority of the ops time, I would say 50, 70% plus, gets spent in making that kitchen set up and ready, right. And, that is exactly what we are looking to solve, online. >> What would a customer look like, or prospect environment look like that would be really ready for platform9? What, is it more apps being pushed, big push on application development, or is it the toil of like really inefficient infrastructure, or gaps in skills of people? What does an environment look like? So, someone needs to look at their environment and say, okay, maybe I should call platform9. What's it look like? >> So, we generally see customers fall into two ends of the barbell, I would say. One, is the advanced communities users that are running, I would say, typically, 30 or more clusters already. These are the people that already know containers. They know, they've container wise... >> Savvy teams. >> They're savvy teams, a lot of them are out here. And for them, the problem is, how do I manage the complexity at scale? Because, now, the problem is how do I scale us? So, that's one end of the barbell. The other end of the barbell, is, how do we help make Kubernetes accessible to companies that, as what I would call the mainstream enterprise. We're in Detroit in Motown, right, And, we're outside of the echo chamber of the Silicon Valley. Here's the biggest truth, right. For all the progress that we made as a community, less than 20% of applications in the enterprise today are running on Kubernetes. So, what does it take? I would say it's probably less than 10%, okay. And, what does it take, to grow that in order of magnitude? That's the other kind of customer that we really serve, is, because, we have technologies like Kube Word, which helps them take their existing applications and start adopting Kubernetes as a directional roadmap, but, while using the existing applications that they have, without refactoring it. So, I would say those are the two ends of the barbell. The early adopters that are looking for an easier way to adopt Kubernetes as an architectural pattern. And, the advanced savvy users, for whom the problem is, how do they operationally solve the complexity of managing at scale. >> And, what is your differentiation message to both of those different user groups, as you talked about in terms of the number of users of Kubernetes so far? The community groundswell is tremendous, but, there's a lot of opportunity there. You talked about some of the barriers. What's your differentiation? What do you come in saying, this is why Platform9 is the right one for you, in the both of these groups. >> And it's actually a very simple message. We are the simplest and easiest way for a new user that is adopting Kubernetes as an architectural pattern, to get started with existing applications that they have, on the infrastructure that they have. Number one. And, for the savvy teams, our technology helps you operate with greater scale, with constrained operations teams. Especially, with the economy being the way it is, people are not going to get a lot more budget to go hire a lot more people, right. So, that all of them are being asked to do more with less. And, our team, our technology, and our teams, help you do more with less. >> I was talking with Phil Estes last night from AWS. He's here, he is one of their engineer open source advocates. He's always on the ground pumping up AWS. They've had great success, Amazon Web Services, with their EKS. A lot of people adopting clusters on the cloud and on-premises. But Amazon's doing well. You guys have, I think, a relationship with AWS. What's that, If I'm an Amazon customer, how do I get involved with Platform9? What's the hook? Where's the value? What's the product look like? >> Yeah, so, and it kind of goes back towards the point we spoke about, which is, Kubernetes is going to increasingly get commoditized. So, customers are going to find the right home whether it's hyperscalers, EKS, AKS, GKE, or their own infrastructure, to run Kubernetes. And, so, where we want to be at, is, with a project like Arlon, Sirish spoke about the barbell strategy, on one end there is these advanced Kubernetes users, majority of them are running Kubernetes on AKS, right? Because, that was the easiest platform that they found to get started with. So, now, they have a challenge of running these 50 to 100 clusters across various regions of Amazon, across their DevTest, their staging, their production. And, that results in a level of chaos that these DevOps or platform... >> So you come in and solve that. >> That is where we come in and we solve that. And it, you know, Amazon or EKS, doesn't give you tooling to solve that, right. It makes it very easy for you to create those number of clusters. >> Well, even in one hyperscale, let's say AWS, you got regions and locations... >> Exactly >> ...that's kind of a super cloud problem, we're seeing, opportunity problem, and opportunity is that, on Amazon, availability zones is one thing, but, now, also, you got regions. >> That is absolutely right. You're on point John. And the way we solve it, is by using infrastructure as a code, by using GitOps principles, right? Where you define it once, you define it in a yaml file, you define exactly how for your DevTest environment you want your entire infrastructure to look like, including EKS. And then you stamp it out. >> So let me, here's an analogy, I'll throw out this. You guys are like, someone learns how to drive a car, Kubernetes clusters, that's got a couple clusters. Then once they know how to drive a car, you give 'em the sports car. You allow them to stay on Amazon and all of a sudden go completely distributed, Edge, Global. >> I would say that a lot of people that we meet, we feel like they're figuring out how to build a car with the kit tools that they have. And we give them a car that's ready to go and doesn't require them to be trying to... ... they can focus on driving the car, rather than trying to build the car. >> You don't want people to stop, once they get the progressions, they hit that level up on Kubernetes, you guys give them the ability to go much bigger and stronger. >> That's right. >> To accelerate that applications. >> Building a car gets old for people at a certain point in time, and they really want to focus on is driving it and enjoying it. >> And we got four right behind us, so, we'll get them involved. So that's... >> But, you're not reinventing the wheel. >> We're not at all, because, what we are building is two very, very differentiated solutions, right. One, is, we're the simplest and easiest way to build and run Cloud Native private clouds. And, this is where the operational complexity of trying to do it yourself. You really have to be a car builder, to be able to do this with our Platform9. This is what we do uniquely that nobody else does well. And, the other end is, we help you operate at scale, in the hyperscalers, right. Those are the two problems that I feel, whether you're on-prem, or in the cloud, these are the two problems people face. How do you run a private cloud more easily, more efficiently? And, how do you govern at scale, especially in the public clouds? >> I want to get to two more points before we run out of time. Arlon and Argo CD as a service. We previously mentioned up coming into KubeCon, but, here, you guys couldn't be more relevant, 'cause Intuit was on stage on the keynote, getting an award for their work. You know, Argo, it comes from Intuit. That ArgoCon was in Mountain View. You guys were involved in that. You guys were at the center of all this super cloud action, if you will, or open source. How does Arlon fit into the Argo extension? What is Argo CD as a service? Who's going to take that one? I want to get that out there, because, Arlon has been talked about a lot. What's the update? >> I can talk about it. So, one of the things that Arlon uses behind the scenes, is it uses Argo CD, open source Argo CD as a service, as its key component to do the continuous deployment portion of its entire, the infrastructure management story, right. So, we have been very strongly partnering with Argo CD. We, really know and respect the Intuit team a lot. We, as part of this effort, in 5.6 release, we've also put out Argo CD as a service, in its GA version, right. Because, the power of running Arlon along with Argo CD as a service, in our mind, is enabling you to run on one end, your infrastructure as a scale, through GitOps, and infrastructure as a code practices. And on the other end, your entire application fleet, at scale, right. And, just marrying the two, really gives you the ability to perform that automation that we spoke about. >> But, and avoid the problem of sprawl when you have distributed teams, you have now things being bolted on, more apps coming out. So, this is really solves that problem, mainly. >> That is exactly right. And if you think of it, the way those problems are solved today, is, kind of in disconnected fashion, which is on one end you have your CI/CD tools, like Argo CD is an excellent one. There's some other choices, which are managed by a separate team to automate your application delivery. But, that team, is disconnected from the team that does the infrastructure management. And the infrastructure management is typically done through a bunch of Terraform scripts, or a bunch of ad hoc homegrown scripts, which are very difficult to manage. >> So, Arlon changes sure, as they change the complexity and also the sprawl. But, that's also how companies can die. They're growing fast, they're adding more capability. That's what trouble starts, right? >> I think in two ways, right. Like one is, as Madhura said, I think one of the common long-standing problems we've had, is, how do infrastructure and application teams communicate and work together, right. And, you've seen Argo's really get adopted by the application teams, but, it's now something that we are making accessible for the infrastructure teams to also bring the best practices of how application teams are managing applications. You can now use that to manage infrastructure, right. And, what that's going to do is, help you ultimately reduce waste, reduce inefficiency, and improve the developer experience. Because, that's what it's all about, ultimately. >> And, I know that you just released 5.6 today, congratulations on that. Any customer feedback yet? Any, any customers that you've been able to talk to, or have early access? >> Yeah, one of our large customers is a large SaaS retail company that is B2C SaaS. And, their feedback has been that this, basically, helps them bring exactly what I said in terms of bring some of the best practices that they wanted to adopt in the application space, down to the infrastructure management teams, right. And, we are also hearing a lot of customers, that I would say, large scale public cloud users, saying, they're really struggling with the complexity of how to tame the complexity of navigating that landscape and making it consumable for organizations that have thousands of developers or more. And that's been the feedback, is that this is the first open source standard mechanism that allows them to kind of reuse something, as opposed to everybody feels like they've had to build ad hoc solutions to solve this problem so far. >> Having a unified infrastructure is great. My final question, for me, before I end up, for Lisa to ask her last question is, if you had to explain Platform9, why you're relevant and cool today, what would you say? >> If I take that? I would say that the reason why Platform9, the reason why we exist, is, putting together a cloud, a hybrid cloud strategy for an enterprise today, historically, has required a lot of DIY, a lot of building your own car. Before you can drive a car, or you can enjoy the car, you really learn to build and operate the car. And that's great for maybe a 100 tech companies of the world, but, for the next 10,000 or 50,000 enterprises, they want to be able to consume a car. And that's why Platform9 exists, is, we are the only company that makes this delightfully simple and easy for companies that have a hybrid cloud strategy. >> Why you cool and relevant? How would you say it? >> Yeah, I think as Kubernetes becomes mainstream, as containers have become mainstream, I think automation at scale with ease, is going to be the key. And that's exactly what we help solve. Automation at scale and with ease. >> With ease and that differentiation. Guys, thank you so much for joining me. Last question, I guess, Madhura, for you, is, where can Devs go to learn more about 5.6 and get their hands on it? >> Absolutely. Go to platform9.com. There is info about 5.6 release, there's a press release, there's a link to it right on the website. And, if they want to learn about Arlon, it's an open source GitHub project. Go to GitHub and find out more about it. >> Excellent guys, thanks again for sharing what you're doing to really deliver Cloud Native at Scale in a differentiated way that adds ostensible value to your customers. John, and I, appreciate your insights and your time. >> Thank you for having us. >> Thanks so much >> Our pleasure. For our guests and John Furrier, I'm Lisa Martin. You're watching theCUBE Live from Detroit, Michigan at KubeCon CloudNativeCon 2022. Stick around, John and I will be back with our next guest. Just a minute. (light synth outro music)

Published Date : Oct 28 2022

SUMMARY :

One of the big topics is Some of the things that need to be there Great to have you guys here at KubeCon So, talk to us. And, just fresh hot of the press, So, the pressure is okay, they're to what you just said, right, as the CEO of Docker. of the CNCF ecosystem technologies. produce the configuration and impact on the business side. because, of the level of automation, or is it the toil of One, is the advanced communities users of the Silicon Valley. in the both of these groups. And, for the savvy teams, He's always on the ground pumping up AWS. that they found to get started with. And it, you know, Amazon or you got regions and locations... but, now, also, you got regions. And the way we solve it, Then once they know how to drive a car, of people that we meet, to go much bigger and stronger. and they really want to focus on And we got four right behind us, And, the other end is, What's the update? And on the other end, your But, and avoid the problem of sprawl that does the infrastructure management. and also the sprawl. for the infrastructure teams to also bring And, I know that you of bring some of the best practices today, what would you say? of the world, ease, is going to be the key. to learn more about 5.6 there's a link to it right on the website. to your customers. be back with our next guest.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Madhura MaskaskyPERSON

0.99+

Lisa MartinPERSON

0.99+

JohnPERSON

0.99+

John FurrierPERSON

0.99+

LisaPERSON

0.99+

AWSORGANIZATION

0.99+

Sirish RaghuramPERSON

0.99+

MadhuraPERSON

0.99+

John FurrierPERSON

0.99+

DetroitLOCATION

0.99+

AmazonORGANIZATION

0.99+

Scott JohnstonPERSON

0.99+

30QUANTITY

0.99+

70%QUANTITY

0.99+

SirishPERSON

0.99+

50QUANTITY

0.99+

Amazon Web ServicesORGANIZATION

0.99+

twoQUANTITY

0.99+

Platform9ORGANIZATION

0.99+

two problemsQUANTITY

0.99+

Phil EstesPERSON

0.99+

100 tech companiesQUANTITY

0.99+

less than 20%QUANTITY

0.99+

less than 10%QUANTITY

0.99+

Silicon ValleyLOCATION

0.99+

Detroit, MichiganLOCATION

0.99+

FirstQUANTITY

0.99+

KubeConEVENT

0.99+

bothQUANTITY

0.99+

MotownLOCATION

0.99+

first releaseQUANTITY

0.99+

more than 10,000 podsQUANTITY

0.99+

DockerORGANIZATION

0.99+

firstQUANTITY

0.99+

two alumniQUANTITY

0.99+

two waysQUANTITY

0.99+

ArlonORGANIZATION

0.99+

5.6QUANTITY

0.98+

Mountain ViewLOCATION

0.98+

OneQUANTITY

0.98+

two more pointsQUANTITY

0.98+

oneQUANTITY

0.98+

EKSORGANIZATION

0.98+

last nightDATE

0.98+

Cloud NativeTITLE

0.98+

70 plus percentQUANTITY

0.97+

one endQUANTITY

0.97+

fourQUANTITY

0.97+

90 plus percentQUANTITY

0.97+

DevTestTITLE

0.97+

ArgoORGANIZATION

0.97+

50,000 enterprisesQUANTITY

0.96+

KubeORGANIZATION

0.96+

two endsQUANTITY

0.96+

IntuitORGANIZATION

0.96+

five repsQUANTITY

0.96+

todayDATE

0.96+

KubernetesTITLE

0.95+

GitOpsTITLE

0.95+

Cloud NativeTITLE

0.95+

platform9.comOTHER

0.95+

hundreds of different applicationsQUANTITY

0.95+

Deepthi Sigireddi, PlanetScale | KubeCon + CloudNativeCon NA 2022


 

(upbeat intro music) >> Good afternoon, fellow tech nerds. My name is Savannah Peterson, coming to you from theCube's Remote Studio here in Motown, Detroit, Michigan where we are at KubeCon. John, this is our 12th interview of the day. How are you feeling? >> I'm feeling fresh as the first interview. (Savannah laughs) As always. >> That delivery really implied a level of freshness. >> Let's go! No, this is only Day 1. In three days, reinvent. We go hardcore. These are great events. We get so much great content. The conversations are amazing. The guests are awesome. They're technical, they're smart, and they're making the difference in the future. So, this next segment about Scale MySQL should be awesome. >> I am very excited to introduce our next guest who actually has a Twitter handle that I think most people, at least of my gender in this industry would love to have. She is @ATechGirl. So you can go ahead and tweet her and tell her how great this interview is while we're live. Please welcome Deepthi Sigireddi. Thank you so much for being here with us. >> Thank you for having me. >> You're feeding us in. You've got two talks you're giving while we're here. >> Yes, yes. So tomorrow we will be talking about VTR, myself and one of the other maintainers of Vitess and on Friday we have the Vitess Maintainer Talk. All graduated projects get a maintainer talk. >> Wow, so you are like KubeCon VIP celebrity. >> Well, I hope so. >> Well, you're a maintainer and technical lead, also software engineer at the PlanetScale. But talk about the graduation process where that means to the project and the people involved. >> So Vitess graduated in 2019 and there are strict criteria for graduation and you don't just have to meet the minimum, you sort of have to over perform on the graduation criteria. Some of which are like there must be at least two large production deploys and people from those companies have to go in front of the CNCF committee that approves these things and say that, "Yes, this project is critical to our business." >> A lot of peer review, a lot of deployment success. >> Yes. >> Good consistency in the code. >> Deepthi: Community diversity. >> All that. >> All those things. >> Talk about the importance of this project. What is the top story that people should know about around the project? Why it exists, why it's important, why it's relevant, why it's cool. How would you answer that? >> So MySQL is now 30 years old and yet they are still- >> Makes me feel a little sidebar. (Deepthi laughs) Yeah. >> And yet even though there are many other newer databases, it continues to be used at many of the largest internet scale companies. And some of them, for example, Slack, GitHub, Square, they have grown to a level where they could not have if they had tried to do it with Vanilla MySQL that they started with, and the only reason they are where they are is Vitess. So that is I think the number one thing people should know about Vitess. >> And the origination story on notes say "Came from YouTube." >> Yes. So the way Vitess started was that YouTube was having problems with their MySQL deployment and they got tired of dealing with the site being down. So the founders of Vitess decided that they had to do something about it and they started building Vitess which started as a pretty small, relatively code-based with limited features, and over time they built charting and all of the other things that we have today. >> Well, this is exciting Savannah because we've seen this industry. Like with Facebook, when they started, everyone built their own stuff. MySQL was a great- >> Oh gosh, and everyone wanted to build it their way, reinventing the wheel. >> And MySQL was great. And then as it kind of broke when it grew, it got retrofitted. So, it was constantly being scaled up to the point where now you guys, if I get this right, said, "Hey, we're going to work on this. We're going to make it next-gen." So it's kind of like next-gen MySQL. Almost. >> Yes, yes. I would say that's pretty accurate, yeah. So there are still large companies which run their own MySQL and they have scaled it in their own way, but Vitess happens to be an open source way of scaling MySQL that people can adopt without having to build all of their own tooling around it. >> Speaking of that and growing, you just announced a new version today. >> Yes, yes. >> Tell us about that. >> The focus in this version was to make Vitess easier to use and to deploy. So in the past, there was one glaring gap in Vitess which was that Vitess did not automatically detect and repair MySQL level failures. With this release, we've actually closed that gap. And what that means for people using Vitess is that they will actually spend less time dealing with outages manually, or less human intervention, More automated recovery is what it means. The other thing we've released today is a new web UI. Vitess had a very old web UI, ugly, hard to maintain. Nobody liked it. But it was functional, except we couldn't add anything new to it because it was so old. So, the backend functionality kept advancing but the front end was kind of frozen. Now we have a next generation UI to which in upcoming releases we can add more and more functionality. >> So, it's extensible. They add things in. >> Deepthi: Oh yes, of course. Yeah. >> Awesome. What's the biggest thing that you like about the new situation? Is it more contributors are on board the UI? What's the fresh new impact that's happening in the community? What's getting you excited about with the current project? And the UI's great 'cause usability is important. >> Deepthi: Right. >> Scalability is important. >> I think Vitess solved the scalability problem way early and only now we are really grappling with the usability problem. So the hope and the desire is to make Vitess autopilot so that you reduce human intervention to a minimum once you deploy it. Obviously, you have to go through the process of deploying it. But once you've deployed it, it should just run itself. >> Runs at scale. So, the scale's huge? >> Deepthi: Yes. >> How many contributors are involved in the project? Can you give some numbers? Do you have any handy that you can speak to? >> Right. So, CNCF actually tracks these statistics for all the projects and we consolidated some numbers for the last two full calendar years, 2020 and 2021. We had over 400 contributors and 200 plus of them contributed code and the others contributed documentation issues, website changes, and things like that. So that gives- >> How about downloads? Download's good? >> Oh, okay. So we started publishing the current official Vitess Docker Image in 2018. And by October of 2020, we had about 3.8 million downloads. And by August of 2021, we had 5.2 million. And today, we have had over 10 million downloads- >> Wow! >> Of the main image. >> Starting to see a minute of that hockey stick that we all like to see. Seems like you're very clearly a community-first leader and it seems like that's in the PlanetScale and the test's DNA. Is that how the whole company culture views it? Would you say it's community-first business? >> PlanetScale is very much committed to Vitess as an open source project and to serving the Vitess community. So as part of my role at PlanetScale, some of the things I do are helping new contributors whether they are from PlanetScale or from outside PlanetScale. A number of PlanetScale engineers who don't work full-time on Vitess still contribute bug fixes and features to Vitess. We spend a significant amount of our energy helping users in our community Slack. The releases we do are mainly for the benefit of the community and PlanetScale is making those releases because for Planet Scale... Within PlanetScale, we actually do separate releases versus the public ones. >> One of the things that's coming up here at the show is deploying on Kubernetes. How does that look like? Everyone wants ease of use. Are you guys easy to use? >> Yes, yes. So PlanetScale also open sourced a Kubernetes operator for Vitess that people outside PlanetScale are using to run their production deployments of Vitess. Prior to that, there were Vitess users who actually built their own Kubernetes deployments of Vitess and they are still running those, but new users and new adopters of Vitess tend to use the Kubernetes operator that we are publishing. >> And you guys are the managed service for Vitess for the people that that's the business model for PlanetScale. >> Correct. So PlanetScale has a serverless database on demand which is built on Vitess. So if someone's starting something new and they just need a database, you sign up. It takes 30 seconds to get a database. Connect to it and start doing things with it. Versus if you are a large enterprise and you have a huge database deployment, you can migrate to PlanetScale, import all of your existing data, cut over with minimal downtime and then go, and then PlanetScale manages that. >> And why would they do that? What's the use case for that? Save time new development team or refactoring? >> Save time not being able to hire people with the skills to run it in-house. Not wanting to invest engineering resources in what businesses think is not their core competency. They want to focus on their business value. >> So, this database is a service in their whatever they're doing without adding more costs. >> Right. >> And speed. Okay, cool. How's that going? >> It's going well. >> Any feedback from customers in terms of why that there are any benefit statements you seek popping out? What are the big... What's the big aha when they... When people realize what they have here, what's the aha moment for them? Do they go, "Wow, this is awesome. It's so easy. Push a button. Migrate." Or is it... >> All of those. And people have actually seen cost savings when they've migrated from Amazon RDS to PlanetScale and we have testimonials from people who've said that, "It was so easy to use PlanetScale. Why would we try to do it ourselves?" >> It's the best thing a customer could say, right? We're all about being painkillers and solving some sort of problem. I think that that's a great opportunity to let you show off some of your customers. So, who is receiving this benefit? 'Cause I know PlanetScale specifically is for a certain style of business. >> Hmm. We have a list of customers on the website. >> Savannah: I was going to say you have a really- >> John: She's a software engineer. She's not marketing. >> You did sexy. >> You're doing a great job as much as marketing. >> So the reason I am bringing this up is because it's clear this is a solution for companies like Square, SoundCloud, Etsy, Jordan, and other exciting brands. So when you're talking about companies at scale, these companies are very much at scale, which is awesome. >> Yeah. >> What's next? What do you guys see the future for the project? >> I think we talked about that a little bit already. So, usability is a big thing. We did the new UI. It's not complete, right? Because over the last four years we've built more features into the backend which you can't yet access from the UI. So we want to be able for people to use things like online schema changes which is a big feature of Vitess. Doing schema changes without downtime from the UI. So, schema management from the UI. Vitess has something called VReplication which is the core technology that enables charting. And right now you can from the UI monitor your charting status, but you can't actually start charting from the UI. So more of the administrative functions we want to enable from the UI. >> John: Awesome. >> Last question. What are you personally most excited about this week being here with our wonderful community? >> I always enjoy being at KubeCon. This is my fifth or sixth in-person and I've done a couple of virtual ones. >> Savannah: Awesome. >> Because of the energy, because you get to meet people in person whom previously you've only met in Slack or maybe in a monthly community Zoom calls. We always have people come to our project booth. We have a project booth here for Vitess. People come to the company booth. PlanetScale has a booth. People come to our talks, ask questions. We end up having design discussions, architecture discussions. We get feedback on what is important to the people who show up here. That always informs what we do with the project in future releases. >> Perfect answer. I already mentioned that you can get a hold and in touch with Deepthi through her wonderful Twitter handle. Is there any other website or anything you want to shout out here before I do our close? >> vitess.io. V-I-T-E-S-S dot I-O is the Vitess website and planetscale.com is the PlanetScale website. >> Deepthi Sigireddi, thank you so much for being on the show with us today. John, thanks for keeping me company as always. >> You're welcome. >> And thank all of you for tuning into theCUBE. We will be here in Detroit, Michigan all week live from KubeCon and we hope to see you there. (gentle upbeat music)

Published Date : Oct 27 2022

SUMMARY :

interview of the day. as the first interview. implied a level of freshness. difference in the future. So you You've got two talks you're myself and one of the Wow, so you are like and the people involved. in front of the CNCF committee A lot of peer review, a What is the top story Yeah. and the only reason they are And the origination story and all of the other Well, this is exciting Savannah reinventing the wheel. to the point where now you guys, and they have scaled it in their own way, Speaking of that and growing, So in the past, there was So, it's extensible. Deepthi: Oh yes, of course. in the community? So the hope and the desire So, the scale's huge? and the others contributed And by August of 2021, we had 5.2 million. and the test's DNA. for the benefit of the community One of the things that's coming up here operator that we are publishing. for the people that and you have a huge database deployment, Save time not being able to hire people So, this database is a service How's that going? What are the big... and we have testimonials It's the best thing a customers on the website. John: She's a software engineer. You're doing a great So the reason I am bringing this up into the backend which you What are you personally and I've done a couple of virtual ones. Because of the energy, that you can get a hold V-I-T-E-S-S dot I-O is the Vitess website for being on the show with us today. and we hope to see you there.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
SavannahPERSON

0.99+

JohnPERSON

0.99+

Savannah PetersonPERSON

0.99+

DeepthiPERSON

0.99+

August of 2021DATE

0.99+

YouTubeORGANIZATION

0.99+

October of 2020DATE

0.99+

2019DATE

0.99+

30 secondsQUANTITY

0.99+

EtsyORGANIZATION

0.99+

5.2 millionQUANTITY

0.99+

FridayDATE

0.99+

SquareORGANIZATION

0.99+

2021DATE

0.99+

fifthQUANTITY

0.99+

2020DATE

0.99+

sixthQUANTITY

0.99+

2018DATE

0.99+

Deepthi SigireddiPERSON

0.99+

SoundCloudORGANIZATION

0.99+

VitessORGANIZATION

0.99+

MySQLTITLE

0.99+

JordanORGANIZATION

0.99+

GitHubORGANIZATION

0.99+

CNCFORGANIZATION

0.99+

FacebookORGANIZATION

0.99+

12th interviewQUANTITY

0.99+

tomorrowDATE

0.99+

todayDATE

0.99+

30 yearsQUANTITY

0.99+

Detroit, MichiganLOCATION

0.99+

over 400 contributorsQUANTITY

0.99+

SlackORGANIZATION

0.98+

CloudNativeConEVENT

0.98+

first interviewQUANTITY

0.98+

KubeConEVENT

0.98+

PlanetScaleORGANIZATION

0.98+

AmazonORGANIZATION

0.98+

Day 1QUANTITY

0.97+

200 plusQUANTITY

0.97+

OneQUANTITY

0.97+

Motown, Detroit, MichiganLOCATION

0.97+

VitessTITLE

0.97+

vitess.ioOTHER

0.96+

about 3.8 million downloadsQUANTITY

0.96+

oneQUANTITY

0.95+

three daysQUANTITY

0.94+

over 10 million downloadsQUANTITY

0.94+

Scale MySQLTITLE

0.94+

KubernetesTITLE

0.93+

this weekDATE

0.93+

two talksQUANTITY

0.92+

TwitterORGANIZATION

0.91+

SlackTITLE

0.9+

planetscale.comOTHER

0.89+

first businessQUANTITY

0.86+

NA 2022EVENT

0.84+

Bhaskar Gorti, Platform9 | Cloud Native at Scale


 

>>Hey, welcome back everyone to Super Cloud 22. I'm John Fur, host of the Cuba here all day talking about the future of cloud. Where's all going? Making it super multi-Cloud is around the corner and public cloud is winning at the private cloud on premise and edge. Got a great guest here, Vascar go, D CEO of Platform nine. Just on the panel on Kubernetes. An enabler blocker. Welcome back. Great to have you on. >>Good to see you again. >>So Kubernetes is a blocker enabler by, with a question mark. I put on on that panel was really to discuss the role of Kubernetes. Now great conversation operations is impacted. What's thing about what you guys are doing a platform nine Is your role there as CEO and the company's position, kind of like the world spun into the direction of Platform nine while you're at the helm, >>Right? Absolutely. In fact, things are moving very well and since they came to us it was an insight to call ourselves the platform company eight years ago, right? So absolutely whether you are doing it in public clouds or private clouds, you know the application world is moving very fast in trying to become digital and cloud native. There are many options for you to run the infrastructure. The biggest blocking factor now is having a unified platform. And that's what where we come into >>Patrick, we were talking before we came on stage here about your background and we were kind of talking about the glory days in 2000, 2001 when the first ASPs application service providers came out. Kind of a SaaS vibe, but that was kind of all kind of cloud-like >>It wasn't, >>And and web services started then too. So you saw that whole growth. Now fast forward 20 years later, 22 years later, where we are now, when you look back then to here and all the different cycles, >>In fact, you know, as we were talking offline, I was in one of those asbs in the year 2000 where it was a novel concept of saying we are providing a software and a capability as a service, right? You sign up and start using it. I think a lot has changed since then. The tooling, the tools, the technology has really skyrocketed. The app development environment has really taken off exceptionally well. There are many, many choices of infrastructure now, right? So I think things are in a way the same but also extremely different. But more importantly now for any company, regardless of size, to be a digital native, to become a digital company is extremely mission critical. It's no longer a nice to have everybody's in the journey somewhere. >>Everyone is going digital transformation here. Even on a so-called downturn recession that's upcoming inflation's here. It's interesting. This is the first downturn in the history of the world where the hyperscale clouds have, have been pumping on all cylinders as an economic input. And if you look at the tech trends, GDPs down, but not tech. Nope. Because pandemic showed everyone digital transformation is here and more spend and more growth is coming even in, in tech. So this is a unique factor which proves that that digital transformation's happening and company, every company will need a super cloud >>E Everyone, every company, regardless of size, regardless of location, has to become modernize their infrastructure. And modernizing infrastructure is not just some, you know, new servers and new application tools. It's your approach, how you're serving your customers, how you're bringing agility in your organization. I think that is becoming a necessity for every enterprise to >>Survive. I wanna get your thoughts on Super Cloud because one of the things Dave, Alan and I want to do with Super Cloud and calling at that was we, I I personally, and I know Dave as well, he can, I'll speak from, he can speak for himself. We didn't like multi-cloud. I mean not because Amazon said don't call things multi-cloud, it just didn't feel right. I mean everyone has multiple clouds by default. If you're running productivity software, you have Azure and Office 365. But it wasn't truly distributed. It wasn't truly decentralized, it wasn't truly cloud enabled. It didn't, it felt like the not ready for a market yet. Yet public clouds booming on premise. Private cloud and Edge is much more on, you know, more, more dynamic, more real. >>I, yeah, I think the reason why we think super cloud is a better term than multi-cloud. Multi-cloud are more than one cloud, but they're disconnected. Okay, you have a productivity cloud, you have a Salesforce cloud, you may have, everyone has an internal cloud, right? But they're not connected. So you can say okay, it's more than one cloud. So it's you know, multi-cloud. But Supercloud is where you are actually trying to look at this holistically. Whether it is on-prem, whether it is public, whether it's at the edge, it's a store at the branch, you are looking at this as one unit. And that's where we see the, the term super cloud is more applicable because what are the qualities that you require if you're in a super cloud, right? You need choice of infrastructure, you need, but at the same time you need a single pane, a single platform for you to build your innovations on regardless of which cloud you're doing it on, right? So I think Super Cloud is actually a more tightly integrated orchestrated management philosophy we think. >>So let's get into some of the super cloud type trends that we've been reporting on. Again, the purpose of this event is to, as a pilots, to get the conversations flowing with with the influencers like yourselves who are running companies and building products and the builders, Amazon and Azure are doing extremely well. Google's coming up in third cloudworks in public cloud. We see the use cases on-premises use cases. Kubernetes has been an interesting phenomenon because it's become from the developer side a little bit, but a lot of ops people love Kubernetes. It's really more of an ops thing. You mentioned OpenStack earlier. Kubernetes kind of came out of that open stack. We need an orchestration and then containers had a good shot with, with Docker, they re pivoted the company. Now they're all in an open source. So you got containers booming and Kubernetes as a new layer there. What's, what's the take on that? What does that really mean? Is that a new defacto enabler? It >>Is here. It's for here for sure. Every enterprise somewhere in the journey is going on and you know, most companies are, 70 plus percent of them have 1, 2, 3 container based, Kubernetes based applications now being rolled out. So it's very much here, it is in production at scale by many customers and it, the beauty of it is yes, open source, but the biggest gating factor is the skillset. And that's where we have a phenomenal engineering team, right? So it's, it's one thing to buy a tool and >>Just be clear, you're a managed service for Kubernetes. >>We provide, provide a software platform for cloud acceleration as a service and it can run anywhere. It can run in public private. We have customers who do it in truly multi-cloud environments. It runs on the edge, it runs at this in stores. There are thousands of stores in a retailer. So we provide that and also for specific segments where data sovereignty and data residency are key regulatory reasons. We also on-prem as an air gap version. >>Can you give an example on how you guys are deploying your platform to enable a super cloud experience for your customer? >>Right. So I'll give you two different examples. One is a very large networking company, public networking company. They have hundreds of products, hundreds of r and d teams that are building different different products. And if you look at few years back, each one was doing it on a different platforms but they really needed to bring the agility and they worked with us now over three years where we are their build test dev pro platform where all their products are built on, right? And it has dramatically increased their agility to release new products. Number two, it actually is a light out operation. In fact the customer says like, like the Maytag service person cuz we provide it as a service and it barely takes one or two people to maintain it for them. So >>It's kinda like an SRE vibe. One person managing a >>Large 4,000 engineers building infrastructure >>On their tools, whatever >>They want on their tools. They're using whatever app development tools they use, but they use our platform. >>And what benefits are they seeing? Are they seeing speed? >>Speed, definitely. Okay. Definitely their speeding speed uniformity because now they're building able to build, so their customers who are using product A and product B are seeing a similar set of tools that are being used. >>So a big problem that's coming outta this super cloud event that we're, we're seeing and we heard it all here, ops and security teams. Cause they're kind of two part of one thing, but ops and great specifically need to catch up. Speedwise, are you delivering that value to ops and security? >>Right? So we, we work with ops and security teams and infrastructure teams and we layer on top of that. We have like a platform team. If you think about it, depending on where you have data centers, where you have infrastructure, you have multiple teams, okay, but you need a unified platform. Who's your buyer? Our buyer is usually, you know, the product divisions of companies that are looking at or the CTO would be a buyer for us functionally cio definitely. So it it's, it's somewhere in the DevOps to infrastructure. But the ideal one we are beginning to see now many large corporations are really looking at it as a platform and saying we have a platform group on which any app can be developed and it is run on any infrastructure. So the platform engineering teams, >>So you were just two sides to that coin. You've got the dev side and then >>And the infrastructure >>Side. Okay, >>Another customer, I give you an example which I would say is kind of the edge of the store. So they have thousands of stores. Retail, retail, you know food retailer, right? They have thousands of stores are on the globe, 50,000, 60,000. And they really want to enhance the customer experience that happens when you either order the product or go into the store and pick up your product or buy or browse or sit there. They have applications that were written in the nineties and then they have very modern AIML applications today. They want something that will not have to send an IT person to install rack in the store or they can't move everything to the cloud because the store operations have to be local. The menu changes based on it's classic edge. >>It's >>Classic edge, yeah. Right? They can't send it people to go install rack of servers then they can't sell software people to go install the software and any change you wanna put through that, you know, truck roll. So they've been working with us where all they do is they ship, depending on the size of the store, one or two or three little servers with instructions that >>You say little service, like how big one like a box, like a small little >>Box, right? And all the person in the store has to do like what you and I do at home and we get a, you know, a router is connect the power, connect the internet and turn the switch on. And from there we pick it up. Yeah, we provide the operating system, everything and then the applications are put on it. And so that dramatically brings the velocity for them. They manage thousands >>Of them. True plugin >>Play two plugin play thousands of stores. They manage it centrally. We do it for them, right? So, so that's another example where on the edge then we have some customers who have both a large private presence and one of the public clouds. Okay. But they want to have the same platform layer of orchestration and management that they can use regardless of the >>Location. So you guys got some success. Congratulations. Got some traction there. It's awesome. The question I want to ask you is that's come up is what is truly cloud native? Cuz there's lift and shift of the cloud >>That's not cloud >>Native. Then there's cloud native. Cloud native seems to be the driver for the super cloud. How do you talk to customers? How do you explain when someone says what's cloud native, what isn't cloud native? >>Right. Look, I think first of all, the best place to look at what is the definition and what are the attributes and characteristics of what is truly a cloud native, is CNC foundation. And I think it's very well documented where >>Youcar, of course Detroit's >>Coming in, so, so it's already there, right? So we follow that very closely, right? I think just lifting and shifting your 20 year old application onto a data center somewhere is not cloud native. Okay? You can't put to cloud, not you have to rewrite and redevelop your application and business logic using modern tools. Hopefully more open source and, and I think that's what Cloudnative is and we are seeing lot of our customers in that journey. Now everybody wants to be cloud native, but it's not that easy, okay? Because it's, I think it's first of all, skill set is very important. Uniformity of tools that there's so many tools there. Thousands and thousands of tools you could spend your time figuring out which tool to you use. Okay? So, so I think the complexities there, but the business benefits of agility and uniformity and customer experience are truly being done. >>And I'll give you an example, I don't know how clear native they are, right? And they're not a customer of ours, but you order pizzas, you do, right? If you just watch the pizza industry, how Domino's actually increase their share and mind share and wallet share was not because they were making better pizzas or not, I don't know anything about that, but the whole experience of how you order, how you watch what's happening, how it's delivered, they were the pioneer in it. To me, those are the kinds of customer experiences that cloud native can provide. >>Being agility and having that flow through the application changes what the expectations >>Are >>For the customer. >>Customer, the customer's expectations change, right? Once you get used to a better customer experience, you will not, >>Thats got to wrap it up. I wanna just get your perspective again. One of the benefits of chatting with you here and having you part of the Super Cloud 22 is you've seen many cycles, you have in a lot of insights. I want to ask you, given your career where you've been and what you've done and now the CEO of Platform nine, how would you compare what's happening now with other inflection points in the industry? And you've been, again, you've been an entrepreneur, you sold your company to Oracle, you've been seeing the, the big companies, you've seen the different waves. What's going on right now put into context this moment in time around Super Cloud. >>Sure. I think as you said, a lot of battles. Cars being, being at an asb, being in a realtime software company, being in large enterprise software houses and a transformation. I've been on the app side, I did the infrastructure right and then tried to build our own platforms. I've gone through all of this myself with lot of lessons learned in there. I think this is an event which is happening now for companies to go through to become cloud native and digitalize. If I were to look back and look at some parallels of the tsunami that's going on is, couple of parallels come to me. One is, think of it, which was forced to on us, like y2k, everybody around the world had to have a plan, a strategy, and an execution for y2k. I would say the next big thing was e-commerce. I think e-commerce has been pervasive right across all industries. >>And disruptive. And >>Disruptive, extremely disruptive. If you did not adapt and adapt and accelerate your e-commerce initiative, you were, it was an existence question. Yeah. I think we are at that pivotal moment now in companies trying to become digital and cloud native. You know, that is what I see >>Happening there. I think that that e-commerce is interesting and I think just to riff with you on that is that it's disrupting and refactoring the business models. I think that is something that's coming out of this is that it's not just completely changing the game, it's just changing how you operate, >>How you think, and how you operate. See, if you think about the early days of eCommerce, just putting up a shopping cart then made you an e-commerce or e retailer or e e customer, right? Or so. I think it's the same thing now is I think this is a fundamental shift on how you're thinking about your business. How are you gonna operate? How are you gonna service your customers? I think it requires that just lift and shift is not gonna work. >>Nascar, thank you for coming on. Spend the time to come in and share with our community and being part of Super Cloud 22. We really appreciate, We're gonna keep this open. We're gonna keep this conversation going even after the event, to open up and look at the structural changes happening now and continue to look at it in the open in the community. And we're gonna keep this going for, for a long, long time as we get answers to the problems that customers are looking for with cloud cloud computing. I'm Sean Feer with Super Cloud 22 in the Cube. Thanks for >>Watching. Thank you. Thank you, John. >>Hello. Welcome back. This is the end of our program, our special presentation with Platform nine on cloud native at scale, enabling the super cloud. We're continuing the theme here. You heard the interviews Super cloud and its challenges, new opportunities around the solutions around like Platform nine and others with Arlon. This is really about the edge situations on the internet and managing the edge multiple regions, avoiding vendor lock in. This is what this new super cloud is all about. The business consequences we heard and and the wide ranging conversations around what it means for open source and the complexity problem all being solved. I hope you enjoyed this program. There's a lot of moving pieces and things to configure with cloud native install, all making it easier for you here with Super Cloud and of course Platform nine contributing to that. Thank you for watching.

Published Date : Oct 20 2022

SUMMARY :

Great to have you on. What's thing about what you guys are doing a platform nine Is your role there as CEO and So absolutely whether you are doing it in public clouds or private Patrick, we were talking before we came on stage here about your background and we were kind of talking about the glory days So you saw that whole growth. In fact, you know, as we were talking offline, I was in one of those asbs And if you look at the tech trends, GDPs down, but not tech. not just some, you know, new servers and new application tools. you know, more, more dynamic, more real. the branch, you are looking at this as one unit. So you got containers you know, most companies are, 70 plus percent of them have 1, 2, 3 container It runs on the And if you look at few years back, each one was doing It's kinda like an SRE vibe. They want on their tools. to build, so their customers who are using product A and product B are seeing a similar set Speedwise, are you delivering that value to ops and security? So it it's, it's somewhere in the DevOps to infrastructure. So you were just two sides to that coin. that happens when you either order the product or go into the store and pick up your product or buy then they can't sell software people to go install the software and any change you wanna put through And all the person in the store has to do of the public clouds. So you guys got some success. How do you talk to customers? is the definition and what are the attributes and characteristics of what is truly a cloud native, Thousands and thousands of tools you could spend your time figuring out which I don't know anything about that, but the whole experience of how you order, One of the benefits of chatting with you here been on the app side, I did the infrastructure right and then tried to build our And disruptive. If you did not adapt and adapt and accelerate I think that that e-commerce is interesting and I think just to riff with you on that is that it's disrupting How are you gonna service your customers? Spend the time to come in and share with our community and being part of Super Thank you, John. I hope you enjoyed this program.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
AmazonORGANIZATION

0.99+

PatrickPERSON

0.99+

Sean FeerPERSON

0.99+

DavePERSON

0.99+

JohnPERSON

0.99+

OracleORGANIZATION

0.99+

John FurPERSON

0.99+

2000DATE

0.99+

AlanPERSON

0.99+

oneQUANTITY

0.99+

NascarPERSON

0.99+

twoQUANTITY

0.99+

ThousandsQUANTITY

0.99+

2001DATE

0.99+

Bhaskar GortiPERSON

0.99+

thousandsQUANTITY

0.99+

OneQUANTITY

0.99+

two sidesQUANTITY

0.99+

eight years agoDATE

0.99+

Office 365TITLE

0.99+

more than one cloudQUANTITY

0.99+

two peopleQUANTITY

0.99+

GoogleORGANIZATION

0.99+

22 years laterDATE

0.98+

4,000 engineersQUANTITY

0.98+

over three yearsQUANTITY

0.98+

AzureTITLE

0.98+

Super CloudTITLE

0.98+

one unitQUANTITY

0.98+

DominoORGANIZATION

0.97+

first downturnQUANTITY

0.97+

20 years laterDATE

0.97+

bothQUANTITY

0.97+

2QUANTITY

0.97+

thousands of storesQUANTITY

0.96+

MaytagORGANIZATION

0.96+

todayDATE

0.96+

Vascar goPERSON

0.96+

Platform nineTITLE

0.96+

thousands of storesQUANTITY

0.95+

KubernetesTITLE

0.95+

One personQUANTITY

0.95+

two pluginQUANTITY

0.94+

Platform nineTITLE

0.94+

Platform nineORGANIZATION

0.94+

each oneQUANTITY

0.94+

two different examplesQUANTITY

0.94+

70 plus percentQUANTITY

0.93+

1QUANTITY

0.93+

DPERSON

0.93+

AzureORGANIZATION

0.93+

pandemicEVENT

0.93+

firstQUANTITY

0.92+

three little serversQUANTITY

0.92+

one thingQUANTITY

0.92+

hundreds of productsQUANTITY

0.92+

single platformQUANTITY

0.91+

ArlonORGANIZATION

0.91+

Super Cloud 22ORGANIZATION

0.87+

SupercloudORGANIZATION

0.87+

single paneQUANTITY

0.86+

OpenStackTITLE

0.86+

DetroitLOCATION

0.86+

50,000, 60,000QUANTITY

0.85+

CubaLOCATION

0.84+

Super Cloud 22ORGANIZATION

0.84+

Number twoQUANTITY

0.84+

YoucarORGANIZATION

0.8+

20 year oldQUANTITY

0.79+

3 containerQUANTITY

0.78+

Cloud NativeTITLE

0.77+

few years backDATE

0.77+

thousands ofQUANTITY

0.73+

storesQUANTITY

0.72+

SalesforceORGANIZATION

0.69+

platform nineTITLE

0.68+

third cloudworksQUANTITY

0.67+

hundreds of rQUANTITY

0.66+

Bhaskar Gorti, Platform9 | Cloud Native at Scale


 

>>Hey, welcome back everyone to Super Cloud 22. I'm John Fur, host of the Cuba here all day talking about the future of cloud. Where's it all going? Making it super multi-Cloud is around the corner and public cloud is winning. Got the private cloud on premise and Edge. Got a great guest here, Bacar, go deep CEO of Platform nine, just on the panel on Kubernetes. An enabler blocker. Welcome back. Great to have you on. >>Good to see you again. >>So Kubernetes is a blocker enabler by, with a question mark. I put on on that panel was really to discuss the role of Kubernetes. Now, great conversation operations is impacted. What's just thing about what you guys are doing at Platform nine? Is your role there as CEO and the company's position, kind of like the world spun into the direction of Platform nine while you're at the helm, right? >>Absolutely. In fact, things are moving very well and since they came to us, it was an insight to call ourselves the platform company eight years ago, right? So absolutely whether you are doing it in public clouds or private clouds, you know the application world is moving very fast in trying to become digital and cloud native. There are many options for you to run the infrastructure. The biggest blocking factor now is having a unified platform. And that's what where we come into >>Patrick, we were talking before we came on stage here about your background and we were kind of talking about the glory days in 2000, 2001 when the first ASPs application service providers came out. Kind of a SaaS vibe, but that was kind of all kind of cloudlike. >>It wasn't, >>And and web services started then too. So you saw that whole growth. Now, fast forward 20 years later, 22 years later, where we are now, when you look back then to here and all the different cycles, >>In fact, you know, as we were talking offline, I was in one of those asbs in the year 2000 where it was a novel concept of saying we are providing a software and a capability as a service, right? You sign up and start using it. I think a lot has changed since then. The tooling, the tools, the technology has really skyrocketed. The app development environment has really taken off exceptionally well. There are many, many choices of infrastructure now, right? So I think things are in a way the same but also extremely different. But more importantly now for any company, regardless of size, to be a digital native, to become a digital company is extremely mission critical. It's no longer a nice to have everybody's in their journey somewhere. >>Everyone is going digital transformation here, even on a so-called downturn recession that's upcoming inflation's here. It's interesting. This is the first downturn, the history of the world where the hyperscale clouds have been pumping on all cylinders as an economic input. And if you look at the tech trends, GDPs down, but not tech. Nope. Because the pandemic showed everyone digital transformation is here and more spend and more growth is coming even in, in tech. So this is a unique factor which proves that that digital transformation's happening and company, every company will need a super cloud. >>Everyone, every company, regardless of size, regardless of location, has to become modernize their infrastructure. And modernizing infrastructure is not just some, you know, new servers and new application tools. It's your approach, how you're serving your customers, how you're bringing agility in your organization. I think that is becoming a necessity for every enterprise to survive. >>I wanna get your thoughts on Super Cloud because one of the things Dave Alon and I want to do with Super Cloud and calling at that was we, I I personally, and I know Dave as well, he can, I'll speak from, he can speak for himself. We didn't like multi-cloud. I mean not because Amazon said don't call things multi-cloud, it just didn't feel right. I mean everyone has multiple clouds by default. If you're running productivity software, you have Azure and Office 365. But it wasn't truly distributed. It wasn't truly decentralized, it wasn't truly cloud enabled. It didn't, it felt like they're not ready for a market yet. Yet public clouds booming on premise. Private cloud and Edge is much more on, you know, more, more dynamic, more, more >>Real. I, yeah, I think the reason why we think super cloud is a better term than multi-cloud. Multi-cloud are more than one cloud. But they're disconnected to, okay, you have a productivity cloud, you have a Salesforce cloud, you may have, everyone has an internal cloud, right? So, but they're not connected. So you can say okay, it's more than one cloud. So it's you know, multi-cloud. But super cloud is where you are actually trying to look at this holistically. Whether it is on-prem, whether it is public, whether it's at the edge, it's a store at the branch, you are looking at this as one unit. And that's where we see the, the term super cloud is more applicable because what are the qualities that you require if you're in a super cloud, right? You need choice of infrastructure, you need, but at the same time you need a single pan, a single platform for you to build your innovations on regardless of which cloud you're doing it on, right? So I think Super Cloud is actually a more tightly integrated orchestrated management philosophy we think. >>So let's get into some of the super cloud type trends that we've been reporting on. Again, the purpose of this event is to, as a pilots, to get the conversations flowing with with the influencers like yourselves who are running companies and building products and the builders, Amazon and Azure are doing extremely well. Google's coming up in third cloudworks in public cloud. We see the use cases on-premises use cases. Kubernetes has been an interesting phenomenon because it's become from the developer side a little bit, but a lot of ops people love Kubernetes. It's really more of an ops thing. You mentioned OpenStack earlier. Kubernetes kind of came out of that OpenStack, we need an orchestration and then containers had a good shot with, with Docker, they re pivoted the company. Now they're all in an open source. So you got containers booming and Kubernetes as a new layer there. What's the, what's the take on that? What does that really mean? Is that a new defacto enabler? It >>Is here. It's for here for sure. Every enterprise somewhere in the journey is going on and you know, most companies are, 70 plus percent of them have won two, three container based, Kubernetes based applications now being rolled out. So it's very much here, it is in production at scale by many customers and it, the beauty of it is yes, open source, but the biggest gating factor is the skill. And that's where we have a phenomenal engineering team, right? So it's, it's one thing to buy a tool and >>Just be clear, you're a managed service for Kubernetes. >>We provide, provide a software platform for cloud acceleration as a service and it can run anywhere. It can run in public private. We have customers who do it in truly multi-cloud environments. It runs on the edge, it runs at this in stores. There are thousands of stores in a retailer. So we provide that and also for specific segments where data sovereignty and data residency, our key regulatory reasons. We also run OnPrem as an air gap version. >>Can you give an example on how you guys are deploying your platform to enable a super cloud experience for your >>Customer? Right. So I'll give you two different examples. One is a very large networking company, public networking company. They have, I dunno, hundreds of products, hundreds of r and d teams that are building different, different products. And if you look at few years back, each one was doing it on a different platforms but they really needed to bring the agility and they worked with us now over three years where we are their build test dev pro platform where all their products are built on, right? And it has dramatically increased their agility to release new products. Number two, it actually is a light out operation. In fact the customer says like, like the Maytag service person cuz we provide it as a service and it barely takes one or two people to maintain it for them. >>So it's kinda like an SRE vibe. One person managing a >>Large 4,000 engineers building infrastructure >>On their tools, >>Whatever they want their tools, they're using whatever app development tools they use, but they use our platform. >>And what benefits are they seeing? Are they seeing speed? >>Speed, definitely. Okay. Definitely they're speeding. Speed uniformity because now they're building able to build, so their customers who are using product A and product B are seeing a similar set of tools that are being >>Used. So a big problem that's coming outta this super cloud event that we're, we're seeing and we've heard it all here, ops and security teams, cuz they're kind of two part of one thing, but ops and security specifically need to catch up speed-wise. Are you delivering that value to ops and security? >>Right? So we, we work with ops and security teams and infrastructure teams and we layer on top of that. We have like a platform team. If you think about it, depending on where you have data centers, where you have infrastructure, you have multiple teams, okay, but you need a unified platform. Who's your buyer? Our buyer is usually, you know, the product divisions of companies that are looking at or the CTO would be a buyer for us functionally cio definitely. So it it's, it's somewhere in the DevOps to infrastructure. But the ideal one we are beginning to see now many large corporations are really looking at it as a platform and saying we have a platform group on which any app can be developed and it is run on any infrastructure. So the platform engineering >>Teams, So you were just two sides of that coin. You've got the dev side and then and the infrastructure side. Okay, >>Another customer, like give an example, which I would say is kind of the edge of the store. So they have thousands of stores. Retail, retail, you know food retailer, right? They have thousands of stores that are on the globe, 50,000, 60,000. And they really want to enhance the customer experience that happens when you either order the product or go into the store and pick up your product or buy or browse or sit there. They have applications that were written in the nineties and then they have very modern AIML applications today. They want something that will not have to send an IT person to install rack in the store or they can't move everything to the cloud because the store operations have to be local. The menu changes based on it's classic edge if >>Classic >>Edge. Yeah. Right? They can't send it people to go install rack access servers then they can't sell software people to go install the software and any change you wanna put through that, you know, truck roll. So they've been working with us where all they do is they ship, depending on the size of the store, one or two or three little servers with instructions that you >>Say little shares, like how big one like a box, like a small little box, >>Right? And all the person in the store has to do like what you and I do at home and we get a, you know, a router is connect the power, connect the internet and turn the switch on. And from there we pick it up, we provide the operating system, everything and then the applications are put on it. And so that dramatically brings the velocity for them. They manage thousands of >>Them. True plug and play >>Two, plug and play thousands of stores. They manage it centrally. We do it for them, right? So, so that's another example where on the edge then we have some customers who have both a large private presence and one of the public clouds. Okay. But they want to have the same platform layer of orchestration and management that they can use regardless of the location. >>So you guys got some success. Congratulations. Got some traction there. It's awesome. The question I want to ask you is that's come up is what is truly cloud native? Cuz there's lift and shift of the cloud >>That's not cloud >>Native. Then there's cloud native. Cloud native seems to be the driver for the super cloud. How do you talk to customers? How do you explain when someone says what's cloud native, what isn't cloud native? >>Right. Look, I think first of all, the best place to look at what is the definition and what are the attributes and characteristics of what is truly a cloud native is CNC foundation. And I think it's very well documented where you, well >>Tucan of course Detroit's >>Coming here, so, So it's already there, right? So we follow that very closely, right? I think just lifting and shifting your 20 year old application onto a data center somewhere is not cloudnative, okay? You can't port to cloud, not you have to rewrite and redevelop your application and business logic using modern tools. Hopefully more open source and, and I think that's what Cloudnative is and we are seeing lot of our customers in that journey. Now everybody wants to be cloud native, but it's not that easy, okay? Because it's, I think it's first of all, skill set is very important. Uniformity of tools that there's so many tools there. Thousands and thousands of tools you could spend your time figuring out which tool to you use. Okay? So, so I think the complexity is there, but the business benefits of agility and uniformity and customer experience are truly being done. >>And I'll give you an example, I don't know how clear native they are, right? And they're not a customer of ours, but you order pizzas, you do, right? If you just watch the pizza industry, how Domino's actually increase their share and mind share and wallet share was not because they were making better pizzas or not, I don't know anything about that, but the whole experience of how you order, how you watch what's happening, how it's delivered, they were the pioneer in it. To me, those are the kinds of customer experiences that cloud native can provide. >>Being agility and having that flow through the application changes what the expectations of are for the customer. >>Customer, the customer's expectations change, right? Once you get used to a better customer experience, you will not >>Best part. To wrap it up, I wanna just get your perspective again. One of the benefits of chatting with you here and having you part of the Super cloud 22 is you've seen many cycles, you have in a lot of insights. I want to ask you, given your career where you've been and what you've done and now the CEO of Platform nine, how would you compare what's happening now with other inflection points in the industry? And you've been, again, you've been an entrepreneur, you sold your company to Oracle, you've been seeing the, the big companies, you've seen the different waves. What's going on right now Put into context this moment in time. Sure. Around Super >>Cloud. Sure. I think as you said, a lot of battles. Cars being, being in an asb, being in a real time software company, being in large enterprise software houses and a transformation. I've been on the app side, I did the infrastructure right and then tried to build our own platforms. I've gone through all of this myself with lot of lessons learned in there. I think this is an event which is happening now for companies to go through to become cloud native and digitalize. If I were to look back and look at some parallels of the tsunami that's going on is, couple of parallels come to me. One is, think of it, which was forced to on us like y2k, everybody around the world had to have a plan, a strategy and an execution for y2k. I would say the next big thing was e-commerce. I think e-commerce has been pervasive right across all industries. >>And disruptive. And >>Disruptive, extremely disruptive. If you did not adapt and adapt and accelerate your e-commerce initiative, you were, it wasn't existence. Question. Yeah, I think we are at that pivotal moment now in companies trying to become digital and cloud native and that is what I see >>Happening there. I think that that e-commerce is interesting and I think just to riff with you on that is that it's disrupting and refactoring the business models. I think that is something that's coming out of this is that it's not just completely changing the gain, it's just changing how you operate, >>How you think and how you operate. See, if you think about the early days of e-commerce, just putting up a shopping cart then made you an e-commerce or e retailer or e e customer, right? Or so. I think it's the same thing now is I think this is a fundamental shift on how you're thinking about your business. How are you gonna operate? How are you gonna service your customers? I think it requires that just lift and shift is not gonna work. >>Mascar, thank you for coming on, spending the time to come in and share with our community and being part of Super Cloud 22. We really appreciate, we're gonna keep this open. We're gonna keep this conversation going even after the event, to open up and look at the structural changes happening now and continue to look at it in the open in the community. And we're gonna keep this going for, for a long, long time as we get answers to the problems that customers are looking for with cloud cloud computing. I'm Sean for with Super Cloud 22 in the Cube. Thanks for watching. >>Thank you. Thank you John. >>Hello. Welcome back. This is the end of our program, our special presentation with Platform nine on cloud native at scale, enabling the super cloud. We're continuing the theme here. You heard the interviews Super cloud and its challenges, new opportunities around solutions around like Platform nine and others with Arlon. This is really about the edge situations on the internet and managing the edge multiple regions, avoiding vendor lock in. This is what this new super cloud is all about. The business consequences we heard and and the wide ranging conversations around what it means for open source and the complexity problem all being solved. I hope you enjoyed this program. There's a lot of moving pieces and things to configure with cloud native install, all making it easier for you here with Super Cloud and of course Platform nine contributing to that. Thank you for watching.

Published Date : Oct 18 2022

SUMMARY :

Great to have you on. What's just thing about what you guys are doing at Platform nine? So absolutely whether you are doing it in public clouds or private Patrick, we were talking before we came on stage here about your background and we were kind of talking about the glory days So you saw that whole growth. In fact, you know, as we were talking offline, I was in one of those asbs And if you look at the tech trends, GDPs down, but not tech. just some, you know, new servers and new application tools. you know, more, more dynamic, more, more the branch, you are looking at this as one unit. So you got containers booming and Kubernetes as a new layer there. you know, most companies are, 70 plus percent of them have won two, It runs on the And if you look at few years back, each one was doing So it's kinda like an SRE vibe. to build, so their customers who are using product A and product B are seeing a similar set Are you delivering that value to ops and security? So it it's, it's somewhere in the DevOps to infrastructure. Teams, So you were just two sides of that coin. that happens when you either order the product or go into the store and pick up your product or buy then they can't sell software people to go install the software and any change you wanna put through And all the person in the store has to do like of the public clouds. So you guys got some success. How do you talk to customers? is the definition and what are the attributes and characteristics of what is truly a cloud native Thousands and thousands of tools you could spend your time figuring out which I don't know anything about that, but the whole experience of how you order, are for the customer. One of the benefits of chatting with you here been on the app side, I did the infrastructure right and then tried to build our And disruptive. If you did not adapt and adapt and accelerate I think that that e-commerce is interesting and I think just to riff with you on that is that it's disrupting How are you gonna service your customers? after the event, to open up and look at the structural changes happening now and continue to look at it in Thank you John. I hope you enjoyed this program.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
PatrickPERSON

0.99+

AmazonORGANIZATION

0.99+

JohnPERSON

0.99+

SeanPERSON

0.99+

OracleORGANIZATION

0.99+

DavePERSON

0.99+

Dave AlonPERSON

0.99+

John FurPERSON

0.99+

oneQUANTITY

0.99+

BacarPERSON

0.99+

2000DATE

0.99+

twoQUANTITY

0.99+

50,000QUANTITY

0.99+

eight years agoDATE

0.99+

2001DATE

0.99+

Bhaskar GortiPERSON

0.99+

thousandsQUANTITY

0.99+

4,000 engineersQUANTITY

0.99+

OneQUANTITY

0.99+

MascarPERSON

0.99+

TwoQUANTITY

0.99+

GoogleORGANIZATION

0.99+

Office 365TITLE

0.99+

two peopleQUANTITY

0.99+

Super CloudTITLE

0.99+

first downturnQUANTITY

0.99+

thousands of storesQUANTITY

0.99+

DominoORGANIZATION

0.99+

two sidesQUANTITY

0.98+

one unitQUANTITY

0.98+

OpenStackTITLE

0.98+

bothQUANTITY

0.98+

more than one cloudQUANTITY

0.98+

AzureTITLE

0.98+

one thingQUANTITY

0.98+

22 years laterDATE

0.98+

One personQUANTITY

0.98+

20 years laterDATE

0.97+

each oneQUANTITY

0.97+

firstQUANTITY

0.96+

AzureORGANIZATION

0.96+

KubernetesTITLE

0.96+

70 plus percentQUANTITY

0.95+

todayDATE

0.95+

pandemicEVENT

0.95+

single platformQUANTITY

0.94+

threeQUANTITY

0.94+

over three yearsQUANTITY

0.94+

MaytagORGANIZATION

0.94+

ArlonORGANIZATION

0.93+

three little serversQUANTITY

0.93+

Super Cloud 22ORGANIZATION

0.92+

DetroitLOCATION

0.91+

Platform nineTITLE

0.91+

few years backDATE

0.9+

single panQUANTITY

0.89+

hundreds of productsQUANTITY

0.89+

TucanLOCATION

0.89+

Platform9ORGANIZATION

0.85+

CubaLOCATION

0.84+

Thousands and thousands of toolsQUANTITY

0.84+

two different examplesQUANTITY

0.84+

Platform nineORGANIZATION

0.83+

CloudnativeORGANIZATION

0.83+

Number twoQUANTITY

0.82+

Super Cloud 22ORGANIZATION

0.81+

thousands of storesQUANTITY

0.81+

third cloudworksQUANTITY

0.8+

20 year oldQUANTITY

0.8+

Platform nineTITLE

0.76+

SalesforceORGANIZATION

0.76+

DockerORGANIZATION

0.73+

productOTHER

0.73+

super cloudTITLE

0.71+

ScaleTITLE

0.7+

Day 2 Wrap Up | CrowdStrike Fal.Con 2022


 

(upbeat music) >> Okay, we're back to wrap up Fal.con 2022 CrowdStrike's customer event. You're watching theCUBE. My name is Dave Vellante. My co-host, Dave Nicholson, is on injured reserve today, so I'm solo. But I wanted to just give the audience a census to some of my quick takeaways. Really haven't given a ton of thought on this. We'll do review after we check out the videos and the transcripts, and do what we do at SiliconANGLE and theCUBE. I'd say the first thing is, look CrowdStrike continues to expand it's footprint. And, it's adding the identity module, through the preempt acquisition. Working very closely with managed service providers, MSPs, managed security service providers. Having an SMB play. So CrowdStrike has 20,000 customers. I think it could, it could 10X that, you know, over some period of time. As I've said earlier, it's on a path by mid-decade to be a 5 billion company, in terms of revenue. At the macro level, security is somewhat, I'd say it's less discretionary than some other investments. You know, you can, you can probably hold off buying a new storage device. You can maybe clean that up. You know, you might be able to hold off on some of your analytics, but at the end of the day, security is not completely non-discretionary. It's competing. The CISO is competing with other budgets. Okay? So it's, while it's less discretionary, it is still, you know, not an open checkbook for the CISO. Now, having said that, from CrowdStrike standpoint it has an excellent opportunity to consolidate tools. It's one of the biggest problems in the security business Go to Optiv and check out their security taxonomy. It'll make your eyes bleed. There's so many tools and companies that are really focused on one specialization. But really, what CrowdStrike can do with its 22 modules, to say, hey, we can give you ROI and consolidate those. And not only is it risk reduction, it's lowering the labor cost and labor intensity, so you can focus on other areas and free up the biggest problem that CISOs have. It's the lack of enough talent. So, really strong business value and value proposition. A lot of that is enabled by the architecture. We've talked about this. You can check out my breaking analysis that I dropped last weekend, on CrowdStrike. And, you know, can it become a generational company. But it's really built on a cloud-native architecture. George Kurtz and company, they shunned having an on-premise architecture. Much like Snowflake Frank Slootman has said, we're not doing a halfway house. We're going to put all our resources on a cloud-native architecture. The lightweight agent that allows them to add new modules and collect more data, and scale out. The purpose-built threat graph and and time series database, and asset graph that they've built. And very strong use of AI, to not only stop known malware, but stop unknown malware. Identify threats. Do that curation. And really, you know, support the SecOp teams. Product wise, I think the big three takeaways, and there were others, but the big three for me is EDR extending into XDR. You know, X is the extending for, in really, the core of endpoint detection and response, extending that further. Well, it seems to be a big buzzword these days. CrowdStrike, I think, is very focused on making a more complete, a holistic offering, beyond endpoint. And I think it's going to do very well in that space. They're not alone. There are others. It's a very competitive space. The second is identity. Through the acquisition of Preempt. CrowdStrike building that identity module. Partnering with leaders like Okta, to really provide that sort of, treating identity, if you will, as an endpoint. And then sort of Humio is now Falcon Log Scale. Bringing together, you know, the data and the observability piece, and the security piece, is kind of the three big product trends that I saw. I think the last point I'll make, before we wrap, is the ecosystem. The ecosystem here is good. It reminds me, I said, a number of times this week, of ServiceNow in 2013 I think the difference is, CrowdStrike has an SMB play it can go after many more customers, and actually have an even broader platform. And I think it can accelerate its ecosystem faster than ServiceNow was able to do that. I mean, it's got to be, sort of, an open and collaborative sort of ecosystem. You know, ServiceNow is kind of, more of, a one-way street. And I think the other piece of that ecosystem, that we see evolving, into IOT, into the operations technology and critical infrastructure. Which is so important, because critical infrastructure of nations is so vulnerable. We're seeing this in the Ukraine. Security is a key component now of any warfare. And going forward, it's always going to be a key component. Nation states are going to go after trust, or secure infrastructure, or critical infrastructure. Try to disable that and disrupt that. So securing those operation assets is going to be very critical. Not just the refrigerator and the coffee maker, but really going after those critical infrastructures. (chuckles) Getting asked to break. And the last thing I'll say, is the developer platform. We heard from ML that, the opportunity that's there, to build out a PaaS layer, super PaaS layer, if you will, so that developers can add value. I think if that happens, this ecosystem, which is breaking down, will explode. This is Dave Vellante, wrapping up at CrowdStrike, Fal.con 2022, Fal.con 2022. Go to SiliconAngle.com, for all the news. Check out theCUBE.net. You'll see these videos on demand and many others. Check out (indistinct).com for all the research. And look for where we'll be next. Of course, re:Invent is the big fall event, but there are many others in between. Thanks for watching. We're out. (music plays out)

Published Date : Sep 21 2022

SUMMARY :

is kind of the three big

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Dave NicholsonPERSON

0.99+

Dave VellantePERSON

0.99+

Frank SlootmanPERSON

0.99+

2013DATE

0.99+

10XQUANTITY

0.99+

5 billionQUANTITY

0.99+

20,000 customersQUANTITY

0.99+

22 modulesQUANTITY

0.99+

UkraineLOCATION

0.99+

CrowdStrikeEVENT

0.99+

George KurtzPERSON

0.99+

secondQUANTITY

0.98+

todayDATE

0.98+

OktaORGANIZATION

0.98+

CrowdStrikeORGANIZATION

0.97+

this weekDATE

0.96+

Fal.con 2022EVENT

0.95+

SiliconANGLEORGANIZATION

0.95+

first thingQUANTITY

0.94+

oneQUANTITY

0.92+

CISOORGANIZATION

0.92+

theCUBE.netOTHER

0.91+

indistinct).comOTHER

0.9+

theCUBEORGANIZATION

0.9+

ServiceNowTITLE

0.89+

MLORGANIZATION

0.87+

one specializationQUANTITY

0.87+

last weekendDATE

0.87+

InventEVENT

0.87+

PaaSTITLE

0.86+

CrowdStrike Fal.Con 2022EVENT

0.86+

OptivORGANIZATION

0.86+

SnowflakeORGANIZATION

0.85+

HumioORGANIZATION

0.82+

three big productQUANTITY

0.81+

Day 2QUANTITY

0.79+

one-wayQUANTITY

0.78+

ServiceNowORGANIZATION

0.71+

SecOpORGANIZATION

0.66+

threeQUANTITY

0.63+

SiliconAngle.comOTHER

0.61+

CrowdStrikeTITLE

0.59+

PreemptORGANIZATION

0.56+

Falcon Log ScaleOTHER

0.48+

midQUANTITY

0.44+

*****NEEDS TO STAY UNLISTED FOR REVIEW***** Ricky Cooper & Joseph George | VMware Explore 2022


 

(light corporate music) >> Welcome back, everyone, to VMware Explore 22. I'm John Furrier, host of theCUBE with Dave Vellante. Our 12th year covering VMware's User Conference, formerly known as VMworld, now rebranded as VMware Explore. Two great cube alumnus coming down the cube. Ricky Cooper, SVP, Worldwide Partner Commercials VMware, great to see you. Thanks for coming on. >> Thank you. >> We just had a great chat- >> Good to see you again. >> With the Discovery and, of course, Joseph George, vice president of Compute Industry Alliances. Great to have you on. Great to see you. >> Great to see you, John. >> So guys this year is very curious in VMware. A lot goin' on, the name change, the event. Big, big move. Bold move. And then they changed the name of the event. Then Broadcom buys them. A lot of speculation, but at the end of the day, this conference kind of, people were wondering what would be the barometer of the event. We're reporting this morning on the keynote analysis. Very good mojo in the keynote. Very transparent about the Broadcom relationship. The expo floor last night was buzzing. >> Mhm. >> I mean, this is not a show that's lookin' like it's going to be, ya' know, going down. >> Yeah. >> This is clearly a wave. We're calling it Super Cloud. Multi-Cloud's their theme. Clearly the cloud's happenin'. We not to date ourselves, but 2013 we were discussing on theCUBE- >> We talked about that. Yeah. Yeah. >> Discover about DevOps infrastructure as code- >> Mhm. >> We're full realization now of that. >> Yep. >> This is where we're at. You guys had a great partnership with VMware and HPE. Talk about where you guys see this coming together because customers are refactoring. They are lookin' at Cloud Native. The whole Broadcom visibility to the VMware customer bases activated them. They're here and they're leaning in. >> Yeah. >> What's going on? >> Yeah. Absolutely. We're seeing a renewed interest now as customers are looking at their entire infrastructure, bottoms up, all the way up the stack, and the notion of a hybrid cloud, where you've got some visibility and control of your data and your infrastructure and your applications, customers want to live in that sort of a cloud environment and so we're seeing a renewed interest. A lot of conversations we're having with customers now, a lot of customers committing to that model where they have applications and workloads running at the Edge, in their data center, and in the public cloud in a lot of cases, but having that mobility, having that control, being able to have security in their own, you know, in their control. There's a lot that you can do there and, obviously, partnering with VMware. We've been partners for so long. >> 20 years about. Yeah. Yeah. >> Yeah. At least 20 years, back when they invented stuff, they were inventing way- >> Yeah. Yeah. Yeah. >> VMware's got a very technical culture, but Ricky, I got to say that, you know, we commented earlier when Raghu was on, the CEO, now CEO, I mean, legendary product. I sent the trajectory to VMware. Everyone knows that. VMware, I can't know whether to tell it was VMware or HP, HP before HPE, coined hybrid- >> Yeah. >> 'Cause you guys were both on. I can't recall, Dave, which company coined it first, but it was either one of you guys. Nobody else was there. >> It was the partnership. >> Yes. I- (cross talking) >> They had a big thing with Pat Gelsinger. Dave, remember when he said, you know, he got in my grill on theCUBE live? But now you see- >> But if you focus on that Multi-Cloud aspect, right? So you've got a situation where our customers are looking at Multi-Cloud and they're looking at it not just as a flash in the pan. This is here for five years, 10 years, 20 years. Okay. So what does that mean then to our partners and to our distributors? You're seeing a whole seed change. You're seeing partners now looking at this. So, look at the OEMs, you know, the ones that have historically been vSphere customers are now saying, they're coming in droves saying, okay, what is the next step? Well, how can I be a Multi-Cloud partner with you? >> Yep. Right. >> How can I look at other aspects that we're driving here together? So, you know, GreenLake is a great example. We keep going back to GreenLake and we are partaking in GreenLake at the moment. The real big thing for us is going to be, right, let's make sure that we've got the agreements in place that support this SaaS and subscription motion going forward and then the sky's the limit for us. >> You're pluggin' that right into GreenLake, right? >> Well, here's why. Here's why. So customers are loving the fact that they can go to a public cloud and they can get an SLA. They come to a, you know, an On-Premise. You've got the hardware, you've got the software, you've got the, you know, the guys on board to maintain this through its life cycle. >> Right. I mean, this is complicated stuff. >> Yeah. >> Now we've got a situation where you can say, hey, we can get an SLA On-Premise. >> Yeah. And I think what you're seeing is it's very analogous to having a financial advisor just manage your portfolio. You're taking care of just submitting money. That's really a lot of what the customers have done with the public cloud, but now, a lot of these customers are getting savvy and they have been working with VMware Technologies and HPE for so long. They've got expertise. They know how they want their workloads architected. Now, we've given them a model where they can leverage the Cloud platform to be able to do this, whether it's On-Premise, The Edge, or in the public cloud, leveraging HPE GreenLake and VMware. >> Is it predominantly or exclusively a managed service or do you find some customers saying, hey, we want to manage ourself? How, what are you seeing is the mix there? >> It is not predominantly managed services right now. We're actually, as we are growing, last time we talked to HPE Discover we talked about a whole bunch of new services that we've added to our catalog. It's growing by leaps and bounds. A lot of folks are definitely interested in the pay as you go, obviously, the financial model, but are now getting exposed to all the other management that can happen. There are managed services capabilities, but actually running it as a service with your systems On-Prem is a phenomenal idea for all these customers and they're opening their eyes to some new ways to service their customers better. >> And another phenomenon we're seeing there is where partners, such as HPA, using other partners for various areas of their services implementation as well. So that's another phenomenon, you know? You're seeing the resale motion now going into a lot more of the services motion. >> It's interesting too, you know, I mean, the digital modernization that's goin' on. The transformation, whatever you want to call it, is complicated. >> Yeah. >> That's clear. One of the things I liked about the keynote today was the concept of cloud chaos. >> Yeah. >> Because we've been saying, you know, quoting Andy Grove at Intel, "Let chaos rain and rain in the chaos." >> Mhm. >> And when you have inflection points, complexity, which is the chaos, needs to be solved and whoever solves it kicks the inflection point, that's up into the right. So- >> Prime idea right here. Yeah. >> So GreenLake is- >> Well, also look at the distribution model and how that's changed. A couple of points on a deal. Now they're saying, "I'll be your aggregator. I'll take the strain and I'll give you scale." You know? "I'll give you VMware Scale for all, you know, for all of the various different partners, et cetera." >> Yeah. So let's break this down because this is, I think, a key point. So complexity is good, but the old model in the Enterprise market was- >> Sure. >> You solve complexity with more complexity. >> Yeah. >> And everybody wins. Oh, yeah! We're locked in! That's not what the market wants. They want some self-service. They want, as a service, they want easy. Developer first security data ops, DevOps, is already in the cycle, so they're going to want simpler. >> Yeah. >> Easier. Faster. >> And this is kind of why I'll say, for the big announcement today here at VMware Explore, around the VMware vSphere Distributed Services Engine, Project Monterey- >> Yeah. >> That we've talked about for so long, HPE and VMware and AMD, with the Pensando DPU, actually work together to engineer a solution for exactly that. The capabilities are fairly straightforward in terms of the technologies, but actually doing the work to do integration, joint engineering, make sure that this is simple and easy and able to be running HPE GreenLake, that's- >> That's invested in Pensando, right? >> We are. >> We're all investors. Yeah. >> What's the benefit of that? What's, that's a great point you made. What's the value to the customer, bottom line? That deep co-engineering, co-partnering, what does it deliver that others don't do? >> Yeah. Well, I think one example would be, you know, a lot of vendors can say we support it. >> Yep. >> That's great. That's actually a really good move, supporting it. It can be resold. That's another great move. I'm not mechanically inclined to where I would go build my own car. I'll go to a dealership and actually buy one that I can press the button and I can start it and I can do what I need to do with my car and that's really what this does is the engineering work that's gone on between our two companies and AMD Pensando, as well as the business work to make that simple and easy, that transaction to work, and then to be able to make it available as a service, is really what made, it's, that's why it's such a winner winner with our- >> But it's also a lower cost out of the box. >> Yep. >> Right. >> So you get in whatever. Let's call it 20%. Okay? But there's, it's nuanced because you're also on a new technology curve- >> Right. >> And you're able to absorb modern apps, like, you know, we use that term as a bromide, but when I say modern apps, I mean data-rich apps, you know, things that are more AI-driven not the conventional, not that people aren't doing, you know, SAP and CRM, they are, but there's a whole slew of new apps that are coming in that, you know, traditional architectures aren't well-suited to handle from a price performance standpoint. This changes that doesn't it? >> Well, you think also of, you know, going to the next stage, which is to go to market between the two organizations that before. At the moment, you know, HPE's running off doing various different things. We were running off to it again, it's that chaos that you're talking about. In cloud chaos, you got to go to market chaos. >> Yeah. >> But by simplifying four or five things, what are we going to do really well together? How do we embed those in GreenLake- >> Mhm. >> And be known in the marketplace for these solutions? Then you get a, you know, an organization that's really behind the go to market. You can help with sales activation the enablement, you know, and then we benefit from the scale of HPE. >> Yeah. >> What are those solutions I mean? Is it just, is it I.S.? Is it, you know, compute storage? >> Yeah. >> Is it, you know, specific, you know, SAP? Is it VDI? What are you seeing out there? >> So right now, for this specific technology, we're educating our customers on what that could be and, at its core, this solution allows customers to take services that normally and traditionally run on the compute system and run on a DPU now with Project Monterey, and this is now allowing customers to think about, okay, where are their use cases. So I'm, rather than going and, say, use it for this, we're allowing our customers to explore and say, okay, here's where it makes sense. Where do I have workloads that are using a lot of compute cycles on services at the compute level that could be somewhere else like networking as a great example, right? And allowing more of those compute cycles to be available. So where there are performance requirements for an application, where there is timely response that's needed for, you know, for results to be able to take action on, to be able to get insight from data really quick, those are places where we're starting to see those services moving onto something like a DPU and that's where this makes a whole lot more sense. >> Okay. So, to get this right, you got the hybrid cloud, right? >> [Ricky And Joseph] Yes. >> You got GreenLake and you got the distributed engine. What's that called the- >> For, it's HPE ProLiant- >> ProLiant with- >> The VMware- >> With vSphere. >> That's the compute- >> Distributed. >> Okay. So does the customer, how do you guys implement that with the customer? All three at the same time or they mix and match? What's that? How does that work? >> All three of those components. Yeah. So the beauty of the HP ProLiant with VMware vSphere-distributed services engine- >> Mhm. >> Also known as Project Monterey for those that are keeping notes at home- >> Mhm. >> It's, again, already pre-engineered. So we've already worked through all the mechanics of how you would have to do this. So it's not something you have to go figure out how you build, get deployment, you know, work through those details. That's already done. It is available through HPE GreenLake. So you can go and actually get it as a service in partnership with our customer, our friends here at VMware, and because, if you're familiar and comfortable with all the things that HP ProLiant has done from a security perspective, from a reliability perspective, trusted supply chain, all those sorts of things, you're getting all of that with this particular (indistinct). >> Sumit Dhawan had a great quote on theCUBE just an hour or so ago. He said you have to be early to be first. >> Yeah. (laughing) >> I love that quote. Okay. So you were- >> I fought the urge. >> You were first. You were probably a little early, but do you have a lead? I know you're going to say yes, okay. Let's just- >> Okay. >> Let's just assume that. >> Okay. Yeah. >> Relative to the competition, how do you know? How do you determine that? >> If we have a lead or not? >> Yeah. If you lead. If you're the best. >> We go to the source of the truth which is our customers. >> And what do they tell you? What do you look at and say, okay, now, I mean, when you have that honest conversation and say, okay, we are, we're first, we're early. We're keeping our lead. What are the things that you- >> I'll say it this way. I'll say it this way. We've been in a lot of businesses where there, where we do compete head-to-head in a lot of places. >> Mhm. >> And we know how that sales process normally works. We're seeing a different motion from our customers. When we talk about HPE GreenLake, there's not a lot of back and forth on, okay, well, let me go shop around. It is HP Green. Let's talk about how we actually build this solution. >> And I can tell you, from a VMware perspective, our customers are asking us for this the other way around. So that's a great sign is that, hey, we need to see this partnership come together in GreenLake. >> Yeah. >> It's the old adage that Amazon used to coin and Andy Jassy, you know, they do the undifferentiated heavy lifting. >> [Ricky And Joseph] Yeah. >> A lot of that's now Cloud operations. >> Mhm. >> Underneath it is infrastructure's code to the developer. >> That's right. >> That's at scale. >> That's right. >> And so you got a lot of heavy lifting being done with GreenLake- >> Right. >> Which is why there's no objections probably. >> Right. >> What's the choice? What are you going to shop? >> Yeah. >> There's nothing to shop around. >> Yeah, exactly. And then we've got, you know, that is really icing on the cake that we've, you know, that we've been building for quite some time and there is an understanding in the market that what we do with our infrastructure is hardened from a reliability and quality perspective. Like, times are tough right now. Supply chain issues, all that stuff. We've talked, all talked about it, but at HPE, we don't skimp on quality. We're going to spend the dollars and time on making sure we got reliability and security built in. It's really important to us. >> We had a great use case. The storage team, they were provisioning with containers. >> Yes. >> Storage is a service instantly we're seeing with you guys with VMware. Your customers' bringing in a lot of that into the mix as well. I got to ask 'cause every event we talk about AI and machine learning- >> Mhm. >> Automation and DevOps are now infiltrating in with the CICD pipeline. Security and data become a big conversation. >> [Ricky And Joseph] Agreed. >> Okay. So how do you guys look at that? Okay. You sold me on Green. Like, I've been a big fan from day one. Now, it's got maturity on it. I know it's going to get a lot more headroom to do. There's still a lot of work to do, but directionally it's pretty accurate, you know? It's going to be a success. There's still concern about security, the data layer. That's agnostic of environment, private cloud, hybrid, public, and Edge. So that's important and security- >> Great. >> Has got a huge service area. >> Yeah. >> These are on working progress. >> Yeah. Yeah. >> How do you guys view those? >> I think you've just hit the net on the head. I mean, I was in the press and journalist meetings yesterday and our answer was exactly the same. There is still so much work that can be done here and, you know, I don't think anybody is really emerging as a true leader. It's just a continuation of, you know, tryin' to get that right because it is what is the most important thing to our customers. >> Right. >> And the industry is really sort of catching up to that. >> And, you know, when you start talking about privacy and when you, it's not just about company information. It's about individuals' information. It's about, you know, information that, if exposed, actually could have real impact on people. >> Mhm. >> So it's more than just an I.T. problem. It is actually, and from HPE's perspective, security starts from when we're picking our suppliers for our components. Like, there are processes that we put into our entire trusted supply chain from the factory on the way up. I liken it to my golf swing. My golf swing. I slice right like you wouldn't believe. (John laughing) But when I go to the golf pros, they start me back at the mechanics, the foundational pieces. Here's where the problems are and start workin' on that. So my view is, our view is, if your infrastructure is not secure, you're goin' to have troubles with security as you go further up. >> Stay in the sandbox. >> Yeah. >> Yeah. So to speak, you know, they're driving range on the golf analogy there. I love that. Talk about supply chain security real quick because you mentioned supply chain on the hardware side. You're seeing a lot of open source and supply chain in software, trusted software. >> Yep. >> How does GreenLake look at that? How do you guys view that piece of it? That's an important part. >> Yeah. Security is one of the key pillars that we're actually driving as a company right now. As I said, it's important to our customers as they're making purchasing decisions and we're looking at it from the infrastructure all the way up to the actual service itself and that's the beauty of having something like HPE GreenLake. We don't have to pick, is the infrastructure or the middle where, or the top of stack application- >> It's (indistinct), right? >> It's all of it. >> Yeah. >> It's all of it. That matters. >> Quick question on the ecosystem posture. So- >> Sure. >> I remember when HP was, you know, one company and then the GSIs were a little weird with HP because of EDS, you know? You had data protector so we weren't really chatting up Veeam at the time, right? And as soon as the split happened, ecosystem exploded. Now you have a situation where you, Broadcom, is acquiring VMware. You guys, big Broadcom customer. Has your attitude changed or has it not because, oh, we meet with the customers already. Well, you've always said that, but have you have leaned in more? I mean, culturally, is HPE now saying, hmm, now we have some real opportunities to partner in new ways that we don't have to sleep with one eye open, maybe. (John laughing) >> So first of all, VMware and HPE, we've got a variety of different partners. We always have. >> Mhm. >> Well before any Broadcom announcement came along. >> Yeah, sure. >> We've been working with a variety of partners. >> And that hasn't changed. >> And that hasn't changed. And, if your question is, has our posture toward VMware changed at all, the answer's absolutely not. We believe in what VMware is doing. We believe in what our customers are doing with VMware and we're going to continue to work with VMware and partner with the (indistinct). >> And of course, you know, we had to spin out ourselves in November of last year, which I worked on, you know, the whole Dell thing. >> Yeah. We still had the same chairman. >> Yeah. There- (Dave chuckling) >> Yeah, but since then, I think what's really become very apparent and not, it's not just with HPE, but with many of our partners, many of the OEM partners, the opportunity in front of us is vast and we need to rely on each other to help us as, you know, solve the customer problems that are out there. So there's a willingness to overlook some things that, in the past, may have been, you know, barriers. >> But it's important to note also that it's not that we have not had history- >> Yeah. >> Right? Over, we've got over 200,000 customers join- >> Hundreds of millions of dollars of business- >> 100,000, over 10,000, or 100,000 channel partners that we all have in common. >> Yeah. Yeah. >> Yep. >> There's numerous- >> And independent of the whole Broadcom overhang there. >> Yeah. >> There's the ecosystem floor. >> Yeah. >> The expo floor. >> Right. >> I mean, it's vibrant. I mean, there's clearly a wave coming, Ricky. We talked about this briefly at HPE Discover. I want to get an update from your perspectives, both of you, if you don't mind weighing in on this. Clearly, the wave, we're calling it the Super Cloud, 'cause it's not just Multi-Cloud. It's completely different looking successes- >> Smart Cloud. >> It's not just vendors. It's also the customers turning into clouds themselves. You look at Goldman Sachs and- >> Yep. >> You know, I think every vertical will have its own power law of Cloud players in the future. We believe that to be true. We're still testing that assumption, but it's trending in when you got OPEX- >> [Ricky And Joseph] Right. >> Has to go to in-fund statement- >> Yeah. >> CapEx goes too. Thanks for the Cloud. All that's good, but there's a wave coming- >> Yeah. >> And we're trying to identify it. What do you guys see as this wave 'cause beyond Multi-Cloud and the obvious nature of that will end up happening as a state and what happens beyond that interoperability piece, that's a whole other story, and that's what everyone's fighting for, but everyone out in that ecosystem, it's a big wave coming. They've got their surfboards. They're ready to go. So what do you guys see? What is the next wave that everyone's jacked up about here? >> Well, I think that the Multi-Cloud is obviously at the epicenter. You know, if you look at the results that are coming in, a lot of our customers, this is what's leading the discussion and now we're in a position where, you know, we've brought many companies over the last few years. They're starting to come to fruition. They're starting to play a role in, you know, how we're moving forward. >> Yeah. >> Some of those are a bit more applicable to the commercial space. We're finding commercial customers that never bought from us before. Never. Hundreds and hundreds are coming through our partner networks every single quarter, you know? So brand new to VMware. The trick then is how do you nurture them? How do you encourage them? >> So new logos are comin' in. >> New logos are coming in all the time, all the time, from, you know, from across the ecosystem. It's not just the OEMs. It's all the way back- >> So the ecosystem's back of VMware. >> Unbelievably. So what are we doing to help that? There's two big things that we've announced in the recent weeks is that Partner Connect 2.0. When I talked to you about Multi-Cloud and what the (indistinct), you know, the customers are doing, you see that trend. Four, five different separate clouds that we've got here. The next piece is that they're changing their business models with the partners. Their services is becoming more and more apparent, et cetera, you know? And the use of other partners to do other services, deployment, or this stuff is becoming prevalent. Then you've got the distributors that I talked about with their, you know, their, then you route to market, then you route to business. So how do you encapsulate all of that and ensure your rewarding partners on all aspects of that? Whether it's deployment, whether it's test and depth, it's a points-based system we've put in place now- >> It's a big pie that's developing. The market's getting bigger. >> It's getting so much bigger. And then you help- >> I know you agree, obviously, with that. >> Yeah. Absolutely. In fact, I think for a long time we were asking the question of, is it going to be there or is it going to be here? Which was the wrong question. (indistinct cross talking) Now it's everything. >> Yeah. >> And what I think that, what we're seeing in the ecosystem, is that people are finding the spots that, where they're going to play. Am I going to be on the Edge? >> Yeah. >> Am I going to be on Analytics Play? Am I going to be, you know, Cloud Transition Play? There's a lot of players are now emerging and saying, we're- >> Yeah. >> We're, we now have a place, a part to play. And having that industry view not just of, you know, a commercial customer at that level, but the two of us are lookin' at Teleco, are looking at financial services, at healthcare, at manufacturing. How do these new ecosystem players fit into the- >> (indistinct) lifting. Everyone can see their position there. >> Right. >> We're now being asked for simplicity and talk to me about partner profitability. >> Yes. >> How do I know where to focus my efforts? Am I spread too thin? And, you know, that's, and my advice that the partner ecosystem out there is, hey, let's pick out spots together. Let's really go to, and then strategic solutions that we were talking about is a good example of that. >> Yeah. >> Sounds like composability to me, but not to go back- (laughing) Guys, thanks for comin' on. I think there's a big market there. I think the fog is lifted. People seeing their spot. There's value there. Value creation equals reward. >> Yeah. >> Simplicity. Ease of use. This is the new normal. Great job. Thanks for coming on and sharing. (cross talking) Okay. Back to live coverage after this short break with more day one coverage here from the blue set here in Moscone. (light corporate music)

Published Date : Sep 6 2022

SUMMARY :

coming down the cube. Great to have you on. A lot goin' on, the it's going to be, ya' know, going down. Clearly the cloud's happenin'. Yeah. Talk about where you guys There's a lot that you can Yeah. Yeah. Yeah. I got to say that, you know, but it was either one of you guys. (cross talking) Dave, remember when he said, you know, So, look at the OEMs, you know, So, you know, GreenLake They come to a, you know, an On-Premise. I mean, this is complicated stuff. where you can say, hey, Edge, or in the public cloud, as you go, obviously, the financial model, So that's another phenomenon, you know? It's interesting too, you know, I mean, One of the things I liked Because we've been saying, you know, And when you have Yeah. for all of the various but the old model in the with more complexity. is already in the cycle, so of the technologies, Yeah. What's, that's a great point you made. would be, you know, that I can press the cost out of the box. So you get in whatever. that are coming in that, you know, At the moment, you know, the enablement, you know, it, you know, compute storage? that's needed for, you know, So, to get this right, you You got GreenLake and you So does the customer, So the beauty of the HP ProLiant of how you would have to do this. He said you have to be early to be first. Yeah. So you were- early, but do you have a lead? If you're the best. We go to the source of the What do you look at and We've been in a lot of And we know how that And I can tell you, and Andy Jassy, you know, code to the developer. Which is why there's cake that we've, you know, provisioning with containers. a lot of that into the mix in with the CICD pipeline. I know it's going to get It's just a continuation of, you know, And the industry is really It's about, you know, I slice right like you wouldn't believe. So to speak, you know, How do you guys view that piece of it? is the infrastructure or the middle where, It's all of it. Quick question on the I remember when HP was, you know, So first of all, VMware and HPE, Well before any Broadcom a variety of partners. the answer's absolutely not. And of course, you know, on each other to help us as, you know, that we all have in common. And independent of the Clearly, the wave, we're It's also the customers We believe that to be true. Thanks for the Cloud. So what do you guys see? in a position where, you know, How do you encourage them? you know, from across the ecosystem. and what the (indistinct), you know, It's a big pie that's developing. And then you help- or is it going to be here? is that people are finding the spots that, view not just of, you know, Everyone can see their position there. simplicity and talk to me and my advice that the partner to me, but not to go back- This is the new normal.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Dave VellantePERSON

0.99+

Ricky CooperPERSON

0.99+

HPORGANIZATION

0.99+

DavePERSON

0.99+

Joseph GeorgePERSON

0.99+

AmazonORGANIZATION

0.99+

Sumit DhawanPERSON

0.99+

Pat GelsingerPERSON

0.99+

RickyPERSON

0.99+

five yearsQUANTITY

0.99+

AMDORGANIZATION

0.99+

FourQUANTITY

0.99+

Andy GrovePERSON

0.99+

TelecoORGANIZATION

0.99+

GreenLakeORGANIZATION

0.99+

20 yearsQUANTITY

0.99+

Goldman SachsORGANIZATION

0.99+

Andy JassyPERSON

0.99+

VMwareORGANIZATION

0.99+

20%QUANTITY

0.99+

2013DATE

0.99+

BroadcomORGANIZATION

0.99+

10 yearsQUANTITY

0.99+

John FurrierPERSON

0.99+

HPAORGANIZATION

0.99+

two companiesQUANTITY

0.99+

two organizationsQUANTITY

0.99+

twoQUANTITY

0.99+

HPEORGANIZATION

0.99+

yesterdayDATE

0.99+

JohnPERSON

0.99+

fourQUANTITY

0.99+

CapExORGANIZATION

0.99+

DellORGANIZATION

0.99+

VMware TechnologiesORGANIZATION

0.99+

MosconeLOCATION

0.99+

bothQUANTITY

0.99+

OPEXORGANIZATION

0.99+

Compute Industry AlliancesORGANIZATION

0.99+

HP GreenORGANIZATION

0.99+

Project MontereyORGANIZATION

0.98+

two big thingsQUANTITY

0.98+

five thingsQUANTITY

0.98+

todayDATE

0.98+

oneQUANTITY

0.98+

AMD PensandoORGANIZATION

0.98+

RaghuPERSON

0.98+

firstQUANTITY

0.98+

IntelORGANIZATION

0.98+

HPE DiscoverORGANIZATION

0.97+

over 200,000 customersQUANTITY

0.97+

vSphereORGANIZATION

0.97+

100,000QUANTITY

0.97+

VMware ExploreORGANIZATION

0.97+

one exampleQUANTITY

0.97+

this yearDATE

0.97+

Jason Collier, AMD | VMware Explore 2022


 

(upbeat music) >> Welcome back to San Francisco, "theCUBE" is live, our day two coverage of VMware Explore 2022 continues. Lisa Martin with Dave Nicholson. Dave and I are pleased to welcome Jason Collier, principal member of technical staff at AMD to the program. Jason, it's great to have you. >> Thank you, it's great to be here. >> So what's going on at AMD? I hear you have some juicy stuff to talk about. >> Oh, we've got a ton of juicy stuff to talk about. Clearly the Project Monterey announcement was big for us, so we've got that to talk about. Another thing that I really wanted to talk about was a tool that we created and we call it, it's the VMware Architecture Migration Tool, call it VAMT for short. It's a tool that we created and we worked together with VMware and some of their professional services crew to actually develop this tool. And it is also an open source based tool. And really the primary purpose is to easily enable you to move from one CPU architecture to another CPU architecture, and do that in a cold migration fashion. >> So we're probably not talking about CPUs from Tandy, Radio Shack systems, likely this would be what we might refer to as other X86 systems. >> Other X86 systems is a good way to refer to it. >> So it's interesting timing for the development and the release of a tool like this, because in this sort of X86 universe, there are players who have been delayed in terms of delivering their next gen stuff. My understanding is AMD has been public with the idea that they're on track for by the end of the year, Genoa, next gen architecture. So can you imagine a situation where someone has an existing set of infrastructure and they're like, hey, you know what I want to get on board, the AMD train, is this something they can use from the VMware environment? >> Absolutely, and when you think about- >> Tell us exactly what that would look like, walk us through 100 servers, VMware, 1000 VMs, just to make the math easy. What do you do? How does it work? >> So one, there's several things that the tool can do, we actually went through, the design process was quite extensive on this. And we went through all of the planning phases that you need to go through to do these VM migrations. Now this has to be a cold migration, it's not a live migration. You can't do that between the CPU architectures. But what we do is you create a list of all of the virtual machines that you want to migrate. So we take this CSV file, we import this CSV file, and we ask for things like, okay, what's the name? Where do you want to migrate it to? So from one cluster to another, what do you want to migrate it to? What are the networks that you want to move it to? And then the storage platform. So we can move storage, it could either be shared storage, or we could move say from VSAN to VSAN, however you want to set it up. So it will do those storage migrations as well. And then what happens is it's actually going to go through, it's going to shut down the VM, it's going to take a snapshot, it is going to then basically move the compute and/or storage resources over. And once it does that, it's going to power 'em back up. And it's going to check, we've got some validation tools, where it's going to make sure VM Tools comes back up where everything is copacetic, it didn't blue screen or anything like that. And once it comes back up, then everything's good, it moves onto the next one. Now a couple of things that we've got feature wise, we built into it. You can parallelize these tasks. So you can say, how many of these machines do you want to do at any given time? So it could be, say 10 machines, 50 machines, 100 machines at a time, that you want to go through and do this move. Now, if it did blue screen, it will actually roll it back to that snapshot on the origin cluster. So that there is some protection on that. A couple other things that are actually in there are things like audit tracking. So we do full audit logging on this stuff, we take a snapshot, there's basically kind of an audit trail of what happens. There's also full logging, SYS logging, and then also we'll do email reporting. So you can say, run this and then shoot me a report when this is over. Now, one other cool thing is you can also actually define a change window. So I don't want to do this in the middle of the afternoon on a Tuesday. So I want to do this later at night, over the weekend, you can actually just queue this up, set it, schedule it, it'll run. You can also define how long you want that change window to be. And what it'll do, it'll do as many as it can, then it'll effectively stop, finish up, clean up the tasks and then send you a report on what all was successfully moved. >> Okay, I'm going to go down the rabbit hole a little bit on this, 'cause I think it's important. And if I say something incorrect, you correct me. >> No problem. >> In terms of my technical understanding. >> I got you. >> So you've got a VM, essentially a virtual machine typically will consist of an entire operating system within that virtual machine. So there's a construct that containerizes, if you will, the operating system, what is the difference, where is the difference in the instruction set? Where does it lie? Is it in the OS' interaction with the CPU or is it between the construct that is the sort of wrapper around the VM that is the difference? >> It's really primarily the OS, right? And we've not really had too many issues doing this and most of the time, what is going to happen, that OS is going to boot up, it's going to recognize the architecture that it's on, it's going to see the underlying architecture, and boot up. All the major operating systems that we test worked fine. I mean, typically they're going to work on all the X86 platforms. But there might be instruction sets that are kind of enabled in one architecture that may not be in another architecture. >> And you're looking for that during this process. >> Well usually the OS itself is going to kind of detect that. So if it pops up, the one thing that is kind of a caution that you need to look for. If you've got an application that's explicitly using an instruction set that's on one CPU vendor and not the other CPU vendor. That's the one thing where you're probably going to see some application differences. That said, it'll probably be compatible, but you may not get that instruction set advantage in it. >> But this tool remediates against that. >> Yeah, and what we do, we're actually using VM Tools itself to go through and validate a lot of those components. So we'll look and make sure VM Tools is enabled in the first place, on the source system. And then when it gets to the destination system, we also look at VM Tools to see what is and what is not enabled. >> Okay, I'm going to put you on the spot here. What's the zinger, where doesn't it work? You already said cold, we understand, you can schedule for cold migrations, that's not a zinger. What's the zinger, where doesn't it work? >> It doesn't work like, live migrations just don't work. >> No live, okay, okay, no live. What about something else? What's the oh, you've got that version, you've got that version of X86 architecture, it-won't work, anything? >> A majority of those cases work, where it would fail, where it's going to kick back and say, hey, VM Tools is not installed. So where you would see this is if you're running a virtual appliance from some vendor, like insert vendor here that say, got a firewall, or got something like that, and they don't have VM Tools enabled. It's going to fail it out of the gate, and say, hey, VM Tools is not on this, you might want to manually do it. >> But you can figure out how to fix that? >> You can figure out how to do that. You can also, and there's a flag in there, so in kind of the options that you give it, you say, ignore VM Tools, don't care, move it anyway. So if you've got less, some VMs that are in there, but they're not a priority VM, then it's going to migrate just fine. >> Got It. >> Can you elaborate a little bit on the joint development work that AMD and VMware are doing together and the value in it for customers? >> Yeah, so it's one of those things we worked with VMware to basically produce this open source tool. So we did a lot of the core component and design and we actually engaged VMware Professional Services. And a big shout out to Austin Browder. He helped us a ton in this project specifically. And we basically worked, we created this, kind of co-designed, what it was going to look like. And then jointly worked together on the coding, of pulling this thing together. And then after that, and this is actually posted up on VMware's public repos now in GitHub. So you can go to GitHub, you can go to the VMware samples code, and you can download this thing that we've created. And it's really built to help ease migrations from one architecture to another. So if you're looking for a big data center move and you got a bunch of VMs to move. I mean, even if it's same architecture to same architecture, it's definitely going to ease the pain of going through and doing a migration of, it's one thing when you're doing 10 machines, but when you're doing 10,000 virtual machines, that's a different story. It gets to be quite operationally inefficient. >> I lose track after three. >> Yeah. >> So I'm good for three, not four. >> I was going to ask you what your target market segment is here. Expand on that a little bit and talk to me about who you're working with and those organizations. >> So really this is targeted toward organizations that have large deployments in enterprise, but also I think this is a big play with channel partners as well. So folks out there in the channel that are doing these migrations and they do a lot of these, when you're thinking about the small and mid-size organizations, it's a great fit for that. Especially if they're kind of doing that upgrade, the lift and shift upgrade, from here's where you've been five to seven years on an architecture and you want to move to a new architecture. This is really going to help. And this is not a point and click GUI kind of thing. It's command line driven, it's using PowerShell, we're using PowerCLI to do the majority of this work. And for channel partners, this is an excellent opportunity to put the value and the value add and VAR, And there's a lot of opportunity for, I think, channel partners to really go and take this. And once again, being open source. We expect this to be extensible, we want the community to contribute and put back into this to basically help grow it and make it a more useful tool for doing these cold migrations between CPU architectures. >> Have you seen any in the last couple of years of dynamics, obviously across the world, any industries in particular that are really leading edge for what you guys are doing? >> Yeah, that's really, really interesting. I mean, we've seen it, it's honestly been a very horizontal problem, pretty much across all vertical markets. I mean, we've seen it in financial services, we've seen it in, honestly, pretty much across the board. Manufacturing, financial services, healthcare, we have seen kind of a strong interest in that. And then also we we've actually taken this and presented this to some of our channel partners as well. And there's been a lot of interest in it. I think we presented it to about 30 different channel partners, a couple of weeks back about this. And I got contact from 30 different channel partners that said they're interested in basically helping us work on it. >> Tagging on to Lisa's question, do you have visibility into the AMD thought process around the timing of your next gen release versus others that are competitors in the marketplace? How you might leverage that in terms of programs where partners are going out and saying, hey, perfect time, you need a refresh, perfect time to look at AMD, if you haven't looked at them recently. Do you have any insight into that in what's going on? I know you're focused on this area. But what are your thoughts on, well, what's the buzz? What's the buzz inside AMD on that? >> Well, when you look overall, if you look at the Gartner Hype Cycle, when VMware was being broadly adopted, when VMware was being broadly adopted, I'm going to be blunt, and I'm going to be honest right here, AMD didn't have a horse in the race. And the majority of those VMware deployments we see are not running on AMD. Now that said, there's an extreme interest in the fact that we've got these very cored in systems that are now coming up on, now you're at that five to seven year refresh window of pulling in new hardware. And we have extremely attractive hardware when it comes to running virtualized workloads. The test cluster that I'm running at home, I've got that five to seven year old gear, and I've got some of the, even just the Milan systems that we've got. And I've got three nodes of another architecture going onto AMD. And when I got these three nodes completely maxed to the number of VMs that I can run on 'em, I'm at a quarter of the capacity of what I'm putting on the new stuff. So what you get is, I mean, we worked the numbers, and it's definitely, it's like a 30% decrease in the amount of resources that you need. >> That's a compelling number. >> It's a compelling number. >> 5%, 10%, nobody's going to do anything for that. You talk 30%. >> 30%. It's meaningful, it's meaningful. Now you you're out of Austin, right? >> Yes. >> So first thing I thought of when you talk about running clusters in your home is the cost of electricity, but you're okay. >> I'm okay. >> You don't live here, you don't live here, you don't need to worry about that. >> I'm okay. >> Do you have a favorite customer example that you think really articulates the value of AMD when you're in customer conversations and they go, why AMD and you hit back with this? >> Yeah. Actually it's funny because I had a conversation like that last night, kind of random person I met later on in the evening. We were going through this discussion and they were facing exactly this problem. They had that five to seven year infrastructure. It's funny, because the guy was a gamer too, and he's like, man, I've always been a big AMD fan, I love the CPUs all the way since back in basically the Opterons and Athlons right. He's like, I've always loved the AMD systems, loved the graphics cards. And now with what we're doing with Ryzen and all that stuff. He's always been a big AMD fan. He's like, and I'm going through doing my infrastructure refresh. And I told him, I'm just like, well, hey, talk to your VAR and have 'em plug some AMD SKUs in there from the Dells, HPs and Lenovos. And then we've got this tool to basically help make that migration easier on you. And so once we had that discussion and it was great, then he swung by the booth today and I was able to just go over, hey, this is the tool, this is how you use it, here's all the info. Call me if you need any help. >> Yeah, when we were talking earlier, we learned that you were at Scale. So what are you liking about AMD? How does that relate? >> The funny thing is this is actually the first time in my career that I've actually had a job where I didn't work for myself. I've been doing venture backed startups the last 25 years and we've raised couple hundred million dollars worth of investment over the years. And so one, I figured, here I am going to AMD, a larger corporation. I'm just like, am I going to be able to make it a year? And I have been here longer than a year and I absolutely love it. The culture at AMD is amazing. We still have that really, I mean, almost it's like that underdog mentality within the organization. And the team that I'm working with is a phenomenal team. And it's actually, our EVP and our Corp VP, were actually my executive sponsors, we were at a prior company. They were one of my executive sponsors when I was at Scale. And so my now VP boss calls me up and says, hey, I'm putting a band together, are you interested? And I was kind of enjoying a semi-retirement lifestyle. And then I'm just like, man, because it's you, yes, I am interested. And the group that we're in, the work that we're doing, the way that we're really focusing on forward looking things that are affecting the data center, what's going to be the data center like three to five years from now. It's exciting, and I am having a blast, I'm having the time of my life. I absolutely love it. >> Well, that relationship and the trust that you will have with each other, that bleeds into the customer conversations, the partner conversations, the employee conversations, it's all inextricably linked. >> Yes it is. >> And we want to know, you said three to five years out, like what? Like what? Just general futurist stuff, where do you think this is going. >> Well, it's interesting. >> So moon collides with the earth in 2025, we already know that. >> So we dialed this back to the Pensando acquisition. When you look at the Pensando acquisition and you look at basically where data centers are today, but then you look at where basically the big hyperscalers are. You look at an AWS, you look at their architecture, you specifically wrap Nitro around that, that's a very different architecture than what's being run in the data center. And when you look at what Pensando does, that's a lot of starting to bring what these real clouds out there, what these big hyperscalers are running into the grasps of the data center. And so I think you're going to see a fundamental shift. The next 10 years are going to be exciting because the way you look at a data center now, when you think of what CPUs do, what shared storage, how the networking is all set up, it ain't going to look the same. >> Okay, so the competing vision with that, to play devil's advocate, would be DPUs are kind of expensive. Why don't we just use NICs, give 'em some more bandwidth, and use the cheapest stuff. That's the competing vision. >> That could be. >> Or the alternative vision, and I imagine everything else we've experienced in our careers, they will run in parallel paths, fit for function. >> Well, parallel paths always exist, right? Otherwise, 'cause you know how many times you've heard mainframe's dead, tape's dead, spinning disk is dead. None of 'em dead, right? The reality is you get to a point within an industry where it basically goes from instead of a growth curve like that, it goes to a growth curve of like that, it's pretty flat. So from a revenue growth perspective, I don't think you're going to see the revenue growth there. I think you're going to see the revenue growth in DPUs. And when you actually take, they may be expensive now, but you look at what Monterey's doing and you look at the way that those DPUs are getting integrated in at the OEM level. It's going to be a part of it. You're going to order your VxRail and VSAN style boxes, they're going to come with them. It's going to be an integrated component. Because when you start to offload things off the CPU, you've driven your overall utilization up. When you don't have to process NSX on basically the X86, you've just freed up cores and a considerable amount of them. And you've also moved that to where there's a more intelligent place for that pack to be processed right, out here on this edge. 'Cause you know what, that might not need to go into the host bus at all. So you have just alleviated any transfers over a PCI bus, over the PCI lanes, into DRAM, all of these components, when you're like, but all to come with, oh, that bit needs to be on this other machine. So now it's coming in and it's making that decision there. And then you take and integrate that into things like the Aruba Smart Switch, that's running the Pensando technology. So now you got top of rack that is already making those intelligent routing decisions on where packets really need to go. >> Jason, thank you so much for joining us. I know you guys could keep talking. >> No, I was going to say, you're going to have to come back. You're going to have to come back. >> We've just started to peel the layers of the onion, but we really appreciate you coming by the show, talking about what AMD and VMware are doing, what you're enabling customers to achieve. Sounds like there's a lot of tailwind behind you. That's awesome. >> Yeah. >> Great stuff, thank you. >> It's a great time to be at AMD, I can tell you that. >> Oh, that's good to hear, we like it. Well, thank you again for joining us, we appreciate it. For our guest and Dave Nicholson, I'm Lisa Martin. You're watching "theCUBE Live" from San Francisco, VMware Explore 2022. We'll be back with our next guest in just a minute. (upbeat music)

Published Date : Aug 31 2022

SUMMARY :

Jason, it's great to have you. I hear you have some to easily enable you to move So we're probably good way to refer to it. and the release of a tool like this, 1000 VMs, just to make the math easy. And it's going to check, we've Okay, I'm going to In terms of my that is the sort of wrapper and most of the time, that during this process. that you need to look for. in the first place, on the source system. What's the zinger, where doesn't it work? It doesn't work like, live What's the oh, you've got that version, So where you would see options that you give it, And a big shout out to Austin Browder. I was going to ask you what and the value add and VAR, and presented this to some of competitors in the marketplace? in the amount of resources that you need. nobody's going to do anything for that. Now you you're out of Austin, right? is the cost of electricity, you don't live here, you don't They had that five to So what are you liking about AMD? that are affecting the data center, Well, that relationship and the trust where do you think this is going. we already know that. because the way you look Okay, so the competing Or the alternative vision, And when you actually take, I know you guys could keep talking. You're going to have to come back. peel the layers of the onion, to be at AMD, I can tell you that. Oh, that's good to hear, we like it.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Dave NicholsonPERSON

0.99+

Lisa MartinPERSON

0.99+

Jason CollierPERSON

0.99+

Dave NicholsonPERSON

0.99+

LisaPERSON

0.99+

50 machinesQUANTITY

0.99+

10 machinesQUANTITY

0.99+

JasonPERSON

0.99+

10 machinesQUANTITY

0.99+

100 machinesQUANTITY

0.99+

DavePERSON

0.99+

AMDORGANIZATION

0.99+

AustinLOCATION

0.99+

San FranciscoLOCATION

0.99+

San FranciscoLOCATION

0.99+

fiveQUANTITY

0.99+

threeQUANTITY

0.99+

100 serversQUANTITY

0.99+

seven yearQUANTITY

0.99+

theCUBE LiveTITLE

0.99+

10,000 virtual machinesQUANTITY

0.99+

LenovosORGANIZATION

0.99+

30%QUANTITY

0.99+

2025DATE

0.99+

AWSORGANIZATION

0.99+

fourQUANTITY

0.99+

oneQUANTITY

0.99+

10%QUANTITY

0.99+

30 different channel partnersQUANTITY

0.99+

five yearsQUANTITY

0.99+

earthLOCATION

0.99+

5%QUANTITY

0.99+

1000 VMsQUANTITY

0.99+

DellsORGANIZATION

0.99+

GitHubORGANIZATION

0.99+

seven yearsQUANTITY

0.98+

Austin BrowderPERSON

0.98+

a yearQUANTITY

0.98+

TandyORGANIZATION

0.98+

Radio ShackORGANIZATION

0.98+

VMwareORGANIZATION

0.98+

MontereyORGANIZATION

0.98+

todayDATE

0.97+

HPsORGANIZATION

0.97+

first timeQUANTITY

0.97+

TuesdayDATE

0.97+

ScaleORGANIZATION

0.97+

VM ToolsTITLE

0.97+

one thingQUANTITY

0.96+

last nightDATE

0.96+

about 30 different channel partnersQUANTITY

0.95+

firstQUANTITY

0.95+

AthlonsCOMMERCIAL_ITEM

0.95+

VxRailCOMMERCIAL_ITEM

0.95+

X86TITLE

0.94+

PensandoORGANIZATION

0.94+

VMware Explore 2022TITLE

0.94+

RyzenCOMMERCIAL_ITEM

0.94+

five yearsQUANTITY

0.93+

James Bion, DXC Technology | VMware Explore 2022


 

(upbeat music) >> Good afternoon. theCUBE is live at VMware Explorer. Lisa Martin here in San Francisco with Dave Nicholson. This is our second day of coverage talking all things VMware and it's ecosystem. We're excited to welcome from DXC Technology, James Bion, Hybrid Cloud and Multi Cloud Offering manager to have a conversation next. Welcome to the program. >> Thank you very much. >> Welcome. >> Talk to us a little bit about before we get into the VMware partnership, what's new at DXC? What's going on? >> So DXC is really evolving and revitalizing into more of a cloud orientated company. So we're already driving change in our customers at the moment. We take them on that cloud journey, but we're taking them in the right way, in a structured mannered way. So we are really excited about it, we're kicking off our Cloud First type, Cloud Right sort of story and helping customers on that journey. >> Yesterday in the keynote, VMware was talking about customers are on this Cloud chaos phase, they want to get to Cloud Smart. You're saying they want to get to Cloud Right. Talk to us about what DXC Cloud Right is, what does it mean? What does it enable businesses to achieve? >> That's a very good question. So DXC has come up with this concept of Cloud Right, we looked at it from a services and outcome. So what do customers want to achieve? And how do we get it successfully? This is not a technology conversation, this is about putting the right workloads at the right place, at the right time, at the right cost to get the right value for your business. It's not about just doing it for the sake of doing it, okay. There's a lot of changes it's not technology only you've got to change how people operate. You've got to work through the organizational change. You need to ensure that you have the right security in place to maintain it. And it's about value, really about value proposition. So we don't just focus on cost, we focus on operations of it, we focus on security of it. We focus on ensuring the value proposition of it and putting not just for one Cloud, it's the right place. Big focus on Hybrid and Multi Cloud solutions in particular, we're very excited about what's happening with VMware Cloud on maybe AWS or et cetera because we see there a real dynamic change for our customers where they can transition across to the right Cloud services, at the right time, at the right place, but minimal disruption to the actual operation of their business. Very easy to move a workload into that place using the same skilled resources, the same tools, the same environment that you have had for many years, the same SLAs. Customers don't want a variance in their SLAs, they just want an outcome at a right price and the right time. >> Right, what are some of the things going on with the VMware partnership and anything you know, here we are at this the event called the theme is "The Center of the Multi Cloud Universe", which I keep saying sounds like a Marvel movie, I think there needs to be some superheroes here. But how is DXC working with VMware to help customers that are in Multi Cloud by default, not by design? >> That's a very good one. So DXC works jointly with VMware for more than a thousand clients out there. Wide diversity of different clients. We go to market together, we work collaboratively to put roadmaps in place for our clients, it's a unified team. On top of that, we have an extremely good VMware practice, joint working VMware team working directly with DXC dedicated resources and we deliver real value for clients. For example, we have a customer experience zone, we have a customer innovation zone so we can run proof of concepts on all the different VMware technologies for customers. If they want to try something different, try and push the boundaries a little bit with the VMware products, we can do that for them. But at the end of the day we deliver outcome based services. We are not there to deliver a piece of software, but a technology which show the customer the value of the service that they've been receiving within that. So we bring the VMware fantastic technologies in and then we bring the DXC managed services which we do so well and we look after our customers and do the right thing for our customers. >> So what does the go-to market strategy look like from a DXC perspective? We say that there are a finite number of strategic seats at the customer table. DXC has longstanding deep relationships with customers, so does VMware and probably over a shorter period of time, the Hyper scale Cloud Providers. How are you approaching these relationships with customers? Is it you bringing in your friends from the cloud? Is it the cloud bringing in their friend DXC? What does it look like? >> So we have relationships with all of them, but were agnostic. So we are the people who bring it all together into that unified platform and services that the customers expect. VMware will bring us certainly to the table and we'll bring VMware to the table. Equally, we work very collaboratively with all the cloud providers and we work in deals together. They bring us deals, we bring them deals. So it works extremely well from that perspective, but of course it's a multi-cloud world these days. We don't just deal with one cloud provider, we'll normally have all of the different services to find the right place for our customers. >> Now, one thing that that's been mentioned from DXC is this idea that Cloud First which has been sort of a mantra that scores you points if you're a CIO lately, maybe that's not the best way to wake up in the morning. Why not saying, Cloud First? >> So we have a lot of clients who who've tried that Cloud First journey and they've aggressively taken on migration of workloads. And now that they've settled in a few of those they're discovering maybe the ROI isn't quite what they expected it was going to be. That transformation takes a long time, a very long time. We've seen some of the numbers around averaging a hundred apps can take up to seven years to transition and transform, that's a long time. It makes you almost less agile by doing the transformation quite ironically. So DXC's Cloud Right program really helps you to ensure that you assess those workloads correctly, you target the ones that are going to give you the best business value, possibly the best return on investment using our Cloud and advisory practice to do that. And then obviously off the back of that we've got our migration teams and our run services and our application modernization factories and our application platforms for that. So DXC Cloud Right can certainly help our customers on that journey and get that sort of Hybrid Multi Cloud solution that suits their particular outcomes, not just one Cloud provider. >> So Cloud Right isn't just Cloud migration? >> No. >> People sometimes confuse digital transformation with Cloud migration. >> Correct. >> So to be clear Cloud Right and DXC has the ability to work with customers on not just, oh, here, this is how we box it up and ship it out, but what makes sense to box up and ship out. >> Correct, and it's all about that whole end to end life cycle. Remember, this is not just a technology conversation, this is an end to end business conversation. It's the outcomes are important, not the technology. That's why you have good partners like DXC who will help you on that technology journey. >> Let's talk about in the dynamics of the market the last couple of years, we saw so many customers in every industry race to the Cloud, race to digitally transform. You bring up a good point of people interchangeably talking about digital transformation, Cloud migration, but we saw the massive adoption of SaaS technologies. What are you seeing? Are you seeing customers in that sort of Cloud chaos as VMware calls it? That you're coming in with the Cloud Right approach saying, let's actually figure out, you may have done this because of the pandemic maybe it was accelerated, you needed to facilitate collaboration or whatnot, but actually this is the right approach. Are you seeing a lot of customers in that situation? >> We are certainly seeing some customers going into that chaos world. Some of them are still in the early stages of their journey and are taking a more cautious step towards in particular, the companies that would die on systems to be up available all the time. Others have gone too far, the other are in extreme are in the chaos world. And our Cloud Right program will certainly help them to pull their chaos back in, identify what workloads are potentially running in the wrong place, get the framework in place for ensuring that security and governance is in place. Ensuring that we don't have a cost spend blowout in particular, make sure that security is key to everything that we do and operations is key to everything we do. We have our own intelligent Platform X, it's called, our service management platform which is really the engine that sits behind our delivery mechanism. And that's got a whole lot of AI analytics engines in there to identify things and proactively identify workload placements, workload repairs, scripting, and hyper automation behind that too, to keep available here and there. And that's really some of our Cloud Right story, it's not just sorting out the mess, it's sorting out and then running it for you in the right way. >> So what does a typical, a customer engagement look like for a customer in that situation? >> So we would obviously engage our client right advisory team and they would come in and sit down with your application owners, sit down with the business units, identify what success needs to look like. They do all the discovery, they'll run it through our engines to identify what workloads are in the right place, should go to the right place. Just 'cause you can do something doesn't mean you should do something and that's an important thing. So we will come back with that and say, this is where I think your cloud roadmap journey should be. And obviously that takes an intuitive process, but we then can pick off the key topics early at the right time and that low hanging fruit that's really going to drive that value for the customer. >> And where are your customer conversations these days? I mean from a Cloud perspective, digital transformation, we're seeing everything escalate up the C-suite? Are you engaging the executives in this conversation so that they really want to facilitate, let's do things the right way that's the most efficient that allows us as a business to do what we're best at? >> So where we've seen programs fail is where we don't have executive leadership and brought in from day one. So if you don't have that executive and business driver and business leadership, then you're definitely not going to be successful. So to answer your question, yes, of course we are, but we also working directly with the IT departments as well. >> So you just brought up an insight executive alignment, critically important. Based on what you've experienced in the real world, contrast that with the sort of message to the world that we hear constantly about Cloud and IT, what would be the most shocking thing that you can share with us that people might not be aware of? It's like what shocks you the most about the disconnect between what everybody talks about and the reality on the ground? Don't name any names of anyone, but give us an example of the like, this is what's really going on. >> So, we certainly are seeing that big sort of move into Cloud quickly, okay. And then the big bill shock comes and just moving a workload across doesn't mean you're in Cloud, it's a transition and transformation to the SaaS and power services, it's where you get your true value out of cloud. So the concept that just 'cause it's in Cloud it's cheap is not always the case. Doing it right in Cloud is definitely going to have some cost value, but it's going to bring other additional values to their business. It's going to give them agility, it's going to give them resilience. So if you look at all three of those platforms cost, agility, and resilience and live across all three of those, then you're definitely going to get the best outcomes. And we've certainly seen some of those where they haven't taken all of those into consideration, quite often it's cost is what drives it, not the other two. And if you can't keep operations up working efficiently then you are in a lot of trouble. >> So Cloud wrong comes with sticker shock. >> It certainly does. >> What's on the horizon for DXC? >> We're certainly seeing a big drive towards apps modernization and certainly help our customers on that journey. DXC is definitely a Cloud company, may that be on Hybrid Cloud, Private Cloud, Public Cloud, DXC is certainly leading that edge and pushing it forward. >> Excellent, James, thank you so much for joining us on the program today talking about what Cloud Right is, the right approach, how you're helping customers really get to that right approach with the people, the processes, and the technology. We appreciate your time. >> Thank you very much. >> For our guest and Dave Nicholson, I'm Lisa Martin. You're watching theCUBE live from VMware Explorer, 2022. Our next guest joins us momentarily so don't change the channel. (upbeat music)

Published Date : Aug 31 2022

SUMMARY :

Welcome to the program. in our customers at the moment. Yesterday in the keynote, Cloud, it's the right place. is "The Center of the But at the end of the day we of strategic seats at the customer table. that the customers expect. maybe that's not the best way are going to give you with Cloud migration. Right and DXC has the ability important, not the technology. in every industry race to the Cloud, to everything that we So we will come back with that and say, So to answer your question, and the reality on the ground? So the concept that just So Cloud wrong comes DXC is certainly leading that to that right approach with the people, so don't change the channel.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Dave NicholsonPERSON

0.99+

Lisa MartinPERSON

0.99+

James BionPERSON

0.99+

JamesPERSON

0.99+

San FranciscoLOCATION

0.99+

DXCORGANIZATION

0.99+

VMwareORGANIZATION

0.99+

AWSORGANIZATION

0.99+

second dayQUANTITY

0.99+

2022DATE

0.99+

twoQUANTITY

0.99+

Cloud RightTITLE

0.99+

todayDATE

0.98+

oneQUANTITY

0.98+

Cloud RightTITLE

0.98+

Cloud FirstTITLE

0.98+

more than a thousand clientsQUANTITY

0.98+

YesterdayDATE

0.97+

DXC TechnologyORGANIZATION

0.97+

DXCTITLE

0.97+

threeQUANTITY

0.96+

Hyper scaleORGANIZATION

0.94+

VMware CloudTITLE

0.94+

VMware ExplorerORGANIZATION

0.93+

last couple of yearsDATE

0.92+

up to seven yearsQUANTITY

0.89+

MarvelORGANIZATION

0.88+

CloudTITLE

0.88+

ExplorerTITLE

0.86+

Cloud SmartTITLE

0.82+

VMware Explore 2022TITLE

0.8+

one cloud providerQUANTITY

0.79+

one thingQUANTITY

0.79+

a hundred appsQUANTITY

0.76+

theCUBEORGANIZATION

0.75+

pandemicEVENT

0.73+

Hybrid CloudORGANIZATION

0.71+

Center of the Multi CloudEVENT

0.66+

PlatformTITLE

0.6+

day oneQUANTITY

0.58+

ProvidersORGANIZATION

0.55+

CloudOTHER

0.5+

UniverseTITLE

0.38+

FirstTITLE

0.38+

Manyam Mallela, Blueshift | AWS Startup Showcase S2 E3


 

(upbeat music) >> Welcome everyone to theCUBE's presentation of the AWS Startup Showcase. Topic is MarTech: Emerging Cloud-Scale Experience. This is season two, episode three of the ongoing series covering the exciting startups from the AWS ecosystem. Talk about their value proposition and their company and all the good stuff that's going on. I'm your host, John Furrier. And today we're excited to be joined by Manyam Mallela who's the co-founder and head of AI at Blueshift. Great to have you on here to talk about the Blueshift-Intelligent Customer Engagement, Made Simple. Thanks for joining us today. >> Thank you, John. Thank you for having me. >> So last time we did our intro video. We put it out in the web. Got great feedback. One of the things that we talked about, which is resonating out there in the viral Twitter sphere and in the thought leadership circles is this concept that you mentioned called 10X marketer. That idea that you have a solution that can provide 10X value. Kind of a riff on the 10X engineer in the DevOps cloud world. What does it mean? And how does someone get there? >> Yeah, fantastic. I think that's a great way to start our discussion. I think a lot of organizations, especially as of this current economic environment are looking to say, I have limited resources, limited budgets, how do I actually achieve digital and customer engagement that helps move the needle for my key metrics, whether it's average revenue per user, lifetime value of the user and frequent interactions. Above all, the more frequently a brand is able to interact with their customers, the better they understand them, the better they can actually engage them. And that usually leads to long term good outcomes for both customer and the brand and the organizations. So the way I see 10X marketer is that you need to have tools that give you that speed and agility without hindering your ability to activate any of the campaigns or experience that you want to create. And I see the roadblocks usually for many organizations, is that kind of threefold. One is your data silos. Usually data that is on your sites, does not talk to your app data, does not talk to your social data, does not talk to your CRM data and so forth. So how do I break those silos? The second is channel silos. I actually have customers who are only engaging on email or some are on email and mobile apps. Some are on email and mobile apps and maybe the OTT TV in a Roku or one of the connected TV experiences, or maybe in the future, another Web3 environments. How do I actually break those channel silos so that I get a comprehensive view of the customer and my marketing team can engage with all of them in respect to the channel? So break the channel silos. And the last part, what I call like some of the little talked about is I call the inside silo, which is that, not only do you need to have the data, but you also have to have a common language to share and talk about within your organizations. What are we learning from our customers? What do we translate our learning and insight on this common data platform or fabric into an action? And that requires the shared language of how do I actually know my customers and what do I do with them? Like either the inside silo as well. I think a lot of times organizations do get into this habit like each one speaks their own language, but they don't actually are talking the common language of what did we actually know about the real customer there. >> Yeah, and I think that's a great conversation because there's two, when you hear 10X marketer or 10X conversations, it implies a couple things. One is you're breaking an old way and bringing in something new. And the new is a force multiplier, in this case, 10X marketer. But this is the cloud scale so marketing executives, chiefs, staffs, chiefs of staffs of CMOs and their staffs. They want to get that scale. So marketing at scale is now the table stakes. Now budget constraints are there as well. So you're starting to see, okay, I need to do more with less. Now the big question comes up is ROI. So I want to have AI. I want to have all these force multipliers. What do I got to do with the old? How do I handle that? How do I bring the new in and operationalize it? And if that's the case, I'm making a change. So I have to ask you, what's your view on the ROI of AI marketing, because this is a key component 'cause you've got scale factor here. You've got to force multiplier opportunity. How do you get that ROI on the table? >> I think that as you rightly said, it's table stakes. And I think the ROI of AI marketing starts with one very key simple premise that today some of the tools allow you to do things one at a time. So I can actually say, "can I run this campaign today?" And you can scramble your team, hustle your way, get everybody involved and run that campaign. And then tomorrow I'd say like, Hey, I looked at the results. Can I do this again? And they're like, oh, we just asked for all of us to get that done. How do I do it tomorrow? How do I do it next week? How do I do it for every single week for the rest of the year? That's where I think the AI marketing is essentially taking your insight, taking your creativity, and creating a platform and a tool that allows you to run this every single day. And that's agility at scale. That is not only a scale of the customer base, but scale across time. And that AI-based automation is the key ROI piece for a lot of AI marketing practitioners. So Forrester, for example, did a comprehensive total economic impact study with our customers. And what they found out was actually the 781% ROI that they reported in that particular report is based on three key factors. One is being able to do experiences that are intelligent at scale, day in and day out. So do your targeting, do your recommendations. Not just one day, but do it every single day. And don't hold back yourself on being able to do that. >> I think they got to get the return. They got to get the sales too. This is the numbers. >> That's right. They actually have real dollars, real numbers attached to it. They have a calculator. You can actually go in and plug your own numbers and get what you might expect from your existing customer base. The second is that once you have a unified platform like ours, the 10X marketer that we're talking about is actually able to do more. It's sometimes actually, it's kind of counterintuitive to think that a smaller team does more. But in reality, what we have seen, that is the case. When you actually have the right tools, the smaller teams actually achieve more. And that's the redundant operations, conflicting insights that go away into something more coherent and comprehensive. And that's the second insight that they found. And the third is just having reporting and all of the things in one place means that you can amplify it. You can amplify it across your paid media channels. You can amplify it across your promotions programs and other partnerships that you're running. >> That's the key thing about platforms that people don't understand is that you have a platform and it enables a lot of value. In this case, force multiplier value. It enables more value than you pay for it. But the key is it enables customers to do things without a line of code, meaning it's a platform. They're innovating on top of it. And that's, I think, where the ROI comes in and this leads me where the next question is. I wanted to ask you is, not to throw a wet blanket on the MarTech industry, but I got to think of when I hear marketing automation, I kind of think old. I think old, inadequate antiquated technologies. I think email blasting and just some boring stuff that just gets siloed or it's bespoke from something else. Are marketing automation tools created equal? Does something like, what you guys are doing with SmartHub? Change that, and can you just talk about that 'cause it's not going to go away. It's just another level that's going to be abstracted away under the coverage. >> Yeah, great question. Certainly, email marketing has been practiced for two or three decades now and in some form or another. I think we went from essentially what people call list-based marketing. I have a list, let me keep blasting the same message to everybody and then hopefully something will come out of it. A little bit more of saying, then they can, okay, maybe now I have CRM database and can I do database marketing, which they will call like, "Hey, Hi John. Hi Manyam", which is the first name. And that's all they think will get the customer excited about because you'll call them by name, which is certainly helpful, but not enough. I think now what we call like, the new age that we live in is that we call it graph-based marketing. And the way we materialize that is that every single user is interacting with a brand with their offerings. So that this interaction graph that's happening across millions of customers, across thousands of content articles, videos, shows, products, items, and that graph actually has much richer knowledge of what the customer wants than the first names or list-based ones. So I think the next evolution of marketing automation, even though the industry has been there a while, there is a step change in what can actually be done at scale. And which is taking that interaction graph and making that a part of the experience for the customer, and that's what we enable. That's why we do think of that as a big step change from how people are being practicing list-based marketing. And within that, certainly there is a relation of curve as to how people approach AI marketing and they are in a different spectrum. Some people are still at list-based marketing. Some people are database marketing. And hopefully will move them to this new interaction graph-based marketing. >> Yeah and I think the context is key. I like how you bring up the graph angle on this because the graph databases imply there's a lot of different optionality around what's happened contextually both over time and currently and it adds to it. Makes it smarter. It's not just siloed, just one dimensional. It feels like it's got a lot there. This is clearly I'm a big fan of and I think this is the way to go. As you get more personalization, you get more data. Graphic database makes a lot of sense. So I have to ask you, this is a really cutting edge value proposition, who are the primary buyers and users in an organization that you guys are working with? >> Yeah, great question. So we typically have CMO organizations approaching us with this problem and they usually talk to their CIO organizations, their counterparts, and the chief information officers have been investing in data fabrics, data lakes, data warehouses for the better part of last decade or two, and have some very cutting edge technology that goes into organizing all this data. But that doesn't still solve the problem of how do I take this data and make a meaningful, relevant, authentic experience for the customer. That's the CMO problem. And CMO are now challenge with creating product level experience with every interaction and that's where we coming. So the CMO are the buyers of our SmartHub CDP platform. And we're looking for consolidating hundreds of tools that they had in the past and making that one or two channel marketers. Actually, the 10X marketer that we talk about. And you need the right tool on top of your data lakes and data warehouses to be able to do that. So CMO are also the real drivers of using this technology. >> I think that also place the ROI equation around ROI and having that unified platform. Great call out there. I got to ask you the question here 'cause this comes up a lot and when I hear you talking, I think, okay, all the great stuff you guys have there. But if I'm a company, I want to make my core competencies mine. I don't really want to outsource or buy something that's going to be core to my business. But at the same time as market shifts, the business changes. And sometimes people don't even know what business they're in at the end of the day. And as it gets more complicated too, by the way. So the question comes up with companies and I can see this clearly, do I buy it? Do I build it? When it comes to AI because that's a core competency. Wait a minute, AI. I'm going to maybe buy some chatbot technology. That's not really AI, but it feels like AI, but I'm a company, I want to buy it or build it. That's a choice. What do you see there? 'Cause you guys have a very comprehensive platform. It's hard to replicate, imitates, inimitable. So what's your customers doing with respect buy and build? And where do they get the core competency? What do they get to have as a core competency? >> Fantastic. I think certainly, AI as it applies to at the organization level, I've seen this at my previous organization that I was part of, and there will be product and financial applications that are using AI for the service of that organization. So we do see, depending upon the size of the organization having in-house AI and data science teams. They are focused on these long term problems that they are doing as part of their product itself. Adjacent to that, the CMO organization gets some resources, but not certainly a lot. I think the CMO organization is usually challenged with the task, but not given the hundred people data science and engineering team to be able to go solve that. So what we see among our customer base is that they need agile platform to do most of the things that they need to do on a day to day basis, but augmented with what our in-house data science they have. So we are an extensible platform. What we have seen is that half of our customers use us solely for the AI needs. The other half certainly uses both AI modules that we provide and are actually augmented with things that they've already built. And we do not have a fight in that ring. But we do acknowledge and we do provide the right hooks for getting the data out of our system and bringing their AI back into our system. And we think that at the end of the day, if you want agility for the CMO, there should not be any barriers. >> It's like they're in the data business and that's the focus. So I think with what I hear you saying is that with your technology and platform, you're enabling to get them to be in the data business as fast as possible. >> That's right. >> Versus algorithm business, which they could add to over time. >> Certainly they could add to. But I think the bulk of competencies for the CMO are on the creative side. And certainly wrangling with data pipelines day in and day out and wondering what actually happened to a pipeline in the middle of the night is not probably what they would want to focus on. >> Not their core confidence. Yeah, I got that. >> That's right. >> You can do all the heavy lifting. I love that. I got to ask you on the Blueshift side on customer experience consumption. how can someone experience the product before buying? Is there a trial or POC? What's the scale and scope of operationalizing and getting the Blueshift value proposition in them? >> Yeah, great. So we actually recently released a fantastic way to experience our product. So if you go to our website, there's only one call-to-action saying, explore Blueshift. And if you click on that, without asking, anything other than your business email address, you're shown the full product. You're given a guided tour of all the possibilities. So you can actually experience what your marketing team would be doing in the product. And they call it Project Rover. We launched it very recently and we are seeing fantastic reception to that. I think a lot of times, as you said, there is that question mark of like, I have a marketing team that is already doing X, Y, Z. Now you are asking me to implement Blueshift. How would they actually experience the product? And now they can go in and experience the product. It's a great way to get the gist of the product in 10 clicks. Much more than going through any number of videos or articles. I think people really want to say, let me do those 10 clicks. And I know what impression that I can get from platform. So we do think that's a great way to experience the product and it's easily available from the main website. >> It's in the value proposition. It isn't always a straight line. And you got that technology. And I got to ask from between your experience with the customers that you're talking to, prospects, and customers, where do you see yourself winning deals on Customer Engagement, Made Simple because the word customer engagement's been around for a while, and it's become, I won't say cliche, but there's been different generational evolutions of technology that made that possible. Obviously, we're living in an era of high velocity Omni-Channel, a lot of data, the graph databases you mentioned are in there, big part of it. Where are you winning deals? Where are customers pain points where you are solving that specifically? >> Yeah, great question. So the organizations that come to us usually have one of the dimensions of either they have offering complexity, which is what catalog of content or videos or items do they offer to the customers. And on the data complexity on the other side is to what the scale of customer base that I usually target. And that problem has not gone away. I think the customer engagement, even though has been around for a while, the problem of engaging those customers at scale hasn't gone away and it only is getting harder and harder and organizations that have, especially on what we call the business-to-consumer side where the bulk of what marketing organizations in a B2C segments are doing. I have tens to millions of customers and how do I engage them day in and day out. And I think that all that problem is only getting harder because consumer preferences keeps shifting all the time. >> And where's your sweet spot for your customer? What size? Can you just share the target organization? Is it medium enterprise, large B2C, B2B2C? What's the focus area? >> Yeah, great question. So we have seen like startups that are in Silicon Valley. I have now half a million monthly active users, how do I actually engage them to customers and clients like LendingTree and PayPal and Discovery and BBC who have been in the business for multiple decades, have tens of millions of customers that they're engaging with. So that's kind of our sweet spot. We are certainly not maybe for small shop with maybe a hundred plus customers. But as you reach the scale of tens of thousands of customers, you start seeing this problem. And then you start to look out for solutions that are beyond, especially list-based marketing and email blast. >> So as the scale, you can dial up and down, but you have to have some enough scale to get the data pattern. >> That's right. >> If I can connect the dots there. >> I would probably say, looking at a hundred thousand or more monthly active customer base, and then you're trying to ramp up your own growth based on what you're learning and to engage those customers. >> It's like a bulldozer. You need the heavy equipment. Great conversation. For the last minute we have here Manyam, give you a plug for the company. What's going on? What are you guys doing? What's new? Give some success stories, your latest achievements. Take a minute to give a plug for the company. >> Yeah, great. We have been recognized by Deloitte as the fastest growth startup two years in a row and continuing to be on that streak. We have released currently integrations with AWS partners and Snowflake partners and data lake partners that allow implementing Blueshift a much streamlined experience with bidirectional integrations. We have now hundred plus data connectors and data integrations in our system and that takes care of many of our needs. And now, I think organizations that have been budget constraint and are trying to achieve a lot with a small team are actually going to look at these solutions and say, "Can I get there?" and "Can I become that 10X marketing organization? And as you have said, agility at scale is very, very hard to achieve. Being able to take your marketing team and achieve 10X requires the right platform and the right solution. We are ready for it. >> And every company's in the data business that's the asset. You guys make that sing for them. It's good stuff. Love the 10X. Love the scale. Manyam Mallela, thanks for coming on. Co-founder, Head of AI at Blueshift. This is the AWS Startup Showcase season two, episode three of the ongoing series covering the exciting startups from the AWS ecosystem. I'm John Furrier, your host. Thanks for watching. >> Thank you, John. (upbeat music)

Published Date : Jun 29 2022

SUMMARY :

and all the good stuff that's going on. Thank you for having me. and in the thought leadership And that requires the shared language And if that's the case, Hey, I looked at the results. This is the numbers. and all of the things in one place is that you have a platform and making that a part of the the graph angle on this But that doesn't still solve the problem I got to ask you the question here that they need to do and that's the focus. which they could add to over time. for the CMO are on the creative side. Yeah, I got that. I got to ask you on the Blueshift side of all the possibilities. the graph databases you And on the data complexity And then you start to look out So as the scale, you and to engage those customers. For the last minute we have here Manyam, and the right solution. And every company's in the Thank you, John.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
John FurrierPERSON

0.99+

Manyam MallelaPERSON

0.99+

JohnPERSON

0.99+

10 clicksQUANTITY

0.99+

BBCORGANIZATION

0.99+

DeloitteORGANIZATION

0.99+

Silicon ValleyLOCATION

0.99+

oneQUANTITY

0.99+

next weekDATE

0.99+

tomorrowDATE

0.99+

781%QUANTITY

0.99+

AWSORGANIZATION

0.99+

hundred peopleQUANTITY

0.99+

ForresterORGANIZATION

0.99+

tensQUANTITY

0.99+

twoQUANTITY

0.99+

one dayQUANTITY

0.99+

two yearsQUANTITY

0.99+

OneQUANTITY

0.99+

BlueshiftORGANIZATION

0.99+

thirdQUANTITY

0.99+

DiscoveryORGANIZATION

0.99+

todayDATE

0.99+

thousandsQUANTITY

0.99+

second insightQUANTITY

0.99+

bothQUANTITY

0.99+

PayPalORGANIZATION

0.99+

Project RoverORGANIZATION

0.98+

secondQUANTITY

0.98+

ManyamPERSON

0.98+

10XQUANTITY

0.97+

MarTechORGANIZATION

0.97+

SmartHubORGANIZATION

0.97+

firstQUANTITY

0.97+

three decadesQUANTITY

0.96+

BlueshiftTITLE

0.96+

each oneQUANTITY

0.96+

one placeQUANTITY

0.96+

millionsQUANTITY

0.95+

tens of thousands of customersQUANTITY

0.95+

LendingTreeORGANIZATION

0.94+

last decadeDATE

0.94+

SnowflakeORGANIZATION

0.94+

hundreds of toolsQUANTITY

0.94+

three key factorsQUANTITY

0.92+

two channelQUANTITY

0.92+

TwitterORGANIZATION

0.91+

theCUBEORGANIZATION

0.91+

Startup ShowcaseEVENT

0.89+

halfQUANTITY

0.89+

hundred plusQUANTITY

0.89+

tens of millions of customersQUANTITY

0.87+

CMOTITLE

0.84+

MarTech: Emerging Cloud-Scale ExperienceTITLE

0.83+

half a million monthlyQUANTITY

0.82+

single dayQUANTITY

0.82+

single weekQUANTITY

0.81+

a hundred plus customersQUANTITY

0.81+

AWS Startup ShowcaseEVENT

0.81+

a hundred thousand or moreQUANTITY

0.77+

half of our customersQUANTITY

0.77+

season twoQUANTITY

0.75+

Daisy Urfer, Algolia & Jason Ling, Apply Digital | AWS Startup Showcase S2 E3


 

(introductory riff) >> Hey everyone. Welcome to theCUBE's presentation of the "AWS Startup Showcase." This is Season 2, Episode 3 of our ongoing series that features great partners in the massive AWS partner ecosystem. This series is focused on, "MarTech, Emerging Cloud-Scale Customer Experiences." I'm Lisa Martin, and I've got two guests here with me to talk about this. Please welcome Daisy Urfer, Cloud Alliance Sales Director at Algolia, and Jason Lang, the Head of Product for Apply Digital. These folks are here to talk with us today about how Algolia's Search and Discovery enables customers to create dynamic realtime user experiences for those oh so demanding customers. Daisy and Jason, it's great to have you on the program. >> Great to be here. >> Thanks for having us. >> Daisy, we're going to go ahead and start with you. Give the audience an overview of Algolia, what you guys do, when you were founded, what some of the gaps were in the market that your founders saw and fixed? >> Sure. It's actually a really fun story. We were founded in 2012. We are an API first SaaS solution for Search and Discovery, but our founders actually started off with a search tool for mobile platforms, so just for your phone and it quickly expanded, we recognize the need across the market. It's been a really fun place to grow the business. And we have 11,000 customers today and growing every day, with 30 billion searches a week. So we do a lot of business, it's fun. >> Lisa: 30 billion searches a week and I saw some great customer brands, Locost, NBC Universal, you mentioned over 11,000. Talk to me a little bit about some of the technologies, I see that you have a search product, you have a recommendation product. What are some of those key capabilities that the products deliver? 'Cause as we know, as users, when we're searching for something, we expect it to be incredibly fast. >> Sure. Yeah. What's fun about Algolia is we are actually the second largest search engine on the internet today to Google. So we are right below the guy who's made search of their verb. So we really provide an overall search strategy. We provide a dashboard for our end users so they can provide the best results to their customers and what their customers see. Customers want to see everything from Recommend, which is our recommended engine. So when you search for that dress, it shows you the frequently bought together shoes that match, things like that, to things like promoted items and what's missing in the search results. So we do that with a different algorithm today. Most in the industry rank and they'll stack what you would want to see. We do kind of a pair for pair ranking system. So we really compare what you're looking for and it gives a much better result. >> And that's incredibly critical for users these days who want results in milliseconds. Jason, you, Apply Digital as a partner of Algolia, talk to us about Apply Digital, what it is that you guys do, and then give us a little bit of insight on that partnership. >> Sure. So Apply Digital was originally founded in 2016 in Vancouver, Canada. And we have offices in Vancouver, Toronto, New York, LA, San Francisco, Mexico city, Sao Paulo and Amsterdam. And we are a digital experiences agency. So brands and companies, and startups, and all the way from startups to major global conglomerates who have this desire to truly create these amazing digital experiences, it could be a website, it could be an app, it could be a full blown marketing platform, just whatever it is. And they lack either the experience or the internal resources, or what have you, then they come to us. And and we are end-to-end, we strategy, design, product, development, all the way through the execution side. And to help us out, we partner with organizations like Algolia to offer certain solutions, like an Algolia's case, like search recommendation, things like that, to our various clients and customers who are like, "Hey, I want to create this experience and it's going to require search, or it's going to require some sort of recommendation." And we're like, "Well, we highly recommend that you use Algolia. They're a partner of ours, they've been absolutely amazing over the time that we've had the partnership. And that's what we do." And honestly, for digital experiences, search is the essence of the internet, it just is. So, I cannot think of a single digital experience that doesn't require some sort of search or recommendation engine attached to it. So, and Algolia has just knocked it out of the park with their experience, not only from a customer experience, but also from a development experience. So that's why they're just an amazing, amazing partner to have. >> Sounds like a great partnership. Daisy, let's point it back over to you. Talk about some of those main challenges, Jason alluded to them, that businesses are facing, whether it's e-commerce, SaaS, a startup or whatnot, where search and recommendations are concerned. 'Cause we all, I think I've had that experience, where we're searching for something, and Daisy, you were describing how the recommendation engine works. And when we are searching for something, if I've already bought a tent, don't show me more tent, show me things that would go with it. What are some of those main challenges that Algolia solution just eliminates? >> Sure. So I think, one of the main challenges we have to focus on is, most of our customers are fighting against the big guides out there that have hundreds of engineers on staff, custom building a search solution. And our consumers expect that response. You expect the same search response that you get when you're streaming video content looking for a movie, from your big retailer shopping experiences. So what we want to provide is the ability to deliver that result with much less work and hassle and have it all show up. And we do that by really focusing on the results that the customers need and what that view needs to look like. We see a lot of our customers just experiencing a huge loss in revenue by only providing basic search. And because as Jason put it, search is so fundamental to the internet, we all think it's easy, we all think it's just basic. And when you provide basic, you don't get the shoes with the dress, you get just the text response results back. And so we want to make sure that we're providing that back to our customers. What we see average is even, and everybody's going mobile. A lot of times I know I do all my shopping on my phone a lot of the time, and 40%-50% better relevancy results for our customers for mobile users. That's a huge impact to their use case. >> That is huge. And when we talked about patients wearing quite thin the last couple of years. But we have this expectation in our consumer lives and in our business lives if we're looking for SaaS or software, or whatnot, that we're going to be able to find what we want that's relevant to what we're looking for. And you mentioned revenue impact, customer churn, brand reputation, those are all things that if search isn't done well, to your point, Daisy, if it's done in a basic fashion, those are some of the things that customers are going to experience. Jason, talk to us about why Algolia, what was it specifically about that technology that really led Apply Digital to say, "This is the right partner to help eliminate some of those challenges that our customers could face?" >> Sure. So I'm in the product world. So I have the wonderful advantage of not worrying about how something's built, that is left, unfortunately, to the poor, poor engineers that have to work with us, mad scientist, product people, who are like, "I want, make it do this. I don't know how, but make it do this." And one of the big things is, with Algolia is the lift to implement is really, really light. Working closely with our engineering team, and even with our customers/users and everything like that, you kind of alluded to it a little earlier, it's like, at the end of the day, if it's bad search, it's bad search. It just is. It's terrible. And people's attention span can now be measured in nanoseconds, but they don't care how it works, they just want it to work. I push a button, I want something to happen, period. There's an entire universe that is behind that button, and that's what Algolia has really focused on, that universe behind that button. So there's two ways that we use them, on a web experience, there's the embedded Search widget, which is really, really easy to implement, documentation, and I cannot speak high enough about documentation, is amazing. And then from the web aspect, I'm sorry, from the mobile aspect, it's very API fort. And any type of API implementation where you can customize the UI, which obviously you can imagine our clients are like, "No we want to have our own front end. We want to have our own custom experience." We use Algolia as that engine. Again, the documentation and the light lift of implementation is huge. That is a massive, massive bonus for why we partnered with them. Before product, I was an engineer a very long time ago. I've seen bad documentation. And it's like, (Lisa laughing) "I don't know how to imple-- I don't know what this is. I don't know how to implement this, I don't even know what I'm looking at." But with Algolia and everything, it's so simple. And I know I can just hear the Apply Digital technology team, just grinding sometimes, "Why is a product guy saying that (mumbles)? He should do it." But it is, it just the lift, it's the documentation, it's the support. And it's a full blown partnership. And that's why we went with it, and that's what we tell our clients. It's like, listen, this is why we chose Algolia, because eventually this experience we're creating for them is theirs, ultimately it's theirs. And then they are going to have to pick it up after a certain amount of time once it's theirs. And having that transition of, "Look this is how easy it is to implement, here is all the documentation, here's all the support that you get." It just makes that transition from us to them beautifully seamless. >> And that's huge. We often talk about hard metrics, but ease of use, ease of implementation, the documentation, the support, those are all absolutely business critical for the organization who's implementing the software, the fastest time to value they can get, can be table stakes, and it can be on also a massive competitive differentiator. Daisy, I want to go back to you in terms of hard numbers. Algolia has a recent force or Total Economic Impact, or TEI study that really has some compelling stats. Can you share some of those insights with us? >> Yeah. Absolutely. I think that this is the one of the most fun numbers to share. We have a recent report that came out, it shared that there's a 382% Return on Investment across three years by implementing Algolia. So that's increase to revenue, increased conversion rate, increased time on your site, 382% Return on Investment for the purchase. So we know our pricing's right, we know we're providing for our customers. We know that we're giving them the results that we need. I've been in the search industry for long enough to know that those are some amazing stats, and I'm really proud to work for them and be behind them. >> That can be transformative for a business. I think we've all had that experience of trying to search on a website and not finding anything of relevance. And sometimes I scratch my head, "Why is this experience still like this? If I could churn, I would." So having that ability to easily implement, have the documentation that makes sense, and get such high ROI in a short time period is hugely differentiated for businesses. And I think we all know, as Jason said, we measure response time in nanoseconds, that's how much patience and tolerance we all have on the business side, on the consumer side. So having that, not just this fast search, but the contextual search is table stakes for organizations these days. I'd love for you guys, and on either one of you can take this, to share a customer example or two, that really shows the value of the Algolia product, and then also maybe the partnership. >> So I'll go. We have a couple of partners in two vastly different industries, but both use Algolia as a solution for search. One of them is a, best way to put this, multinational biotech health company that has this-- We built for them this internal portal for all of their healthcare practitioners, their HCPs, so that they could access information, data, reports, wikis, the whole thing. And it's basically, almost their version of Wikipedia, but it's all internal, and you can imagine the level of of data security that it has to be, because this is biotech and healthcare. So we implemented Algolia as an internal search engine for them. And the three main reasons why we recommended Algolia, and we implemented Algolia was one, HIPAA compliance. That's the first one, it's like, if that's a no, we're not playing. So HIPAA compliance, again, the ease of search, the whole contextual search, and then the recommendations and things like that. It was a true, it didn't-- It wasn't just like a a halfhearted implementation of an internal search engine to look for files thing, it is a full blown search engine, specifically for the data that they want. And I think we're averaging, if I remember the numbers correctly, it's north of 200,000 searches a month, just on this internal portal specifically for their employees in their company. And it's amazing, it's absolutely amazing. And then conversely, we work with a pretty high level adventure clothing brand, standard, traditional e-commerce, stable mobile application, Lisa, what you were saying earlier. It's like, "I buy everything on my phone," thing. And so that's what we did. We built and we support their mobile application. And they wanted to use for search, they wanted to do a couple of things which was really interesting. They wanted do traditional search, search catalog, search skews, recommendations, so forth and so on, but they also wanted to do a store finder, which was kind of interesting. So, we'd said, all right, we're going to be implementing Algolia because the lift is going to be so much easier than trying to do everything like that. And we did, and they're using it, and massively successful. They are so happy with it, where it's like, they've got this really contextual experience where it's like, I'm looking for a store near me. "Hey, I've been looking for these items. You know, I've been looking for this puffy vest, and I'm looking for a store near me." It's like, "Well, there's a store near me but it doesn't have it, but there's a store closer to me and it does have it." And all of that wraps around what it is. And all of it was, again, using Algolia, because like I said earlier, it's like, if I'm searching for something, I want it to be correct. And I don't just want it to be correct, I want it to be relevant. >> Lisa: Yes. >> And I want it to feel personalized. >> Yes. >> I'm asking to find something, give me something that I am looking for. So yeah. >> Yeah. That personalization and that relevance is critical. I keep saying that word "critical," I'm overusing it, but it is, we have that expectation that whether it's an internal portal, as you talked about Jason, or it's an adventure clothing brand, or a grocery store, or an e-commerce site, that what they're going to be showing me is exactly what I'm looking for, that magic behind there that's almost border lines on creepy, but we want it. We want it to be able to make our lives easier whether we are on the consumer side, whether we on the business side. And I do wonder what the Go To Market is. Daisy, can you talk a little bit about, where do customers go that are saying, "Oh, I need to Algolia, and I want to be able to do that." Now, what's the GTM between both of these companies? >> So where to find us, you can find us on AWS Marketplace which another favorite place. You can quickly click through and find, but you can connect us through Apply Digital as well. I think, we try to be pretty available and meet our customers where they are. So we're open to any options, and we love exploring with them. I think, what is fun and I'd love to talk about as well, in the customer cases, is not just the e-commerce space, but also the content space. We have a lot of content customers, things about news, organizations, things like that. And since that's a struggle to deliver results on, it's really a challenge. And also you want it to be relevant, so up-to-date content. So it's not just about e-commerce, it's about all of your solution overall, but we hope that you'll find us on AWS Marketplace or anywhere else. >> Got it. And that's a great point, that it's not just e-commerce, it's content. And that's really critical for some industry, businesses across industries. Jason and Daisy, thank you so much for joining me talking about Algolia, Apply Digital, what you guys are doing together, and the huge impact that you're making to the customer user experience that we all appreciate and know, and come to expect these days is going to be awesome. We appreciate your insights. >> Thank you. >> Thank you >> For Daisy and Jason, I'm Lisa Martin. You're watching "theCUBE," our "AWS Startup Showcase, MarTech Emerging Cloud-Scale Customer Experiences." Keep it right here on "theCUBE" for more great content. We're the leader in live tech coverage. (ending riff)

Published Date : Jun 29 2022

SUMMARY :

and Jason Lang, the Head of Give the audience an overview of Algolia, And we have 11,000 customers that the products deliver? So we do that with a talk to us about Apply Digital, And to help us out, we and Daisy, you were describing that back to our customers. that really led Apply Digital to say, And one of the big things is, the fastest time to value they and I'm really proud to work And I think we all know, as Jason said, And all of that wraps around what it is. I'm asking to find something, and that relevance and we love exploring with them. and the huge impact that you're making We're the leader in live tech coverage.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
JasonPERSON

0.99+

Lisa MartinPERSON

0.99+

DaisyPERSON

0.99+

Jason LangPERSON

0.99+

LisaPERSON

0.99+

VancouverLOCATION

0.99+

Apply DigitalORGANIZATION

0.99+

2012DATE

0.99+

Sao PauloLOCATION

0.99+

AmsterdamLOCATION

0.99+

MexicoLOCATION

0.99+

twoQUANTITY

0.99+

Jason LingPERSON

0.99+

2016DATE

0.99+

LocostORGANIZATION

0.99+

San FranciscoLOCATION

0.99+

AlgoliaORGANIZATION

0.99+

LALOCATION

0.99+

NBC UniversalORGANIZATION

0.99+

40%QUANTITY

0.99+

New YorkLOCATION

0.99+

AWSORGANIZATION

0.99+

two guestsQUANTITY

0.99+

Daisy UrferPERSON

0.99+

OneQUANTITY

0.99+

two waysQUANTITY

0.99+

GoogleORGANIZATION

0.99+

11,000 customersQUANTITY

0.99+

382%QUANTITY

0.99+

HIPAATITLE

0.99+

bothQUANTITY

0.99+

TorontoLOCATION

0.99+

oneQUANTITY

0.99+

theCUBETITLE

0.98+

todayDATE

0.98+

first oneQUANTITY

0.98+

singleQUANTITY

0.98+

three yearsQUANTITY

0.98+

AlgoliaPERSON

0.98+

50%QUANTITY

0.97+

over 11,000QUANTITY

0.97+

30 billion searches a weekQUANTITY

0.96+

theCUBEORGANIZATION

0.94+

Justin Hotard, HPE | HPE Discover 2022


 

>>The cube presents HPE discover 2022 brought to you by HPE. >>Hey everyone. Welcome back to the Cube's coverage of HPE. Discover 22 live from the Sans expo center in Las Vegas. Lisa Martin, here with Dave Velante. We've an alumni back joining us to talk about high performance computing and AI, Justin ARD, EVP, and general manager of HPC and AI at HPE. That's a mouthful. Welcome back. >>It is no, it's great to be back and wow, it's great to be back in person as well. >>It's it's life changing to be back in person. The keynote this morning was great. The Dave was saying the energy that he's seen is probably the most out of, of any discover that you've been at and we've been feeling that and it's only day one. >>Yeah, I, I, I agree. And I think it's a Testament to the places in the market that we're leading the innovation we're driving. I mean, obviously the leadership in HPE GreenLake and, and enabling as a service for, for every customer, not just those in the public cloud, providing that, that capability. And then obviously what we're doing at HPC and AI breaking, uh, you know, breaking records and, uh, advancing the industry. So >>I just saw the Q2 numbers, nice revenue growth there for HPC and AI. Talk to us about the lay of the land what's going on, what are customers excited about? >>Yeah. You know, it's, it's a, it's a really fascinating time in this, in this business because we're, you know, we just, we just delivered the first, the world's first exo scale system. Right. And that's, uh, you know, that's a huge milestone for our industry, a breakthrough, you know, 13 years ago, we did the first Petta scale system. Now we're doing the first exo scale system, huge advance forward. But what's exciting too, is these systems are enabling new applications, new workloads, breakthroughs in AI, the beginning of being able to do proper quantum simulations, which will lead us to a much, you know, brighter future with quantum and then actually better and more granular models, which have the ability to really change the world. >>I was telling Lisa that during the pandemic we did, uh, exo scale day, it was like this co yep. You know, produce event. And we weren't quite at exo scale yet, but we could see it coming. And so it was great to see in frontier and, and the keynote you guys broke through that, is that a natural evolution of HPC or is this we entering a new era? >>Yeah, I, I think it's a new era and I think it's a new era for a few reasons because that, that breakthrough really, it starts to enable a different class of use cases. And it's combined with the fact that I think, you know, you look at where the rest of the enterprises data set has gone, right? We've got a lot more data, a lot more visibility to data. Um, but we don't know how to use it. And now with this computing power, we can start to create new insights and new applications. And so I think this is gonna be a path to making HPC more broadly available. And of course it introduces AI models at scale. And that's, that's really critical cause AI is a buzzword. I mean, lots of people say they're doing AI, but when you know, to, to build true intelligence, not, not effectively, you know, a machine that learns data and then can only handle that data, but to build true intelligence where you've got something that can continue to learn and understand and grow and evolve, you need this class of system. And so I think we're at, we're at the forefront of a lot of exciting innovation. H how, >>In terms of innovation, how important is it that you're able to combine as a service and HPC? Uh, what does that mean for, for customers for experimentation and innovation? >>You know, a couple things I've been, I've actually been talking to customers about that over the last day and a half. And, you know, one is, um, you think about these, these systems are, they're very large and, and they're, they're pretty, you know, pretty big bets if you're a customer. So getting early access to them right, is, is really key, making sure that they're, they can migrate their software, their applications, again, in our space, most of our applications are custom built, whether you're a, you know, a government or a private sector company, that's using these systems, you're, you're doing these are pretty specialized. So getting that early access is important. And then actually what we're seeing is, uh, with the growth and explosion of insight that we can enable. And some of the diversity of, you know, new, um, accelerator partners and new processors that are on the market is actually the attraction of diversity. And so making things available where customers can use multimodal systems. And we've seen that in this era, like our customer Lumi and Finland number, the number three fastest system in the world actually has two sides to their system. So there's a compute side, dense compute side and a dense accelerator side. >>So Oak Ridge national labs was on stage with Antonio this morning, the, the talking about frontier, the frontier system, I thought what a great name, very apropo, but it was also just named the number one to the super computing, top 500. That's a pretty big accomplishment. Talk about the impact of what that really means. >>Yeah. I, I think a couple things, first of all, uh, anytime you have this breakthrough of number one, you see a massive acceleration of applications. And if you really, if you look at the applications that were built, because when the us department of energy funded these Exoscale products or platforms, they also funded app a set of applications. And so it's the ability to get more accurate earth models for long term climate science. It's the ability to model the electrical grid and understand better how to build resiliency into that grid. His ability is, um, Dr. Te Rossi talked about a progressing, you know, cancer research and cancer breakthroughs. I mean, there's so many benefits to the world that we can bring with these systems. That's one element. The other big part of this breakthrough is actually a list, a lesser known list from the top 500 called the green 500. >>And that's where we measure performance over power consumption. And what's a huge breakthrough in this system. Is that not only to frontier debut at number one on the top 500, it's actually got the top two spots, uh, because it's got a small test system that also is up there, but it's got the top two spots on the green 500 and that's actually a real huge breakthrough because now we're doing a ton more computation at far lesser power. And that's really important cuz you think about these systems, ultimately you can, you can't, you know, continue to consume power linearly with scaling up performance. There's I mean, there's a huge issue on our impact on our environment, but it's the impact to the power grid. It's the impact to heat dissipation. There's a lot of complexities. So this breakthrough with frontier also enables us no pun intended to really accelerate, you know, the, the capacity and scale of these systems and what we can deliver. >>It feels like we're entering a new Renaissance of HPC. I mean, I'm old enough to remember. I, it was, it wasn't until recently my wife, not recently, maybe five, six years ago, my wife threw out my, my green thinking machines. T-shirt that Danny Hillis gave you guys probably both too young to remember, but you had thinking machines, Ken to square research convex tried to mini build a mini computer HPC. Okay. And there was a lot of innovation going on around that time and then it just became too expensive and, and, and other things X 86 happened. And, and, but it feels like now we're entering a, a new era of, of HPC. Is that valid or is it true? What's that mean for HPC as an industry and for industry? >>Yeah, I think, I think it's a BR I think it's a breadth. Um, it's a market that's opening and getting much more broader the number of applications you can run, you know, and we've traditionally had, you know, scientific applications, obviously there's a ton in energy and, and you know, physics and some of the traditional areas that obviously the department of energy sponsor, but, you know, we saw this with, with even the COVID pandemic, right? Our, our supercomputers were used to identify the spike protein to, to help and validate and test these vaccines and bring them to market and record time. We saw some of the benefits of these breakthroughs. And I think it's this combination of that, that we actually have the data, you know, it's, it's digital, it's captured, um, we're capturing it at, you know, at the edge, we're capturing it and, and storing it obviously more broadly. So we have the access to the data and now we have the compute power to run it. And the other big thing is the techniques around artificial intelligence. I mean, what we're able to do with neural networks, computer vision, large language models, natural language processing. These are breakthroughs that, um, one require these large systems, but two, as you give them a large systems, you can actually really enable acceleration of how sophisticated these, these applications can get. >>Let's talk about the impact of the convergence of HPC and AI. What are some of the things that you're seeing now and what are some of the things that we're gonna see? >>Yeah. So, so I, one thing I like to talk about is it's, it's really, it's not a convergence. I think it's it. Sometimes it gets a little bit oversimplified. It's actually, it's traditional modeling and simulation leveraging machine learning to, to refine the simulation. And this is a, is one of the things we talk about a lot in AI, right? It's using machine learning to actually create code in real time, rather than humans doing it, that ability to refine the model as you're running. So we have an example. We did a, uh, we, we actually launched an open source solution called smart SIM. And the first application of that was climate science. And it's what it's doing is it's actually learning the data from the model as the simulation is running to provide more accurate climate prediction. But you think about that, that could be run for, you know, anything that has a complex model. >>You could run that for financial modeling, you can use AI. And so we're seeing things like that. And I think we'll continue to see that the other side of that is using modeling and simulation to actually represent what you see in AI. So we were talking about the grid. This is one of the Exoscale compute projects you could actually use once you actually get, get the data and you can start modeling the behavior of every electrical endpoint in a city. You know, the, the meter in your house, the substation, the, the transformers, you can start measuring the FX of that. You can then build equations. Well, once you build those equations, you can then take a model, cuz you've learned what actually happens in the real world, build the equation. And then you can provide that to someone who doesn't need a extra scale supercomputer to run it, but that, you know, your local energy company can better understand what's happening and they'll know, oh, there's a problem here. We need to shift the grid or respond more, more dynamically. And hopefully that avoids brownouts or, you know, some of the catastrophic outages we've >>Seen so they can deploy that model, which, which inherently has that intelligence on sort of more cost effective systems and then apply it to a much broader range. Do any of those, um, smart simulations on, on climate suggest that it's, it's all a hoax. You don't have to answer that question. <laugh> um, what, uh, >>The temperature outside Dave might, might give you a little bit of an argument to that. >>Tell us about quantum, what's your point of view there? Is it becoming more stable? What's H HPE doing there? >>Yeah. So, so look, I think there's, there's two things to understand with quantum there's quantum hardware, right? Fundamentally, um, how, um, how that runs very differently than, than how we run traditional computers. And then there's the applications. And ultimately a quantum application on quantum hardware will be far more efficient in the future than, than anything else. We, we see the opportunity for, uh, much like we see with, you know, with HPC and AI, we just talked about for quantum to be complimentary. It runs really well with certain applications that fabricate themselves as quantum problems and some great examples are, you know, the, the life sciences, obviously quantum chemistry, uh, you see some, actually some opportunities in, in, uh, in AI and in other areas where, uh, quantum has a very, very, it, it just lends itself more naturally to the behavior of the problem. And what we believe is that in the short term, we can actually model quantum effectively on these, on these super computers, because there's not a perfect quantum hardware replacement over time. You know, we would anticipate that will evolve and we'll see quantum accelerators much. Like we see, you know, AI accelerators today in this space. So we think it's gonna be a natural evolution in progression, but there's certain applications that are just gonna be solved better by quantum. And that's the, that's the future we'll we'll run into. And >>You're suggesting if I understood it correctly, you can start building those applications and, and at least modeling what those applications look like today with today's technology. That's interesting because I mean, I, I think it's something rudimentary compared to quantum as flash storage, right? When you got rid of the spinning disc, it changed the way in which people thought about writing applications. So if I understand it, new applications that can take advantage of quantum are gonna change the way in which developers write, not one or a zero it's one and virtually infinite <laugh> combinations. >>Yeah. And I actually, I think that's, what's compelling about the opportunity is that you can, if you think about a lot of traditional the traditional computing industry, you always had to kind of wait for the hardware to be there, to really write, write, and test the application. And we, you know, we even see that with our customers and HPC and, and AI, right? They, they build a model and then they, they actually have to optimize it across the hardware once they deploy it at scale. And with quantum what's interesting is you can actually, uh, you can actually model and, and, and make progress on the software. And then, and then as the hardware becomes available, optimize it. And that's, you know, that's why we see this. We talk about this concept of quantum accelerators as, as really interesting, >>What are the customer conversations these days as there's been so much evolution in HPC and AI and the technology so much change in the world in the last couple of years, is it elevating up the CS stack in terms of your conversations with customers wanting to become familiar with Exoscale computing? For example? >>Yeah. I, I think two things, uh, one, one is we see a real rise in digital sovereignty and Exoscale and HPC as a core fund, you know, fundamental foundation. So you see what, um, you know, what Europe is doing with the, the, the Euro HPC initiative, as one example, you know, we see the same kind of leadership coming out of the UK with the system. We deployed with them in Archer two, you know, we've got many customers across the globe deploying next generation weather forecasting systems, but everybody feels, they, they understand the foundation of having a strong supercomputing and HPC capability and competence and not just the hardware, the software development, the scientific research, the, the computational scientists to enable them to remain competitive economically. It's important for defense purposes. It's important for, you know, for helping their citizens, right. And providing, you know, providing services and, and betterment. >>So that's one, I'd say that's one big theme. The other one is something Dave touched on before around, you know, as a service and why we think HP GreenLake will be, uh, a beautiful marriage with our, with our HPC and AI systems over time, which is customers also, um, are going to scale up and build really complex models. And then they'll simplify them and deploy them in other places. And so there's a number of examples. We see them, you know, we see them in places like oil and gas. We see them in manufacturing where I've gotta build a really complex model, figure out what it looks like. Then I can reduce it to a, you know, to a, uh, certain equation or application that I can then deploy. So I understand what's happening and running because you, of course, as much as I would love it, you're not gonna have, uh, every enterprise around the world or every endpoint have an exit scale system. Right. So, so that ability to, to, to really provide an as a service element with HP GreenLake, we think is really compelling. >>HP's move into HPC, the acquisitions you've made it really have become a differentiator for the company. Hasn't it? >>Yeah. And I, and I think what's unique about us today. If you look at the landscape is we're, we're really the only system provider globally. Yeah. You know, there are, there are local players that we compete with. Um, but we are the one true global system provider. And we're also the only, I would say the only holistic innovator at the system level to, to, you know, to credit my team on the work they're doing. But, you know, we're, we're also very committed to open standards. We're investing in, um, you know, in a number of places where we contribute the dev the software assets to open source, we're doing work with standards bodies to progress and accelerate the industry and enable the ecosystem. And, uh, and I think that, you know, ultimately the, the, the last thing I'd say is we, we are so connected in, um, with, through our, through the legacy or the, the legend of H Hewlett Packard labs, which now also reports into me that we have these really tight ties into advanced research and that some of that advanced research, which isn't just, um, around kind of core processing Silicon is really critical to enabling better applications, better use cases and accelerating the outcomes we see in these systems going forward. >>Can >>You double click on that? I, I, I wasn't aware that kind of reported into your group. Yeah. So, you know, the roots of HP are invent, right? Yeah. HP labs are, are renowned. It kinda lost that formula for a while. And now it's sounds like it's coming back. What, what, what are some of the cool things that you guys are working on? Well, >>You know, let me, let me start with a little bit of recent history. So we just talked about the exo scale program. I mean, that was a, that's a great example of where we had a public private partnership with the department of energy and it, and it wasn't just that we, um, you know, we built a system and delivered it, but if you go back a decade ago, or five years ago, there were, there were innovations that were built, you know, to accelerate that system. One is our Slingshot fabric as an example, which is a core enable of, of acceler, you know, of, of this accelerated computing environment, but others in software applications and services that allowed us to, you know, to really deliver a, a complete solution into the market. Um, today we're looking at things around trustworthy and ethical AI, so trustworthy AI in the sense that, you know, the models are accurate, you know, and that's, that's a challenge on two dimensions, cuz one is the, model's only as good as the data it's studying. >>So you need to validate that the data's accurate and then you need to really study how, you know, how do I make sure that even if the data is accurate, I've got a model that then, you know, is gonna predict the right things and not call a, a dog, a cat, or a, you know, a, a cat, a mouse or whatever that is. But so that's important. And, uh, so that's one area. The other is future system architectures because, um, as we've talked about before, Dave, you have this constant tension between the fabric, uh, you know, the interconnect, the compute and the, and the storage and, you know, constant, constantly balancing it. And so we're really looking at that, how do we do more, you know, shared memory access? How do we, you know, how do we do more direct rights? Like, you know, looking at some future system architectures and thinking about that. And we, you know, we think that's really, really critical in this part of the business because these heterogeneous systems, and not saying I'm gonna have one monolithic application, but I'm gonna have applications that need to take advantage of different code, different technologies at different times. And being able to move that seamlessly across the architecture, uh, we think is gonna be the, you know, a part of the, the hallmark of the Exoscale era, including >>Edge, which is a completely different animal. I think that's where some disruption is gonna gonna bubble up here in the next decade. >>So, yeah know, and, and that's, you know, that's the last thing I'd say is, is we look at AI at scale, which is another core part of the business that can run on these large clusters. That means getting all the way down to the edge and doing inference at scale, right. And, and inference at scale is, you know, I, I was, um, about a month ago, I was at the world economic forum. We were talking about the space economy and it's a great, you know, to me, it's the perfect example of inference, because if you get a set of data that you know, is, is out at Mars, it doesn't matter whether, you know, whether you wanna push all that data back to, uh, to earth for processing or not. You don't really have a choice, cuz it's just gonna take too long. >>Don't have that time. Justin, thank you so much for spending some of your time with Dave and me talking about what's going on with HBC and AI. The frontier just seems endless and very exciting. We appreciate your time on your insights. >>Great. Thanks so much. Thanks. >>Yes. And don't call a dog, a cat that I thought I learned from you. A dog at no, Nope. <laugh> Nope. <laugh> for Justin and Dave ante. I'm Lisa Martin. You're watching the Cube's coverage of day one from HPE. Discover 22. The cube is, guess what? The leader, the leader in live tech coverage will be right back with our next guest.

Published Date : Jun 28 2022

SUMMARY :

Welcome back to the Cube's coverage of HPE. It's it's life changing to be back in person. And then obviously what we're doing at HPC and AI breaking, uh, you know, breaking records and, I just saw the Q2 numbers, nice revenue growth there for HPC and AI. And that's, uh, you know, that's a huge milestone for our industry, a breakthrough, And so it was great to see in frontier and, and the keynote you guys broke through that, And it's combined with the fact that I think, you know, you know, one is, um, you think about these, these systems are, they're very large and, Talk about the impact of what that really means. And if you really, if you look at the applications that you know, continue to consume power linearly with scaling up performance. T-shirt that Danny Hillis gave you guys probably that obviously the department of energy sponsor, but, you know, we saw this with, with even the COVID pandemic, What are some of the things that you're seeing now and that could be run for, you know, anything that has a complex model. And hopefully that avoids brownouts or, you know, some of the catastrophic outages we've You don't have to answer that question. that fabricate themselves as quantum problems and some great examples are, you know, You're suggesting if I understood it correctly, you can start building those applications and, and at least modeling what And we, you know, we even see that with our customers and HPC And providing, you know, providing services and, and betterment. Then I can reduce it to a, you know, to a, uh, certain equation or application that I can then deploy. HP's move into HPC, the acquisitions you've made it really have become a differentiator for the company. at the system level to, to, you know, to credit my team on the work they're doing. So, you know, the roots of HP are invent, right? the sense that, you know, the models are accurate, you know, and that's, that's a challenge on two dimensions, And so we're really looking at that, how do we do more, you know, shared memory access? I think that's where some disruption is gonna gonna So, yeah know, and, and that's, you know, that's the last thing I'd say is, is we look at AI at scale, which is another core Justin, thank you so much for spending some of your time with Dave and me talking about what's going on with HBC The leader, the leader in live tech coverage will be right back with our next guest.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Lisa MartinPERSON

0.99+

DavePERSON

0.99+

Dave VelantePERSON

0.99+

JustinPERSON

0.99+

Justin HotardPERSON

0.99+

HPEORGANIZATION

0.99+

two sidesQUANTITY

0.99+

Danny HillisPERSON

0.99+

Justin ARDPERSON

0.99+

HPORGANIZATION

0.99+

Las VegasLOCATION

0.99+

LisaPERSON

0.99+

Te RossiPERSON

0.99+

twoQUANTITY

0.99+

firstQUANTITY

0.99+

oneQUANTITY

0.99+

UKLOCATION

0.99+

two thingsQUANTITY

0.99+

two dimensionsQUANTITY

0.99+

one elementQUANTITY

0.99+

next decadeDATE

0.99+

LumiORGANIZATION

0.98+

HPCORGANIZATION

0.98+

13 years agoDATE

0.98+

MarsLOCATION

0.98+

five years agoDATE

0.98+

AntonioPERSON

0.97+

one exampleQUANTITY

0.97+

first applicationQUANTITY

0.97+

Oak RidgeORGANIZATION

0.97+

H Hewlett PackardORGANIZATION

0.97+

HBCORGANIZATION

0.96+

bothQUANTITY

0.96+

fiveDATE

0.96+

todayDATE

0.96+

six years agoDATE

0.95+

22QUANTITY

0.95+

one areaQUANTITY

0.94+

EVPPERSON

0.93+

about a month agoDATE

0.93+

COVID pandemicEVENT

0.92+

a decade agoDATE

0.91+

first exo scale systemQUANTITY

0.91+

HPE GreenLakeORGANIZATION

0.91+

one thingQUANTITY

0.89+

last dayDATE

0.89+

one big themeQUANTITY

0.88+

OneQUANTITY

0.88+

pandemicEVENT

0.87+

2022DATE

0.87+

two spotsQUANTITY

0.86+

this morningDATE

0.86+

day oneQUANTITY

0.85+

ExoscaleDATE

0.85+

zeroQUANTITY

0.84+

SlingshotORGANIZATION

0.82+

500QUANTITY

0.81+

GreenLakeCOMMERCIAL_ITEM

0.81+

KenPERSON

0.81+

Dr.PERSON

0.77+

earthLOCATION

0.76+

Q2DATE

0.76+

Sans expoLOCATION

0.76+

number oneQUANTITY

0.74+

Mike Miller, AWS | Amazon re:MARS 2022


 

>>Everyone welcome back from the cubes coverage here in Las Vegas for Aus re Mars. It's one of the re shows, as we know, reinvent is the big show. Now they have focus, shows reinforces coming up that security Remar is here. Machine learning, automation, robotics, and space. I'm John for your host, Michael Mike Miller here, director of machine learning thought leadership with AWS. Great to see you again. Yeah. Give alumni welcome back here. Back every time we got deep racer, always to talk >>About, Hey John, thanks for having me once again. It's great to be here. I appreciate it. >>So I want to get into the deep racer in context here, but first re Mars is a show. That's getting a lot of buzz, a lot of press. Um, not a lot of news, cuz it's not a newsy show. It's more of a builder kind of a convergence show, but a lot is happening here. It's almost a, a moment in time that I think's gonna be one of those timeless moments where we're gonna look back and saying that year at re Mars was an inflection point. It just seems like everything's pumping machine learning, scaling robotics is hot. It's now transforming fast. Just like the back office data center did years ago. Yeah. And so like a surge is coming. >>Yeah. >>What, what's your take of this show? >>Yeah. And all of these three or four components are all coming together. Right. And they're intersecting rather than just being in silos. Right. So we're seeing machine learning, enabled perception sort of on robots, um, applied to space and sort of these, uh, extra sort of application initiatives. Um, and that's, what's really exciting about this show is seeing all these things come together and all the industry-wide examples, um, of amazing perception and robotics kind of landing together. So, >>So the people out there that aren't yet inside the ropes of the show, what does it mean to them? This show? What, what, what they're gonna be what's in it for me, what's all this show. What does it mean? >>Yeah. It's just a glimpse into where things are headed. Right. And it's sort of the tip of the iceberg. It's sort of the beginning of the wave of, um, you know, these sort of advanced capabilities that we're gonna see imbued in applications, um, across all different industries. >>Awesome. Well, great to have you in the cube. Every time we have an event we wanna bring you on because deep racers become a, the hottest, I won't say cult following because it's no longer cult following. It's become massive following. Um, and which started out as an IOT, I think raspberry pie first time was like a, like >>A, we did a little camera initially camera >>And it was just a kind of a fun, little clever, I won't say hack, but just having a project that just took on a life OFS own, where are we? What's the update with racer you're here with the track. Yeah, >>Possibly >>You got the track and competing with the big dogs, literally dog, you got spot over there. Boston dynamics. >>Well we'll, we'll invite them over to the track later. Yeah. So deep razor, you know, is the fastest way to get hands on with machine learning. You know, we designed it as, uh, a way for developers to have fun while learning about this particular machine learning technique called reinforcement learning, which is all about using, uh, a simulation, uh, to teach the robot how to learn via trial and error. So deep racer includes a 3d racing simulator where you can train your model via trial and error. It includes the physical car. So you can take, uh, the model that you trained in the cloud, download it to this one 18th scale, um, kind of RC car. That's been imbued with an extra sensor. So we have a camera on the front. We've got an extra, uh, Intel, X, 86 processor inside here. Um, and this thing will drive itself, autonomously around the track. And of course what's a track and uh, some cars driving around it without a little competition. So we've got the deep racer league that sort of sits on top of this and adds a little spice to the whole thing. It's >>It's, it's like formula one for nerds. It really is. It's so good because a lot of people will have to readjust their models cuz they go off the track and I see people and it's oh my, then they gotta reset. This has turned into quite the phenomenon and it's fun to watch and every year it gets more competitive. I know you guys have a cut list that reinvent, it's almost like a, a super score gets you up. Yeah. Take, take us through the reinvents coming up. Sure. What's going on with the track there and then we'll get into some of the new adoption in terms of the people. >>Yeah, absolutely. So, uh, you know, we have monthly online races where we have a new track every month that challenges our, our developers to retrain their model or sort of tweak the existing model that they've trained to adapt for those new courses. Then at physical events like here at re Mars and at our AWS summits around the world, we have physical, uh, races. Um, and we crown a champion at each one of those races. You may have heard some cheering a minute ago. Yeah. That was our finals over there. We've got some really fast cars, fast models racing today. Um, so we take the winners from each of those two circuits, the virtual and the physical and they, the top ones of them come together at reinvent every year in November, December. Um, and we have a set of knockout rounds, championship rounds where these guys get the field gets narrowed to 10 racers and then those 10 racers, uh, race to hold up the championship cup and, um, earn, earn, uh, you know, a whole set of prizes, either cash or, or, you know, scholarships or, you know, tuition funds, whatever the, uh, the developer is most interested >>In. You know, I ask you this question every time you come on the cube because I I'm smiling. That's, it's so much fun. I mean, if I had not been with the cube anyway, I'd love to do this. Um, would you ever imagine when you first started this, that it would be such so popular and at the rise of eSports? So, you know, discord is booming. Yeah. The QB has a discord channel now. Sure, sure. Not that good on it yet, but we'll get there, but just the gaming culture, the nerd culture, the robotics clubs, the young people, just nerds who wanna compete. You never thought that would be this big. We, >>We were so surprised by a couple key things after we launched deep racer, you know, we envisioned this as a way for, you know, developers who had already graduated from school. They were in a company they wanted to grow their machine learning skills. Individuals could adopt this. What we saw was individuals were taking these devices and these concepts back to their companies. And they're saying, this is really fun. Like we should do something around this. And we saw companies like JPMC and Accenture and Morningstar into it and national Australia bank all adopting deep racer as a way to engage, excite their employees, but then also create some fun collaboration opportunities. Um, the second thing that was surprising was the interest from students. And it was actually really difficult for students to use deep racer because you needed an AWS account. You had to have a credit card. You might, you might get billed. There was a free tier involved. Um, so what we did this past year was we launched the deep racer student league, um, which caters to students 16 or over in high school or in college, uh, deep Razer student includes 10 hours a month of free training, um, so that they can train their models in the cloud. And of course the same series of virtual monthly events for them to race against each other and win, win prizes. >>So they don't have to go onto the dark web hack someone's credit card, get a proton email account just to get a deep Razer that's right. They can now come in on their own. >>That's right. That's right. They can log into that virtual the virtual environment, um, and get access. And, and one of the other things that we realized, um, and, and that's a common kind of, uh, realization across the industry is both the need for the democratization of machine learning. But also how can we address the skills gap for future ML learners? Um, and this applies to the, the, the world of students kind of engaging. And we said, Hey, you know, um, the world's gonna see the most successful and innovative ideas come from the widest possible range of participants. And so we knew that there were some issues with, um, you know, underserved and underrepresented minorities accessing this technology and getting the ML education to be successful. So we partnered with Intel and Udacity and launched the AI and ML scholarship program this past year. And it's also built on top of deep Bracer student. So now students, um, can register and opt into the scholarship program and we're gonna give out, uh, Udacity scholarships to 2000 students, um, at the end of this year who compete in AWS deep racer student racers, and also go through all of the learning modules online. >>Okay. Hold on, lets back up. Cuz it sounds, this sounds pretty cool. All right. So we kind went fast on that a little bit slow today at the end of the day. So if they sign up for the student account, which is lowered the batteries for, and they Intel and a desk, this is a courseware for the machine learning that's right. So in order to participate, you gotta take some courseware, check the boxes and, and, and Intel is paying for this or you get rewarded with the scholarship after the fact. >>So Intel's a partner of ours in, in putting this on. So it's both, um, helping kind of fund the scholarships for students, but also participating. So for the students who, um, get qualified for the scholarship and, and win one of those 2000 Udacity Nanodegree scholarships, uh, they also will get mentoring opportunities. So AWS and Intel, um, professionals will help mentor these students, uh, give them career advice, give them technical advice. C >>They'll they're getting smarter. Absolutely. So I'm just gonna get to data here. So is it money or credits for the, for the training? >>That's the scholarship or both? Yes. So, so the, the student training is free for students. Yep. They get 10 hours a month, no credits they need to redeem or anything. It's just, you log in and you get your account. Um, then the 2000, uh, Udacity scholarships, those are just scholarships that are awarded to, to the winners of the student, um, scholarship program. It's a four month long, uh, class on Python programming for >>AI so's real education. Yeah. It's like real, real, so ones here's 10 hours. Here's check the box. Here's here's the manual. Yep. >>Everybody gets access to that. That's >>Free. >>Yep. >>To the student over 16. Yes. Free. So that probably gonna increase the numbers. What kind of numbers are you looking at now? Yeah. In terms of scope to scale here for me. Yeah. Scope it >>Out. What's the numbers we've, we've been, uh, pleasantly surprised. We've got over 55,000 students from over 180 countries around the world that have signed up for the deep racer student program and of those over 30,000 have opted into that scholarship program. So we're seeing huge interest, um, from across the globe in, in this virtual students, um, opportunity, you know, and students are taking advantage of those 20 hours of learning. They're taking advantage of the fun, deep racer kind of hands on racing. Um, and obviously a large number of them are also interested in this scholarship opportunity >>Or how many people are in the AWS deep racer, um, group. Now, because now someone's gotta work on this stuff. It's went from a side hustle to like a full initiative. Well, >>You know, we're pretty efficient with what we, you know, we're pretty efficient. You've probably read about the two pizza teams at Amazon. So we keep ourselves pretty streamlined, but we're really proud of, um, what we've been able to bring to the table. And, you know, over those pandemic years, we really focused on that virtual experience in viewing it with those gaming kind of gamification sort of elements. You know, one of the things we did for the students is just like you guys, we have a discord channel, so not only can the students get hands on, but they also have this built in community of other students now to help support them bounce ideas off of and, you know, improve their learning. >>Awesome. So what's next, take us through after this event and what's going on for you more competitions. >>Yeah. So we're gonna be at the remainder of the AWS summits around the world. So places like Mexico city, you know, uh, this week we were in Milan, um, you know, we've got some AWS public sector, um, activities that are happening. Some of those are focused on students. So we've had student events in, um, Ottawa in Canada. We've had a student event in Japan. We've had a student event in, um, Australia, New Zealand. And so we've got events, both for students as well as for the professionals who wanna compete in the league happening around the world. And again, culminating at reinvent. So we'll be back here in Vegas, um, at the beginning of December where our champions will, uh, compete to ho to come. >>So you guys are going to all the summits, absolutely. Most of the summits or >>All of them, anytime there's a physical summit, we'll be there with a track and cars and give developers the opportunity to >>The track is always open. >>Absolutely. All >>Right. Well, thanks for coming on the cube with the update. Appreciate it, >>Mike. Thanks, John. It was great to be >>Here. Pleasure to know you appreciate it. Love that program. All right. Cube coverage here. Deep race are always the hit. It's a fixture at all the events, more exciting than the cube. Some say, but uh, almost great to have you on Mike. Uh, great success. Check it out free to students. The barrier's been lower to get in every robotics club. Every math club, every science club should be signing up for this. Uh, it's a lot of fun and it's cool. And of course you learn machine learning. I mean, come on. There's one to learn that. All right. Cube coverage. Coming back after this short break.

Published Date : Jun 23 2022

SUMMARY :

It's one of the re shows, It's great to be here. Just like the back office data center did years ago. So we're seeing machine learning, So the people out there that aren't yet inside the ropes of the show, what does it mean to them? It's sort of the beginning of the wave of, um, you know, these sort of advanced capabilities that Well, great to have you in the cube. What's the update with racer you're here with the track. You got the track and competing with the big dogs, literally dog, you got spot over there. So deep razor, you know, is the fastest way to some of the new adoption in terms of the people. So, uh, you know, we have monthly online races where we have a new track In. You know, I ask you this question every time you come on the cube because I I'm smiling. And of course the same series of virtual monthly events for them to race against So they don't have to go onto the dark web hack someone's credit card, get a proton email account just to get a deep Razer And, and one of the other things that we realized, um, and, So in order to participate, you gotta take some courseware, check the boxes and, and, and Intel is paying for this or So for the students So I'm just gonna get to data here. It's just, you log in and you get your account. Here's check the box. Everybody gets access to that. So that probably gonna increase the numbers. in this virtual students, um, opportunity, you know, and students are taking advantage of those 20 hours of Or how many people are in the AWS deep racer, um, group. You know, one of the things we did for the students is just So what's next, take us through after this event and what's going on for you more competitions. you know, uh, this week we were in Milan, um, you know, we've got some AWS public sector, So you guys are going to all the summits, absolutely. All Well, thanks for coming on the cube with the update. And of course you learn machine learning.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
JPMCORGANIZATION

0.99+

UdacityORGANIZATION

0.99+

JohnPERSON

0.99+

AccentureORGANIZATION

0.99+

AWSORGANIZATION

0.99+

MorningstarORGANIZATION

0.99+

Michael Mike MillerPERSON

0.99+

JapanLOCATION

0.99+

OttawaLOCATION

0.99+

MikePERSON

0.99+

Mike MillerPERSON

0.99+

VegasLOCATION

0.99+

AustraliaLOCATION

0.99+

AmazonORGANIZATION

0.99+

MilanLOCATION

0.99+

Las VegasLOCATION

0.99+

10 hoursQUANTITY

0.99+

10 racersQUANTITY

0.99+

IntelORGANIZATION

0.99+

New ZealandLOCATION

0.99+

four monthQUANTITY

0.99+

16QUANTITY

0.99+

over 30,000QUANTITY

0.99+

bothQUANTITY

0.99+

threeQUANTITY

0.99+

PythonTITLE

0.99+

two circuitsQUANTITY

0.99+

second thingQUANTITY

0.99+

CanadaLOCATION

0.99+

this weekDATE

0.98+

NovemberDATE

0.98+

over 55,000 studentsQUANTITY

0.98+

over 180 countriesQUANTITY

0.98+

firstQUANTITY

0.98+

eachQUANTITY

0.97+

todayDATE

0.97+

10 hours a monthQUANTITY

0.97+

two pizza teamsQUANTITY

0.95+

over 16QUANTITY

0.94+

18th scaleQUANTITY

0.94+

2000 studentsQUANTITY

0.93+

oneQUANTITY

0.92+

first timeQUANTITY

0.92+

waveEVENT

0.92+

four componentsQUANTITY

0.91+

BostonLOCATION

0.9+

years agoDATE

0.86+

this past yearDATE

0.86+

AusEVENT

0.86+

RemarTITLE

0.85+

pandemicEVENT

0.85+

20 hoursQUANTITY

0.82+

each one ofQUANTITY

0.82+

end of this yearDATE

0.81+

Mexico cityLOCATION

0.8+

racerTITLE

0.8+

a minute agoDATE

0.78+

DecemberDATE

0.77+

2000COMMERCIAL_ITEM

0.75+

QBORGANIZATION

0.72+

beginning of DecemberDATE

0.69+

MarsTITLE

0.68+

re MarsEVENT

0.65+

2022DATE

0.64+

86COMMERCIAL_ITEM

0.64+

deepTITLE

0.61+

lot of peopleQUANTITY

0.61+

raspberryORGANIZATION

0.59+

Nick Van Wiggeren, PlanetScale | Kubecon + Cloudnativecon Europe 2022


 

>> Narrator: theCUBE presents KubeCon and CloudNativeCon Europe 2022, brought to you by Red Hat, the Cloud Native Computing Foundation and its ecosystem partners. >> Welcome to Valencia, Spain, KubeCon, CloudNativeCon Europe 2022. I'm Keith Townsend, your host. And we're continuing the conversations around ecosystem cloud native, 7,500 people here, 170 plus show for sponsors. It is for open source conference, I think the destination. I might even premise that this may be, this may eventually roll to the biggest tech conference in the industry, maybe outside of AWS re:Invent. My next guest is Nick van Wiggeren. >> Wiggeren. >> VP engineering of PlanetScale. Nick, I'm going to start off the conversation right off the bat PlanetScale cloud native database, why do we need another database? >> Well, why don't you need another database? I mean, are you happy with yours? Is anyone happy with theirs? >> That's a good question. I don't think anyone is quite happy with, I don't know, I've never seen a excited database user, except for guys with really (murmurs) guys with great beards. >> Yeah. >> Keith: Or guys with gray hair maybe. >> Yeah. Outside of the dungeon I think... >> Keith: Right. >> No one is really is happy with their database, and that's what we're here to change. We're not just building the database, we're actually building the whole kind of start to finish experience, so that people can get more done. >> So what do you mean by getting more done? Because MySQL has been the underpinnings of like massive cloud database deployments. >> 100% >> It has been the de-facto standard. >> Nick: Yep. >> For cloud databases. >> Nick: Yep. >> What is PlanetScale doing in enabling us to do that I can't do with something like a MySQL or a SQL server? >> Great question. So we are MySQL compatible. So under the hood it's a lot of the MySQL you know and love. But on top of that we've layered workflows, we've layered scalability, we've layered serverless. So that you can get all of the the parts of the MySQL, that dependability, the thing that people have used for 20, 30 years, right? People don't even know a world before MySQL. But then you also get this ability to make schema changes faster. So you can kind of do your work quicker get to the business objectives faster. You can scale farther. So when you get to your MySQL and you say, well, can we handle adding this one feature on top? Can we handle the user growth we've got? You don't have to worry about that either. So it's kind of the best of both worlds. We've got one foot in history and we've got one foot in the new kind of cloud native database world. We want to give everyone the best of both. >> So when I think of serverless because that's the buzzy world. >> Yeah. >> But when I think of serverless I think about developers being able to write code. >> Yep. >> Deploy the code, not worry about VM sizes. >> Yep. >> Amount of disk space. >> Yep. >> CPU, et cetera. But we're talking about databases. >> Yep. >> I got to describe what type of disk I want to use. I got to describe the performance levels. >> Yep. >> I got all the descriptive stuff that I have to do about infrastructures. Databases are not... >> Yep. >> Keith: Serverless. >> Yep. >> They're the furthest thing from it. >> So despite what the name may say, I can guarantee you PlanetScale, your PlanetScale database does run on at least one server, usually more than one. But the idea is exactly what you said. So especially when you're starting off, when you're first beginning your, let's say database journey. That's a word I use a lot. The furthest thing from your mind is, how many CPUs do I need? How many disk iOS do I need? How much memory do I need? What we want you to be able to do is get started on focusing on shipping your code, right? The same way that Lambda, the same way that Kubernetes, and all of these other cloud native technologies just help people get done what they want to get done. PlanetScale is the same way, you want a database, you sign up, you click two buttons, you've got a database. We'll handle scaling the disk as you grow, we'll handle giving you more resources. And when you get to a spot where you're really starting to think about, my database has got hundreds of gigabytes or petabytes, terabytes, that's when we'll start to talk to you a little bit more about, hey, you know it really does run on a server, we ain't got to help you with the capacity planning, but there's no reason people should have to do that up front. I mean, that stinks. When you want to use a database you want to use a database. You don't want to use, 747 with 27 different knobs. You just want to get going. >> So, also when I think of serverless and cloud native, I think of stateless. >> Yep. >> Now there's stateless with databases, help me reconcile like, when you say it's cloud native. >> Nick: Yep. >> How is it cloud native when I think of cloud native as stateless? >> Yeah. So it's cloud native because it exists where you want it in the cloud, right? No matter where you've deployed your application on your own cloud, on a public cloud, or something like that, our job is to meet you and match the same level of velocity and the same level of change that you've got on your kind of cloud native setup. So there's a lot of state, right? We are your state and that's a big responsibility. And so what we want to do is, we want to let you experiment with the rest of the stateless workloads, and be right there next to you so that you can kind of get done what you need to get done. >> All right. So this concept of clicking two buttons... >> Nick: Yeah. >> And deploying, it's a database. >> Nick: Yep. >> It has to run somewhere. So let's say that I'm in AWS. >> Nick: Yep. >> And I have AWS VPC. What does it look like from a developer's perspective to consume the service? >> Yeah. So we've got a couple of different offerings, and AWS is a great example. So at the very kind of the most basic database unit you click, you get an endpoint, a host name, a password, and the username. You feed that right into your application and it's TLS secure and stuff like that, goes right into the database no problem. As you grow larger and larger, we can use things like AWS PrivateLink and stuff like that, to actually start to integrate more with your AWS environment, all the way over to what we call PlanetScale Managed. Which is where we actually deploy your data plan in your AWS account. So you give us some permissions and we kind of create a sub-account and stuff like that. And we can actually start sending pods, and hold clusters and stuff like that into your AWS account, give you a PrivateLink, so that everything looks like it's kind of wrapped up in your ownership but you still get the same kind of PlanetScale cloud experience, cloud native experience. >> So how do I make calls to the database? I mean, do I have to install a new... >> Nick: Great question. >> Like agent, or do some weird SQL configuration on my end? Or like what's the experience? >> Nope, we just need MySQL. Same way you'd go, install MySQL if you're on a Mac or app store to install MySQL on analytics PC, you just username, password, database name, and stuff like that, you feed that into your app and it just works. >> All right. So databases are typically security. >> Nick: Yep. >> When my security person. >> Nick: Yep. >> Sees a new database. >> Nick: Yep. >> Oh, they get excited. They're like, oh my job... >> Nick: I bet they do. >> My job just got real easy. I can find like eight or nine different findings. >> Right. >> How do you help me with compliance? >> Yeah. >> And answering these tough security questions from security? >> Great question. So security's at the core of what we do, right? We've got security people ourselves. We do the same thing for all the new vendors that we onboard. So we invest a lot. For example, the only way you can connect to a PlanetScale database even if you're using PrivateLink, even if you're not touching the public internet at all, is over TLS secured endpoint, right? From the very first day, the very first beta that we had we knew not a single byte goes over the internet that's not encrypted. It's encrypted at rest, we have audit logging, we do a ton internally as well to make sure that, what's happening to your database is something you can find out. The favorite thing that I think though is all your schema changes are tracked on PlanetScale, because we provide an entire workflow for your schema changes. We actually have like a GitHub Polar Request style thing, your security folks can actually look and say, what changes were made to the database day in and day out. They can go back and there's a full history of that log. So you actually have, I think better security than a lot of other databases where you've got to build all these tools and stuff like that, it's all built into PlanetScale. >> So, we started out the conversation with two clicks but I'm a developer. >> Nick: Yeah. >> And I'm developing a service at scale. >> Yep. >> I want to have a SaaS offering. How do I automate the deployment of the database and the management of the database across multiple customers? >> Yeah, so everything is API driven. We've got an API that you can use supervision databases to make schema changes, to make whatever changes you want to that database. We have an API that powers our website, the same API that customers can use to kind of automate any part of the workflow that they want. There's actually someone who did talk earlier using, I think, wwww.crossplane.io, or they can use Kubernetes custom resource definitions to provision PlanetScale databases completely automatically. So you can even do it as part of your standard deployment workflow. Just create a PlanetScale database, create a password, inject it in your app, all automatically. >> So Nick, as I'm thinking about scale. >> Yep. >> I'm thinking about multiple customers. >> Nick: Yep. >> I have a successful product. >> Nick: Yep. >> And now these customers are coming to me with different requirements. One customer wants to upgrade once every 1/4, another one, it's like, you know what? Just bring it on. Like bring the schema changes on. >> Yep. >> I want the latest features, et cetera. >> Nick: Right. >> How do I manage that with PlanetScale? When I'm thinking about MySQL it's a little, that can be a little difficult. >> Nick: Yeah. >> But how does PlanetScale help me solve that problem? >> Yeah. So, again I think it's that same workflow engine that we've built. So every database has its own kind of deploy queue, its own migration system. So you can automate all these processes and say, on this database, I want to change this schema this way, on this database I'm going to hold off. You can use our API to drive a view into like, well, what's the schema on this database? What's schema on this database? What version am I running on this database? And you can actually bring all that in. And if you were really successful you'd have this single plane of glass where you can see what's the status of all my databases and how are they doing, all powered by kind of the PlanetScale API. >> So we can't talk about databases without talking about backup. >> Nick: Yep. >> And recovery. >> Yep. >> How do I back this thing up and make sure that I can fall back? If someone deleted a table. >> Nick: Yep. >> It happens all the time in production. >> Nick: Yeah, 100%. >> How do I recover from it? >> So there's two pieces to this, and I'm going to talk about two different ways that we can help you solve this problem. One of them is, every PlanetScale database comes with backups built in and we test them fairly often, right? We use these backups. We actually give you a free daily backup on every database 'cause it's important to us as well. We want to be able to restore from backup, we want to be able to do failovers and stuff like that, all that is handled automatically. The other thing though is this feature that we launched in March called the PlanetScale Rewind. And what Rewind is, is actually a schema migration undo button. So let's say, you're a developer you're dropping a table or a column, you mean to drop this, but you drop the other one on accident, or you thought this column was unused but it wasn't. You know when you do something wrong, you cause an incident and you get that sick feeling in your stomach. >> Oh, I'm sorry. I've pulled a drive that was written not ready file and it was horrible. >> Exactly. And you kind of start to go, oh man, what am I going to do next? Everyone watching this right now is probably squirming in their seat a bit, you know the feeling. >> Yeah, I know the feeling >> Well, PlanetScale gives you an undo button. So you can click, undo migration, for 30 minutes after you do the migration and we'll revert your schema with all the data in it back to what your database looked like before you did that migration. Drop a column on accident, drop a table on accident, click the Rewind button, there's all the data there. And, the new rights that you've taken while that's happened are there as well. So it's not just a restore to a point in time backup. It's actually that we've replicated your rights sent them to both the old and the new schema, and we can get you right back to where you started, downtime solved. >> Both: So. >> Nick: Go ahead. >> DBAs are DBAs, whether they've become now reformed DBAs that are cloud architects, but they're DBAs. So there's a couple of things that they're going to want to know, one, how do I get my zero back up in my hands? >> Yeah. >> I want my, it's MySQL data. >> Nick: Yeah. >> I want my MySQL backup. >> Yeah. So you can just take backups off the database yourself the same way that you're doing today, right? MySQL dump, MySQL backup, and all those kinds of things. If you don't trust PlanetScale, and look, I'm all about backups, right? You want them in two different data centers on different mediums, you can just add on your own backup tools that you have right now and also use that. I'd like you to trust that PlanetScale has the backups as well. But if you want to keep doing that and run your own system, we're totally cool with that as well. In fact, I'd go as far as to say, I recommend it. You never have too many backups. >> So in a moment we're going to run Kube clock. So get your... >> Okay, all right. >> You know, stand tall. >> All right. >> I'll get ready. I'm going to... >> Nick: I'm tall, I'm tall. >> We're both tall. The last question before Kube clock. >> Nick: Yeah. >> It is, let's talk a little nerve knobs. >> Nick: Okay. >> The reform DBA. >> Nick: Yeah. >> They want, they're like, oh, this query ran a little bit slow. I know I can squeeze a little bit more out of that. >> Nick: Yeah. >> Who do they talk to? >> Yeah. So that's a great question. So we provide you some insights on the product itself, right? So you can take a look and see how are my queries performing and stuff like that. Our goal, our job is to surface to you all the metrics that you need to make that decision. 'Cause at the end of the day, a reform DBA or not it is still a skill to analyze the performance of a MySQL query, run and explain, kind of figure all that out. We can't do all of that for you. So we want to give you the information you need either knowledge or you know, stuff to learn whatever it is because some of it does have to come back to, what's my schema? What's my query? And how can I optimize it? I'm missing an index and stuff like that. >> All right. So, you're early adopter of the Kube clock. >> Okay. >> I have to, people say they're ready. >> Nick: Ooh, okay. >> All the time people say they're ready. >> Nick: Woo. >> But I'm not quite sure that they're ready. >> Nick: Well, now I'm nervous. >> So are you ready? >> Do I have any other choice? >> No, you don't. >> Nick: Then I am. >> But are you ready? >> Sure, let's go. >> All right. Start the Kube clock. (upbeat music) >> Nick: All right, what do you want me to do? >> Go. >> All right. >> You said you were ready. >> I'm ready, all right, I'm ready. All right. >> Okay, I'll reset. I'll give you, I'll give, see people say they're ready. >> All right. You're right. You're right. >> Start the Kube clock, go. >> Okay. Are you happy with how your database works? Are you happy with the velocity? Are you happy with what your engineers and what your teams can do with their database? >> Follow the dream not the... Well, follow the green... >> You got to be. >> Not the dream. >> You got to be able to deliver. At the end of the day you got to deliver what the business wants. It's not about performance. >> You got to crawl before you go. You got to crawl, you got to crawl. >> It's not just about is my query fast, it's not just about is my query right, it's about, are my customers getting what they want? >> You're here, you deserve a seat at the table. >> And that's what PlanetScale provides, right? PlanetScale... >> Keith: Ten more seconds. >> PlanetScale is a tool for getting done what you need to get done as a business. That's what we're here for. Ultimately, we want to be the best database for developing software. >> Keith: Two, one. >> That's it. End it there. >> Nick, you took a shot, I'm buying it. Great job. You know, this is fun. Our jobs are complex. >> Yep. >> Databases are hard. >> Yep. >> It is the, where your organization keeps the most valuable assets that you have. >> Nick: A 100%. >> And we are having these tough conversations. >> Nick: Yep. >> Here in Valencia, you're talking to the leader in tech coverage. From Valencia, Spain, I'm Keith Townsend, and you're watching theCUBE, the leader in high tech coverage. (upbeat music)

Published Date : May 20 2022

SUMMARY :

brought to you by Red Hat, in the industry, conversation right off the bat I don't think anyone is quite happy with, Outside of the dungeon I think... We're not just building the database, So what do you mean it's a lot of the MySQL you know and love. because that's the buzzy world. being able to write code. Deploy the code, But we're talking about databases. I got to describe what I got all the descriptive stuff But the idea is exactly what you said. I think of stateless. when you say it's cloud native. and be right there next to you So this concept of clicking two buttons... And deploying, So let's say that I'm in AWS. consume the service? So you give us some permissions So how do I make calls to the database? you feed that into your So databases are typically security. Oh, they get excited. I can find like eight or the only way you can connect So, we started out the and the management of the database So you can even do it another one, it's like, you know what? How do I manage that with PlanetScale? So you can automate all these processes So we can't talk about databases and make sure that I can fall back? that we can help you solve this problem. and it was horrible. And you kind of start to go, and we can get you right that they're going to want to know, So you can just take backups going to run Kube clock. I'm going to... The last question before Kube clock. It is, I know I can squeeze a the metrics that you need of the Kube clock. I have to, sure that they're ready. Start the Kube clock. All right. see people say they're ready. All right. Are you happy with what your engineers Well, follow the green... you got to deliver what You got to crawl before you go. you deserve a seat at the table. And that's what what you need to get done as a business. End it there. Nick, you took a shot, the most valuable assets that you have. And we are having the leader in high tech coverage.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
DeLisaPERSON

0.99+

KeithPERSON

0.99+

Rebecca KnightPERSON

0.99+

AnviPERSON

0.99+

2009DATE

0.99+

Keith TownsendPERSON

0.99+

EuropeLOCATION

0.99+

Nick van WiggerenPERSON

0.99+

Avni KhatriPERSON

0.99+

JigyasaPERSON

0.99+

IndiaLOCATION

0.99+

CanadaLOCATION

0.99+

Nick Van WiggerenPERSON

0.99+

one yearQUANTITY

0.99+

MexicoLOCATION

0.99+

Jigyasa GroverPERSON

0.99+

CambridgeLOCATION

0.99+

Red HatORGANIZATION

0.99+

two piecesQUANTITY

0.99+

NickPERSON

0.99+

ValenciaLOCATION

0.99+

fiveQUANTITY

0.99+

OaxacaLOCATION

0.99+

eightQUANTITY

0.99+

New DelhiLOCATION

0.99+

RomaniaLOCATION

0.99+

AWSORGANIZATION

0.99+

Khan AcademyORGANIZATION

0.99+

DeLisa AlexanderPERSON

0.99+

MarchDATE

0.99+

10 yearQUANTITY

0.99+

100%QUANTITY

0.99+

GoogleORGANIZATION

0.99+

five yearQUANTITY

0.99+

22 labsQUANTITY

0.99+

BostonLOCATION

0.99+

Cloud Native Computing FoundationORGANIZATION

0.99+

eight yearsQUANTITY

0.99+

one footQUANTITY

0.99+

five yearsQUANTITY

0.99+

MySQLTITLE

0.99+

AntequeraLOCATION

0.99+

7,500 peopleQUANTITY

0.99+

Monday nightDATE

0.99+

five countriesQUANTITY

0.99+

two new labsQUANTITY

0.99+

two different waysQUANTITY

0.99+

last weekDATE

0.99+

80%QUANTITY

0.99+

20QUANTITY

0.99+

Boston, MassachusettsLOCATION

0.99+

Oaxaca CityLOCATION

0.99+

30 minutesQUANTITY

0.99+

iOSTITLE

0.99+

27 different knobsQUANTITY

0.99+

TwoQUANTITY

0.99+

KubeConEVENT

0.99+

Manish Devgan, Hazelcast | Kubecon + Cloudnativecon Europe 2022


 

>>The cube presents, Coon and cloud native con Europe, 2022. Brought to you by red hat, the cloud native computing foundation and its ecosystem partners. >>Welcome to Licia Spain and cube con cloud native con 2022 Europe. I'm Keith Townsend, along with Paul Gillon senior editor, enterprise architecture for Silicon angle. We're gonna talk to some amazing folks. Day two coverage of Q con cloud native con Paul. We did the wrap up yesterday. Great. A great back and forth about what en Rico about yesterday's, uh, session. What are you looking for to today? >>I'm looking for, uh, to understand better, uh, how Kubernetes is being put into production, the types of applications that are being built on top of it. Yesterday, we talked a lot about infrastructure today. I think we're gonna talk a little bit more about applications, including with our first guest. >>Yeah, I was speaking our first guest. We have ish Degan CPO chief product officer at Hazelcast Hazelcast has been on the program before, but you, this is your first time in the queue, correct? >>It, it is Keith. Yeah. Well, >>Welcome to been Cuban. So we're talking data, which is always a fascinating topic. Containers are, have been known for not being supportive of stateful applications. At least you shouldn't hold the traditional thought. You shouldn't hold stateful data in containers. Tell me about the relationship between Hazel cast and containers we're at Cuan. >>Yeah, so a little bit about, uh, Hazelcast. We are a real time data platform and, uh, we are not a database, but a data platform because we basically allow, uh, data at rest as well as data in motion. So you can imagine that if you're writing an application, you can basically query and join a data coming in events, as well as data, which might have been persisted. So you can do both stream processing as well as, you know, low latency data access. And, and this platform of course, is supported on all the clouds. And we kind of delegate the orchestration of this kind of scale out system to Kubernetes. Um, and you know, that provides a resiliency and many things which go along with that. >>So you say you don't, you're not a database platform. What are you used for to manage the data? >>So we are, uh, we are memory first. So we are, you know, we started with low latency applications, but then we realized that real time has really become a business term. It's it's more of a business SLA mm-hmm, <affirmative>, it's really the, we see the opportunity, the punctuated change, which is happening in the market today is about real time data access to real time. I mean, there are real time applications. Our customers are building around real time offers, um, realtime thread detection. I mean, just imagine, you know, one of our customers like B and P par bars, they have, they basically originate a loan while the customer is banking. So you are in an ATM machine and you swipe your card and you are asking for, you know, taking 50 euros out. And at that point they can actually originate a custom loan offer based on your existing balance you're existing request and your credit score in that moment. So that's a value moment for them and they actually saw 400% loan origination go up because of that, because nobody's gonna be thinking about a credit, uh, line of credit after they're done banking. So it's in that value moment and we allow basically our data platform allows you to have fast access to data and also process incoming streams. So not before they get stored, but as they're coming in. >>So if I'm a developer and cuon is definitely a conference for developer and I, I come to the booth and I hear <inaudible>, that's the end value. I, I hear what I can do with my application. I guess the question is, how do I get there? I mean, uh, if it's not a database, how do I make a call from a container to, from my microservice to Hazel cath? Like, do I think of this as a, uh, a CNI or, or C CSI? How do I access >>PA care? Yeah. So, so we, uh, you know, we are, our server is actually built in Java. So a lot of the application which get written on top of the data platform are basically accessing through Java APIs. Or as you have a.net shop, you can actually use.net API. So we are basically an API first platform and SQL is basically the polyglot way of accessing data, both streaming data, as well as it store data. So most of the application developers, a lot of it is run done in microservices, and they're doing these fast get inputs for data. So they, they have a key, they want to get to a customer, they give a customer ID. And the beauty is that, um, while they're processing the events, they can actually enrich it because you need contextual information as well. So going back to the ATM example, you know, at that event happened, somebody swiped the card and ask for 50 euros, and now you want more information like credit score information, all that needs to be combined in that, in that value moment. >>So we allow you to do those joins and, you know, the contextual information is very important. So you see a lot of streaming platform out there, which just do streaming, but if you're an application developer, like you asked, you have to basically do call out to a streaming platform to get, um, to do streaming analytics and then do another call to get the context of that. You know, what is the credit score for this customer? But whereas in our case, because the data platform supports both streaming as well as data at rest, you can do that in one call and, you know, you don't want to have the operational complexity to stand out. Two different scale out servers is, is, is, is humongous, right? I mean, you want to build your business application. So, >>So you are querying data streaming data and data rest yes. In the same query >>Yes. In the same query. And we are memory first. So what happens is that we store a lot of the hot data in memory. So we have a scale out Ram based server. So that's where you get the low latency from. In fact, last year we did a benchmark. We were able to process a billion events a second, uh, with 99% of the latency under 30 milliseconds. So that kind of processing and that kind of power is, and, and the most important thing is determinism. I mean, you know, there's a lot of, um, if you look at real time, what real time is, is about this predictable latency at scale, because ultimately your, your adhering to a business SLA is not about milliseconds or microsecond. It's what your business needs. If your business needs that you need to deny or, uh, approve a credit credit card transaction in 50 milliseconds, that's your business SLA, and you need that predictability for every transaction. >>So talk to us about how how's this packaged in consumed. Cause I'm hearing a, a bunch of server Ram I'm hearing numbers that we're trying to adapt away from at this conference. We don't wanna see the onlay. We just want to use it. >>Yeah. So, so we kind of take a bit that, that complexity of managing this scale out, um, uh, uh, cluster, which actually utilizes Rams from each server. And then, you know, if you, you can configure it so that the hard set of data is in Ram, but the data, which is, you know, not so hard can actually go into a tiered storage model. So we are memory first. So, but what you are doing is you're doing simple, it's an API. So you do basically a crud, right? You create records, you read them through SQL. So for you, it's, it's, it's kind of like how you access that database. And we also provide you, you know, real time is also a journey. I mean, a lot of customers, you know, you don't want to rip their existing system and deploy another kind of scale out platform. Right? So we, we see a lot of these use cases where they have a database and we can sit in between the database, a system of record and the application. So we are kind of in between there. So that's, that's the journey you can take to real time. >>How does Kubernetes, uh, containers and Kubernetes change the game for real time analytics? >>Yeah. So, uh, Kubernetes does change it because what's hap first of all, we service most of the operational workloads. So it's, it's more on the, a lot of our customers. We have most, most of the big banks credit card companies in financial services and retail. Those are the two big sectors for us. And first of all, you know, a lot of these operational workloads are moving to the cloud and with move to the cloud, they're actually taking their existing applications and, and moving to, you know, one of the providers and to kind of orchestrate this scale out platform, which does auto scaling, that's where the benefit comes from mm-hmm <affirmative>. And it also gives them the freedom of choice. So, you know, the Kubernetes is, you know, a standard which goes across cloud providers. So that gives them the benefit that they can actually take their application. And if they want, they can actually move it to a different, a different cloud provider because we take away the orchestration complexity, you know, in that abstraction layer. >>So what happens when I need to go really fast? I mean, I, I, I need, uh, I'm looking at bare metal and I'm looking at really scaling a, a, a homogeneous application in a single data center set of data centers. Is there a bare metal play here? >>Yes. There, there, there are some very, very, uh, like if you want microsecond latency, mm-hmm, <affirmative>, um, you know, we have customers who actually store two to four terabytes in Ram and, and they can actually stand up. Um, you know, again, it depends on what kind of deployment you want. You can either scale up or scale out, scaling up is expensive, you know, because those boxes are not cheap, but if you have a requirement like that, where there is sub millisecond or microphone latency requirement, you could actually store the entire data set. I mean, a lot of the operational data sets are under four terabytes. So it's not uncommon that you could actually take the entire operational transactional data set, actually move, move that to a pure Ram. But, uh, I think now we, we also see that these operational workloads are also, there's a need for analytics to be done on top as well. >>I mean, we, going back to the example I gave you, so this, this, uh, customer is not only doing stream crossing, they're also influencing a machine learning algorithm in that same, in the same kind of cycle in the life cycle. So they might have trained a machine learning or algorithm on a data lake somewhere, but once they're ready, they're actually influencing the ML algorithm in our kind of life cycle right there. So, you know, that that really brings analytics and transactions kind of together because after all transactions are where the real, you know, insights are. >>Yeah. I'm, I'm struggling a little bit with this, with these two different use cases where I have transactional basically a transactional database or transactional data platform alongside a analytics platform. Those are two, like they're two different things. I have a, you know, I, I have spinning rust for one, and then I have memory and, and MBME for another. Uh, and that requires tuning requires DBAs. It requires a lot of overhead, there seems to be some type of secret sauce going on here. >>Yeah. Yeah. So, I mean, you know, we, we basically say that if you are, if you have a business case where you want to make a decision, you know, you, the only chance to succeed is where you are not making a decision tomorrow based on today's data. Right? I mean, the only way to act on that data is today. So the act is a keyword here. We actually let you generate a realtime offer. We, we let you do credit card fraud detection. In that moment, the analytics is about knowing less about acting on it. Right? Most of our applications are machine critical. They're acting on real time. I think when you talk about like the data lakes there, there's actually a real time there as well, but it's about knowing, and we believe that the operational side is where, you know, that value moment is there, you know, what good is, is to know about something tomorrow, you know, if something wrong happened, I mean, it, yeah, so there's a latency squeeze there as well, but we are on, on more on the kind of transaction and operational side. >>I gotcha. Yeah. So help me understand, like integrations. A lot of the, the, when I think of transactions, I'm thinking of SAP, Oracle, where the process is done, or some legacy banking or not legacy or new modern banking app, how does the data get from one platform to a, to Hazel cast so I can make those >>Decisions? Yeah. So we have, uh, this, the streaming engine, we have has a whole bunch of connectors to a lot of data sources. So in fact, most of our use cases already have data sources underneath there, their databases there's KA connectors, you know, joining us because if you look at it, events is, are comprised of transactions. So something, a customer did, uh, a credit card swipe, right. And also events events could be machine or IOT. So it's really unique connectivity and data ingestion before you can process that. So we have, uh, a whole suite of connectors to kind of bring data in, in our platform. >>We've been talking a lot, these last couple of days about, uh, about the edge and about moving processing capability closer to the edge. How do you enable that? >>Yeah. So edge is actually very, very relevant because of what's happening is that, um, you know, if you, if you look at like a edge deployment use case, um, you know, we have a use case where data is being pushed from these different edge devices to cloud data warehouse. Right. But just imagine that you want to be filtering data at the, at, at where it is being originated from, and you wanna push only relevant data to, to maybe a central data lake where you might want to do, you know, train your machine learning models. Mm-hmm <affirmative> so that at the edge, we are actually able to process that data. So Hazel cast will allow you to actually write a data pipeline and do stream processing so that you might want to just push, you know, a part or a subset of data, which applies by the rules. Uh, so there's, there's a big, um, uh, I think edge is, you know, there's a lot of data being generated and you don't want like garbage and garbage out there's there's, there is there's filtration done at the edge. So that only the relevant data lands in a data, data lake or something like that. >>Well, Monash, we really appreciate you stopping by realtime data is an exciting area of coverage for the queue overall from Valencia Spain, I'm Keith Townsend, along with Paul Gillon, and you're watching the queue, the leader in high tech coverage.

Published Date : May 19 2022

SUMMARY :

Brought to you by red hat, What are you looking for to today? the types of applications that are being built on top of it. product officer at Hazelcast Hazelcast has been on the program before, It, it is Keith. At least you shouldn't hold the traditional thought. So you can imagine that if you're writing an application, So you say you don't, you're not a database platform. So we are, you know, we started with low So if I'm a developer and cuon is definitely a conference for developer So a lot of the application which get written on top of the data platform are basically accessing through Java So we allow you to do those joins and, you know, the contextual information is very important. So you are querying data streaming data and data rest yes. I mean, you know, So talk to us about how how's this packaged in consumed. I mean, a lot of customers, you know, you don't want to rip their existing system and deploy another a different cloud provider because we take away the orchestration complexity, you know, So what happens when I need to go really fast? So it's not uncommon that you could after all transactions are where the real, you know, insights are. I have a, you know, I, I have spinning rust for one, you know, that value moment is there, you know, what good is, is to know about something tomorrow, not legacy or new modern banking app, how does the data get from one platform to a, you know, joining us because if you look at it, events is, are comprised of transactions. How do you enable that? um, you know, if you, if you look at like a edge deployment use Well, Monash, we really appreciate you stopping by realtime data is an

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Keith TownsendPERSON

0.99+

Paul GillonPERSON

0.99+

99%QUANTITY

0.99+

400%QUANTITY

0.99+

twoQUANTITY

0.99+

last yearDATE

0.99+

Hazel castORGANIZATION

0.99+

JavaTITLE

0.99+

HazelcastORGANIZATION

0.99+

50 millisecondsQUANTITY

0.99+

50 eurosQUANTITY

0.99+

KeithPERSON

0.99+

Manish DevganPERSON

0.99+

yesterdayDATE

0.99+

todayDATE

0.99+

YesterdayDATE

0.99+

OracleORGANIZATION

0.99+

tomorrowDATE

0.99+

first guestQUANTITY

0.99+

first timeQUANTITY

0.99+

Valencia SpainLOCATION

0.99+

50 eurosQUANTITY

0.99+

SQLTITLE

0.99+

one callQUANTITY

0.99+

four terabytesQUANTITY

0.98+

bothQUANTITY

0.98+

oneQUANTITY

0.98+

each serverQUANTITY

0.98+

one platformQUANTITY

0.98+

SAPORGANIZATION

0.98+

firstQUANTITY

0.97+

under 30 millisecondsQUANTITY

0.97+

first platformQUANTITY

0.97+

a billion eventsQUANTITY

0.95+

CoonORGANIZATION

0.94+

2022DATE

0.94+

singleQUANTITY

0.94+

two different thingsQUANTITY

0.94+

KubeconORGANIZATION

0.93+

CloudnativeconORGANIZATION

0.93+

two different use casesQUANTITY

0.92+

Day twoQUANTITY

0.92+

two big sectorsQUANTITY

0.91+

red hatORGANIZATION

0.87+

EuropeLOCATION

0.84+

use.netOTHER

0.83+

under four terabytesQUANTITY

0.82+

Two different scaleQUANTITY

0.78+

KubernetesORGANIZATION

0.75+

a secondQUANTITY

0.72+

KubernetesTITLE

0.71+

cube con cloud native conORGANIZATION

0.7+

cloud native conORGANIZATION

0.67+

DeganPERSON

0.66+

SiliconLOCATION

0.63+

Licia SpainORGANIZATION

0.62+

Hazel cathORGANIZATION

0.61+

con cloud native conORGANIZATION

0.58+

RicoLOCATION

0.57+

CubanOTHER

0.56+

MonashORGANIZATION

0.55+

HazelTITLE

0.53+

CuanLOCATION

0.53+

foundationORGANIZATION

0.52+

QEVENT

0.51+

last coupleDATE

0.5+

CNITITLE

0.46+

CTITLE

0.45+

PaulPERSON

0.44+

2022EVENT

0.33+

Mike Miller, AWS | AWS Summit SF 2022


 

(upbeat music) >> Okay, welcome back everyone, Cube coverage live on the floor in the Moscone center in San Francisco, California. I'm John Furrier host of the Cube. AWS summit 2022 is here in San Francisco, we're back in live events. Of course, Amazon summit in New York city is coming, Amazon summit this summer we'll be there as well. We've got a great guest Mike Miller, GN of AI devices at AWS always one of my favorite interviews. We've got a little prop here, we got the car, DeepRacer, very popular at the events. Mike, welcome to the Cube. Good to see you. >> Hey John, thank you for having me. It's really exciting to be back and chat with you a little bit about DeepRacer. >> Well I want to get into the prop in a second, not the prop, the product. >> Yeah. >> So DeepRacer program, you got the race track here. Just explain what it is real quick, we'll get that out of the way. >> Absolutely so, well, you know that AI, AWS is passionate about making AI and ML more accessible to developers of all skill levels. So DeepRacer is one of our tools to do that. So DeepRacer is a 3D cloud-based racing simulator, a 1/18th scale autonomously driven car and a league to add a little spicy competition into it. So developers can start with the cloud-based simulator where they're introduced to reinforcement learning which basically teaches the, our car to drive around a track through trial and error and of course you're in a virtual simulator so it's easy for it to make mistakes and restart. Then once that model is trained, it's downloaded to the car which then can drive around a track autonomously, kind of making its own way and of course we track lap time and your successful lap completions and all of that data feeds into our league to try to top the leaderboard and win prizes. >> This is the ultimate gamification tool. (chuckles) >> Absolutely >> Making it fun to learn about machine learning. All right, let's get into the car, let's get into the showcase of the car. show everyone what's going on. >> Absolutely. So this is our 1/18th scale autonomously driven car. It's built off of a monster truck chassis so you can see it's got four wheel drive, it's got steering in the front, we've got a camera on the front. So the camera is the, does the sensing to the compute board that's driven by an Intel atom a processor on the, on the vehicle, that allows it to make sense of the in front of it and then decide where it wants to drive. So you take the car, you download your trained model to it and then it races around the track. >> So the front is the camera. >> The front is the camera, that's correct. >> Okay, So... >> So it's a little bit awkward but we needed to give it plenty of room here so that I can actually see the track in front of it. >> John: It needs eyes. >> Yep. That's exactly right. >> Awesome. >> Yes. >> And so I got to buy that if I'm a developer. >> So, developers can start in two ways, they can use our virtual racing experience and so there's no hardware cost for that, but once you want the experience, the hands on racing, then the car is needed but if you come to one of our AWS summits, like here in San Francisco or anywhere else around the world we have one or more tracks set up and you can get hands on, you can bring the model that you trained at home download it to a car and see it race around the track. >> So use a car here. You guys are not renting cars, but you're letting people use the cars. >> Absolutely. >> Can I build my own car or does it have to be assembled by AWS? >> Yeah, we, we sell it as a, as a kit that's already assembled because we've got the specific compute board in there, that Intel processor and all of the software that's already built on there that knows how to drive around the track. >> That's awesome, so talk about the results. What's going on? What's the feedback from developers? Obviously it's a nerd dream, people like race cars, people love formula one now, all the racing there. IOT is always an IOT opportunity as well. >> Absolutely, and as you said, gamification, right? And so what we found and what we thought we would find was that adding in those sort of ease of learning so we make it the on-ramp to machine learning very easy. So developers of all skill levels can take advantage of this, but we also make it fun by kind of gamifying it. We have different challenges every month, we have a leader board so you can see how you rank against your peers and actually we have split our league into two, there's an open division which is more designed for novices so you'll get rewarded for just participating and then we have a pro league. So if you're one of the top performers in the open league each month, you graduate and you get to race against the big boys in the pro leagues. >> What's the purse? >> Oh, the, (John laughing) we definitely have cash and prizes that happen, both every month. We have prizes cause we do races every month and those winners of those races all get qualified to race at the championship, which of course happens in Las Vegas at re:Invent. So we bring all the winners to re:Invent and they all race against each other for the grand prize the big trophy and the, and the, and the cash prize. >> Well, you know, I'm a big fan of what you guys are doing so I'm kind of obviously biased on this whole program but you got to look at trend of what's going on in eSports and the online engagement is off the charts, are there plans to kind of make this more official and bigger? Is there traction there or is this just all part of the Amazon goodness, love that you guys give back? I mean, obviously it's got traction. >> Yeah. I mean, the thing that's interesting about eSports is the number of young people who are getting into it and what we saw over the last couple years is that, there were a lot of students who were adopting DeepRacer but there were some hurdles, you know, it wasn't really designed for them. So what we did was we made some changes and at the beginning of this year we launched a student focused DeepRacer program. So they get both free training every month, they get free educational materials and their own private league so they know students can race against other students, as part of that league. >> John: Yeah. >> So that was really our first step in kind of thinking about those users and what do we need to do to cater to their kind of unique needs? >> Tell about some of the power dynamics or the, or not power dynamics, the group dynamics around teams and individuals, can I play as an individual? Do I, do I have to be on a team? Can I do teams? How does that look? How do you think about those things? >> Yeah, absolutely. Great, great question. The primary way to compete is individually. Now we do have an offering that allows companies to use DeepRacer to excite and engage their own employees and this is where operating as a team and collaborating with your coworkers comes into play so, if, if I may there's, you know, Accenture and JPMC are a couple big customers of ours, really strong partners. >> John: Yeah. >> Who've been able to take advantage of DeepRacer to educate their workforce. So Accenture ran a 24 hour round the, round the globe race a couple years ago, encouraging their employees to collaborate and form teams to race and then this past year JPMC, had over 3000 of their builders participate over a three month period where they ran a private league and they went on to win the top two spots, first place and second place. >> John: Yeah. >> At reinvent last year. >> It reminds me the NASCAR and all these like competitions, the owners have multiple cars on the race. Do you guys at re:Invent have to start cutting people like, only two submissions or is it free for all? >> Well, you have to qualify to get to the races at re:invent so it's very, it's very cutthroat leading up to that point. We've got winners of our monthly virtual contests, the winners like of the summit races will also get invited. So it's interesting, this dynamic, you'll have some people who won virtual races, some people who won physical races, all competing together. >> And do you guys have a name for the final cup or is it like what's the, what's the final, how do you guys talk about the prizes and the... >> It's, it's the DeepRacer Championship Cup of course. >> John: Of course. (laughter) >> Big silver cup, you get to hoist it and... >> Are the names inscribed in it, is it like the Stanley cup or is it just one. >> It's a unique one, so you get to hold onto it each year. The champion gets their own version of the cup. >> It's a lot of fun. I think it's really kind of cool. What's the benefits for a student? Talk about the student ones. >> Yeah. Yeah. >> So I'm a student I'm learning machine learning, what's in it for me is a career path and the fund's obvious, I see that. >> Yeah absolutely. You know, the, for students, it's a hands on way that's a very easy on-ramp to machine learning and you know, one of the things, as I mentioned we're passionate about making it accessible to all. Well, when we mean all we were really do mean all. So, we've got a couple partners who are passionate about the same thing, right? Which is how do we, if, if AI and ML is going to transform our world and solve our most challenging problems, how can we get the right minds from all walks of life and all backgrounds to learn machine learning and get engaged? So with two of our partners, so with Udacity and with Intel we launched a $10 million AWS, AI and ML scholarship program and we built it around DeepRacer. So not only can students who are college and high school students, age 16 and over can use DeepRacer, can learn about machine learning and then get qualified to win one of several thousand scholarships. >> Any other promotions going on that people should know about? >> Yeah, one, one final one is, so we talked about enterprises like JPMC and Accenture, so we've got a promotion that we just started yesterday. So if you are an enterprise and you want to host a DeepRacer event at your company to excite your employees and get 'em collaborating more, if you have over 50 employees participating, we're going to give you up to a hundred thousand dollars in AWS credits, to offset the costs of running your DeepRacer event at your, at your company so >> That's real money. >> Yeah. Real, real, real exciting I think for companies now to pick up DeepRacer. >> So, I mean, honestly, I know Andy Jassy, I have many sports car conversations with him. He's a sports guy, he's now the CEO of Amazon, gets to go all the sporting events, NFL. I wish I could bring the Cube there but, we'll stick with with cloud for now. You got to look at the purse kind of thing. I'm interested in like the whole economic point of cause I mean, forget the learning for side for a second which is by the way awesome. This is great competition. You got leader boards, you got regional activities, you got a funneling system laddering up to the final output. >> And we've really done a decent job and, and of adding capabilities into that user experience to make it more engaging. You can see the countries that the different competitors are from, you can see how the lap times change over time, you know, we give awards as I mentioned, the two divisions now. So if you're not super competitive, we'll reward you for just participating in that open league but if you want to get competitive, we'll even better rewards monthly in the Pro League. >> Do you guys have any conversations internally like, this is getting too big, we might have to outsource it or you keep it in inside the fold? (laughter) >> We, we love DeepRacer and it's so much fun running this, >> You see where I'm going with this. You see where I'm going with this right? The Cube might want to take this over. >> Hey. >> And you know >> We're always looking for partners and sponsors who can help us make it bigger so, absolutely. >> It's a good business opportunity. I just love it. Congratulations, great stuff. What's the big learning in this, you know, as a as an executive, you look back you got GM, AI super important and, and I think it is great community, communal activity as well. What's the learning, what have you learned from this over the years besides that it's working but like what's the big takeaway? >> Yeah, I mean. We've got such a wide range of developers and builders who are customers that we need to provide a variety of opportunities for people to get hands on and there's no better way to learn a complex technology like AI and ML than getting hands on and seeing, you know, physically the result of the AI and I think that's been the biggest learning, is that just having the hands on and the sort of element of watching what it does, just light bulbs go off. When, when developers look at this and they start piecing the, the puzzle pieces together, how they can benefit. >> So I have to ask the question that might be on other peoples minds, maybe it's not, maybe I'm just thinking really dark here but gamers love to hack and they love cheat codes, they love to get, you know, get into the system, any attempts to do a little hacking to win the, the the game, have you guys, is there, you know? >> Well, well, you know, last year we, we we released an open source version of the vehicle so that people could start using it as a platform to explore and do that kind of hacking and give them an opportunity build on top of it. >> So using mods, mods modules, we can mod out on this thing. >> Yeah, absolutely. If you go to deepracer.com, we have sort of extensions page there, and you can see, somebody mounted a Nerf cannon onto the top of this, somebody built a computer vision model that could recognize you know, rodents and this thing would kind of drive to scare 'em, all kinds of fun topics. >> So it's a feature, not a bug. >> Absolutely. >> Open it up. >> Yeah. >> And also on transparency, if you have the source code out there you guys can have some review. >> Yeah. The whole idea is like, let's see what developers, >> It's really not hackable. It's not hackable. >> Yeah, I mean, for the, if you think about it when we do the races, we bring the cars ourselves, the only way a developer interacts is by giving us their trained models so... >> And you, do you guys review the models? Nothing to review, right? >> Yeah. There's nothing really to review. It's all about, you know, there, there was a model that we saw one time where the car went backwards and then went forwards across the finish line but we, we, we gently told them, well that's really not a valid way to race. >> That was kind of a hack, not really a hack. That was a hack hack. (laughter) That was just a growth hack. >> Exactly, but everybody just has a lot of fun with it across the board. >> Mike, great, thanks for coming on. Love the prop. Thanks for bringing the car on, looks great. Success every year. I want to see the purse, you know, big up to $1,000,000 you know, the masters, you know, tournament. >> Someday. (John chuckles) >> You guys.. >> Thank you for having me John. >> DeepRacer again, Fun Start has a great way to train people on machine learning, IOT device, turns into a league of its own. Great stuff for people to learn, especially students and people in companies, but the competitive juices flowing. That's what it's all about, having fun, learning. It's the Cube here in San Francisco. Stay with us for more coverage after this short break. (gentle music)

Published Date : Apr 22 2022

SUMMARY :

I'm John Furrier host of the Cube. be back and chat with you not the prop, the product. you got the race track here. and a league to add a little This is the ultimate let's get into the showcase of the car. So the camera is the, does the sensing The front is the the track in front of it. And so I got to buy but if you come to one of our AWS summits, So use a car here. and all of the software What's the feedback from developers? and you get to race against the each other for the grand prize and the online engagement and at the beginning of this year if, if I may there's, you know, and form teams to race the owners have multiple cars on the race. the winners like of the summit a name for the final cup It's, it's the DeepRacer John: Of course. you get to hoist it and... it, is it like the Stanley cup so you get to hold onto it each year. What's the benefits for a student? and the fund's obvious, I see that. and you know, one of the and you want to host a now to pick up DeepRacer. I'm interested in like the that the different competitors are from, You see where I'm going with this. who can help us make it in this, you know, as a and seeing, you know, Well, well, you know, last year we, we So using mods, mods modules, of drive to scare 'em, if you have the source code out there like, let's see what developers, It's really not hackable. the only way a developer interacts It's all about, you know, hack, not really a hack. across the board. the masters, you know, tournament. but the competitive juices flowing.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
JPMCORGANIZATION

0.99+

Mike MillerPERSON

0.99+

Andy JassyPERSON

0.99+

AccentureORGANIZATION

0.99+

twoQUANTITY

0.99+

JohnPERSON

0.99+

John FurrierPERSON

0.99+

AWSORGANIZATION

0.99+

AmazonORGANIZATION

0.99+

MikePERSON

0.99+

San FranciscoLOCATION

0.99+

Las VegasLOCATION

0.99+

IntelORGANIZATION

0.99+

second placeQUANTITY

0.99+

DeepRacerTITLE

0.99+

24 hourQUANTITY

0.99+

$10 millionQUANTITY

0.99+

New YorkLOCATION

0.99+

first placeQUANTITY

0.99+

last yearDATE

0.99+

yesterdayDATE

0.99+

oneQUANTITY

0.99+

each yearQUANTITY

0.99+

over 50 employeesQUANTITY

0.99+

UdacityORGANIZATION

0.99+

two waysQUANTITY

0.98+

San Francisco, CaliforniaLOCATION

0.98+

two submissionsQUANTITY

0.98+

DeepRacer Championship CupEVENT

0.98+

first stepQUANTITY

0.98+

NASCARORGANIZATION

0.98+

bothQUANTITY

0.98+

two divisionsQUANTITY

0.97+

re:InventEVENT

0.97+

one timeQUANTITY

0.97+

each monthQUANTITY

0.97+

Stanley cupEVENT

0.96+

1/18thQUANTITY

0.96+

deepracer.comOTHER

0.96+

re:inventEVENT

0.94+

AWS summit 2022EVENT

0.94+

MosconeLOCATION

0.93+

reinventEVENT

0.92+

NerfORGANIZATION

0.92+

CubeCOMMERCIAL_ITEM

0.91+

couple partnersQUANTITY

0.91+

this summerDATE

0.9+

up to $1,000,000QUANTITY

0.9+

two spotsQUANTITY

0.9+

upQUANTITY

0.89+

NFLEVENT

0.87+

last couple yearsDATE

0.86+

couple years agoDATE

0.85+

age 16QUANTITY

0.81+

SF 2022LOCATION

0.81+

over 3000 of their buildersQUANTITY

0.81+

DeepRacerORGANIZATION

0.81+

a hundred thousand dollarsQUANTITY

0.81+

Breaking Analysis: Technology & Architectural Considerations for Data Mesh


 

>> From theCUBE Studios in Palo Alto and Boston, bringing you data driven insights from theCUBE in ETR, this is Breaking Analysis with Dave Vellante. >> The introduction in socialization of data mesh has caused practitioners, business technology executives, and technologists to pause, and ask some probing questions about the organization of their data teams, their data strategies, future investments, and their current architectural approaches. Some in the technology community have embraced the concept, others have twisted the definition, while still others remain oblivious to the momentum building around data mesh. Here we are in the early days of data mesh adoption. Organizations that have taken the plunge will tell you that aligning stakeholders is a non-trivial effort, but necessary to break through the limitations that monolithic data architectures and highly specialized teams have imposed over frustrated business and domain leaders. However, practical data mesh examples often lie in the eyes of the implementer, and may not strictly adhere to the principles of data mesh. Now, part of the problem is lack of open technologies and standards that can accelerate adoption and reduce friction, and that's what we're going to talk about today. Some of the key technology and architecture questions around data mesh. Hello, and welcome to this week's Wikibon CUBE Insights powered by ETR, and in this Breaking Analysis, we welcome back the founder of data mesh and director of Emerging Technologies at Thoughtworks, Zhamak Dehghani. Hello, Zhamak. Thanks for being here today. >> Hi Dave, thank you for having me back. It's always a delight to connect and have a conversation. Thank you. >> Great, looking forward to it. Okay, so before we get into it in the technology details, I just want to quickly share some data from our friends at ETR. You know, despite the importance of data initiative since the pandemic, CIOs and IT organizations have had to juggle of course, a few other priorities, this is why in the survey data, cyber and cloud computing are rated as two most important priorities. Analytics and machine learning, and AI, which are kind of data topics, still make the top of the list, well ahead of many other categories. And look, a sound data architecture and strategy is fundamental to digital transformations, and much of the past two years, as we've often said, has been like a forced march into digital. So while organizations are moving forward, they really have to think hard about the data architecture decisions that they make, because it's going to impact them, Zhamak, for years to come, isn't it? >> Yes, absolutely. I mean, we are moving really from, slowly moving from reason based logical algorithmic to model based computation and decision making, where we exploit the patterns and signals within the data. So data becomes a very important ingredient, of not only decision making, and analytics and discovering trends, but also the features and applications that we build for the future. So we can't really ignore it, and as we see, some of the existing challenges around getting value from data is not necessarily that no longer is access to computation, is actually access to trustworthy, reliable data at scale. >> Yeah, and you see these domains coming together with the cloud and obviously it has to be secure and trusted, and that's why we're here today talking about data mesh. So let's get into it. Zhamak, first, your new book is out, 'Data Mesh: Delivering Data-Driven Value at Scale' just recently published, so congratulations on getting that done, awesome. Now in a recent presentation, you pulled excerpts from the book and we're going to talk through some of the technology and architectural considerations. Just quickly for the audience, four principles of data mesh. Domain driven ownership, data as product, self-served data platform and federated computational governance. So I want to start with self-serve platform and some of the data that you shared recently. You say that, "Data mesh serves autonomous domain oriented teams versus existing platforms, which serve a centralized team." Can you elaborate? >> Sure. I mean the role of the platform is to lower the cognitive load for domain teams, for people who are focusing on the business outcomes, the technologies that are building the applications, to really lower the cognitive load for them, to be able to work with data. Whether they are building analytics, automated decision making, intelligent modeling. They need to be able to get access to data and use it. So the role of the platform, I guess, just stepping back for a moment is to empower and enable these teams. Data mesh by definition is a scale out model. It's a decentralized model that wants to give autonomy to cross-functional teams. So it is core requires a set of tools that work really well in that decentralized model. When we look at the existing platforms, they try to achieve this similar outcome, right? Lower the cognitive load, give the tools to data practitioners, to manage data at scale because today centralized teams, really their job, the centralized data teams, their job isn't really directly aligned with a one or two or different, you know, business units and business outcomes in terms of getting value from data. Their job is manage the data and make the data available for then those cross-functional teams or business units to use the data. So the platforms they've been given are really centralized around or tuned to work with this structure as a team, structure of centralized team. Although on the surface, it seems that why not? Why can't I use my, you know, cloud storage or computation or data warehouse in a decentralized way? You should be able to, but some changes need to happen to those online platforms. As an example, some cloud providers simply have hard limits on the number of like account storage, storage accounts that you can have. Because they never envisaged you have hundreds of lakes. They envisage one or two, maybe 10 lakes, right. They envisage really centralizing data, not decentralizing data. So I think we see a shift in thinking about enabling autonomous independent teams versus a centralized team. >> So just a follow up if I may, we could be here for a while. But so this assumes that you've sorted out the organizational considerations? That you've defined all the, what a data product is and a sub product. And people will say, of course we use the term monolithic as a pejorative, let's face it. But the data warehouse crowd will say, "Well, that's what data march did. So we got that covered." But Europe... The primest of data mesh, if I understand it is whether it's a data march or a data mart or a data warehouse, or a data lake or whatever, a snowflake warehouse, it's a node on the mesh. Okay. So don't build your organization around the technology, let the technology serve the organization is that-- >> That's a perfect way of putting it, exactly. I mean, for a very long time, when we look at decomposition of complexity, we've looked at decomposition of complexity around technology, right? So we have technology and that's maybe a good segue to actually the next item on that list that we looked at. Oh, I need to decompose based on whether I want to have access to raw data and put it on the lake. Whether I want to have access to model data and put it on the warehouse. You know I need to have a team in the middle to move the data around. And then try to figure organization into that model. So data mesh really inverses that, and as you said, is look at the organizational structure first. Then scale boundaries around which your organization and operation can scale. And then the second layer look at the technology and how you decompose it. >> Okay. So let's go to that next point and talk about how you serve and manage autonomous interoperable data products. Where code, data policy you say is treated as one unit. Whereas your contention is existing platforms of course have independent management and dashboards for catalogs or storage, et cetera. Maybe we double click on that a bit. >> Yeah. So if you think about that functional, or technical decomposition, right? Of concerns, that's one way, that's a very valid way of decomposing, complexity and concerns. And then build solutions, independent solutions to address them. That's what we see in the technology landscape today. We will see technologies that are taking care of your management of data, bring your data under some sort of a control and modeling. You'll see technology that moves that data around, will perform various transformations and computations on it. And then you see technology that tries to overlay some level of meaning. Metadata, understandability, discovery was the end policy, right? So that's where your data processing kind of pipeline technologies versus data warehouse, storage, lake technologies, and then the governance come to play. And over time, we decomposed and we compose, right? Deconstruct and reconstruct back this together. But, right now that's where we stand. I think for data mesh really to become a reality, as in independent sources of data and teams can responsibly share data in a way that can be understood right then and there can impose policies, right then when the data gets accessed in that source and in a resilient manner, like in a way that data changes structure of the data or changes to the scheme of the data, doesn't have those downstream down times. We've got to think about this new nucleus or new units of data sharing. And we need to really bring back transformation and governing data and the data itself together around these decentralized nodes on the mesh. So that's another, I guess, deconstruction and reconstruction that needs to happen around the technology to formulate ourselves around the domains. And again the data and the logic of the data itself, the meaning of the data itself. >> Great. Got it. And we're going to talk more about the importance of data sharing and the implications. But the third point deals with how operational, analytical technologies are constructed. You've got an app DevStack, you've got a data stack. You've made the point many times actually that we've contextualized our operational systems, but not our data systems, they remain separate. Maybe you could elaborate on this point. >> Yes. I think this is, again, has a historical background and beginning. For a really long time, applications have dealt with features and the logic of running the business and encapsulating the data and the state that they need to run that feature or run that business function. And then we had for anything analytical driven, which required access data across these applications and across the longer dimension of time around different subjects within the organization. This analytical data, we had made a decision that, "Okay, let's leave those applications aside. Let's leave those databases aside. We'll extract the data out and we'll load it, or we'll transform it and put it under the analytical kind of a data stack and then downstream from it, we will have analytical data users, the data analysts, the data sciences and the, you know, the portfolio of users that are growing use that data stack. And that led to this really separation of dual stack with point to point integration. So applications went down the path of transactional databases or urban document store, but using APIs for communicating and then we've gone to, you know, lake storage or data warehouse on the other side. If we are moving and that again, enforces the silo of data versus app, right? So if we are moving to the world that our missions that are ambitions around making applications, more intelligent. Making them data driven. These two worlds need to come closer. As in ML Analytics gets embedded into those app applications themselves. And the data sharing, as a very essential ingredient of that, gets embedded and gets closer, becomes closer to those applications. So, if you are looking at this now cross-functional, app data, based team, right? Business team, then the technology stacks can't be so segregated, right? There has to be a continuum of experience from app delivery, to sharing of the data, to using that data, to embed models back into those applications. And that continuum of experience requires well integrated technologies. I'll give you an example, which actually in some sense, we are somewhat moving to that direction. But if we are talking about data sharing or data modeling and applications use one set of APIs, you know, HTTP compliant, GraQL or RAC APIs. And on the other hand, you have proprietary SQL, like connect to my database and run SQL. Like those are very two different models of representing and accessing data. So we kind of have to harmonize or integrate those two worlds a bit more closely to achieve that domain oriented cross-functional teams. >> Yeah. We are going to talk about some of the gaps later and actually you look at them as opportunities, more than barriers. But they are barriers, but they're opportunities for more innovation. Let's go on to the fourth one. The next point, it deals with the roles that the platform serves. Data mesh proposes that domain experts own the data and take responsibility for it end to end and are served by the technology. Kind of, we referenced that before. Whereas your contention is that today, data systems are really designed for specialists. I think you use the term hyper specialists a lot. I love that term. And the generalist are kind of passive bystanders waiting in line for the technical teams to serve them. >> Yes. I mean, if you think about the, again, the intention behind data mesh was creating a responsible data sharing model that scales out. And I challenge any organization that has a scaled ambitions around data or usage of data that relies on small pockets of very expensive specialists resources, right? So we have no choice, but upscaling cross-scaling. The majority population of our technologists, we often call them generalists, right? That's a short hand for people that can really move from one technology to another technology. Sometimes we call them pandric people sometimes we call them T-shaped people. But regardless, like we need to have ability to really mobilize our generalists. And we had to do that at Thoughtworks. We serve a lot of our clients and like many other organizations, we are also challenged with hiring specialists. So we have tested the model of having a few specialists, really conveying and translating the knowledge to generalists and bring them forward. And of course, platform is a big enabler of that. Like what is the language of using the technology? What are the APIs that delight that generalist experience? This doesn't mean no code, low code. We have to throw away in to good engineering practices. And I think good software engineering practices remain to exist. Of course, they get adopted to the world of data to build resilient you know, sustainable solutions, but specialty, especially around kind of proprietary technology is going to be a hard one to scale. >> Okay. I'm definitely going to come back and pick your brain on that one. And, you know, your point about scale out in the examples, the practical examples of companies that have implemented data mesh that I've talked to. I think in all cases, you know, there's only a handful that I've really gone deep with, but it was their hadoop instances, their clusters wouldn't scale, they couldn't scale the business and around it. So that's really a key point of a common pattern that we've seen now. I think in all cases, they went to like the data lake model and AWS. And so that maybe has some violation of the principles, but we'll come back to that. But so let me go on to the next one. Of course, data mesh leans heavily, toward this concept of decentralization, to support domain ownership over the centralized approaches. And we certainly see this, the public cloud players, database companies as key actors here with very large install bases, pushing a centralized approach. So I guess my question is, how realistic is this next point where you have decentralized technologies ruling the roost? >> I think if you look at the history of places, in our industry where decentralization has succeeded, they heavily relied on standardization of connectivity with, you know, across different components of technology. And I think right now you are right. The way we get value from data relies on collection. At the end of the day, collection of data. Whether you have a deep learning machinery model that you're training, or you have, you know, reports to generate. Regardless, the model is bring your data to a place that you can collect it, so that we can use it. And that leads to a naturally set of technologies that try to operate as a full stack integrated proprietary with no intention of, you know, opening, data for sharing. Now, conversely, if you think about internet itself, web itself, microservices, even at the enterprise level, not at the planetary level, they succeeded as decentralized technologies to a large degree because of their emphasis on open net and openness and sharing, right. API sharing. We don't talk about, in the API worlds, like we don't say, you know, "I will build a platform to manage your logical applications." Maybe to a degree but we actually moved away from that. We say, "I'll build a platform that opens around applications to manage your APIs, manage your interfaces." Right? Give you access to API. So I think the shift needs to... That definition of decentralized there means really composable, open pieces of the technology that can play nicely with each other, rather than a full stack, all have control of your data yet being somewhat decentralized within the boundary of my platform. That's just simply not going to scale if data needs to come from different platforms, different locations, different geographical locations, it needs to rethink. >> Okay, thank you. And then the final point is, is data mesh favors technologies that are domain agnostic versus those that are domain aware. And I wonder if you could help me square the circle cause it's nuanced and I'm kind of a 100 level student of your work. But you have said for example, that the data teams lack context of the domain and so help us understand what you mean here in this case. >> Sure. Absolutely. So as you said, we want to take... Data mesh tries to give autonomy and decision making power and responsibility to people that have the context of those domains, right? The people that are really familiar with different business domains and naturally the data that that domain needs, or that naturally the data that domains shares. So if the intention of the platform is really to give the power to people with most relevant and timely context, the platform itself naturally becomes as a shared component, becomes domain agnostic to a large degree. Of course those domains can still... The platform is a (chuckles) fairly overloaded world. As in, if you think about it as a set of technology that abstracts complexity and allows building the next level solutions on top, those domains may have their own set of platforms that are very much doing agnostic. But as a generalized shareable set of technologies or tools that allows us share data. So that piece of technology needs to relinquish the knowledge of the context to the domain teams and actually becomes domain agnostic. >> Got it. Okay. Makes sense. All right. Let's shift gears here. Talk about some of the gaps and some of the standards that are needed. You and I have talked about this a little bit before, but this digs deeper. What types of standards are needed? Maybe you could walk us through this graphic, please. >> Sure. So what I'm trying to depict here is that if we imagine a world that data can be shared from many different locations, for a variety of analytical use cases, naturally the boundary of what we call a node on the mesh will encapsulates internally a fair few pieces. It's not just the boundary of that, not on the mesh, is the data itself that it's controlling and updating and maintaining. It's of course a computation and the code that's responsible for that data. And then the policies that continue to govern that data as long as that data exists. So if that's the boundary, then if we shift that focus from implementation details, that we can leave that for later, what becomes really important is the scene or the APIs and interfaces that this node exposes. And I think that's where the work that needs to be done and the standards that are missing. And we want the scene and those interfaces be open because that allows, you know, different organizations with different boundaries of trust to share data. Not only to share data to kind of move that data to yes, another location, to share the data in a way that distributed workloads, distributed analytics, distributed machine learning model can happen on the data where it is. So if you follow that line of thinking around the centralization and connection of data versus collection of data, I think the very, very important piece of it that needs really deep thinking, and I don't claim that I have done that, is how do we share data responsibly and sustainably, right? That is not brittle. If you think about it today, the ways we share data, one of the very common ways is around, I'll give you a JDC endpoint, or I give you an endpoint to your, you know, database of choice. And now as technology, whereas a user actually, you can now have access to the schema of the underlying data and then run various queries or SQL queries on it. That's very simple and easy to get started with. That's why SQL is an evergreen, you know, standard or semi standard, pseudo standard that we all use. But it's also very brittle, because we are dependent on a underlying schema and formatting of the data that's been designed to tell the computer how to store and manage the data. So I think that the data sharing APIs of the future really need to think about removing this brittle dependencies, think about sharing, not only the data, but what we call metadata, I suppose. Additional set of characteristics that is always shared along with data to make the data usage, I suppose ethical and also friendly for the users and also, I think we have to... That data sharing API, the other element of it, is to allow kind of computation to run where the data exists. So if you think about SQL again, as a simple primitive example of computation, when we select and when we filter and when we join, the computation is happening on that data. So maybe there is a next level of articulating, distributed computational data that simply trains models, right? Your language primitives change in a way to allow sophisticated analytical workloads run on the data more responsibly with policies and access control and force. So I think that output port that I mentioned simply is about next generation data sharing, responsible data sharing APIs. Suitable for decentralized analytical workloads. >> So I'm not trying to bait you here, but I have a follow up as well. So you schema, for all its good creates constraints. No schema on right, that didn't work, cause it was just a free for all and it created the data swamps. But now you have technology companies trying to solve that problem. Take Snowflake for example, you know, enabling, data sharing. But it is within its proprietary environment. Certainly Databricks doing something, you know, trying to come at it from its angle, bringing some of the best to data warehouse, with the data science. Is your contention that those remain sort of proprietary and defacto standards? And then what we need is more open standards? Maybe you could comment. >> Sure. I think the two points one is, as you mentioned. Open standards that allow... Actually make the underlying platform invisible. I mean my litmus test for a technology provider to say, "I'm a data mesh," (laughs) kind of compliant is, "Is your platform invisible?" As in, can I replace it with another and yet get the similar data sharing experience that I need? So part of it is that. Part of it is open standards, they're not really proprietary. The other angle for kind of sharing data across different platforms so that you know, we don't get stuck with one technology or another is around APIs. It is around code that is protecting that internal schema. So where we are on the curve of evolution of technology, right now we are exposing the internal structure of the data. That is designed to optimize certain modes of access. We're exposing that to the end client and application APIs, right? So the APIs that use the data today are very much aware that this database was optimized for machine learning workloads. Hence you will deal with a columnar storage of the file versus this other API is optimized for a very different, report type access, relational access and is optimized around roles. I think that should become irrelevant in the API sharing of the future. Because as a user, I shouldn't care how this data is internally optimized, right? The language primitive that I'm using should be really agnostic to the machine optimization underneath that. And if we did that, perhaps this war between warehouse or lake or the other will become actually irrelevant. So we're optimizing for that human best human experience, as opposed to the best machine experience. We still have to do that but we have to make that invisible. Make that an implementation concern. So that's another angle of what should... If we daydream together, the best experience and resilient experience in terms of data usage than these APIs with diagnostics to the internal storage structure. >> Great, thank you for that. We've wrapped our ankles now on the controversy, so we might as well wade all the way in, I can't let you go without addressing some of this. Which you've catalyzed, which I, by the way, I see as a sign of progress. So this gentleman, Paul Andrew is an architect and he gave a presentation I think last night. And he teased it as quote, "The theory from Zhamak Dehghani versus the practical experience of a technical architect, AKA me," meaning him. And Zhamak, you were quick to shoot back that data mesh is not theory, it's based on practice. And some practices are experimental. Some are more baked and data mesh really avoids by design, the specificity of vendor or technology. Perhaps you intend to frame your post as a technology or vendor specific, specific implementation. So touche, that was excellent. (Zhamak laughs) Now you don't need me to defend you, but I will anyway. You spent 14 plus years as a software engineer and the better part of a decade consulting with some of the most technically advanced companies in the world. But I'm going to push you a little bit here and say, some of this tension is of your own making because you purposefully don't talk about technologies and vendors. Sometimes doing so it's instructive for us neophytes. So, why don't you ever like use specific examples of technology for frames of reference? >> Yes. My role is pushes to the next level. So, you know everybody picks their fights, pick their battles. My role in this battle is to push us to think beyond what's available today. Of course, that's my public persona. On a day to day basis, actually I work with clients and existing technology and I think at Thoughtworks we have given the talk we gave a case study talk with a colleague of mine and I intentionally got him to talk about (indistinct) I want to talk about the technology that we use to implement data mesh. And the reason I haven't really embraced, in my conversations, the specific technology. One is, I feel the technology solutions we're using today are still not ready for the vision. I mean, we have to be in this transitional step, no matter what we have to be pragmatic, of course, and practical, I suppose. And use the existing vendors that exist and I wholeheartedly embrace that, but that's just not my role, to show that. I've gone through this transformation once before in my life. When microservices happened, we were building microservices like architectures with technology that wasn't ready for it. Big application, web application servers that were designed to run these giant monolithic applications. And now we're trying to run little microservices onto them. And the tail was riding the dock, the environmental complexity of running these services was consuming so much of our effort that we couldn't really pay attention to that business logic, the business value. And that's where we are today. The complexity of integrating existing technologies is really overwhelmingly, capturing a lot of our attention and cost and effort, money and effort as opposed to really focusing on the data product themselves. So it's just that's the role I have, but it doesn't mean that, you know, we have to rebuild the world. We've got to do with what we have in this transitional phase until the new generation, I guess, technologies come around and reshape our landscape of tools. >> Well, impressive public discipline. Your point about microservice is interesting because a lot of those early microservices, weren't so micro and for the naysayers look past this, not prologue, but Thoughtworks was really early on in the whole concept of microservices. So be very excited to see how this plays out. But now there was some other good comments. There was one from a gentleman who said the most interesting aspects of data mesh are organizational. And that's how my colleague Sanji Mohan frames data mesh versus data fabric. You know, I'm not sure, I think we've sort of scratched the surface today that data today, data mesh is more. And I still think data fabric is what NetApp defined as software defined storage infrastructure that can serve on-prem and public cloud workloads back whatever, 2016. But the point you make in the thread that we're showing you here is that you're warning, and you referenced this earlier, that the segregating different modes of access will lead to fragmentation. And we don't want to repeat the mistakes of the past. >> Yes, there are comments around. Again going back to that original conversation that we have got this at a macro level. We've got this tendency to decompose complexity based on technical solutions. And, you know, the conversation could be, "Oh, I do batch or you do a stream and we are different."' They create these bifurcations in our decisions based on the technology where I do events and you do tables, right? So that sort of segregation of modes of access causes accidental complexity that we keep dealing with. Because every time in this tree, you create a new branch, you create new kind of new set of tools and then somehow need to be point to point integrated. You create new specialization around that. So the least number of branches that we have, and think about really about the continuum of experiences that we need to create and technologies that simplify, that continuum experience. So one of the things, for example, give you a past experience. I was really excited around the papers and the work that came around on Apache Beam, and generally flow based programming and stream processing. Because basically they were saying whether you are doing batch or whether you're doing streaming, it's all one stream. And sometimes the window of time, narrows and sometimes the window of time over which you're computing, widens and at the end of today, is you are just getting... Doing the stream processing. So it is those sort of notions that simplify and create continuum of experience. I think resonate with me personally, more than creating these tribal fights of this type versus that mode of access. So that's why data mesh naturally selects kind of this multimodal access to support end users, right? The persona of end users. >> Okay. So the last topic I want to hit, this whole discussion, the topic of data mesh it's highly nuanced, it's new, and people are going to shoehorn data mesh into their respective views of the world. And we talked about lake houses and there's three buckets. And of course, the gentleman from LinkedIn with Azure, Microsoft has a data mesh community. See you're going to have to enlist some serious army of enforcers to adjudicate. And I wrote some of the stuff down. I mean, it's interesting. Monte Carlo has a data mesh calculator. Starburst is leaning in, chaos. Search sees themselves as an enabler. Oracle and Snowflake both use the term data mesh. And then of course you've got big practitioners J-P-M-C, we've talked to Intuit, Orlando, HelloFresh has been on, Netflix has this event based sort of streaming implementation. So my question is, how realistic is it that the clarity of your vision can be implemented and not polluted by really rich technology companies and others? (Zhamak laughs) >> Is it even possible, right? Is it even possible? That's a yes. That's why I practice then. This is why I should practice things. Cause I think, it's going to be hard. What I'm hopeful, is that the socio-technical, Leveling Data mentioned that this is a socio-technical concern or solution, not just a technology solution. Hopefully always brings us back to, you know, the reality that vendors try to sell you safe oil that solves all of your problems. (chuckles) All of your data mesh problems. It's just going to cause more problem down the track. So we'll see, time will tell Dave and I count on you as one of those members of, (laughs) you know, folks that will continue to share their platform. To go back to the roots, as why in the first place? I mean, I dedicated a whole part of the book to 'Why?' Because we get, as you said, we get carried away with vendors and technology solution try to ride a wave. And in that story, we forget the reason for which we even making this change and we are going to spend all of this resources. So hopefully we can always come back to that. >> Yeah. And I think we can. I think you have really given this some deep thought and as we pointed out, this was based on practical knowledge and experience. And look, we've been trying to solve this data problem for a long, long time. You've not only articulated it well, but you've come up with solutions. So Zhamak, thank you so much. We're going to leave it there and I'd love to have you back. >> Thank you for the conversation. I really enjoyed it. And thank you for sharing your platform to talk about data mesh. >> Yeah, you bet. All right. And I want to thank my colleague, Stephanie Chan, who helps research topics for us. Alex Myerson is on production and Kristen Martin, Cheryl Knight and Rob Hoff on editorial. Remember all these episodes are available as podcasts, wherever you listen. And all you got to do is search Breaking Analysis Podcast. Check out ETR's website at etr.ai for all the data. And we publish a full report every week on wikibon.com, siliconangle.com. You can reach me by email david.vellante@siliconangle.com or DM me @dvellante. Hit us up on our LinkedIn post. This is Dave Vellante for theCUBE Insights powered by ETR. Have a great week, stay safe, be well. And we'll see you next time. (bright music)

Published Date : Apr 20 2022

SUMMARY :

bringing you data driven insights Organizations that have taken the plunge and have a conversation. and much of the past two years, and as we see, and some of the data and make the data available But the data warehouse crowd will say, in the middle to move the data around. and talk about how you serve and the data itself together and the implications. and the logic of running the business and are served by the technology. to build resilient you I think in all cases, you know, And that leads to a that the data teams lack and naturally the data and some of the standards that are needed. and formatting of the data and it created the data swamps. We're exposing that to the end client and the better part of a decade So it's just that's the role I have, and for the naysayers look and at the end of today, And of course, the gentleman part of the book to 'Why?' and I'd love to have you back. And thank you for sharing your platform etr.ai for all the data.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Kristen MartinPERSON

0.99+

Rob HoffPERSON

0.99+

Cheryl KnightPERSON

0.99+

Stephanie ChanPERSON

0.99+

Alex MyersonPERSON

0.99+

DavePERSON

0.99+

ZhamakPERSON

0.99+

oneQUANTITY

0.99+

Dave VellantePERSON

0.99+

AWSORGANIZATION

0.99+

10 lakesQUANTITY

0.99+

Sanji MohanPERSON

0.99+

MicrosoftORGANIZATION

0.99+

Paul AndrewPERSON

0.99+

twoQUANTITY

0.99+

NetflixORGANIZATION

0.99+

Zhamak DehghaniPERSON

0.99+

Data Mesh: Delivering Data-Driven Value at ScaleTITLE

0.99+

BostonLOCATION

0.99+

OracleORGANIZATION

0.99+

14 plus yearsQUANTITY

0.99+

Palo AltoLOCATION

0.99+

two pointsQUANTITY

0.99+

siliconangle.comOTHER

0.99+

second layerQUANTITY

0.99+

2016DATE

0.99+

LinkedInORGANIZATION

0.99+

todayDATE

0.99+

SnowflakeORGANIZATION

0.99+

hundreds of lakesQUANTITY

0.99+

theCUBEORGANIZATION

0.99+

david.vellante@siliconangle.comOTHER

0.99+

theCUBE StudiosORGANIZATION

0.98+

SQLTITLE

0.98+

one unitQUANTITY

0.98+

firstQUANTITY

0.98+

100 levelQUANTITY

0.98+

third pointQUANTITY

0.98+

DatabricksORGANIZATION

0.98+

EuropeLOCATION

0.98+

three bucketsQUANTITY

0.98+

ETRORGANIZATION

0.98+

DevStackTITLE

0.97+

OneQUANTITY

0.97+

wikibon.comOTHER

0.97+

bothQUANTITY

0.97+

ThoughtworksORGANIZATION

0.96+

one setQUANTITY

0.96+

one streamQUANTITY

0.96+

IntuitORGANIZATION

0.95+

one wayQUANTITY

0.93+

two worldsQUANTITY

0.93+

HelloFreshORGANIZATION

0.93+

this weekDATE

0.93+

last nightDATE

0.91+

fourth oneQUANTITY

0.91+

SnowflakeTITLE

0.91+

two different modelsQUANTITY

0.91+

ML AnalyticsTITLE

0.91+

Breaking AnalysisTITLE

0.87+

two worldsQUANTITY

0.84+

Analyst Power Panel: Future of Database Platforms


 

(upbeat music) >> Once a staid and boring business dominated by IBM, Oracle, and at the time newcomer Microsoft, along with a handful of wannabes, the database business has exploded in the past decade and has become a staple of financial excellence, customer experience, analytic advantage, competitive strategy, growth initiatives, visualizations, not to mention compliance, security, privacy and dozens of other important use cases and initiatives. And on the vendor's side of the house, we've seen the rapid ascendancy of cloud databases. Most notably from Snowflake, whose massive raises leading up to its IPO in late 2020 sparked a spate of interest and VC investment in the separation of compute and storage and all that elastic resource stuff in the cloud. The company joined AWS, Azure and Google to popularize cloud databases, which have become a linchpin of competitive strategies for technology suppliers. And if I get you to put your data in my database and in my cloud, and I keep innovating, I'm going to build a moat and achieve a hugely attractive lifetime customer value in a really amazing marginal economics dynamic that is going to fund my future. And I'll be able to sell other adjacent services, not just compute and storage, but machine learning and inference and training and all kinds of stuff, dozens of lucrative cloud offerings. Meanwhile, the database leader, Oracle has invested massive amounts of money to maintain its lead. It's building on its position as the king of mission critical workloads and making typical Oracle like claims against the competition. Most were recently just yesterday with another announcement around MySQL HeatWave. An extension of MySQL that is compatible with on-premises MySQLs and is setting new standards in price performance. We're seeing a dramatic divergence in strategies across the database spectrum. On the far left, we see Amazon with more than a dozen database offerings each with its own API and primitives. AWS is taking a right tool for the right job approach, often building on open source platforms and creating services that it offers to customers to solve very specific problems for developers. And on the other side of the line, we see Oracle, which is taking the Swiss Army Knife approach, converging database functionality, enabling analytic and transactional workloads to run in the same data store, eliminating the need to ETL, at the same time adding capabilities into its platform like automation and machine learning. Welcome to this database Power Panel. My name is Dave Vellante, and I'm so excited to bring together some of the most respected industry analyst in the community. Today we're going to assess what's happening in the market. We're going to dig into the competitive landscape and explore the future of database and database platforms and decode what it means to customers. Let me take a moment to welcome our guest analyst today. Matt Kimball is a vice president and principal analysts at Moor Insights and Strategy, Matt. He knows products, he knows industry, he's got real world IT expertise, and he's got all the angles 25 plus years of experience in all kinds of great background. Matt, welcome. Thanks very much for coming on theCUBE. Holgar Mueller, friend of theCUBE, vice president and principal analyst at Constellation Research in depth knowledge on applications, application development, knows developers. He's worked at SAP and Oracle. And then Bob Evans is Chief Content Officer and co-founder of the Acceleration Economy, founder and principle of Cloud Wars. Covers all kinds of industry topics and great insights. He's got awesome videos, these three minute hits. If you haven't seen 'em, checking them out, knows cloud companies, his Cloud Wars minutes are fantastic. And then of course, Marc Staimer is the founder of Dragon Slayer Research. A frequent contributor and guest analyst at Wikibon. He's got a wide ranging knowledge across IT products, knows technology really well, can go deep. And then of course, Ron Westfall, Senior Analyst and Director Research Director at Futurum Research, great all around product trends knowledge. Can take, you know, technical dives and really understands competitive angles, knows Redshift, Snowflake, and many others. Gents, thanks so much for taking the time to join us in theCube today. It's great to have you on, good to see you. >> Good to be here, thanks for having us. >> Thanks, Dave. >> All right, let's start with an around the horn and briefly, if each of you would describe, you know, anything I missed in your areas of expertise and then you answer the following question, how would you describe the state of the database, state of platform market today? Matt Kimball, please start. >> Oh, I hate going first, but that it's okay. How would I describe the world today? I would just in one sentence, I would say, I'm glad I'm not in IT anymore, right? So, you know, it is a complex and dangerous world out there. And I don't envy IT folks I'd have to support, you know, these modernization and transformation efforts that are going on within the enterprise. It used to be, you mentioned it, Dave, you would argue about IBM versus Oracle versus this newcomer in the database space called Microsoft. And don't forget Sybase back in the day, but you know, now it's not just, which SQL vendor am I going to go with? It's all of these different, divergent data types that have to be taken, they have to be merged together, synthesized. And somehow I have to do that cleanly and use this to drive strategic decisions for my business. That is not easy. So, you know, you have to look at it from the perspective of the business user. It's great for them because as a DevOps person, or as an analyst, I have so much flexibility and I have this thing called the cloud now where I can go get services immediately. As an IT person or a DBA, I am calling up prevention hotlines 24 hours a day, because I don't know how I'm going to be able to support the business. And as an Oracle or as an Oracle or a Microsoft or some of the cloud providers and cloud databases out there, I'm licking my chops because, you know, my market is expanding and expanding every day. >> Great, thank you for that, Matt. Holgar, how do you see the world these days? You always have a good perspective on things, share with us. >> Well, I think it's the best time to be in IT, I'm not sure what Matt is talking about. (laughing) It's easier than ever, right? The direction is going to cloud. Kubernetes has won, Google has the best AI for now, right? So things are easier than ever before. You made commitments for five plus years on hardware, networking and so on premise, and I got gray hair about worrying it was the wrong decision. No, just kidding. But you kind of both sides, just to be controversial, make it interesting, right. So yeah, no, I think the interesting thing specifically with databases, right? We have this big suite versus best of breed, right? Obviously innovation, like you mentioned with Snowflake and others happening in the cloud, the cloud vendors server, where to save of their databases. And then we have one of the few survivors of the old guard as Evans likes to call them is Oracle who's doing well, both their traditional database. And now, which is really interesting, remarkable from that because Oracle it was always the power of one, have one database, add more to it, make it what I call the universal database. And now this new HeatWave offering is coming and MySQL open source side. So they're getting the second (indistinct) right? So it's interesting that older players, traditional players who still are in the market are diversifying their offerings. Something we don't see so much from the traditional tools from Oracle on the Microsoft side or the IBM side these days. >> Great, thank you Holgar. Bob Evans, you've covered this business for a while. You've worked at, you know, a number of different outlets and companies and you cover the competition, how do you see things? >> Dave, you know, the other angle to look at this from is from the customer side, right? You got now CEOs who are any sort of business across all sorts of industries, and they understand that their future success is going to be dependent on their ability to become a digital company, to understand data, to use it the right way. So as you outline Dave, I think in your intro there, it is a fantastic time to be in the database business. And I think we've got a lot of new buyers and influencers coming in. They don't know all this history about IBM and Microsoft and Oracle and you know, whoever else. So I think they're going to take a long, hard look, Dave, at some of these results and who is able to help these companies not serve up the best technology, but who's going to be able to help their business move into the digital future. So it's a fascinating time now from every perspective. >> Great points, Bob. I mean, digital transformation has gone from buzzword to imperative. Mr. Staimer, how do you see things? >> I see things a little bit differently than my peers here in that I see the database market being segmented. There's all the different kinds of databases that people are looking at for different kinds of data, and then there is databases in the cloud. And so database as cloud service, I view very differently than databases because the traditional way of implementing a database is changing and it's changing rapidly. So one of the premises that you stated earlier on was that you viewed Oracle as a database company. I don't view Oracle as a database company anymore. I view Oracle as a cloud company that happens to have a significant expertise and specialty in databases, and they still sell database software in the traditional way, but ultimately they're a cloud company. So database cloud services from my point of view is a very distinct market from databases. >> Okay, well, you gave us some good meat on the bone to talk about that. Last but not least-- >> Dave did Marc, just say Oracle's a cloud company? >> Yeah. (laughing) Take away the database, it would be interesting to have that discussion, but let's let Ron jump in here. Ron, give us your take. >> That's a great segue. I think it's truly the era of the cloud database, that's something that's rising. And the key trends that come with it include for example, elastic scaling. That is the ability to scale on demand, to right size workloads according to customer requirements. And also I think it's going to increase the prioritization for high availability. That is the player who can provide the highest availability is going to have, I think, a great deal of success in this emerging market. And also I anticipate that there will be more consolidation across platforms in order to enable cost savings for customers, and that's something that's always going to be important. And I think we'll see more of that over the horizon. And then finally security, security will be more important than ever. We've seen a spike (indistinct), we certainly have seen geopolitical originated cybersecurity concerns. And as a result, I see database security becoming all the more important. >> Great, thank you. Okay, let me share some data with you guys. I'm going to throw this at you and see what you think. We have this awesome data partner called Enterprise Technology Research, ETR. They do these quarterly surveys and each period with dozens of industry segments, they track clients spending, customer spending. And this is the database, data warehouse sector okay so it's taxonomy, so it's not perfect, but it's a big kind of chunk. They essentially ask customers within a category and buy a specific vendor, you're spending more or less on the platform? And then they subtract the lesses from the mores and they derive a metric called net score. It's like NPS, it's a measure of spending velocity. It's more complicated and granular than that, but that's the basis and that's the vertical axis. The horizontal axis is what they call market share, it's not like IDC market share, it's just pervasiveness in the data set. And so there are a couple of things that stand out here and that we can use as reference point. The first is the momentum of Snowflake. They've been off the charts for many, many, for over two years now, anything above that dotted red line, that 40%, is considered by ETR to be highly elevated and Snowflake's even way above that. And I think it's probably not sustainable. We're going to see in the next April survey, next month from those guys, when it comes out. And then you see AWS and Microsoft, they're really pervasive on the horizontal axis and highly elevated, Google falls behind them. And then you got a number of well funded players. You got Cockroach Labs, Mongo, Redis, MariaDB, which of course is a fork on MySQL started almost as protest at Oracle when they acquired Sun and they got MySQL and you can see the number of others. Now Oracle who's the leading database player, despite what Marc Staimer says, we know, (laughs) and they're a cloud player (laughing) who happens to be a leading database player. They dominate in the mission critical space, we know that they're the king of that sector, but you can see here that they're kind of legacy, right? They've been around a long time, they get a big install base. So they don't have the spending momentum on the vertical axis. Now remember this is, just really this doesn't capture spending levels, so that understates Oracle but nonetheless. So it's not a complete picture like SAP for instance is not in here, no Hana. I think people are actually buying it, but it doesn't show up here, (laughs) but it does give an indication of momentum and presence. So Bob Evans, I'm going to start with you. You've commented on many of these companies, you know, what does this data tell you? >> Yeah, you know, Dave, I think all these compilations of things like that are interesting, and that folks at ETR do some good work, but I think as you said, it's a snapshot sort of a two-dimensional thing of a rapidly changing, three dimensional world. You know, the incidents at which some of these companies are mentioned versus the volume that happens. I think it's, you know, with Oracle and I'm not going to declare my religious affiliation, either as cloud company or database company, you know, they're all of those things and more, and I think some of our old language of how we classify companies is just not relevant anymore. But I want to ask too something in here, the autonomous database from Oracle, nobody else has done that. So either Oracle is crazy, they've tried out a technology that nobody other than them is interested in, or they're onto something that nobody else can match. So to me, Dave, within Oracle, trying to identify how they're doing there, I would watch autonomous database growth too, because right, it's either going to be a big plan and it breaks through, or it's going to be caught behind. And the Snowflake phenomenon as you mentioned, that is a rare, rare bird who comes up and can grow 100% at a billion dollar revenue level like that. So now they've had a chance to come in, scare the crap out of everybody, rock the market with something totally new, the data cloud. Will the bigger companies be able to catch up and offer a compelling alternative, or is Snowflake going to continue to be this outlier. It's a fascinating time. >> Really, interesting points there. Holgar, I want to ask you, I mean, I've talked to certainly I'm sure you guys have too, the founders of Snowflake that came out of Oracle and they actually, they don't apologize. They say, "Hey, we not going to do all that complicated stuff that Oracle does, we were trying to keep it real simple." But at the same time, you know, they don't do sophisticated workload management. They don't do complex joints. They're kind of relying on the ecosystems. So when you look at the data like this and the various momentums, and we talked about the diverging strategies, what does this say to you? >> Well, it is a great point. And I think Snowflake is an example how the cloud can turbo charge a well understood concept in this case, the data warehouse, right? You move that and you find steroids and you see like for some players who've been big in data warehouse, like Sentara Data, as an example, here in San Diego, what could have been for them right in that part. The interesting thing, the problem though is the cloud hides a lot of complexity too, which you can scale really well as you attract lots of customers to go there. And you don't have to build things like what Bob said, right? One of the fascinating things, right, nobody's answering Oracle on the autonomous database. I don't think is that they cannot, they just have different priorities or the database is not such a priority. I would dare to say that it's for IBM and Microsoft right now at the moment. And the cloud vendors, you just hide that right through scripts and through scale because you support thousands of customers and you can deal with a little more complexity, right? It's not against them. Whereas if you have to run it yourself, very different story, right? You want to have the autonomous parts, you want to have the powerful tools to do things. >> Thank you. And so Matt, I want to go to you, you've set up front, you know, it's just complicated if you're in IT, it's a complicated situation and you've been on the customer side. And if you're a buyer, it's obviously, it's like Holgar said, "Cloud's supposed to make this stuff easier, but the simpler it gets the more complicated gets." So where do you place your bets? Or I guess more importantly, how do you decide where to place your bets? >> Yeah, it's a good question. And to what Bob and Holgar said, you know, the around autonomous database, I think, you know, part of, as I, you know, play kind of armchair psychologist, if you will, corporate psychologists, I look at what Oracle is doing and, you know, databases where they've made their mark and it's kind of, that's their strong position, right? So it makes sense if you're making an entry into this cloud and you really want to kind of build momentum, you go with what you're good at, right? So that's kind of the strength of Oracle. Let's put a lot of focus on that. They do a lot more than database, don't get me wrong, but you know, I'm going to short my strength and then kind of pivot from there. With regards to, you know, what IT looks at and what I would look at you know as an IT director or somebody who is, you know, trying to consume services from these different cloud providers. First and foremost, I go with what I know, right? Let's not forget IT is a conservative group. And when we look at, you know, all the different permutations of database types out there, SQL, NoSQL, all the different types of NoSQL, those are largely being deployed by business users that are looking for agility or businesses that are looking for agility. You know, the reason why MongoDB is so popular is because of DevOps, right? It's a great platform to develop on and that's where it kind of gained its traction. But as an IT person, I want to go with what I know, where my muscle memory is, and that's my first position. And so as I evaluate different cloud service providers and cloud databases, I look for, you know, what I know and what I've invested in and where my muscle memory is. Is there enough there and do I have enough belief that that company or that service is going to be able to take me to, you know, where I see my organization in five years from a data management perspective, from a business perspective, are they going to be there? And if they are, then I'm a little bit more willing to make that investment, but it is, you know, if I'm kind of going in this blind or if I'm cloud native, you know, that's where the Snowflakes of the world become very attractive to me. >> Thank you. So Marc, I asked Andy Jackson in theCube one time, you have all these, you know, data stores and different APIs and primitives and you know, very granular, what's the strategy there? And he said, "Hey, that allows us as the market changes, it allows us to be more flexible. If we start building abstractions layers, it's harder for us." I think also it was not a good time to market advantage, but let me ask you, I described earlier on that spectrum from AWS to Oracle. We just saw yesterday, Oracle announced, I think the third major enhancement in like 15 months to MySQL HeatWave, what do you make of that announcement? How do you think it impacts the competitive landscape, particularly as it relates to, you know, converging transaction and analytics, eliminating ELT, I know you have some thoughts on this. >> So let me back up for a second and defend my cloud statement about Oracle for a moment. (laughing) AWS did a great job in developing the cloud market in general and everything in the cloud market. I mean, I give them lots of kudos on that. And a lot of what they did is they took open source software and they rent it to people who use their cloud. So I give 'em lots of credit, they dominate the market. Oracle was late to the cloud market. In fact, they actually poo-pooed it initially, if you look at some of Larry Ellison's statements, they said, "Oh, it's never going to take off." And then they did 180 turn, and they said, "Oh, we're going to embrace the cloud." And they really have, but when you're late to a market, you've got to be compelling. And this ties into the announcement yesterday, but let's deal with this compelling. To be compelling from a user point of view, you got to be twice as fast, offer twice as much functionality, at half the cost. That's generally what compelling is that you're going to capture market share from the leaders who established the market. It's very difficult to capture market share in a new market for yourself. And you're right. I mean, Bob was correct on this and Holgar and Matt in which you look at Oracle, and they did a great job of leveraging their database to move into this market, give 'em lots of kudos for that too. But yesterday they announced, as you said, the third innovation release and the pace is just amazing of what they're doing on these releases on HeatWave that ties together initially MySQL with an integrated builtin analytics engine, so a data warehouse built in. And then they added automation with autopilot, and now they've added machine learning to it, and it's all in the same service. It's not something you can buy and put on your premise unless you buy their cloud customers stuff. But generally it's a cloud offering, so it's compellingly better as far as the integration. You don't buy multiple services, you buy one and it's lower cost than any of the other services, but more importantly, it's faster, which again, give 'em credit for, they have more integration of a product. They can tie things together in a way that nobody else does. There's no additional services, ETL services like Glue and AWS. So from that perspective, they're getting better performance, fewer services, lower cost. Hmm, they're aiming at the compelling side again. So from a customer point of view it's compelling. Matt, you wanted to say something there. >> Yeah, I want to kind of, on what you just said there Marc, and this is something I've found really interesting, you know. The traditional way that you look at software and, you know, purchasing software and IT is, you look at either best of breed solutions and you have to work on the backend to integrate them all and make them all work well. And generally, you know, the big hit against the, you know, we have one integrated offering is that, you lose capability or you lose depth of features, right. And to what you were saying, you know, that's the thing I found interesting about what Oracle is doing is they're building in depth as they kind of, you know, build that service. It's not like you're losing a lot of capabilities, because you're going to one integrated service versus having to use A versus B versus C, and I love that idea. >> You're right. Yeah, not only you're not losing, but you're gaining functionality that you can't get by integrating a lot of these. I mean, I can take Snowflake and integrate it in with machine learning, but I also have to integrate in with a transactional database. So I've got to have connectors between all of this, which means I'm adding time. And what it comes down to at the end of the day is expertise, effort, time, and cost. And so what I see the difference from the Oracle announcements is they're aiming at reducing all of that by increasing performance as well. Correct me if I'm wrong on that but that's what I saw at the announcement yesterday. >> You know, Marc, one thing though Marc, it's funny you say that because I started out saying, you know, I'm glad I'm not 19 anymore. And the reason is because of exactly what you said, it's almost like there's a pseudo level of witchcraft that's required to support the modern data environment right in the enterprise. And I need simpler faster, better. That's what I need, you know, I am no longer wearing pocket protectors. I have turned from, you know, break, fix kind of person, to you know, business consultant. And I need that point and click simplicity, but I can't sacrifice, you know, a depth of features of functionality on the backend as I play that consultancy role. >> So, Ron, I want to bring in Ron, you know, it's funny. So Matt, you mentioned Mongo, I often and say, if Oracle mentions you, you're on the map. We saw them yesterday Ron, (laughing) they hammered RedShifts auto ML, they took swipes at Snowflake, a little bit of BigQuery. What were your thoughts on that? Do you agree with what these guys are saying in terms of HeatWaves capabilities? >> Yes, Dave, I think that's an excellent question. And fundamentally I do agree. And the question is why, and I think it's important to know that all of the Oracle data is backed by the fact that they're using benchmarks. For example, all of the ML and all of the TPC benchmarks, including all the scripts, all the configs and all the detail are posted on GitHub. So anybody can look at these results and they're fully transparent and replicate themselves. If you don't agree with this data, then by all means challenge it. And we have not really seen that in all of the new updates in HeatWave over the last 15 months. And as a result, when it comes to these, you know, fundamentals in looking at the competitive landscape, which I think gives validity to outcomes such as Oracle being able to deliver 4.8 times better price performance than Redshift. As well as for example, 14.4 better price performance than Snowflake, and also 12.9 better price performance than BigQuery. And so that is, you know, looking at the quantitative side of things. But again, I think, you know, to Marc's point and to Matt's point, there are also qualitative aspects that clearly differentiate the Oracle proposition, from my perspective. For example now the MySQL HeatWave ML capabilities are native, they're built in, and they also support things such as completion criteria. And as a result, that enables them to show that hey, when you're using Redshift ML for example, you're having to also use their SageMaker tool and it's running on a meter. And so, you know, nobody really wants to be running on a meter when, you know, executing these incredibly complex tasks. And likewise, when it comes to Snowflake, they have to use a third party capability. They don't have the built in, it's not native. So the user, to the point that he's having to spend more time and it increases complexity to use auto ML capabilities across the Snowflake platform. And also, I think it also applies to other important features such as data sampling, for example, with the HeatWave ML, it's intelligent sampling that's being implemented. Whereas in contrast, we're seeing Redshift using random sampling. And again, Snowflake, you're having to use a third party library in order to achieve the same capabilities. So I think the differentiation is crystal clear. I think it definitely is refreshing. It's showing that this is where true value can be assigned. And if you don't agree with it, by all means challenge the data. >> Yeah, I want to come to the benchmarks in a minute. By the way, you know, the gentleman who's the Oracle's architect, he did a great job on the call yesterday explaining what you have to do. I thought that was quite impressive. But Bob, I know you follow the financials pretty closely and on the earnings call earlier this month, Ellison said that, "We're going to see HeatWave on AWS." And the skeptic in me said, oh, they must not be getting people to come to OCI. And then they, you remember this chart they showed yesterday that showed the growth of HeatWave on OCI. But of course there was no data on there, it was just sort of, you know, lines up and to the right. So what do you guys think of that? (Marc laughs) Does it signal Bob, desperation by Oracle that they can't get traction on OCI, or is it just really a smart tame expansion move? What do you think? >> Yeah, Dave, that's a great question. You know, along the way there, and you know, just inside of that was something that said Ellison said on earnings call that spoke to a different sort of philosophy or mindset, almost Marc, where he said, "We're going to make this multicloud," right? With a lot of their other cloud stuff, if you wanted to use any of Oracle's cloud software, you had to use Oracle's infrastructure, OCI, there was no other way out of it. But this one, but I thought it was a classic Ellison line. He said, "Well, we're making this available on AWS. We're making this available, you know, on Snowflake because we're going after those users. And once they see what can be done here." So he's looking at it, I guess you could say, it's a concession to customers because they want multi-cloud. The other way to look at it, it's a hunting expedition and it's one of those uniquely I think Oracle ways. He said up front, right, he doesn't say, "Well, there's a big market, there's a lot for everybody, we just want on our slice." Said, "No, we are going after Amazon, we're going after Redshift, we're going after Aurora. We're going after these users of Snowflake and so on." And I think it's really fairly refreshing these days to hear somebody say that, because now if I'm a buyer, I can look at that and say, you know, to Marc's point, "Do they measure up, do they crack that threshold ceiling? Or is this just going to be more pain than a few dollars savings is worth?" But you look at those numbers that Ron pointed out and that we all saw in that chart. I've never seen Dave, anything like that. In a substantive market, a new player coming in here, and being able to establish differences that are four, seven, eight, 10, 12 times better than competition. And as new buyers look at that, they're going to say, "What the hell are we doing paying, you know, five times more to get a poor result? What's going on here?" So I think this is going to rattle people and force a harder, closer look at what these alternatives are. >> I wonder if the guy, thank you. Let's just skip ahead of the benchmarks guys, bring up the next slide, let's skip ahead a little bit here, which talks to the benchmarks and the benchmarking if we can. You know, David Floyer, the sort of semiretired, you know, Wikibon analyst said, "Dave, this is going to force Amazon and others, Snowflake," he said, "To rethink actually how they architect databases." And this is kind of a compilation of some of the data that they shared. They went after Redshift mostly, (laughs) but also, you know, as I say, Snowflake, BigQuery. And, like I said, you can always tell which companies are doing well, 'cause Oracle will come after you, but they're on the radar here. (laughing) Holgar should we take this stuff seriously? I mean, or is it, you know, a grain salt? What are your thoughts here? >> I think you have to take it seriously. I mean, that's a great question, great point on that. Because like Ron said, "If there's a flaw in a benchmark, we know this database traditionally, right?" If anybody came up that, everybody will be, "Oh, you put the wrong benchmark, it wasn't audited right, let us do it again," and so on. We don't see this happening, right? So kudos to Oracle to be aggressive, differentiated, and seem to having impeccable benchmarks. But what we really see, I think in my view is that the classic and we can talk about this in 100 years, right? Is the suite versus best of breed, right? And the key question of the suite, because the suite's always slower, right? No matter at which level of the stack, you have the suite, then the best of breed that will come up with something new, use a cloud, put the data warehouse on steroids and so on. The important thing is that you have to assess as a buyer what is the speed of my suite vendor. And that's what you guys mentioned before as well, right? Marc said that and so on, "Like, this is a third release in one year of the HeatWave team, right?" So everybody in the database open source Marc, and there's so many MySQL spinoffs to certain point is put on shine on the speed of (indistinct) team, putting out fundamental changes. And the beauty of that is right, is so inherent to the Oracle value proposition. Larry's vision of building the IBM of the 21st century, right from the Silicon, from the chip all the way across the seven stacks to the click of the user. And that what makes the database what Rob was saying, "Tied to the OCI infrastructure," because designed for that, it runs uniquely better for that, that's why we see the cross connect to Microsoft. HeatWave so it's different, right? Because HeatWave runs on cheap hardware, right? Which is the breadth and butter 886 scale of any cloud provider, right? So Oracle probably needs it to scale OCI in a different category, not the expensive side, but also allow us to do what we said before, the multicloud capability, which ultimately CIOs really want, because data gravity is real, you want to operate where that is. If you have a fast, innovative offering, which gives you more functionality and the R and D speed is really impressive for the space, puts away bad results, then it's a good bet to look at. >> Yeah, so you're saying, that we versus best of breed. I just want to sort of play back then Marc a comment. That suite versus best of breed, there's always been that trade off. If I understand you Holgar you're saying that somehow Oracle has magically cut through that trade off and they're giving you the best of both. >> It's the developing velocity, right? The provision of important features, which matter to buyers of the suite vendor, eclipses the best of breed vendor, then the best of breed vendor is in the hell of a potential job. >> Yeah, go ahead Marc. >> Yeah and I want to add on what Holgar just said there. I mean the worst job in the data center is data movement, moving the data sucks. I don't care who you are, nobody likes it. You never get any kudos for doing it well, and you always get the ah craps, when things go wrong. So it's in- >> In the data center Marc all the time across data centers, across cloud. That's where the bleeding comes. >> It's right, you get beat up all the time. So nobody likes to move data, ever. So what you're looking at with what they announce with HeatWave and what I love about HeatWave is it doesn't matter when you started with it, you get all the additional features they announce it's part of the service, all the time. But they don't have to move any of the data. You want to analyze the data that's in your transactional, MySQL database, it's there. You want to do machine learning models, it's there, there's no data movement. The data movement is the key thing, and they just eliminate that, in so many ways. And the other thing I wanted to talk about is on the benchmarks. As great as those benchmarks are, they're really conservative 'cause they're underestimating the cost of that data movement. The ETLs, the other services, everything's left out. It's just comparing HeatWave, MySQL cloud service with HeatWave versus Redshift, not Redshift and Aurora and Glue, Redshift and Redshift ML and SageMaker, it's just Redshift. >> Yeah, so what you're saying is what Oracle's doing is saying, "Okay, we're going to run MySQL HeatWave benchmarks on analytics against Redshift, and then we're going to run 'em in transaction against Aurora." >> Right. >> But if you really had to look at what you would have to do with the ETL, you'd have to buy two different data stores and all the infrastructure around that, and that goes away so. >> Due to the nature of the competition, they're running narrow best of breed benchmarks. There is no suite level benchmark (Dave laughs) because they created something new. >> Well that's you're the earlier point they're beating best of breed with a suite. So that's, I guess to Floyer's earlier point, "That's going to shake things up." But I want to come back to Bob Evans, 'cause I want to tap your Cloud Wars mojo before we wrap. And line up the horses, you got AWS, you got Microsoft, Google and Oracle. Now they all own their own cloud. Snowflake, Mongo, Couchbase, Redis, Cockroach by the way they're all doing very well. They run in the cloud as do many others. I think you guys all saw the Andreessen, you know, commentary from Sarah Wang and company, to talk about the cost of goods sold impact of cloud. So owning your own cloud has to be an advantage because other guys like Snowflake have to pay cloud vendors and negotiate down versus having the whole enchilada, Safra Catz's dream. Bob, how do you think this is going to impact the market long term? >> Well, Dave, that's a great question about, you know, how this is all going to play out. If I could mention three things, one, Frank Slootman has done a fantastic job with Snowflake. Really good company before he got there, but since he's been there, the growth mindset, the discipline, the rigor and the phenomenon of what Snowflake has done has forced all these bigger companies to really accelerate what they're doing. And again, it's an example of how this intense competition makes all the different cloud vendors better and it provides enormous value to customers. Second thing I wanted to mention here was look at the Adam Selipsky effect at AWS, took over in the middle of May, and in Q2, Q3, Q4, AWS's growth rate accelerated. And in each of those three quotas, they grew faster than Microsoft's cloud, which has not happened in two or three years, so they're closing the gap on Microsoft. The third thing, Dave, in this, you know, incredibly intense competitive nature here, look at Larry Ellison, right? He's got his, you know, the product that for the last two or three years, he said, "It's going to help determine the future of the company, autonomous database." You would think he's the last person in the world who's going to bring in, you know, in some ways another database to think about there, but he has put, you know, his whole effort and energy behind this. The investments Oracle's made, he's riding this horse really hard. So it's not just a technology achievement, but it's also an investment priority for Oracle going forward. And I think it's going to form a lot of how they position themselves to this new breed of buyer with a new type of need and expectations from IT. So I just think the next two or three years are going to be fantastic for people who are lucky enough to get to do the sorts of things that we do. >> You know, it's a great point you made about AWS. Back in 2018 Q3, they were doing about 7.4 billion a quarter and they were growing in the mid forties. They dropped down to like 29% Q4, 2020, I'm looking at the data now. They popped back up last quarter, last reported quarter to 40%, that is 17.8 billion, so they more doubled and they accelerated their growth rate. (laughs) So maybe that pretends, people are concerned about Snowflake right now decelerating growth. You know, maybe that's going to be different. By the way, I think Snowflake has a different strategy, the whole data cloud thing, data sharing. They're not trying to necessarily take Oracle head on, which is going to make this next 10 years, really interesting. All right, we got to go, last question. 30 seconds or less, what can we expect from the future of data platforms? Matt, please start. >> I have to go first again? You're killing me, Dave. (laughing) In the next few years, I think you're going to see the major players continue to meet customers where they are, right. Every organization, every environment is, you know, kind of, we use these words bespoke in Snowflake, pardon the pun, but Snowflakes, right. But you know, they're all opinionated and unique and what's great as an IT person is, you know, there is a service for me regardless of where I am on my journey, in my data management journey. I think you're going to continue to see with regards specifically to Oracle, I think you're going to see the company continue along this path of being all things to all people, if you will, or all organizations without sacrificing, you know, kind of richness of features and sacrificing who they are, right. Look, they are the data kings, right? I mean, they've been a database leader for an awful long time. I don't see that going away any time soon and I love the innovative spirit they've brought in with HeatWave. >> All right, great thank you. Okay, 30 seconds, Holgar go. >> Yeah, I mean, the interesting thing that we see is really that trend to autonomous as Oracle calls or self-driving software, right? So the database will have to do more things than just store the data and support the DVA. It will have to show it can wide insights, the whole upside, it will be able to show to one machine learning. We haven't really talked about that. How in just exciting what kind of use case we can get of machine learning running real time on data as it changes, right? So, which is part of the E5 announcement, right? So we'll see more of that self-driving nature in the database space. And because you said we can promote it, right. Check out my report about HeatWave latest release where I post in oracle.com. >> Great, thank you for that. And Bob Evans, please. You're great at quick hits, hit us. >> Dave, thanks. I really enjoyed getting to hear everybody's opinion here today and I think what's going to happen too. I think there's a new generation of buyers, a new set of CXO influencers in here. And I think what Oracle's done with this, MySQL HeatWave, those benchmarks that Ron talked about so eloquently here that is going to become something that forces other companies, not just try to get incrementally better. I think we're going to see a massive new wave of innovation to try to play catch up. So I really take my hat off to Oracle's achievement from going to, push everybody to be better. >> Excellent. Marc Staimer, what do you say? >> Sure, I'm going to leverage off of something Matt said earlier, "Those companies that are going to develop faster, cheaper, simpler products that are going to solve customer problems, IT problems are the ones that are going to succeed, or the ones who are going to grow. The one who are just focused on the technology are going to fall by the wayside." So those who can solve more problems, do it more elegantly and do it for less money are going to do great. So Oracle's going down that path today, Snowflake's going down that path. They're trying to do more integration with third party, but as a result, aiming at that simpler, faster, cheaper mentality is where you're going to continue to see this market go. >> Amen brother Marc. >> Thank you, Ron Westfall, we'll give you the last word, bring us home. >> Well, thank you. And I'm loving it. I see a wave of innovation across the entire cloud database ecosystem and Oracle is fueling it. We are seeing it, with the native integration of auto ML capabilities, elastic scaling, lower entry price points, et cetera. And this is just going to be great news for buyers, but also developers and increased use of open APIs. And so I think that is really the key takeaways. Just we're going to see a lot of great innovation on the horizon here. >> Guys, fantastic insights, one of the best power panel as I've ever done. Love to have you back. Thanks so much for coming on today. >> Great job, Dave, thank you. >> All right, and thank you for watching. This is Dave Vellante for theCube and we'll see you next time. (soft music)

Published Date : Mar 31 2022

SUMMARY :

and co-founder of the and then you answer And don't forget Sybase back in the day, the world these days? and others happening in the cloud, and you cover the competition, and Oracle and you know, whoever else. Mr. Staimer, how do you see things? in that I see the database some good meat on the bone Take away the database, That is the ability to scale on demand, and they got MySQL and you I think it's, you know, and the various momentums, and Microsoft right now at the moment. So where do you place your bets? And to what Bob and Holgar said, you know, and you know, very granular, and everything in the cloud market. And to what you were saying, you know, functionality that you can't get to you know, business consultant. you know, it's funny. and all of the TPC benchmarks, By the way, you know, and you know, just inside of that was of some of the data that they shared. the stack, you have the suite, and they're giving you the best of both. of the suite vendor, and you always get the ah In the data center Marc all the time And the other thing I wanted to talk about and then we're going to run 'em and all the infrastructure around that, Due to the nature of the competition, I think you guys all saw the Andreessen, And I think it's going to form I'm looking at the data now. and I love the innovative All right, great thank you. and support the DVA. Great, thank you for that. And I think what Oracle's done Marc Staimer, what do you say? or the ones who are going to grow. we'll give you the last And this is just going to Love to have you back. and we'll see you next time.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
David FloyerPERSON

0.99+

Dave VellantePERSON

0.99+

Ron WestfallPERSON

0.99+

DavePERSON

0.99+

Marc StaimerPERSON

0.99+

MicrosoftORGANIZATION

0.99+

IBMORGANIZATION

0.99+

MarcPERSON

0.99+

EllisonPERSON

0.99+

Bob EvansPERSON

0.99+

OracleORGANIZATION

0.99+

MattPERSON

0.99+

Holgar MuellerPERSON

0.99+

AWSORGANIZATION

0.99+

Frank SlootmanPERSON

0.99+

RonPERSON

0.99+

StaimerPERSON

0.99+

Andy JacksonPERSON

0.99+

BobPERSON

0.99+

Matt KimballPERSON

0.99+

GoogleORGANIZATION

0.99+

100%QUANTITY

0.99+

Sarah WangPERSON

0.99+

San DiegoLOCATION

0.99+

AmazonORGANIZATION

0.99+

RobPERSON

0.99+

Manu Parbhakar, AWS & Mike Evans, Red Hat | AWS re:Invent 2021


 

(upbeat music) >> Hey, welcome back everyone to theCube's coverage of AWS re:Invent 2021. I'm John Furrier, host of theCube, wall-to-wall coverage in-person and hybrid. The two great guests here, Manu Parbhakar, worldwide Leader, Linux and IBM Software Partnership at AWS, and Mike Evans, Vice President of Technical Business Development at Red Hat. Gentlemen, thanks for coming on theCube. Love this conversation, bringing Red Hat and AWS together. Two great companies, great technologies. It really is about software in the cloud, Cloud-Scale. Thanks for coming on. >> Thanks John. >> So get us into the partnership. Okay. This is super important. Red Hat, well known open source as cloud needs to become clear, doing an amazing work. Amazon, Cloud-Scale, Data is a big part of it. Modern software. Tell us about the partnership. >> Thanks John. Super excited to share about our partnership. As we have been partnering for almost 14 years together. We started in the very early days of AWS. And now we have tens of thousands of customers that are running RHEL on EC2. If you look at over the last three years, the pace of innovation for our joint partnership has only increased. It has manifested in three key formats. The first one is the pace at which RHEL supports new EC2 instances like Arm, Graviton. You know, think a lot of features like Nitro. The second is just the portfolio of new RHEL offerings that we have launched over the last three years. We started with RHEL for sequel, RHEL high availability, RHEL for SAP, and then only last month, we've launched the support for knowledge base for RHEL customers. Mike, you want to talk about what you're doing with OpenShift and Ansible as well? >> Yeah, it's good to be here. It's fascinating to me cause I've been at Red Hat for 21 years now. And vividly remember the start of working with AWS back in 2008, when the cloud was kind of a wild idea with a whole bunch of doubters. And it's been an interesting time, but I feel the next 14 years are going to be exciting in a different way. We now have a very large customer base from almost every industry in the world built on RHEL, and running on AWS. And our goal now is to continue to add additional elements to our offerings, to build upon that and extend it. The largest addition which we're going to be talking a lot about here at the re:Invent show was the partnership in April this year when we launched the Red Hat OpenShift service on AWS as a managed version of OpenShift for containers based workloads. And we're seeing a lot of the customers that have standardized on RHEL on EC2, or ones that are using OpenShift on-premise deployments, as the early adopters of ROSA, but we're also seeing a huge number of new customers who never purchased anything from Red Hat. So, in addition to the customers, we're getting great feedback from systems integrators and ISV partners who are looking to have a software application run both on-premise and in AWS, and with OpenShift being one of the pioneers in enabling both container and harnessing Kubernetes where ROSA is just a really exciting area for us to track and continue to advance together with AWS. >> It's very interesting. Before I get to ROSA, I want to just get the update on Red Hat and IBM, obviously the acquisition part of IBM, how is that impacting the partnership? You can just quickly touch on that. >> Sure. I'll start off and, I mean, Red Hat went from a company that was about 15,000 employees competing with a lot of really large technology companies and we added more than 100,000 field oriented people when IBM acquired Red Hat to help magnify the Red Hat solutions, and the global scale and coverage of IBM is incredible. I like to give two simple examples of people. One is, I remember our salesforce in EMEA telling me they got a $4 million order from a country in Africa theydidn't even know existed. And IBM had 100 people in it, or AT&T is one of Red Hat's largest accounts, and I think at one point we had seven full-time people on it and AT&T is one of IBM's largest accounts and they had two seven storey buildings full of people working with AT&T. So RHELative to AWS, we now also see IBM embracing AWS more with both software, and services, in the magnification of Red Hat based solutions, combined with that embrace should be, create some great growth. And I think IBM is pretty excited about being able to sell Red Hat software as well. >> Yeah, go ahead. >> And Manu I think you have, yeah. >> Yeah. I think there's also, it is definitely very positive John. >> Yeah. >> You know, just the joint work that Red Hat and AWS have done for the last 14 years, working in the trenches supporting our end customers is now also providing lot of Tailwinds for the IBM software partnership. We have done some incredible work over the last 12 months around three broad categories. The first one is around product, what we're doing around customer success, and then what we're doing around sales and marketing. So on the product side, we have listed about 15 products on Marketplace over the course of the last 12 to 15 months. And our goal is to launch all of the IBM Cloud Paks. These are containerized versions of IBM software on Marketplace by the first half of next year. The other feedback that we are getting from our customers is that, hey, we love IBM software running at Amazon, but we like to have a cloud native SaaS version of the software. So there's a lot of work that's going on right now, to make sure that many of these offerings are available in a cloud-native manner. And you're not talking with Db2 Cognos, Maximo, (indistinct), on EC2. The second thing that we're doing is making sure that many of these large enterprise customers are running IBM software, are successful. So our technical teams are attached to the hip, working on the ground floor in making customers like Delta successful in running IBM software on them. I think the third piece around sales and marketing just filing up a vibrant ecosystem, rather how do we modernize and migrate this IBM software on Cloud Paks on AWS? So there's a huge push going on here. So (indistinct), you know, the Red Hat partnership is providing a lot of Tailwinds to accelerate our partnership with IBM software. >> You know, I always, I've been saying all this year in Red Hat summit, as well as Ansible Fest that, distributed computing is coming to large scale. And that's really the, what's happening. I mean, you looking at what you guys are doing cause it's amazing. ROSA Red Hat OpenShift on AWS, very notable to use the term on AWS, which actually means something in the partnership as we learned over the years. How is that going Mike because you launched on theCube in April, ROSA, it had great traction going in. It's in the Marketplace. You've got some integration. It's really a hand in glove situation with Cloud-Scale. Take us through what's the update? >> Yeah, let me, let me let Manu speak first to his AWS view and then I'll add the Red Hat picture. >> Thanks Mike. John for ROSA is part of an entire container portfolio. So if you look at it, so we have ECS, EKS, the managed Kubernetes service. We have the serverless containers with Fargate. We launched ECS case anywhere. And then ROSA is part of an entire portfolio of container services. As you know, two thirds of all container workloads run on AWS. And a big function of that is because we (indistinct) from our customer and then sold them what the requirements are. There are two sets of key customers that are driving the demand and the early adoption of ROSA. The first set of customers that have standardized on OpenShift on-premises. They love the fact that everything that comes out of the box and they would love to use it on Arm. So that's the first (indistinct). The second set of customers are, you know, the large RHEL users on EC2. The tens of thousands of customers that we've talked about that want to move from VM to containers, and want to do DevOps. So it's this set of two customers that are informing our roadmap, as well as our investments around ROSA. We are seeing solid adoption, both in terms of adoption by a customer, as well as the partners and helping, and how our partners are helping our customers in modernizing from VMs to containers. So it's a, it's a huge, it's a huge priority for our container service. And over the next few years, we continue to see, to increase our investment on the product road map here. >> Yeah, from my perspective, first off at the high level in mind, my one of the most interesting parts of ROSA is being integrated in the AWS console and not just for the, you know, where it shows up on the screen, but also all the work behind what that took to get there and why we did it. And we did it because customers were asking both of us, we're saying, look, OpenShift is a platform. We're going to be building and deploying serious applications at incredible scale on it. And it's really got to have joint high-quality support, joint high-quality engineering. It's got to be rock solid. And so we came to agreement with AWS. That was the best way to do that, was to build it in the console, you know, integrated in, into the core of an AWS engineering team with Red Hat engineers, Arm and Arms. So that's, that's a very unique service and it's not like a high level SaaS application that runs above everything, it's down in the bowels and, and really is, needs to be rock solid. So we're seeing, we're seeing great interest, both from end users, as I mentioned, existing customers, new customers, the partner base, you know, how the systems integrators are coming on board. There's lots of business and money to be made in modernizing applications as well as building new cloud native applications. People can, you know, between Red Hat and AWS, we've got some, some models around supporting POCs and customer migrations. We've got some joint investments. it's a really ripe area. >> Yeah. That's good stuff. Real quick. what do you think of ROSA versus EKS and ECS? What's, how should people think about that Mike? (indistinct) >> You got to go for it Manu. Your job is to position all these (indistinct). (indistinct) >> John, ROSA is part of our container portfolio services along with EKS, ECS, Fargate, and any (indistinct) services that we just launched earlier this year. There are, you know, set of customers both that are running OpenShift on-premises that are standardized on ROSA. And then there are large set of RHEL customers that are running RHEL on EC2, that want to use the ROSA service. So, you know, both AWS and Red Hat are now continuing to invest in accelerating the roadmap of the service on our platform. You know, we are working on improving the console experience. Also one of the things we just launched recently is the Amazon controller to Kubernetes, or what , you know, service operators for S3. So over the next few years you will see, you know, significant investment from both Red Hat and AWS in this joint service. And this is an integral part of our overall container portfolio. >> And great stuff to get in the console. That's great, great integration. That's the future. I got to ask about the graviton instances. It's been one of the most biggest success stories, I think we believe in Amazon history in the acquisition of Annapurna, has really created great differentiation. And anyone who's in the software knows if you have good chips powering apps, they go faster. And if the chips are good, they're less expensive. And that's the innovation. We saw that RHEL now supports graviton instances. Tell us more about the Red Hat strategy with graviton and Arms specifically, has that impact your (indistinct) development, and what does it mean for customers? >> Sure. Yeah, it's pretty, it's a pretty fascinating area for me. As I said, I've been a Red Hat for 21 years and my job is actually looking at new markets and new technologies now for Red Hat and work with our largest partners. So, I've been tracking the Arm dynamics for awhile, and we've been working with AWS for over two years, supporting graviton. And it's, I'm seeing more enthusiasm now in terms of developers and, especially for very horizontal, large scale applications. And we're excited to be working with AWS directly on it. And I think it's going to be a fascinating next two years on Arm, personally. >> Many of the specialized processors for training and instances, all that stuff, can be applied to web services and automation like cloud native services, right? Is that, it sounds like a good direction. Take us through that. >> John, on our partnership with Red Hat, we are continuing to iterate, as Mike mentioned, the stuff that we've done around graviton, both the last two years is pretty incredible. And the pace at which we are innovating is improving. Around the (indistinct) and the inferential instances, we are continuing to work with Red Hat and, you know, the support for RHEL should come shortly, very soon. >> Well, my prediction is that the graviton success was going to be applied to every single category. You can get that kind of innovation with this on the software side, just really kind of just, that's the magical, that's the, that's the proven form of software, right? We've been there. Good software powering with some great performance. Manu, Mike, thank you for coming on and sharing the, the news and the partnership update. Congratulations on the partnership. Really good. Thank you. >> Excellent John. Incredible (indistinct). >> Yeah, this is the future software as we see, it's all coming together. Here on theCube, we're bringing all the action, software being powered by chips, is theCube coverage of AWS re:invent 2021. I'm John Furrier, your host. Thanks for watching. (upbeat music)

Published Date : Nov 30 2021

SUMMARY :

in the cloud, Cloud-Scale. about the partnership. The first one is the pace at which RHEL in the world built on RHEL, how is that impacting the partnership? and services, in the magnification it is definitely very positive John. So on the product side, It's in the Marketplace. first to his AWS view that are driving the demand And it's really got to have what do you think You got to go for it Manu. is the Amazon controller to Kubernetes, And that's the innovation. And I think it's going to be Many of the specialized processors And the pace at which we that the graviton success bringing all the action,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
JohnPERSON

0.99+

AWSORGANIZATION

0.99+

IBMORGANIZATION

0.99+

Manu ParbhakarPERSON

0.99+

MikePERSON

0.99+

Mike EvansPERSON

0.99+

2008DATE

0.99+

AT&TORGANIZATION

0.99+

John FurrierPERSON

0.99+

two customersQUANTITY

0.99+

21 yearsQUANTITY

0.99+

AT&T.ORGANIZATION

0.99+

Red HatORGANIZATION

0.99+

Red HatTITLE

0.99+

AmazonORGANIZATION

0.99+

AfricaLOCATION

0.99+

ManuPERSON

0.99+

AprilDATE

0.99+

RHELTITLE

0.99+

$4 millionQUANTITY

0.99+

April this yearDATE

0.99+

two setsQUANTITY

0.99+

oneQUANTITY

0.99+

bothQUANTITY

0.99+

100 peopleQUANTITY

0.99+

Red HatTITLE

0.99+

second setQUANTITY

0.99+

DeltaORGANIZATION

0.99+

third pieceQUANTITY

0.99+

first setQUANTITY

0.99+

twoQUANTITY

0.99+

firstQUANTITY

0.99+

over two yearsQUANTITY

0.99+

OneQUANTITY

0.99+

first oneQUANTITY

0.99+

more than 100,000 fieldQUANTITY

0.99+

EC2TITLE

0.99+

AWS reInvent 2021 Gunnar Hellekson and Joe Fernandes


 

(upbeat music) >> Welcome back to theCUBE coverage of AWS re:Invent 2021. I'm John Furrier, your host for theCUBE. In this segment, we're going to be talking about Red Hat and the AWS evolving partnership. A great segment, really talking about how Hybrid and the Enterprise are evolving, certainly multicloud and the horizon. But a lot of benefits in the cloud, we've been covering on theCUBE and on SiliconANGLE with Red Hat for the past year. Very relevant. We've got Gunnar Hellekson, GM of Red Hat Enterprise Linux, And Joe Fernandes, VP and GM of the Hybrid Platforms, both of Red Hat. Gentlemen, thanks for coming on theCUBE. >> Yeah, thanks for having us. >> Thanks for having us John. >> So, you know, me, I'm a fan boy of Red Hat. So I always say, you guys made all the right investments, OpenShift, all these things that you guys made decisions years ago playing out beautifully. And I think, you know, with Amazon's re:Invent, you're seeing the themes all play out. Modern application stack, you're starting to see things at the top of the stack evolve, you've got 5G in the Edge, workloads being redefined and expanded on the cloud with Cloud Scale. So everything has been going down to Hybrid and Enterprise grade level discussions. This is in the Wheelhouse of Red Hat. So I want to congratulate you. But what's your reaction? What do you guys see this year at re:Invent? What's the top story? >> I can start. >> Who wants to start with first? >> Sure, I mean, clearly, AWS itself is huge. But as you mentioned, the world is Hybrid, right, so customers are running still in their data center, in the Amazon Public Cloud across multiple Public Clouds and out to the Edge and bring in more and more workloads. So it's not just the applications, analytics. It's AI, it's machine learning. And so, yeah, we can expect to see more discussion around that, more great examples of customer use cases. And as you mentioned, Red Hat has been right in the middle of this for some time John. >> You guys also had some success with the fully managed OpenShift service called ROSA, R-O-S-A, which is Red Hat OpenShift Service on AWS, another acronym, but really this is about what the customers are looking for. Can you take us through an update on OpenShift on AWS, because the combination of managed services in the cloud, refactoring applications, but working on-premises is a big deal. Take us through why that's so important. >> Yeah, so, we've had customers running OpenShift on AWS for a long time, right? So whether it's our software-based offerings where customers deploy OpenShift themselves, or our fully managed cloud service. We've had cloud services on AWS for over five years. What ROSA brings or Red Hat OpenShift on AWS is a jointly managed service, right? So we're working in partnership with Amazon, with AWS to make OpenShift available as a jointly-managed service offering. It's a native AWS service offering. You can get it right through the AWS console. You can leverage your AWS committed spend. But, most importantly, you know, it's something that we're working on together. Bringing new customers to the table for both Red Hat and AWS. And we're really excited about it because it's really helping customers accelerate their move to the public cloud and really helping them drive that Hybrid strategy that we talked about. >> Gunnar, you know what I want to get your thoughts on this, because one of the things that I love about this market right now is open-source continues to be amazing, continues to drive more value, and there's new migration of talent coming in. The numbers are just continuing to grow and grow. But the importance of Red Hat's history with AWS is pretty significant. I mean, Red Hat pioneered Open-source and it's been involved with AWS from the early days. Can you take us through a little bit of history for the folks that may not know Red Hat's partnership with AWS? >> Yeah. I mean, we've been collaborating with AWS since 2008. So for over a decade we've been working together, and what's made the partnership work is that we have a common interest in making sure that customers have a consistent approachable experience. Whether they're going on-premise or in the cloud. Nobody wants to have to go through an entire retraining and retooling exercise just to take advantage of all the great advantages of the cloud. And, so being able to use something like Red Hat Enterprise Linux as a consistent substrate on which you can build your application platforms is really attractive. So, that's where the partnership started. And since then we've had the ability to better integrate with native AWS services. And one thing I want to point out is that, a lot of these integrations are kind of technical. It's not just about technical consistency across these platforms, it's also about operational consistency and business concerns. And when you're moving into an Open Hybrid Cloud kind of a situation, that's what becomes important, right? You don't want to have two completely different tool sets on two completely different platforms. You want as much consistency as possible as you move from one to the other. And I think a lot of customers see value in that, both for the Red Hat Enterprise Linux side of the business, and also on the OpenShift side of the business. >> Well that's interesting. I'd love to get your both perspective on this whole Enterprise focus, because the Enterprise is, as you know, guys you've been there from the beginning, they have requirements. And there're sometimes, they're different by Enterprise. So as you see cloud, and I remember early days of Amazon, it's the 15th year of AWS, 10th year of re:Invent as a conference. I mean, that seems like a lifetime ago. But that's not, not too far ago where, you know, it was like, well, Amazon might not make it, its only for developers. Enterprisers do their own thing. Now it's like, it's all about the Enterprise. How are Enterprise customers evolving with you guys? Because they're all seeing the benefit of replatforming. But as they refactor, how has Red Hat evolved with that trend and how have you helped Amazon? >> Yeah, so as we mentioned, Enterprisers really across the globe are adopting a Hybrid Cloud Strategy. But, Hybrid actually isn't just about the infrastructure. So, its certainly the infrastructure where these Enterprisers are running these applications is increasingly becoming Hybrid as you move from data center to multiple public clouds and out to the Edge. But the Enterprisers application portfolios are also Hybrid, right? It's a Hybrid mix of very traditional monolithic and tier type applications. But also new cloud native services that have either been built from scratch, or as you mentioned, existing applications have been refactored. And then they're moving beyond the applications, as I mentioned to make better use of data. Also evolving their processes for how they build, deploy, and manage, leveraging, CI/CD and GitOps and so forth. So really for us it's, how do you help Enterprises bring all that together, right? Manage this Hybrid infrastructure that's supporting this Hybrid portfolio of applications that really help them evolve their processes. We've been working with Enterprises on these types of challenges for a long time. And we're now partnering with Amazon to do the same in terms of our joint product and service offerings. >> Talking about the RHEL evolution. I mean, because that's the bread and butter for Red Hat. It has been there for a long time. OpenShift again, making argument earlier, I mentioned the bets you guys made with Kubernetes, for instance, and it's all been made with all the right moves. So I love ROSA. You got me sold on that. RHEL though has been the tried and true steady workhorse. How has that evolved with workloads? >> Yeah, you know, it's interesting. I think when customers were at the stage, when they were wondering, if well, can I use AWS to solve my problem, or should I use AWS to solve my problem? Our focus was largely on kind of technical enablement. Can we keep up with the pace of new hardware that Amazon is rolling up? Can we ensure that consistency with the on-premise and off-premise? And I think now we're starting to shift focus into really differentiating RHEL on the AWS platform. Again, integrating natively with AWS services, making it easier to operate in AWS. And a good example of this is using tools like Red Hat Insights, which we announced, I guess, about a year ago. Which is now included in every Red Hat Enterprise Linux subscription. Using tools like Insights in order to give customers advice on maybe potential problems that are coming up, helping customer solve them. Can the customers identify problems before they happen? Helping them with performance problems. And again, having additional tools like that, additional cloud-based tools, makes RHEL as easy to use on the Cloud despite all the complexity of all the redeploying, refactoring, microservices, there is now a proliferation of infrastructure options, and to the extent that RHEL can be the thing that is consistent, solid, reliable, secure, just as customers are getting in, then we can make customer successful. >> You know, Joe, we talked about this last time we were chatting, I think Red Hat Summit or Ansible Fest, I forget which event it was, but we were talking about how modern application developers at the top of the stack just want to code. They want to write some code, and now they want the infrastructure's code, AKA DevOps, DevSecOps, but as this trend of moving up the stack continues to be a big theme at re:Invent, that requires automation. That requires a lot of stuff that happened under the covers. Red Hat is at the center of all this action from historical perspective, pre-existing Enterprises before Cloud now, during Cloud, and soon to be Cloud Scale, how do you see that evolving? Because how are customers shaping their architecture? Cause this is distributed computing in the cloud. It's essentially, we've seen this moving before, but now at such a scale where data, security, these are all new elements. How do you talk about that? >> Yeah, well, first of all, got to mention, Linux is a given right. Linux is going to be available in every environment, data center, Public Cloud, Edge. Linux combined with Linux containers and Kubernetes, that's the abstraction like abstracting the applications away from the infrastructure. And now it's all about how do you build on top of that to bring that automation that you mentioned. So, we're very focused on helping customers really build fully automated end to end deployment pipelines, so they can build their applications more efficiently. They can automate the continuous integration and deployment of those applications into whatever Cloud or Edge footprint they choose. And that they can promote across environments. Because again, it's not just about developing the applications, it's about moving them all the way through to production where their customers are relying on those services to do their work and so forth. And so that's what we're doing is, you know, obviously I think, Linux is a given, Linux, Containers, Kubernetes. Those decisions have been made and now it's a matter of how can we put that together with the automation that allows them to accelerate those deployments out to production so customers can take advantage of them? >> You know, Gunnar, we were joking in theCUBE. I was old enough to remember we used to install Linux on a server back in the day. Now a lot of these young developers never actually have to install the software and do some of those configurations 'cause it's all automated now. Again, the commoditization and automation trend, abstraction layers, some say, is a good thing. So how do you see the evolution of this DevOps movement with the partnership with AWS going forward? What types of things are you working on with Amazon Web Services and what kind of offerings can customers look forward to? >> Yeah, sure. So, I mean, it used to be that as you say, Linux was something that you managed with a mouse and keyboard. And I think it's been quite a few years since any significant amount of Linux has been managed with a mouse and a keyboard. A lot of it is scripts, automation tools, configuration management tools, things like this. And the investments we've made both in RHEL and in specifically RHEL on AWS is around enabling RHEL to be more manageable. And so, including things like something we call System Roles. So these are Ansible modules that kind of automate routine system's administration tasks. We've made investments in something called Image Builder. And so this is a tool that allows customers to kind of compose the operating system that they need, create a blueprint for it, and then kind of stamp out the same image, whether it's an ISO image, so you can install it on-premise or an AMI so we can deploy it in AWS. So again, the problem used to be helping customers package and manage dependencies and that kind of old world, three and a half-inch floppy disc kind of Linux problems. And now we've evolved towards making Linux easier to deploy and manage at a grand scale whether you're in AWS or whether you're On premise. >> Joe, take us through the Hybrid story. I know obviously success with OpenShifts Managed Service on AWS. What's the update there for you? What are customers expecting this re:Invent and what's the story for you guys? >> Yeah, so, you know, the OpenShift Managed Services business this is the fastest growing segment of our business. We're seeing lots of new customers. And again, bringing new customers, I think for both Red Hat and AWS through this service. So, we expected to hear from customers at re:Invent about what they're doing. Again, not only with OpenShift and our Red Hat solutions, but really with what they're building on top of those service offerings, of those solutions to sort of bring more value to their customers. To me, that's always the best part of re:Invent is really hearing from customers. And when we all start going there in person again, to actually be able to meet with them one-on-one, whether it's in person or virtual and so forth. So, looking forward to that. >> Well, great to have you guys on theCUBE. Congratulations on all success. The Enterprise continues to adopt more and more Cloud which benefits all the work you guys have done both on the RHEL side, and as you guys modernize with all these great services and managed services continues to be the center of all the action. Thanks for coming on. Appreciate it. >> Thanks John. >> Thank you. >> Okay, Red Hat's partnership with AWS evolving as Cloud scale Edge, all distributed computing, all happening at large scale. This is theCUBE with CUBE coverage of AWS re:Invent 2021. I'm John Furrier. Thanks for watching. (upbeat music)

Published Date : Nov 15 2021

SUMMARY :

But a lot of benefits in the cloud, and expanded on the cloud in the middle of this because the combination of accelerate their move to the public cloud and it's been involved with and also on the OpenShift because the Enterprise is, as you know, and out to the Edge. I mentioned the bets you guys made and to the extent that RHEL Red Hat is at the center that's the abstraction like a server back in the day. And the investments and what's the story for you guys? To me, that's always the and as you guys modernize This is theCUBE with CUBE

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
AWSORGANIZATION

0.99+

AmazonORGANIZATION

0.99+

John FurrierPERSON

0.99+

JoePERSON

0.99+

GunnarPERSON

0.99+

Gunnar HelleksonPERSON

0.99+

Joe FernandesPERSON

0.99+

Amazon Web ServicesORGANIZATION

0.99+

JohnPERSON

0.99+

RHELTITLE

0.99+

Red HatORGANIZATION

0.99+

2008DATE

0.99+

LinuxTITLE

0.99+

three and a half-inchQUANTITY

0.99+

OpenShiftTITLE

0.99+

15th yearQUANTITY

0.99+

bothQUANTITY

0.99+

OpenShiftORGANIZATION

0.98+

10th yearQUANTITY

0.98+

oneQUANTITY

0.98+

over five yearsQUANTITY

0.98+

firstQUANTITY

0.98+

Red Hat SummitEVENT

0.98+

Ansible FestEVENT

0.98+

Red Hat OpenShiftTITLE

0.97+

Red Hat Enterprise LinuxTITLE

0.97+

Red HatTITLE

0.97+

Hybrid PlatformsORGANIZATION

0.97+

KubernetesTITLE

0.97+

Red Hat Enterprise LinuxTITLE

0.96+

David Noy & Rob Emsley | CUBEconversation


 

(upbeat music) >> Welcome to this CUBE Conversation. My name is Dave Vellante and we're going to talk about data protection in the age of ransomware. It's a top of mind topic. And with me are two great guests and CUBE alumnus, David Noy, Vice Presidents of Product Management at Dell Technologies and Rob Emsley, Director of Data Protection Product Marketing at Dell. Guys, welcome back to the CUBE, it's good to see you both. >> Oh, thanks so much, I appreciate it. Thanks for having us. >> Yeah, thanks a lot Dave. >> Hey David, let me start with you. Maybe we could look at the macro, the big picture at Dell for cyber security. What are you seeing out there? >> You know, I'm seeing an enormous amount of interest in cybersecurity obviously driven by a string of recent events and the presidential executive order around cybersecurity. Look, we're in unprecedented times where, you know, disaster readiness is not just about being prepared for a wildfire or a sprinkler going off in your data center. It's around a new class of malicious attacks that people just have to be ready for. And it's not even a question of if it's going to happen, it's a question of when it's going to happen. We know it's going to happen, you're going to get hit by them. And so we go beyond just thinking about, hey, how do you build in technical capabilities into the product to make it difficult for attackers? We actually want to get predictive. We want to use advanced technologies and capabilities like artificial intelligence and machine learning to go out and scan users environments and look at their data which is really the lifeblood of a business and say, hey, we can see that there is potentially an attack looming. We can start to look for dormant attack vectors. And as soon as something bad is happening because we know something bad is going to happen, we can help you quickly recover the restore or figure out which restore point to recover from so you can get your business back and operational as soon as possible. >> Great, thank you for that, David. Hey Rob, good to see you. You know, we've seen a lot of changes recently kind of as David was referencing, it used to be okay, cybersecurity, that's the domain of the SecOps team and, you know, the rest of the company said, okay, it's their problem. You know, data protection or backup, that was the backup admin. Those two worlds are kind of colliding together. We use terms like cyber resiliency now. It's a sort of super set of, if you will, of the traditional cybersecurity. So how can organizations get ahead of these cyber threats when you engage with customers? Do you have any sort of specific angles or tooling that you use to help? >> Yeah, Dave, there's a couple of things to unpack there. You know, I think one of the things that you call out is cyber resiliency. You know, I think there's a balancing act that customers are all working through between cybersecurity and cyber resiliency. On the left-hand side of the balancing act, it's, you know, how can I keep bad things out of my network? And the reality is that it's very difficult, you know, to do that. You know, there's many applications that customers have deployed to protect the perimeter. But as you know, many cyber threats, you know, are manifested from inside of the perimeter. So what we're seeing is customers starting to invest more in making themselves cyber resilient organizations, you know, and as David mentioned, it's not the if, it's the when. The question is, how do you respond to when a cyber attack hits you? So one of the things that we introduced pointing back six months ago is a globally available cyber resiliency assessment. And we worked in collaboration with the Enterprise Strategy Group and we put out a free online assessment tool to allow customers to really answer questions around, you know, a big part of the NIST framework, around detection, protection and recovery. And we give customers the opportunity to get themselves evaluated on, are they prepared? Are they vulnerable? Or are they just, you know, black and white exposed? You know, what we found over the last six months is that over 70% of the people that have taken this cyber resiliency assessment fall into that category of they're vulnerable or they're exposed. >> Right, thank you for that. Yeah, the guys at ESG do a good job in that they have deep expertise in that space. And David, Rob just talked about sort of the threats from inside the perimeter and, you know, any person, you don't even need a high school diploma to be a ransomwarist, you can go on the dark web. You can acquire ransomware as a service. If you have access to a server and are willing to put a stick in there and do some bad things or give credentials out, hopefully you'll end up in handcuffs. You know, but more often than not, people are getting away with really, you know, insidious crime. So how is Dell, David helping customers respond to the threat of ransomware? >> So, you know, as I mentioned earlier, the product approach is pretty sophisticated. You know, you're right, somebody can come and just put a USB stick into a machine or if they have administrative access, they can figure out a code that they've either been given because, you know, the trust has been placed in the wrong place or they've somehow socially engineered out of someone. Look, it's not enough to just say, I'm going to go lock down my system. Someone who's gained access can potentially gain access to other systems by hopping through them. We take a more of a vault based approach which means that when you create a cyber vault, it's essentially locked down from the rest of your environment. Your cyber criminal is not able to get to that solution because it's been air gapped. It's kept somewhere else completely separate from other network but it also has keys and to the keys to the kingdom or that it opens up only at a certain time of day so it's not vulnerable to coming in at any time. It goes and requests data, it pulls the data and then it keeps that immutable copy in the vault itself. So the vault is essentially like a gated off, modded off environment that an attacker cannot get into. If you find that there was an attack or if an attack has occurred in which an attack will occur sooner or later, you then can basically prevent that attacker from getting access into that vaulted environment before that next opening event occurs. We also have to go back and look at time because sometimes these attackers don't instantiate all at once, I'm going to basically go and encrypt all your data. They take a more of a graduated approach. And so you have to go and look at patterns, access patterns of how data has actually changed and not just look at the metadata, say, okay, well, it looks like the data changed at a certain time. You have to look at the data contents. You have to look at the, if there's a file type. Often times, you can actually analyze that as well and say, hey, this given file whether it's a PowerPoint file or an Excel file or one of the a hundred or a thousand different file types should look like this, it doesn't look like that inside. What are many of the solutions that look for these attackers do is they're just looking at metadata access and then potentially just entropies or how fast things are changing. Well, it's changing faster than it normally would. That's not enough. And the attackers are just going to get smarter about how they go and change things. They're going to change it so that they don't change file suffixes or they don't change them with a very high entropy rate. And without using some kind of a system that's actually constantly tuning itself to say, hey, this is how these attack vectors are evolving over time, you're going to miss out on these opportunities to go and protect yourself. So we have also a constantly evolving and learning capability to go in and say, okay, as we see how these attack vectors are evolving to adapt to the way that we defend against them, we're going to also (audio glitches) other practices to make sure that we account for the new models. So it's a very adaptable kind of, it really is artificial intelligence form of protecting yourself. >> Can I ask you a question, David, just a follow-up on the immutable copy? Where does that live? Is it kind of live on prem? Is it in the cloud, either? >> Both, so we have the ability to put that on prem. We have the ability to put that in a second data center. We have the ability to keep that actually in a colo site so basically, completely out of your data center. And we've got the ability to keep that in the cloud as well. >> The reason I ask is because I just, you know, putting my paranoid SecOps hat on and I'm no expert here but I've talked to organizations that say, oh yeah, it's in the cloud, it's a service. Say, okay, but it's immutable? Yeah, it's write once, read many. You can't erase it. I go, okay, can I turn it off? Well, no, not really. Well, what if I stopped paying for the service? Well, we'd send a notice out. I said, okay, wait a minute. So am I just being too paranoid here? How do you handle that objection? >> Of turning it off? >> Yeah, can I turn it off or can you make it so that nobody can turn it off? >> Oh yeah, that's a good question. So actually what we're building into the product roadmap is the ability to that product actually self inspect and to look at. Whether or not even the underlying, so for example, if the service is running in a virtual machine. Well, the attacker could say, let me just go attack the virtual machine and it infect it and basically turn itself off even in an on-prem, nevermind in the cloud. And so we're looking at building or we're building into the roadmap, a lot more self inspection capabilities to make sure that somebody isn't going to just shut down the service. And so that kind of self resiliency is critical even to a vaulted solution which is air gapped, right? To your point. You don't want someone going, well, I can just get around your solution. I'm just going to go shut it down. That's something that we're getting at. >> So this talks, I think for the audience, this talks it's like an ongoing game of escalation and you want to have a partner who has the resources to keep up with the bad guys cause it's just the constantly, you know, upping the ante, Rob, you guys do a survey every year, the Global Data Protection Index. Tell us about that. What are the latest results? You survey a lot of people. I'm interested in, you know, the context of things like remote work and hybrid work, it's escalated the threat. What are you seeing there? >> Yeah, so as you mentioned, the Global Data Protection Index, we survey over a thousand IT executives, you know, around the globe. And in the most recent study, we absolutely started to ask questions specifically around, you know, customer's concerns with regards to cybersecurity. And we found that over 60% of the customer surveyed, you know, really are concerned that they don't feel that they are adequately prepared to respond to cyber threats that they see, unfortunately on a day-to-day basis. You know, certainly, you know, as you mentioned, the work from anywhere, learn from anywhere reality that many customers are dealing with, you know, one of the concerns that they have is the increased attack surface that they now have to deal with. I mean, the perimeter of the network is now, you know, much broader than it ever has been in the past. You know, so I think all of this leads, Dave, to cybersecurity discussions and cyber resiliency discussions being top of mind for really any CIO, their CSO in any industry. You know, in the days of old, you know, we used to focus at the financial services industry, you know, as, you know, a bunch of customers that we, you know, could have very relevant conversations with but now, you know, that is now cross industry-wide. There isn't a vertical that isn't concerned about the threats of cyber security and cyber attacks. So, you know, when we think about our business especially around data vaulting with our PowerProtect portfolio but also with our PowerScale portfolio, with our unstructured data storage solutions. You know, when we're really having constant conversations of brand, how do you make your environment more cyber resilient? And, you know, we've been seeing, you know, rapid growth in both of those solution areas, both implementing extensions of customers, backup and recovery solutions, you know, but also, you know, in the environments where, you know, we're deploying, you know, large scale unstructured storage infrastructure, you know, the ability to have real-time monitoring of those environments and also to extend that to delivering a vaulted solution for your unstructured storage are all things that are leading us to, you know, work with customers to actually help them become more cyber resilient. >> Great, thanks. The last question and maybe for both of you. Maybe Rob you start and David you can chime in. I'm interested in what's exciting you guys, what's new in the portfolio, are there new features that you're delivering that map to the current market conditions? I mean, your unique value proposition and your capabilities have shifted. You have to respond to the market changes over the left last 18 to 24 months whether it's cyber, ransomware, the digital transformation, what's new in the portfolio and what's exciting you guys. >> So Dave, yes, so quite recently we, you know, as well as, you know, running an event specifically to talk about protection and the age of ransomware and to discuss many of the things that we've covered on this call. You know, data protection is still a foundational technology to help customers become, you know, more secure and, you know, reduce their risk profiles. So innovation that we delivered very recently, you know, it's really in three specific areas, you know, VMware Data Protection, NAS Data Protection and then, you know, also, you know, we introduced a tech preview of a direction that we're taking to expand the scalability and manageability of our PowerProtect appliances. So transparent snapshots delivers capabilities to help customers better protect their VMware environment without the concern of disrupting their production applications when they're doing backup and recovery of virtual machines. Dynamic NAS protection moves away from the age old mechanism of NDMP and provides a much more performance and scalable solution for protecting all of that unstructured data running on NAS infrastructure. And then last but not least to say the tech preview of Smart Scale which is our new solution and architecture to allow customers to pull together multiple power of attack appliances within their data sensors and give them a much easier way of managing the PowerProtect appliances that they have and scaling them environment by implementing a federated namespace to align on them to get support in that environment. >> Nice, some great innovations there. All right, David bring us home. What's exciting you? You shared a little bit with the roadmap of... >> Yeah, look, I think all of this is about operations today. Every enterprise is 24/7. It doesn't matter what vertical you're in, right? Downtime is unacceptable. And whether that means whether it's downtime because you got hit by a malicious attacker, it means downtime because you were caused by disruption of virtual machine instances to Rob's point during the backup process. And we can't interrupt those processes, we can't impact their performance. It means, you know, making sure that your largest unstructured repositories in NAS deployments can be backed up in a time that makes sense so that you can meet your own SLAs. And it means that with a smart scale product there are ability to go and say, okay, as you're expanding your backup target environment, we can do that in a seamless fashion without disrupting your backup operations and your day-to-day operations. All of this is around making sure that we minimize the amount of disruption that our end users experience either because of malicious attacks or because of day-to-day operations and making, you know, making sure that those businesses really can operate 24/7. And that is the crux of a really true enterprise solution for data protection >> Guys, very important topic, really appreciate you coming on the CUBE. Great conversation and keep up the good work of protecting our data. >> Well, Dave, thanks. >> Thanks Dave. >> All right, and thanks everybody for watching this CUBE conversation. This is Dave Vellante and we'll see you next time. (gentle music)

Published Date : Nov 9 2021

SUMMARY :

it's good to see you both. Thanks for having us. What are you seeing out there? into the product to make and, you know, the rest the things that you call out to be a ransomwarist, you because, you know, the We have the ability to put because I just, you know, is the ability to that you know, upping the ante, You know, in the days of old, you know, over the left last 18 to 24 months and then, you know, also, you know, You shared a little bit and making, you know, making sure really appreciate you coming on the CUBE. we'll see you next time.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
DavidPERSON

0.99+

Dave VellantePERSON

0.99+

David NoyPERSON

0.99+

DavePERSON

0.99+

Rob EmsleyPERSON

0.99+

RobPERSON

0.99+

ESGORGANIZATION

0.99+

DellORGANIZATION

0.99+

bothQUANTITY

0.99+

BothQUANTITY

0.99+

PowerPointTITLE

0.99+

ExcelTITLE

0.99+

Dell TechnologiesORGANIZATION

0.99+

six months agoDATE

0.99+

over 70%QUANTITY

0.98+

over 60%QUANTITY

0.98+

oneQUANTITY

0.96+

two worldsQUANTITY

0.96+

two great guestsQUANTITY

0.95+

second data centerQUANTITY

0.95+

CUBEORGANIZATION

0.94+

SecOpsORGANIZATION

0.94+

Enterprise Strategy GroupORGANIZATION

0.92+

over a thousandQUANTITY

0.92+

todayDATE

0.88+

VMwareORGANIZATION

0.87+

24 monthsQUANTITY

0.87+

VMware Data ProtectionTITLE

0.83+

a hundred orQUANTITY

0.83+

three specific areasQUANTITY

0.82+

a minuteQUANTITY

0.78+

onceQUANTITY

0.78+

Global Data Protection IndexTITLE

0.76+

last six monthsDATE

0.76+

PowerProtectCOMMERCIAL_ITEM

0.72+

a thousandQUANTITY

0.7+

SecOpsTITLE

0.64+

18QUANTITY

0.62+

DirectorPERSON

0.59+

fileQUANTITY

0.59+

lastDATE

0.54+

ScaleCOMMERCIAL_ITEM

0.52+

PowerScaleORGANIZATION

0.5+

DataTITLE

0.43+

SmartTITLE

0.42+

NISTORGANIZATION

0.4+

ProtectionOTHER

0.37+

CUBEEVENT

0.32+

Danielle Cook & John Forman | KubeCon CloudNativeCon NA 2021


 

>>I want to welcome back to the cubes coverage. We're here at another event in person I'm John furrier, host of the cube. We've got to CNCF coop con cloud native con for in-person 2021. And we're back. It's a hybrid event and we're streaming lives on all channels, as well as all the folks watching a great guest kicking off the show here from the co-chairs from cataract coast. Is that right? Danielle Cook. Who's the vice president at Fairwinds and John Foreman director at Accenture. Thanks for coming on your co-chair. Your third co-chair is not here, but you guys are here to talk about the cloud maturity model. Pretty mature funding is flowing tons of announcements. We're going to have a startup on $200 million. They're announcing in funding and observability of all of all hot spaces. Um, so the maturity is it's the journey in the cloud native space now is crossed over to mainstream. That's the we've been telling that story for a couple of years. Now, you guys have been working on this. Tell us about the cloud maturity model you guys worked on. >>So we got together earlier this year because we, um, four of us had been working on maturity models. So Simon Forester, who is one of the co-chairs, who isn't here, he had worked on a maturity model that looked at your legacy journey, all the way to cloud native, um, myself, I had been part of the Fairwinds team working on the Kubernetes maturity model. So, and then, um, we have Robbie, who's not here. And John Foreman, who we all got together, they had worked on a maturity model and we put it together and I've been working since February to go, what is cloud native maturity and what are the stages you need to go through to achieve maturity. So put this together and now we have this great model that people can use to take them from. I have no idea what cloud native is to the steps they can take to actually be a mature organization. >>And, you know, you've made it when you have a book here. So just hold that up to the camera real quick. So you can see it. It's very much in spirit of the community, but in all seriousness, it book's great, but this is a real need. What was the pain point? What was jumping out at you guys on the problem? Was it just where people like trying to get more cloud native, they want to go move faster. It was a confusing, what were the problems you solve in? >>Well, and if anything is, if we start at the beginning, right, there was during the cloud journey DevSecOps and the Kootenays being a thing that then there's journeys to DevSecOps tributaries as well. But everything is leading to cloud native. It's about the journey to cloud native. So everybody, you know, we're taught to go John, the ecosystem's an eyesore man. If I look at, you know, landscape, >>The whole map I >>Need, it's just like in trend map, it's just so confusing what we do. So every time we go to, I revert the wheel and I get them from zero to hero. So we just put together a model instead that we can re reuse yeah. As a good reference architecture. So from that is a primary, how we built because the native trademark you have with us today. So it's a five scale model from one to five what's twice today, or how to, to, you know, what our job is getting to a five where they could optimize a really rocket rolling. >>You know, it's interesting. I love these inflection points and, you know, being a student of history and the tech business there's moments where things are the new thing, and they're really truly new things like first-time operationalized dev ops. I mean the hardcore dev ops or early adopters we've been doing that, you know, we know that, but now mainstream, like, okay, this is a real disruption in a positive way. So the transformation is happening and it's new, new roles, new, new workflows, new, uh, team formations. So there's a, it's complicated in the sense of getting it up and running so I can see the need. How can you guys share your data on where people are? Because now you have more data coming in, you have more people doing dev ops, more cloud native development, and you mentioned security shepherds shifting left. Where's the data tell you, is it, as you said, people are more like a two or more. What's the, what's the data say? >>So we've had, so part of pulling this model together was your experience at Accenture, helping clients, the Fairwinds, um, experience, helping people manage Kubernetes. And so it's from out dozens of clusters that people have managed going, okay, where are people? And they don't even know where they are. So if we provide the guidelines from them, they can read it and go, oh, I am at about two. So the data is actually anecdotal from our experiences at our different companies. Um, but we, you know, we we've made it so that you can self identify, but we've also recognized that you might be at stage two for one application, but five for another application. So just because you're on this journey, doesn't mean everything is in, >>It's not boiler plate. It's really unique to every enterprise because they everyone's different >>Journey. Put you in journey with these things. A big part of this also torn apart one to five, your clients wants to in denial, you know? So, so Mr. CX level, you are level two. We are not, there's no way we would deal with this stuff for years. You've got to be a five. No, sorry. You're too. >>So >>There's use denial also about this. People think they do a cloud-native director rolling, and I'm looking at what they're doing and go, okay, do you do workups security? And they go, what's that? I go, exactly. So we really need to peel back the onion, start from seed year out and we need to be >>All right. So I want to ask more about the, um, the process and how that relates to the themes are involved. What are some of the themes around the maturity model that you guys can share that you see that people can look at and say, how do I self identify? What's the process will come to expect? >>Well, one of the things we did when we were putting it together was we realized that there were themes coming out amongst the maturity model itself. So we realized there's a whole people layer. There's a whole policy layer process and technology. So this maturity model does not just look at, Hey, this is the tech you need to do. It looks at how you introduce cloud native to your organization. How do you take the people along with it? What policies you need to put in place the process. So we did that first and foremost, but one of the things that was super important to all of us was that security was ever present throughout it. Because as everything is shifting left, you need to be looking at security from day one and considering how it's going to happen and roll out from your developers all the way to your compliance people. Um, it's super important. And one of the themes throughout. >>So, so it would be safe to say, then that security was a catalyst for the maturity models because you gotta be mature. I mean, security, you don't fool around security. >>About the last year when I created the program for, since I worked with Cheryl Holland, from CCF, we put together the community certification, her special program. I saw a need where security was a big gap in communities. Nobody knew anything about it. They wanted to use the old rack and stack ways of doing it. They wanted to use their tray micro tombs from yesteryear, and that doesn't work anymore. You need a new set of tools for Kubernetes. It's the upgrade system. It's different way of doing things. So that knowledge is critical. So I think you're part of this again, on this journey was getting certifications out there for people to understand how to do better. Now, the next phase of that now it's how do we put all these pieces together and built this roadmap? >>Well, it's a great group. You guys have the working groups hard to pronounce the name, but, uh, it's a great effort because one of the things I'm hearing and we've been reporting this one, the Cubans looking angle is the modern software developers want speed, and they don't want to wait for the old slow groups now and security, and it are viewed as blockers and like slow things down. And so you start to see a trend where those groups could provide policy and then start putting, feeding up, uh, data models that allow the developers in real time to do their coding, to shift left and to be efficient and move on and code not be waiting for weeks or days >>Comes to play. So today is the age of Caleb's right now, get up this emerging we're only to have now where everything is code policies, code, securities, code policies, cookie figures, code. That is the place for, and then again, walk a fusion more need for a cargo office. >>Okay. What's your thoughts on that? >>So I think what's really important is enabling service ownership, right? You need the developers to be able to do security, see policy, see it live and make sure that, you know, you're not your configuration, isn't stopping the build or getting into production. So, you know, we made sure that was part of the maturity model. Like you need to be looking continuous scanning throughout checking security checking policy. What is your process? Um, and we, you know, we made that ever present so that the developers are the ones who are making sure that you're getting to Kubernetes, you're getting to cloud native and you're doing it. >>Well, the folks watching, if you don't know the cloud native landscape slide, that ecosystem slide, it's getting bigger and bigger. There's more new things emerging. You see role of software abstractions coming in, automation and AI are coming in. So it makes it very challenging if you want to jump right in lifting and shifting to the clouds, really easy check, been there, done that, but companies want to refactor their applications, not just replatform refactoring means completely taking advantage of these higher level services. So, so it's going to be hard to navigate. So I guess with all that being said, what you guys advice to people who are saying, I need the navigation. I need to have the blueprint. What do I do? How do I get involved? And how do I leverage this? >>We want people to, you can go on to get hub and check out our group and read the maturity model. You can understand it, self identify where you're at, but we want people to get involved as well. So if they're seeing something that like, actually this needs to be adjusted slightly, please join the group. The cardiograph is group. Um, you can also get copies of our book available on the show. So if you, um, if you know, you can read it and it takes you line by line in a really playful way as to where you should be at in the maturity model. >>And on top of that, if you come Thursday was Sonia book. And of course, a lot of money, one day, I promise >>You guys are good. I gotta ask, you know, the final question is like more and more, just more personal commentary. If you don't mind, as teams start to change, this is obviously causing a lot of positive transformation if done, right? So the roles and the teams are starting to change. Hearing SRS are now not just the dev ops guys provisioning they're part of the, of the scale piece, the developers shifting left, new kind of workflows, the role of certain engineers and developers now, new team formations. Why were you guys seeing that evolve? Is there any trends that you see around how people are reconfiguring their team makeup? >>I think a lot of things is going to a single panic last tonight, where I'm taking dev and ops and putting them one panel where I can see everything going on in my environment, which is very critical. So right now we're seeing a pre-training where every client wants to be able to have the holy grail of a secret credit class to drive to that. But for you to get there, there's a lot of work you've got to do overnight that will not happen. And that's where this maturity model, I think again, will enhance that ability to do that. >>There's a cultural shift happening. I mean, people are changing there's new skillsets and you know, obviously there's a lot of people who don't have the skill. So it's super important that people work with Kubernetes, get certified, use the maturity model to help them know what skills they need. >>And it's a living document too. It's not, I mean, a book and I was living book. It's going to evolve. Uh, what areas you think are going to come next? So you guys have to predict if you had to see kind of where the pieces are going. Uh, obviously with cloud, everything's getting, you know, more Lego blocks to play with more coolness you have in the, in this world. What's coming next with Sue. Do you guys see any, any, uh, forecasts or >>We're working with each one of the tag groups within the CNCF to help us build it out and come up with what is next based on their expertise in the area. So we'll see lots more coming. Um, and we hope that the maturity grows and because of something that everybody relies on and that they can use alongside the landscape and the trail map. And, um, >>It's super valuable. I think you guys need a plug for any people want to, how they join. If I want to get involved, how do I, what do I do? >>Um, you can join the Carter Garfish group. You can check us out on, get hub and see all the information there. Um, we have a slack channel within the CNCF and we have calls every other Tuesday that people can see the pools. >>Awesome. Congratulations, we'll need it. And super important as people want to navigate and start building out, you know, you've got to edge right around the corner there it's happening real fast. Data's at the edge. You got cloud at the edge. Azure, AWS, Google. I mean, they're pushing really hardcore 5g, lot changes. >>Everybody wants to cloud today. Now one client is, one is more cloud. At least both the cloud is comfortable playing everywhere. One pump wife had DevOps. >>It's distributed computing back in the modern era. Thank you so much for coming on the keep appreciating. Okay. I'm Jennifer here for cube con cloud native con 2021 in person. It's a hybrid event. We're here live on the floor show floor, bringing you all the coverage. Thanks for watching station all day. Next three days here in Los Angeles. Thanks for watching. >>Thank you.

Published Date : Oct 26 2021

SUMMARY :

but you guys are here to talk about the cloud maturity model. are the stages you need to go through to achieve maturity. So you can see it. It's about the journey to cloud native. So from that is a primary, how we built because the native trademark you have with us I mean the hardcore dev ops or early adopters we've been doing that, you know, So the data is actually anecdotal from our It's not boiler plate. so Mr. CX level, you are level two. and I'm looking at what they're doing and go, okay, do you do workups security? What are some of the themes around the maturity model that you guys can share that you see that people can look at and say, So this maturity model does not just look at, Hey, this is the tech you need to I mean, security, you don't fool around security. Now, the next phase of that now it's how do we put all these pieces together and built this roadmap? And so you start to see a trend where those groups could provide policy and then start putting, feeding up, So today is the age of Caleb's right now, get up this emerging we're only to have now where everything Um, and we, you know, we made that ever present so that the developers So I guess with all that being said, what you guys advice to We want people to, you can go on to get hub and check out our group and read the maturity And on top of that, if you come Thursday was Sonia book. So the roles and the teams are starting to change. But for you to get there, there's a lot of work you've got to do overnight that will not happen. new skillsets and you know, obviously there's a lot of people who don't have the skill. So you guys have to predict if you had to see kind of where the pieces are going. landscape and the trail map. I think you guys need a plug for any people want to, how they join. Um, you can join the Carter Garfish group. you know, you've got to edge right around the corner there it's happening real fast. At least both the cloud is comfortable playing everywhere. We're here live on the floor show floor, bringing you all the coverage.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Danielle CookPERSON

0.99+

John ForemanPERSON

0.99+

Simon ForesterPERSON

0.99+

Cheryl HollandPERSON

0.99+

RobbiePERSON

0.99+

JenniferPERSON

0.99+

John FormanPERSON

0.99+

$200 millionQUANTITY

0.99+

CalebPERSON

0.99+

Los AngelesLOCATION

0.99+

TuesdayDATE

0.99+

AccentureORGANIZATION

0.99+

fiveQUANTITY

0.99+

twiceQUANTITY

0.99+

AWSORGANIZATION

0.99+

ThursdayDATE

0.99+

FairwindsORGANIZATION

0.99+

fourQUANTITY

0.99+

SuePERSON

0.99+

oneQUANTITY

0.99+

FebruaryDATE

0.99+

John furrierPERSON

0.99+

GoogleORGANIZATION

0.99+

todayDATE

0.99+

last yearDATE

0.99+

CXPERSON

0.99+

KubeConEVENT

0.98+

bothQUANTITY

0.98+

SoniaPERSON

0.98+

one clientQUANTITY

0.97+

firstQUANTITY

0.97+

JohnPERSON

0.96+

third co-chairQUANTITY

0.96+

DevOpsTITLE

0.96+

earlier this yearDATE

0.96+

DevSecOpsTITLE

0.96+

one applicationQUANTITY

0.95+

twoQUANTITY

0.94+

one panelQUANTITY

0.94+

CubansPERSON

0.94+

one dayQUANTITY

0.93+

single panicQUANTITY

0.92+

2021DATE

0.91+

five scaleQUANTITY

0.9+

each oneQUANTITY

0.9+

dozensQUANTITY

0.9+

three daysQUANTITY

0.89+

Carter GarfishORGANIZATION

0.84+

One pumpQUANTITY

0.84+

AzureORGANIZATION

0.84+

day oneQUANTITY

0.83+

CloudNativeConEVENT

0.83+

about twoQUANTITY

0.82+

CCFORGANIZATION

0.79+

cataract coastLOCATION

0.78+

level twoQUANTITY

0.77+

LegoORGANIZATION

0.77+

last tonightDATE

0.77+

KubernetesTITLE

0.76+

CNCFORGANIZATION

0.74+

NA 2021EVENT

0.72+

one ofQUANTITY

0.72+

of yearsQUANTITY

0.69+

CNCF coop conEVENT

0.67+

nativeEVENT

0.66+

KubernetesORGANIZATION

0.65+

stage twoQUANTITY

0.64+

KootenaysORGANIZATION

0.63+

thingsQUANTITY

0.63+

clustersQUANTITY

0.55+

zeroQUANTITY

0.51+

cloud nativeCOMMERCIAL_ITEM

0.39+

con 2021EVENT

0.38+

Katie Bianchi, Splunk | Splunk .conf21


 

>>Hello and welcome back to the cubes coverage of Splunk dot com virtual. I'm john Kerry host of the cube we are here in the Splunk studios in Silicon Valley where all the execs are here, it's basically a spunk studio. It's everyone's here telling the stories. We also got some remote guests coming in, customers partners and other Splunk execs. We've got Katie bianchi senior vice president of customer success. Welcome back to the cube. Thank great to see you. >>Thanks john Great to be here. >>Yeah, I love the customer success stories because at the end of the day customers vote with their wallet and when basically like solutions, they'll this customer examples and customer testimonials. There's one thing I've learned covering Splunk over the past decade and done in many dot coms. It's you guys have very happy customers and over the years have continuing to have great customer success organically now have to high end on the enterprise now with cloud scale lots changing, lots growing the world that's going completely cloud. Um, and again, data is at the center of the value proposition as it always was more important than ever. So what's new with the customers? What are some of the successful is that you're seeing what's new in your world? >>Yeah, Thanks for thanks for asking, john I think, You know, we've been talking about how things have been changing over the past 18 months. And if I over simplify our customer obsession means that everything we do is designed to make sure we're helping customers get the most out of their investment was flunk every single day. So we do this across our global team and our partner ecosystem who are providing both the right adoption and technical services and were architected and deploying thousands of Splunk environments to help our customers get to ongoing value. But in the world that we're living with today, I talked to so many customers who are doing amazing things with Splunk but dealing with really tough challenges right? So through the pandemic, everyone is dealing with more complexity, more change in the velocity that we have never seen before. And on top of all this, shifting to a fully digital business model, there's whole new challenges to effectively monitoring infrastructure and applications and maintaining security posture with this to customers that I'm talking to are also having to figure out ways to do a lot more with less. I think we all know it's an incredibly competitive talent market out there. So our customers are relying on Splunk and customer success more and more to make it easier and faster to get to value, to investigate, to monitor, to detect and to remediate. So that pace and all that change of what's happening means that we have to continually check ourselves to be that right strategic partners that can move at the pace of our customers because customers are counting on us to provide right services at the right time for every stage of their journey with us. >>Great point, great insight there. I want to ask you because Splunk has always had this kind of in their D. N. A. Because when Splunk started was always something new and it wasn't a new thing. That new thing never seen before. Now as the world can you guys continue to do that? You bring something new to the market, you operationalize, you bring value to customers then it happens again and again and again. But now more than ever the data rolls of cloud and and customer applications is new for customers. So you have a diverse customer base. I know you're obsessed with customer service but how do you how do you have a customer success? How do you deal with the fact that sometimes things are so new and there may or may not be a benchmark there and you can't go with the proven former. Sometimes you can sometimes you can't how do you solve? It's new to me problem that customers want this new thing. >>Yeah, I think you know a lot of what we see today is that the power as long as a data platform to bring in complex data allows customers to do many different things. Whether it's infrastructure monitoring, whether it's security, use cases or whether its application performance monitoring and all of that is new for our customers. So oftentimes like you said we grew up having customers use us for single use case when we're bringing this much data into the platform and they see what can be unlocked through the value of Splunk, what we have to make sure that they can do is most seamlessly move from use case and value point. So that means from a C. S. Perspective we have to continually make sure that we're doing what customers are asking us to do which is having the right services that deliver the right outcomes that are as prescriptive as possible and that we're doing that across the domain of all of our empire portfolio. So we spend a lot of time making sure that our technical services are scaling to the needs of customers but also everything that we do around success planning and adoption and use case guidance and best practices as well as our education and enablement are as prescriptive as possible for customers whether they are new to Splunk or whether they are scaling Splunk across multiple use cases and multiple areas of their business. >>Certainly a lot of not of multi vendor, multi vendor activities. Modern application development, security is a big part of it. So I have to ask you given all that, what are the top things, top three things for instance that your customers are asking from you guys from C. S perspective customer success >>perspective great question. So I think over, I think what we hear the most frequently is give me a more seamless buying experience with services that are really easy to consume and speed my time to value second and I just mentioned this is I need services that aren't task, just task based to work. I need services that deliver the outcome that I need for the business problem or business opportunity that I am trying to solve for. So make sure that your portfolio lines up with our outcomes And I think 3rd is all about more prescriptive guidance. The world is hard, the world is complex, data is only getting more complex while the opportunity is big, our role is all about prescription and making it as easy as possible. >>So I have to ask you the question that I'm observing, many people are in the industry as well is that Splunk is changing as a company. Um everyone knows the vibe of Splunk is very cool, very chill, very organic, big community vibe, good customer success, everything's going great. You continue to knock it out of the park over the years, but now you're mature company now, Scale is coming in, your customers are getting bigger and bigger. You have existing customers getting new customers, you have new offerings. There's a whole another Splunk coming another level. >>Yeah. How do you, how >>do you view that from a custom respect and you can, you share your reaction to that? >>Yeah, I, you know, I think it's an honor to be part of a company that has such a strong culture and has such great partnership with our customers and it really is all because of who our customers are and I think who are people are internally. But I think growing and scaling and making sure that we are able to deliver the right services at scale is a critical component of what we have to do to help customers along this journey. So the role of you keep saying this, but the role of customer success is to make the complex easy and we do that by making sure that we as an organization have the right data, the right prescription, the right way to serve our customers and the right coverage model no matter where customers are on the journey or who they are and getting and getting the most prescription to them at the right time. And that's that's quite frankly how we scale. But also what our customers asked for. They're asking for more module arised content and they're asking us for more ways that they can drive best practices and use case guidance from right within the product. And those are things that we are working on to help continue to scale out what we're able to do. >>That's a great point. Taking the complexity, make it simple and enable them to be successful. I think data does that you guys are offering that platform which is a great business model by the way, if you can provide those kind of value that's always a winning formula, Make things easy, reduce the steps it takes to do things and make it fast and simple. Uh I have to ask because you mentioned earlier, the top of this interview about digital business, we're here Splunk canceled the conference now is virtual. Were coming in remotely here on site at the studio. They they have a virtual student there now in the media business, which is a data business. You know, you guys are now doing tv with CUBA's here. Um everyone is realizing the pandemic. That digital business now is standard. You're seeing the impact of the instrumentation you mentioned. So as the digital business transformation is accelerated here and this time, not for everybody, it's going to change how customers are behaving. What have you what have you observed at the pandemic? Because it's kind of panel has cleared the runway a little bit for people to to do this properly because you can see what's not working. So what's your thoughts on this whole digital business? Everyone's connected and data is at the center of it. What's your thoughts? >>Yeah, absolutely. I I look, I think, you know what we have seen over the last 12-18 months with this acceleration to a digital business model, is that things and the other dynamics going on or that things are only getting more complex. Right? So strong customers can come to Splunk cloud because we know it reduces complete with complexity in their moves because we are that data platform that allows them to search, investigate and monitor across cloud across multi cloud and across hybrid environments but that's complex. Over the last year we've seen customers get too much quicker value um, in in Splunk cloud right there going through large complex transformation. One of the easiest things you can do is shed the amount of time and money you're spending, managing, monitoring your infrastructure. So coming to Splunk cloud helps accelerate time to value for them in that way. But let's make no mistake, that is really complex. And so part of what we are doing is ramping up our level of focus on those modernization services for customers. So customers who are choosing to come to Splunk cloud for those benefits. We are there from planning and cut over and beyond with more prescriptive tools, more automation and how we move data, more resources and more experts to get customers to Splunk cloud more seamlessly. And that for us from a modernization perspective is one thing that we are hearing clearly customers asking asking for specific in the space so they can take more advantage and move more quickly. >>One of the trends that we're reporting on and I'll get to the headline in silicon angle in a minute, what's reporting on this event is there's more, more surface area, there's more data, there's more tools and tools are important for helping people automate but at the same time if you have more tools you have more blind spots or silos. So when you get into this world of architecture, customers are struggling that we talked to around trying to find the ideal equation of okay balancing architecture platform and tools that's equilibrium if you will by getting access to the data. What's your reaction to that? Because this becomes one of those decisions. I think Splunk shines where you can kind of have the best of a platform at the same time use tooling where relevant to accelerate whether it's automation or other other jobs versus buying tools for everything. >>Yeah and I and so I think part of the part of the thing that we continue to see is with the proliferation of data and data sources and a different degree of complexity in tooling the decisions around what's important and what's not important become much more much more complex for customers and much more difficult for customers to make. So we're changing a lot on the product and pricing side to sort of facilitate that piece. But I think when you're talking about how do I get the most value immediately, what we do across our go to market organization is make sure that we're partnering with customers to say what are the outcomes that you want from you want a need as a priority from a monument infrastructure monitoring for an application performance security perspective and then how do we make sure that we're prioritizing your maturity journey very prescriptively to say here the use cases that are most material here are the data sources that are most material and here's a success plan that helps you get deployed to your priorities so you can start the journey with us and build on that as we go. So again, it's really about how do we make the complex really easy through higher degrees of prescription but really making sure that we're doing our job and tying the prescription to what our customers need most when they need it. >>That's a great segment of my next question. In fact, my final question because because you know the headline on silicon angle dot com that we're reporting for this event is I'll read it to you. Splunk doubles downs on multi cloud data access, observe ability and security at its annual summit. Okay, so balancing the shiny new toy in the North Star Direction vision to practical prescriptive customer journeys is always a balance because you want to talk to customers about the future. Multi cloud, obviously observe ability super important. And honestly if security gonna be built in, okay, we all know that back to the mainstream customer, you're in the customer success. So you want to show them the North Star, show them the headroom, whatever metaphor you want to use at the same time they're dealing with problems and things that they're trying to solve right now. What's your what's your thoughts on on customer success knowing that there's a lot of cool new things coming. >>Yeah, I think our job like I excited, I'll start and in the same sort of started in the same way. Um our job at the end of the day is to help customers get the most out of their current investment was blank and that does and that is all about working on what that maturity journey looks like, prioritizing outcomes that our customers care about and starting and starting that journey. So there's foundational work that needs to be done aligned to priorities. That's where we start and then if we're doing what we need to be doing, creating those prescriptive plans and those success plans, then all of how we deliver to that value is prioritized through what customers need the most when they need it and that is our role and then we believe that by doing that and moving as quickly as we can with customers to get to that value, then we're enabling them to continue on that journey for all the new stuff that's out there that they can explore and get more value from. >>Its always good to have that North star and that china new toy, new technology. So, I have to ask your final final question because I have you here, what have you learned during the pandemic that you could share with other practitioners that are watching or maybe watching this as they look at the best practice because we've seen a lot of evidence where some people have fallen to the side or failed. Didn't weren't prepared. People who were in the cloud experimenting got that tailwind and survived and thrived somewhere re factoring new business were emerging. So you kind of see a pattern, is there anything that you've noticed on your end um that you can share with, you know how to lean into something new? So you don't be left out in the cold if uh the wave comes, a new trend comes that they need to take advantage of like date at the edge or cloud scale. What are some of the things you've you've observed and learned? >>Yeah, that's a great question. So I think, you know, I think for me, my personal learning through the pandemic has been like, we always need to be looking around corners and planning specifically to for our customers and thinking for them in terms of what problems that they will have and we have to anticipate that so that we can pivot and create the right services that help them leverage to do what they need. So very early on. Um even very early on in the pandemic, our professional services team flipped within a two week period doing fully remote and virtual deployments because we knew we couldn't stop time to value given the shift to remote work, our customers were relying on us to deploy so that they could monitor infrastructure um and monitor work from home usage. And I think along with that as we started to see in through the back half digital transformations really pick up and customers move to cloud. We've been working across across the last really 12 to 15 months to really start to plan around what does it take to create the right services and the right capability, not just within Splunk but within our partner ecosystem to effectively move customers to Splunk cloud and help them navigate uh hybrid, multi cloud world with much more speed. And so for me, those are the two things that we really leaned into hard because we were always looking around corners and saying what's next for our customers based on what we're seeing happened in the external environment. >>Great insight, Katie, thank you for coming on the cube. That's awesome. And I think, you know, customers are seeing success formulas and the new ones are emerging and you guys are going the next level is always fun to talk about the future and today at the same time so great to have you on. And certainly at the end of the day the customers, the ones who are deploying and create the innovation with software and data. So thanks for sharing. >>Yeah. Thanks john um really, really happy to spend the time. There's nothing I like to do more than talk about our customers and to all of our customers, huge thank you to you for your partnership and all you're doing to continue to power the world with data. >>It's always good to have a lot of customers to tell the story for you, but I appreciate you. Coming on, congratulations on your success. It's the cube we are here live in the studio of Splunk Studios for their virtual event uh with the remote interview. We're talking all the people in the, in the industry. We can, we're bringing it in. We're going, we're doing the interviews here in person as well as a hybrid event. I'm john for the cube. Thanks for watching. Mm >>mm. Mhm.

Published Date : Oct 20 2021

SUMMARY :

I'm john Kerry host of the cube we Um, and again, data is at the center of the value proposition as it always was more important to are also having to figure out ways to do a lot more with You bring something new to the market, you operationalize, you bring value to customers then it happens again and again and are scaling to the needs of customers but also everything that we do around success So I have to ask you given all that, what are the top things, I need services that deliver the outcome that I need for the business problem So I have to ask you the question that I'm observing, many people are in the industry as well is that Splunk is changing as So the role of you keep saying this, but the role of customer for people to to do this properly because you can see what's not working. One of the easiest things you can do is shed the amount of time and money you're spending, are important for helping people automate but at the same time if you have more tools you to say what are the outcomes that you want from you want a need So you want to show them the North Star, show them the headroom, whatever metaphor you want to use at the same time they're Um our job at the end of the day is to help customers get the most So you kind of see a pattern, is there anything that you've noticed on your end um that you can share with, the last really 12 to 15 months to really start to plan around and the new ones are emerging and you guys are going the next level is always fun to talk about the future and our customers and to all of our customers, huge thank you to you for your partnership and all you're doing It's the cube we are here live in the studio of Splunk Studios for their virtual event

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Katie BianchiPERSON

0.99+

KatiePERSON

0.99+

Katie bianchiPERSON

0.99+

john KerryPERSON

0.99+

Silicon ValleyLOCATION

0.99+

thousandsQUANTITY

0.99+

SplunkORGANIZATION

0.99+

Splunk StudiosORGANIZATION

0.99+

two weekQUANTITY

0.99+

two thingsQUANTITY

0.99+

CUBAORGANIZATION

0.98+

johnPERSON

0.98+

one thingQUANTITY

0.98+

pandemicEVENT

0.97+

3rdQUANTITY

0.97+

bothQUANTITY

0.97+

D. N. A.LOCATION

0.97+

todayDATE

0.96+

OneQUANTITY

0.96+

oneQUANTITY

0.95+

last yearDATE

0.95+

Splunk cloudORGANIZATION

0.95+

secondQUANTITY

0.94+

15 monthsQUANTITY

0.94+

single use caseQUANTITY

0.92+

Splunk .conf21OTHER

0.89+

12QUANTITY

0.88+

single dayQUANTITY

0.87+

three thingsQUANTITY

0.86+

past 18 monthsDATE

0.85+

chinaORGANIZATION

0.83+

C. SORGANIZATION

0.79+

NorthORGANIZATION

0.76+

last 12-18 monthsDATE

0.73+

SplunkPERSON

0.67+

a minuteQUANTITY

0.65+

past decadeDATE

0.64+

waveEVENT

0.63+

ScaleORGANIZATION

0.6+

SplunkQUANTITY

0.59+

StarLOCATION

0.48+

SplunkTITLE

0.42+