Sanjeev Mohan, SanjMo | MongoDB World 2022
>>Mhm. Mhm. Yeah. Hello, everybody. Welcome to the Cubes. Coverage of Mongo db World 2022. This is the first Mongo live mongo DB World. Since 2019, the Cube has covered a number of of mongo shows actually going back to when the company was called Engine. Some of you may recall Margo since then has done an i p o p o in 2017, it's It's been a rocket ship company. It's up. It'll probably do 1.2 billion in revenue this year. It's got a billion dollars in cash on the balance sheet. Uh, despite the tech clash, it's still got a 19 or $20 million valuation growing above 50% a year. Uh, company just had a really strong quarter, and and there seems to be hitting on all cylinders. My name is Dave Volonte. And here to kick it off with me as Sanjeev Mohan, who was the principal at Sanremo. So great to see you. You become a wonderful cube contributor, Former Gartner analyst. Really sharp? No, the database space in the data space generally really well, so thanks for coming back on >>you. You know, it's just amazing how exciting. The entire data space is like they used to say. Companies are All companies are software companies. All companies are data >>companies, >>so data has become the the foundation. >>They say software is eating the world. Data is eating software and a little little quips here. But this is a good size show. Four or 5000 people? I don't really know exactly. You know the numbers, but it's exciting. And of course, a lot of financial services were here at the Javits Centre. Um, let's let's lay down the basics for people of Mongo, DB is a is a document database, but they've been advancing. That's a document database as an alternative to R D. B M s. Explain that, but explain also how Mongo has broadened its capabilities and serving a lot more use cases. >>So that's my forte is like databases technology. But before even I talk about that, I have to say I am blown away by this mongo db world because mongo db uh, in beckons to all of us during the pandemic has really come of age, and it's a billion dollar company. Now we are in this brand new Javits Centre That's been built during the pandemic. And and now the company is holding this event the high 1000 people last year. So I think this company has really grown. And why has it drawn is because its offerings have grown to more developers than just a document database document databases. Revolution revolutionised the whole DBM s space where no sequel came up. Because for a change, you don't need a structured schema. You could start bringing data in this document model scheme, uh, like varying schema. But since then, they've added, uh, things like such. So they have you seen such? They added a geospatial. They had a time series last year, and this year they keep adding more and more so like, for example, they are going to add some column store indexes. So from being a purely transactional, they are now starting to address analytical. And they're starting to address more use cases, like, you know, uh, like what? What was announced this morning at keynote was faceted search. So they're expanding the going deeper and deeper into these other data >>structures. Taking Lucy made a search of first class citizens, but I want to ask you some basic questions about document database. So it's no fixed schemes. You put anything in there? Actually, so more data friendly. They're trying to simplify the use of data. Okay, that's that's pretty clear. >>What are the >>trade offs of a document database? >>So it's not like, you know, one technology has solved every problem. Every technology comes with its own tradeoffs. So in a document, you basically get rid of joining tables with primary foreign keys because you can have a flexible schemer and so and wouldn't sing single document. So it's very easy to write and and search. But when you have a lot of repeated elements and you start getting more and more complex, your document size can start expanding quite a bit because you're trying to club everything into a single space. So So that is where the complexity goes >>up. So what does that mean for for practitioner, it means they have to think about what? How they how they are ultimately gonna structure, how they're going to query so they can get the best performances that right. So they're gonna put some time in up front in order to make it pay back at the tail end, but clearly it's it's working. But is that the correct way of thinking about >>100% in, uh, the sequel world? You didn't care about the sequel. Analytical queries You just cared about how your data model was structured and then sequel would would basically such any model. But in the new sequel world, you have to know your patterns before you. You invest into the database so it's changed that equation where you come in knowing what you are signing up. >>So a couple of questions, if I can kind of Colombo questions so to Margo talks about how it's really supporting mission critical applications and at the same time, my understanding is the architecture of mongo specifically, or a document database in general. But specifically, you've got a a primary, uh, database, and you and that is the sort of the master, if you will, right and then you can create secondaries. But so help me square the circle between mission critical and really maybe a more of a focus on, say, consistency versus availability. Do customers have to sort of think about and design in that availability? How do they do that? How a Mongol customers handling that. >>So I have to say, uh, my experience of mongo db was was that the whole company, the whole ethos was developed a friendly. So, to be honest, I don't think Mongo DB was as much focused on high availability, disaster, recovery, even security. To some extent, they were more focused on developer productivity. >>And you've experienced >>simplicity. Make it simple, make the developers productive as fast as you can. What has really, uh, was an inflexion point for Mongo DB was the launch of Atlas because the atlas they were able to introduce all of these management features and hide it abstracted from the end users. So now they've got, you know, like 2014 is when Atlas came out and it was in four regions. But today they're in 100 regions, so they keep expanding, then every hyper scale cloud provider, and they've abstracted that whole managed. >>So Atlas, of course, is the managed database as a service in the cloud. And so it's those clouds, cloud infrastructure and cloud tooling that has allowed them to go after those high available application. My other question is when you talk about adding search, geospatial time series There are a lot of specialised databases that take time series persons. You have time series specialists that go deep into time series can accompany like Mongo with an all in one strategy. Uh, how close can they get to that functionality? Do they have to be? You know, it's kind of a classic Microsoft, you know, maybe not perfect, but good enough. I mean, can they compete with those other areas? Uh, with those other specialists? And what happens to those specialists if the answer is yes. What's your take on that? If that question >>makes sense So David, this is not a mongo db only issue This is this is an issue with, you know, anytime serious database, any graph database Should I put a graph database or should I put a multifunctional database multidimensional database? And and I really think there is no right or wrong answer. It just really comes down to your use case. If you have an extremely let's, uh, complex graph, you know, then maybe you should go with best of breed purpose built database. But more and more, we're starting to see that organisations are looking to simplify their environment by going in for maybe a unified database that has multiple data structures. Yeah, well, >>it's certainly it's interesting when you hear Mongo speak. They don't They don't call out Oracle specifically, but when they talk about legacy r d m r d B m s that don't scale and are complex and are expensive, they're talking about Oracle first. And of course, there are others. Um, And then when they talk about, uh, bespoke databases the horses for courses, databases that they show a picture of that that's like the poster child for Amazon. Of course, they don't call out Amazon. They're a great partner of Amazon's. But those are really the sort of two areas that mangoes going after, Um, now Oracle. Of course, we'll talk about their converged strategy, and they're taking a similar approach. But so help us understand the difference. There is just because they're sort of or close traditional r d B M s, and they have all the drawbacks associated with that. But by the way, there are some benefits as well. So how do you see that all playing >>out? So you know it. Really, uh, it's coming down to the the origins of these databases. Uh, I think they're converging to a point where they are offering similar services. And if you look at some of the benchmark numbers or you talk to users, I from a business point of view, I I don't think there's too much of a difference. Uh, technology writes. The difference is that Mongo DB started in the document space. They were more interested in availability rather than consistency. Oracle started in the relation database with focus on financial services, so asset compliance is what they're based on. And since then they've been adding other pieces, so so they differ from where they started. Oracle has been in the industry for some since 19 seventies, so they have that maturity. But then they have that legacy, >>you know, I love. Recently, Oracle announced the mongo db uh, kpi. So basically saying why? Why leave Oracle when you can just, you know, do the market? So that, to me, is a sign that Mongo DB is doing well because the Oracle calls you out, whether your workday or snowflake or mongo. You know, whoever that's a sign to me that you've got momentum and you're stealing share in that marketplace, and clearly Mongo is they're growing at 50 plus percent per year. So thinking about the early I mentioned 10 gen Early on, I remember that one of the first conferences I went to mongo conferences. It was just It was all developers. A lot of developers here as well. But they have really, since 2014, expanded the capabilities you talk about, Atlas, you talked about all these other you know, types of databases that they've added. If it seems like Mongo is becoming a platform company, uh, what are your thoughts on that in terms of them sort of up levelling the message there now, a billion dollar plus company. What's the next? You know, wave for Mongo. >>So, uh, Oracle announced mongo db a p i s a W s has document d. B has cost most db so they all have a p. I compatible a p. I s not the source code because, you know, mongo DB has its own SPL licence, so they have written their own layer on top. But at the end of the day, you know, if you if you these companies have to keep innovating to catch up with Mongo DB because we can announce a brand new capability, then all these other players have to catch up. So other cloud providers have 80% or so of capabilities, but they'll never have 100% of what Mongo DB has. So people who are diehard Mongo DB fans they prefer to stay on mongo db. They are now able to write more applications like you know, mongo DB bought realm, which is their front end. Uh, like, you know, like, if you're on social media kind of thing, you can build your applications and sink it with Atlas. So So mongo DB is now at a point where they are adding more capabilities that more like developers like, You know, five G is coming. Autonomous cars are coming, so now they can address Iot kind of use cases. So that's why it's becoming such a juggle, not because it's becoming a platform rather than a single document database. >>So atlases, the near the midterm future. Today it's about 60% of revenues, but they have what we call self serve, which is really the traditional on premise stuff. They're connecting those worlds. You're bringing up the point that. Of course, they go across clouds. You also bring up the point that they've got edge plays. We're gonna talk to Verizon later on today. And they're they've got, uh, edge edge activity going on with developers. I I call it Super Cloud. Right, This layer that floats above. Now, of course, a lot of the super Cloud concert says we're gonna hide the underlying complexity. But for developers, they wanna they might want to tap those primitives, so presumably will let them do that. But But that hybrid that what we call Super Cloud that is a new wave of innovation, is it not? And do you? Do you agree with that? And do you see that as a real opportunity from Mongo in terms of penetrating a new tan? >>Yes. So I see this is a new opportunity. In fact, one of the reasons mongo DB has grown so quickly is because they are addressing more markets than they had three pandemic. Um, Also, there are all gradations of users. Some users want full control. They want an eye as kind of, uh, someone passed. And some businesses are like, you know, we don't care. We don't want to deal with the database. So today we heard, uh, mongo db. Several went gear. So now they have surveillance capability, their past. But if you if you're more into communities, they have communities. Operator. So they're addressing the full stack of different types of developers different workloads, different geographical regions. So that that's why the market is expected. >>We're seeing abstraction layers, you know, throughout the started a physical virtual containers surveillance and eventually SuperClubs Sanjeev. Great analysis. Thanks so much for taking your time to come with the cube. Alright, Keep it right there. But right back, right after this short break. This is Dave Volonte from the Javits Centre. Mongo db World 2022. Thank you. >>Mm.
SUMMARY :
So great to see you. like they used to say. You know the numbers, but it's exciting. So they have you seen such? Taking Lucy made a search of first class citizens, but I want to ask you So it's not like, you know, one technology has solved every problem. But is that the correct way of thinking about But in the new sequel world, you have to know your patterns before you. is the sort of the master, if you will, right and then you can create secondaries. So I have to say, uh, my experience of mongo db was was that the So now they've got, you know, like 2014 is when Atlas came out and So Atlas, of course, is the managed database as a service in the cloud. let's, uh, complex graph, you know, then maybe you should go So how do you see that all playing in the industry for some since 19 seventies, so they have that So that, to me, is a sign that Mongo DB is doing well because the Oracle calls you out, db. They are now able to write more applications like you know, mongo DB bought realm, So atlases, the near the midterm future. So now they have surveillance We're seeing abstraction layers, you know, throughout the started a physical virtual containers surveillance
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
David | PERSON | 0.99+ |
Dave Volonte | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Verizon | ORGANIZATION | 0.99+ |
Four | QUANTITY | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
1.2 billion | QUANTITY | 0.99+ |
2017 | DATE | 0.99+ |
Sanjeev Mohan | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
80% | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
$20 million | QUANTITY | 0.99+ |
Mongo | ORGANIZATION | 0.99+ |
Margo | PERSON | 0.99+ |
100% | QUANTITY | 0.99+ |
Lucy | PERSON | 0.99+ |
2014 | DATE | 0.99+ |
this year | DATE | 0.99+ |
19 | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
5000 people | QUANTITY | 0.99+ |
100 regions | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
four regions | QUANTITY | 0.98+ |
pandemic | EVENT | 0.98+ |
Today | DATE | 0.97+ |
Margo | ORGANIZATION | 0.97+ |
first | QUANTITY | 0.97+ |
1000 people | QUANTITY | 0.97+ |
about 60% | QUANTITY | 0.97+ |
one technology | QUANTITY | 0.97+ |
2019 | DATE | 0.95+ |
first conferences | QUANTITY | 0.95+ |
above 50% a year | QUANTITY | 0.94+ |
single space | QUANTITY | 0.94+ |
Atlas | TITLE | 0.94+ |
mongo DB | TITLE | 0.93+ |
two areas | QUANTITY | 0.93+ |
single document | QUANTITY | 0.93+ |
atlases | TITLE | 0.92+ |
19 seventies | DATE | 0.92+ |
this morning | DATE | 0.91+ |
Atlas | ORGANIZATION | 0.9+ |
Mongo DB | TITLE | 0.89+ |
billion dollar | QUANTITY | 0.86+ |
one strategy | QUANTITY | 0.85+ |
Mm. | PERSON | 0.84+ |
50 plus percent per year | QUANTITY | 0.84+ |
Javits Centre | LOCATION | 0.83+ |
>100% | QUANTITY | 0.82+ |
couple | QUANTITY | 0.81+ |
Mongo db World 2022 | EVENT | 0.81+ |
single document database | QUANTITY | 0.79+ |
Gartner | ORGANIZATION | 0.77+ |
mongo db | TITLE | 0.77+ |
10 gen | DATE | 0.77+ |
three | QUANTITY | 0.77+ |
Mongo DB | ORGANIZATION | 0.74+ |
billion dollars | QUANTITY | 0.74+ |
mongo db | TITLE | 0.72+ |
Sanremo | LOCATION | 0.72+ |
MongoDB World 2022 | EVENT | 0.69+ |
Cédric Gégout, Amdocs | Couchbase Application Modernization
>>Mm. >>Amdocs is a leader in providing software and services to some key industries, like telecommunications, media and financial services. In our next session, >>we >>welcome Cedric Jay Gould, who is the head of technical product at Amdocs. And we'll learn about Amdocs modernisation journey and how it added value for their end customers. Cedric. Welcome. >>Welcome. Good. >>Thank you. So describe your modern application, your portfolio, and you know what you're delivering for customers. >>So home dogs is B s s S s players who we are providing a food digital suite for customers. Uh, our customers are communication service providers, which are have to deploy a full digital sweets customer experience. Um, we're for the full os BSS, BSS tax. So, actually, Amdocs is one of the leader in this kind of digital transformation. >>So of course you talk about this as and BS. I mean, you're talking about some really hardened, uh, stacks, right? Uh, telco industry. Uh, say what you want about it, but, boy, the phone works when you dial it. So So you've got this sort of a decades old, you know, platform that you guys have been evolving over the over the years. described this modernisation journey and and the role that couch base played. What value does this offer This modernisation offer to your organisation. And where does Couch based fit? >>Yeah, exactly the same. So that so. Basically what, uh, all solution is You know, it's a broad for you of a large number of components which have to deal with funds, uh, experience of the user and from and then dealing all the, uh, activation of the services in the network in order to deliver a solution, Uh, your services, like mobile services or communication services to, uh, Susan users. So we have a full suites, which, uh, was previously based on, you know, on technology is based on the oracle with web logic and things like that. And what we did is that we do a modernisation of, uh, this something, like, six years ago. A bit more than six years ago. We start to modernisation and transformation of our product into a creative solution. Collaborative solutions. So, uh, and when we did that, we start with Coach base as a partner, uh, to provide the nominative database. So we are actually delivery. We have a guarantee of more than 8000 people developing this product. It's a product which is used by more than 300 customers. Uh, so So it's it's real product that needs to be very flexible. That needs to address many kind of use cases from, uh, Telco or customers, which RCs PS usually till 0 to 1 telco. So we what we wanted to build is a food creative solution that can work on any cloud, then can can skill very, very easily and can address multiple use cases. Okay, And that's why, Coach Base, when we selected Coach Basit, it matched a lot of requirements and criteria as we had. And when we decided to modernise our product, we decided to work with >>you. So you had a lot of experience and and legacy with Oracle and Web logic. I'm curious just to follow up. Why didn't you stay with Oracle? You mentioned? Gotta run any cloud. You gotta be flexible. But could you could you double click on what Couch based delivered from a requirement standpoint, that was such a good fit? >>Well, there's there's a good fit with technology that such as, uh, coach basis. First it's a noise school detonates, right? So it's in terms of performance for some of the youth case that we have. It's very important to have, you know, technology which are are done and optimised for the noise secure use cases. That's the first thing. The second thing as I mentioned the scalability, the fact that you can, almost indefinitely infinitely you can increase the size of your cluster. You can have more, uh, servers and and and And this will skill, you know, very rapidly. And also what we're very interesting to have from coach bases the ability to have something which can be replicated across multiple sites. So with visual technology from coach base, which enable to build, you know, very modern architecture with deployment on multiple agents to have disaster recovery, active, active sites, you know, things like that which are very becoming like the main requirement for more customers now. >>Okay, so I'm presuming there were parts of your application portfolio that you weren't gonna touch and throw away that you had to collect or connect the new with the old. That's always, you know, you know, a challenge. I'm wondering what advice you give to an organisation. That's kind of investing in a similar path, trying to deliver the best digital experiences to customers. You know what? What would you say are the modernisation you gotta have must have, whether it's architecture, internal culture, what are some of those items? >>So so that yes, you're right. I think the integration with the legacy systems is actually, you know, very, very important topic in all domain in the domain. But we we made a very, uh, will see drastic choice or brave choice choice. When, uh, 60 years from now, when we decided to reformat to re platforms are completely or portfolio. Okay, So we we changed more than 95% of our portfolio and 95% of the portfolio today, Arklow native. Which means that they can be deployed on any cloud that actually, they are fully scalable and and and still, we did this transformation. Now, when we do the digital transformation of the, uh, customer system, then we need to integrate with legacy systems, and we need to help our customers to migrate from the legacy systems to creative solutions and doing so, it's important to have in the database domain. It's very important to have a solution which is very flexible in terms of, uh, what kind of data I can manage. And I can, as I said, skill easily, for sure. But also, it's sexual. Okay, Because when you are moving the data from a legacy system or record based or whatever to, uh, another type of, uh, database, you want to be sure that you are you can do it securely, and you're you're not, uh, compromising in any sense, Uh, in terms of security scalability, uh, etcetera. Right. So So, um, in this case, I mean, I will say And then in this opportunities journey, uh, this was very, very, very, very important component in, uh, you know, in our strategy, for all the reasons I mentioned right, it's very coordinative. It's scalable, It's secure. Uh, it's another product, uh, grade. So? So that's that's why it really is. So there's there's a chest back to you. >>You know, this notion that 90 per you really re platform 90% of your portfolio and made a cloud native. That's that's a It's a brave move because a lot of companies do that that I've talked to. They will build an abstraction layer and microservices and make that piece cloud native and then have that kind of overlay. You decided not to do that. Why is that? Was that for performance reasons? You were worried about just bringing along technical debt. I mean, that really must have been an interesting discussion internally in your company. >>Yeah, it's true. I mean, the main motivation, the main driver was business flexibility. Because now we live in a world where our customers, what they need is to be able to test the new feature quickly. And they need to be able to scale the system in a matter of hours. Okay, so we are not in a domain anymore. Where you you when you have to upgrade something, you need to take a few days. It needs to be done in a very, very quickly. And the only way to achieve those, uh, requirements business requirements is to be creative. It's to build microservices and to really realise one of those per cent of, uh, micro services architecture because this is the only way you will have the business flexibility. You will be able to have a resilient architecture. Uh, you know, you can, uh you can deploy this with full high availability across multiple zones, multiple regions and feeling that so, uh, any modern architecture today that that is competing with us, Actually, a micro services based architecture. There is no other way to achieve, uh to to to meet the requirement of the market today, and especially when five g is coming, things will become much more complex. Will become much more, uh, distributed. Uh, you cannot work anymore with the model it architecture. And again, I think the database is nowhere different. Needs to follow the same kind of architecture needs to follow the same principles. So that's that's why am I mean another another point about Yeah, >>So if I If I summarised, it sounds like your top three requirements would be flexibility, which you're getting from the cloud native and microservices piece the scale and the security. Is that right? That I get that right? The three top >>That's right. And the resilience as well. I mean the fact that now you know, with micro services architecture, if one of the system is done, he knows how to self to restart it himself. Right itself. Sorry. So So that's this kind of architecture that we built. It's an architecture which can be resilient in a sense that it can sense itself, and it can ensure full availability. And if something is going down, is not working properly, then on some kind of mechanisms will happen in order to go back to a stable state. >>Yeah. So you've got that automation in there. So you don't doesn't require the labour that it might have 10 years ago. So you're obviously embracing cloud native microservices. So you're on that jury. I'm curious. What are you doing with that? You're you're freeing up. You guys used to bring in lab coats and dig in and figure out what's wrong or restart the system. Where are you in your journey, and how are you? Sort of reallocating those resources. And where do you see that going? >>Yeah, Okay, so that's that's a very good point. Because actually, we when we build this new system, which is unable to do, you know, to self heal himself, right? Uh, actually, the question was more about how we can improve the system, even know how we can be sure that, uh, you know, issues that we we any issues which we are we are facing will not happen again. Well, not actual again. Okay. And this is a, uh, principle. Okay, Practise that we have now people are walking on automation. They're building automation around all these recovery procedures about, uh, fixing. So they're not actually digging into the application now anymore into the system, they learn how the system is walking and buildings all the right automation task to ensure that the system is constantly, constantly resilient. Alright, so that's the necessary practises organisation is now built around. You know, this kind of this approach developed computer develops being fully a geologically having sa reorganisation SRE oriented organisation. And, uh and that's the only way you know you can reach very high, uh, in terms of availability. >>So the big problem that your traditional telco customers have is the amount of data that they're servicing going through the roof and the cost per bit is sinking like that. And you have all the over the top providers coming in creating these customer experiences with modern applications and they've owned the customer data. You mentioned five g. So I'm interested in what the future of modern apps looks like for Amdocs and your customers because five G gives your traditional telco customers the ability if they can have these flexible systems that you're providing to now have better relationships with customers and actually kind of reclaim, you know, some of that that value that they've lost to a lot of competitors, your thoughts on the future. >>So first, you know, technically speaking, we we we will have two challenges. One is about data, and other one is about distribution of the work. Okay, because when we are speaking about five g, we're speaking about the age. We're speaking about the fact that an application may be located very closely to the network because it needs to be to to achieve, you know, to to deliver a very short latency, and, uh and this application can move. Okay, so you you you you will have to be able to distribute completely your your solutions. Okay. And that's why we are working closely with, uh, club providers at the US as you Google and because we we need to be sure that the applications of the systems that we are building will be able to distribute the application as close as possible to the end users. Okay, so that's that's one of the key challenges. Which means that the application is to be very possible and he'd be very scalable, and then it needs to be able to move very quickly from one place to another. That's really what is what What, what? What is happening now and what will become, uh, with five G? The other challenge is behind the communication of all these components is really the data, because now we will capture more and more that are coming from the different systems. And I'm not speaking only about the consequence the customer that are who they are, what they what they like and what they want to do, etcetera. And speaking also about, uh, monitoring that of the systems. Okay, so we will generate a lot of information and this this information needs to be traded very quickly, needs to be stored in very large data lake, and we need to have extraction and manipulation of the data very, very quickly to to give the right information to the applications. Um, in this case, okay, it's very important to have application to have databases that can as I said, skill very quickly. But also we'll be able to have very ideal city note, you know, sense that they with a certain amount of memory or sentiment of storage, you can store a lot of data. And this is where we are always, you know, checking what is the best technologies. And so far, not coach bases, technologies that we're using for for stalking, storing all the data. Because because it's it's a ratio in terms of, uh, performance on the number of data you can store, Uh is very high. Okay, so that's that's another challenge that we're addressing. Of course, God is not the only solution, but it's another another one. >>Excellent. Okay, we're gonna leave it there. Cedric, Thanks so much. A great storey and really appreciate your insights. >>You're welcome. Thank you very much. >>Okay, that's it for today. I hope you've enjoyed the application. Modernisation summit made possible by Couch Base. We shared some fresh survey data and got the perspectives of three expert analysts. We got an outstanding roadmap from Ravi Meyer. Um, who's the CEO of Couch base? And of course, we got the customer angle from Cedric. So look, Maybe you're an organisation going through a modernisation initiative. And if you're thinking about what the future of applications looks like cheque out couch. Based on the road this summer, the application modernisation summit is hitting the road traversing North America and Europe. Find out where they will be where they will be near you by visiting couch based dot com slash roadshow. Ravi is gonna be there along with other thought leaders and peers who will be sharing learnings and best practises on how to modernise now and for the future. And you'll get a chance to interact with some of those piers, something that everyone I know is looking forward to. This is Day Volonte. Thanks for joining us today. And thanks for watching the Cube. Mhm. Yeah. Mm, yeah.
SUMMARY :
In our next session, And we'll learn about Amdocs modernisation journey and how it added value Welcome. So describe your modern application, So, actually, Amdocs is one of the leader in this kind of digital So of course you talk about this as and BS. Uh, so So it's it's real product that needs to be very flexible. So you had a lot of experience and and legacy with Oracle and Web logic. and and And this will skill, you know, very rapidly. That's always, you know, you know, a challenge. uh, you know, in our strategy, for all the reasons I mentioned right, You know, this notion that 90 per you really re platform 90% of your uh, micro services architecture because this is the only way you will have the business So if I If I summarised, it sounds like your top three requirements would be flexibility, I mean the fact that now you know, with micro services architecture, So you don't doesn't require the labour that it might have 10 years even know how we can be sure that, uh, you know, issues that we we and actually kind of reclaim, you know, some of that that value that they've lost be able to have very ideal city note, you know, sense that they with a Okay, we're gonna leave it there. Thank you very much. Find out where they will be where they will be near you
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Telco | ORGANIZATION | 0.99+ |
Ravi Meyer | PERSON | 0.99+ |
ORGANIZATION | 0.99+ | |
Amdocs | ORGANIZATION | 0.99+ |
Cédric Gégout | PERSON | 0.99+ |
95% | QUANTITY | 0.99+ |
90% | QUANTITY | 0.99+ |
Europe | LOCATION | 0.99+ |
North America | LOCATION | 0.99+ |
US | LOCATION | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
more than 300 customers | QUANTITY | 0.99+ |
Cedric | PERSON | 0.99+ |
today | DATE | 0.99+ |
First | QUANTITY | 0.99+ |
telco | ORGANIZATION | 0.99+ |
Cedric Jay Gould | PERSON | 0.99+ |
second thing | QUANTITY | 0.99+ |
first thing | QUANTITY | 0.99+ |
more than 8000 people | QUANTITY | 0.99+ |
Ravi | PERSON | 0.99+ |
One | QUANTITY | 0.99+ |
six years ago | DATE | 0.99+ |
Couch base | ORGANIZATION | 0.98+ |
two challenges | QUANTITY | 0.98+ |
more than 95% | QUANTITY | 0.98+ |
three | QUANTITY | 0.97+ |
10 years ago | DATE | 0.97+ |
first | QUANTITY | 0.97+ |
Arklow | ORGANIZATION | 0.97+ |
one | QUANTITY | 0.96+ |
60 years | QUANTITY | 0.96+ |
0 | QUANTITY | 0.96+ |
Day Volonte | PERSON | 0.96+ |
three expert analysts | QUANTITY | 0.94+ |
1 | QUANTITY | 0.89+ |
more than | DATE | 0.86+ |
this summer | DATE | 0.85+ |
Couch Base | ORGANIZATION | 0.82+ |
double | QUANTITY | 0.81+ |
Susan | PERSON | 0.8+ |
decades | QUANTITY | 0.79+ |
application modernisation | EVENT | 0.76+ |
five g. | ORGANIZATION | 0.76+ |
about five g | QUANTITY | 0.72+ |
one place | QUANTITY | 0.72+ |
90 per | QUANTITY | 0.72+ |
top | QUANTITY | 0.71+ |
five G | ORGANIZATION | 0.67+ |
Modernisation | EVENT | 0.66+ |
five g | ORGANIZATION | 0.62+ |
Cube | TITLE | 0.54+ |
Basit | PERSON | 0.52+ |
Base | ORGANIZATION | 0.44+ |
Coach | PERSON | 0.43+ |
G | ORGANIZATION | 0.41+ |
Ajay Mungara, Intel | Red Hat Summit 2022
>>mhm. Welcome back to Boston. This is the cubes coverage of the Red Hat Summit 2022. The first Red Hat Summit we've done face to face in at least two years. 2019 was our last one. We're kind of rounding the far turn, you know, coming up for the home stretch. My name is Dave Valentin here with Paul Gillon. A J monger is here is a senior director of Iot. The Iot group for developer solutions and engineering at Intel. AJ, thanks for coming on the Cube. Thank you so much. We heard your colleague this morning and the keynote talking about the Dev Cloud. I feel like I need a Dev Cloud. What's it all about? >>So, um, we've been, uh, working with developers and the ecosystem for a long time, trying to build edge solutions. A lot of time people think about it. Solutions as, like, just computer the edge. But what really it is is you've got to have some component of the cloud. There is a network, and there is edge and edge is complicated because of the variety of devices that you need. And when you're building a solution, you got to figure out, like, where am I going to push the computer? How much of the computer I'm going to run in the cloud? How much of the computer? I'm gonna push it at the network and how much I need to run it at the edge. A lot of times what happens for developers is they don't have one environment where all of the three come together. And so what we said is, um, today the way it works is you have all these edge devices that customers by the instal, they set it up and they try to do all of that. And then they have a cloud environment they do to their development. And then they figure out how all of this comes together. And all of these things are only when they are integrating it at the customer at the solution space is when they try to do it. So what we did is we took all of these edge devices, put it in the cloud and gave one environment for cloud to the edge. Very good to your complete solution. >>Essentially simulates. >>No, it's not >>simulating span. So the cloud spans the cloud, the centralised cloud out to the edge. You >>know, what we did is we took all of these edge devices that will theoretically get deployed at the edge like we took all these variety of devices and putting it put it in a cloud environment. So these are non rack mountable devices that you can buy in the market today that you just have, like, we have about 500 devices in the cloud that you have from atom to call allusions to F. P. G s to head studio cards to graphics. All of these devices are available to you. So in one environment you have, like, you can connect to any of the cloud the hyper scholars, you could connect to any of these network devices. You can define your network topology. You could bring in any of your sources that is sitting in the gate repository or docker containers that may be sitting somewhere in a cloud environment, or it could be sitting on a docker hub. You can pull all of these things together, and we give you one place where you can build it where you can test it. You can performance benchmark it so you can know when you're actually going to the field to deploy it. What type of sizing you need. So >>let me show you, understand? If I want to test, uh, an actual edge device using 100 gig Ethernet versus an Mpls versus the five G, you can do all that without virtualizing. >>So all the H devices are there today, and the network part of it, we are building with red hat together where we are putting everything on this environment. So the network part of it is not quite yet solved, but that's what we want to solve. But the goal is here is you can let's say you have five cameras or you have 50 cameras with different type of resolutions. You want to do some ai inference type of workloads at the edge. What type of compute you need, what type of memory you need, How many devices do you need and where do you want to push the data? Because security is very important at the edge. So you gotta really figure out like I've got to secure the data on flight. I want to secure the data at Brest, and how do you do the governance of it. How do you kind of do service governance? So that all the services different containers that are running on the edge device, They're behaving well. You don't have one container hogging up all the memory or hogging up all the compute, or you don't have, like, certain points in the day. You might have priority for certain containers. So all of these mortals, where do you run it? So we have an environment that you could run all of that. >>Okay, so take that example of AI influencing at the edge. So I've got an edge device and I've developed an application, and I'm going to say Okay, I want you to do the AI influencing in real time. You got something? They become some kind of streaming data coming in, and I want you to persist, uh, every hour on the hour. I want to save that time stamp. Or if the if some event, if a deer runs across the headlights, I want you to persist that day to send that back to the cloud and you can develop that tested, benchmark >>it right, and then you can say that. Okay, look in this environment I have, like, five cameras, like at different angles, and you want to kind of try it out. And what we have is a product which is into, um, open vino, which is like an open source product, which does all of the optimizations you need for age in France. So you develop the like to recognise the deer in your example. I developed the training model somewhere in the cloud. Okay, so I have, like, I developed with all of the things have annotated the different video streams. And I know that I'm recognising a deer now. Okay, so now you need to figure out Like when the deer is coming and you want to immediately take an action. You don't want to send all of your video streams to the cloud. It's too expensive. Bandwidth costs a lot. So you want to compute that inference at the edge? Okay. In order to do that inference at the edge, you need some environment. You should be able to do it. And to build that solution What type of age device do you really need? What type of compute you need? How many cameras are you computing it? What different things you're not only recognising a deer, probably recognising some other objects could do all of that. In fact, one of the things happened was I took my nephew to San Diego Zoo and he was very disappointed that he couldn't see the chimpanzees. Uh, that was there, right, the gorillas and other things. So he was very sad. So I said, All right, there should be a better way. I saw, like there was a stream of the camera feed that was there. So what we did is we did an edge in friends and we did some logic to say, At this time of the day, the gorillas get fed, so there's likelihood of you actually seeing the gorilla is very high. So you just go at that point and so that you see >>it, you >>capture, That's what you do, and you want to develop that entire solution. It's based on whether, based on other factors, you need to bring all of these services together and build a solution, and we offer an environment that allows you to do it. Will >>you customise the the edge configuration for the for the developer If if they want 50 cameras. That's not You don't have 50 cameras available, right? >>It's all cameras. What we do is we have a streaming capability that we support so you can upload all your videos. And you can say I want to now simulate 50 streams. Want to simulate 30 streams? Or I want to do this right? Or just like two or three videos that you want to just pull in. And you want to be able to do the infant simultaneously, running different algorithms at the edge. All of that is supported, and the bigger challenge at the edge is developing. Solution is fine. And now when you go to actual deployment and post deployment monitoring, maintenance, make sure that you're like managing it. It's very complicated. What we have seen is over 50% 51% to be precise of developers are developed some kind of a cloud native applications recently, right? So that we believe that if you bring that type of a cloud native development model to the edge, then you're scaling problem. Your maintenance problem, you're like, how do you actually deploy it? All of these challenges can be better managed, Um, and if you run all of that is an orchestration later on kubernetes and we run everything on top of open shift, so you have a deployment ready solution already there it's everything is containerised everything. You have it as health charged Dr Composed. You have all their you have tested and in this environment, and now you go take that to the deployment. And if it is there on any standard kubernetes environment or in an open ship, you can just straight away deploy your application. >>What's that edge architecture looked like? What's Intel's and red hats philosophy around? You know what's programmable and it's different. I know you can run a S, a p a data centre. You guys got that covered? What's the edge look like? What's that architecture of silicon middleware? Describe that for us. >>So at the edge, you think about it, right? It can run traditional, Uh, in an industrial PC. You have a lot of Windows environment. You have a lot of the next. They're now in a in an edge environment. Quite a few of these devices. I'm not talking about Farage where there are tiny micro controllers and these devices I'm talking about those devices that connect to these forage devices. Collect the data. Do some analytics do some compute that type of thing. You have foraged devices. Could be a camera. Could be a temperature sensor. Could be like a weighing scale. Could be anything. It could be that forage and then all of that data instead of pushing all the data to the cloud. In order for you to do the analysis, you're going to have some type of an edge set of devices where it is collecting all this data, doing some decisions that's close to the data. You're making some analysis there, all of that stuff, right? So you need some analysis tools, you need certain other things. And let's say that you want to run like, UH, average costs or rail or any of these operating systems at the edge. Then you have an ability for you to manage all of that. Using a control note, the control node can also sit at the edge. In some cases, like in a smart factory, you have a little data centre in a smart factory or even in a retail >>store >>behind a closet. You have, like a bunch of devices that are sitting there, correct. And those devices all can be managed and clustered in an environment. So now the question is, how do you deploy applications to that edge? How do you collect all the data that is sitting through the camera? Other sensors and you're processing it close to where the data is being generated make immediate decisions. So the architecture would look like you have some club which does some management of this age devices management of this application, some type of control. You have some network because you need to connect to that. Then you have the whole plethora of edge, starting from an hybrid environment where you have an entire, like a mini data centre sitting at the edge. Or it could be one or two of these devices that are just collecting data from these sensors and processing it that is the heart of the other challenge. The architecture varies from different verticals, like from smart cities to retail to healthcare to industrial. They have all these different variations. They need to worry about these, uh, different environments they are going to operate under, uh, they have different regulations that they have to look into different security protocols that they need to follow. So your solution? Maybe it is just recognising people and identifying if they are wearing a helmet or a coal mine, right, whether they are wearing a safety gear equipment or not, that solution versus you are like driving in a traffic in a bike, and you, for safety reasons. We want to identify the person is wearing a helmet or not. Very different use cases, very different environments, different ways in which you are operating. But that is where the developer needs to have. Similar algorithms are used, by the way, but how you deploy it very, quite a bit. >>But the Dev Cloud make sure I understand it. You talked about like a retail store, a great example. But that's a general purpose infrastructure that's now customised through software for that retail environment. Same thing with Telco. Same thing with the smart factory, you said, not the far edge, right, but that's coming in the future. Or is that well, that >>extends far edge, putting everything in one cloud environment. We did it right. In fact, I put some cameras on some like ipads and laptops, and we could stream different videos did all of that in a data centre is a boring environment, right? What are you going to see? A bunch of racks and service, So putting far edge devices there didn't make sense. So what we did is you could just have an easy ability for you to stream or connect or a Plourde This far edge data that gets generated at the far edge. Like, say, time series data like you can take some of the time series data. Some of the sensor data are mostly camera data videos. So you upload those videos and that is as good as your streaming those videos. Right? And that means you are generating that data. And then you're developing your solution with the assumption that the camera is observing whatever is going on. And then you do your age inference and you optimise it. You make sure that you size it, and then you have a complete solution. >>Are you supporting all manner of microprocessors at the edge, including non intel? >>Um, today it is all intel, but the plan, because we are really promoting the whole open ecosystem and things like that in the future. Yes, that is really talking about it, so we want to be able to do that in the future. But today it's been like a lot of the we were trying to address the customers that we are serving today. We needed an environment where they could do all of this, for example, and what circumstances would use I five versus i nine versus putting an algorithm on using a graphics integrated graphics versus running it on a CPU or running it on a neural computer stick. It's hard, right? You need to buy all those devices you need to experiment your solutions on all of that. It's hard. So having everything available in one environment, you could compare and contrast to see what type of a vocal or makes best sense. But it's not >>just x 86 x 86 your portfolio >>portfolio of F. P. G s of graphics of like we have all what intel supports today and in future, we would want to open it up. So how >>do developers get access to this cloud? >>It is all free. You just have to go sign up and register and, uh, you get access to it. It is difficult dot intel dot com You go there, and the container playground is all available for free for developers to get access to it. And you can bring in container workloads there, or even bare metal workloads. Um, and, uh, yes, all of it is available for you >>need to reserve the endpoint devices. >>Comment. That is where it is. An interesting technology. >>Govern this. Correct. >>So what we did was we built a kind of a queuing system. Okay, So, schedule, er so you develop your application in a controlled north, and only you need the edge device when you're scheduling that workload. Okay, so we have this scheduling systems, like we use Kafka and other technologies to do the scheduling in the container workload environment, which are all the optimised operators that are available in an open shift, um, environment. So we regard those operators. Were we installed it. So what happens is you take your work, lord, and you run it. Let's say on an I seven device, when you're running that workload and I summon device, that device is dedicated to you. Okay, So and we've instrumented each of these devices with telemetry so we could see at the point your workload is running on that particular device. What is the memory looking like power looking like How hard is the device running? What is a compute looking like? So we capture all that metrics. Then what you do is you take it and run it on a 99 or run it on a graphic, so can't run it on an F p g a. Then you compare and contrast. And you say Huh? Okay for this particular work, Lord, this device makes best sense. In some cases, I'll tell you. Right, Uh, developers have come back and told me I don't need a bigger process that I need bigger memory. >>Yeah, sure, >>right. And some cases they've said, Look, I have I want to prioritise accuracy over performance because if you're in a healthcare setting, accuracy is more important. In some cases, they have optimised it for the size of the device because it needs to fit in the right environment in the right place. So every use case where you optimise is up to the solution up to the developer, and we give you an ability for you to do that kind >>of folks are you seeing? You got hardware developers, you get software developers are right, people coming in. And >>we have a lot of system integrators. We have enterprises that are coming in. We are seeing a lot of, uh, software solution developers, independent software developers. We also have a lot of students are coming in free environment for them to kind of play with in sort of them having to buy all of these devices. We're seeing those people. Um I mean, we are pulling through a lot of developers in this environment currently, and, uh, we're getting, of course, feedback from the developers. We are just getting started here. We are continuing to improve our capabilities. We are adding, like, virtualisation capabilities. We are working very closely with red hat to kind of showcase all the goodness that's coming out of red hat, open shift and other innovations. Right? We heard, uh, like, you know, in one of the open shift sessions, they're talking about micro shifts. They're talking about hyper shift, the talking about a lot of these innovations, operators, everything that is coming together. But where do developers play with all of this? If you spend half your time trying to configure it, instal it and buy the hardware, Trying to figure it out. You lose patience. What we have time, you lose time. What is time and it's complicated, right? How do you set up? Especially when you involve cloud. It has network. It has got the edge. You need all of that right? Set up. So what we have done is we've set up everything for you. You just come in. And by the way, not only just that what we realised is when you go talk to customers, they don't want to listen to all our optimizations processors and all that. They want to say that I am here to solve my retail problem. I want to count the people coming into my store, right. I want to see that if there is any spills that I recognise and I want to go clean it up before a customer complaints about it or I have a brain tumour segmentation where I want to identify if the tumour is malignant or not, right and I want to telehealth solutions. So they're really talking about these use cases that are talking about all these things. So What we did is we build many of these use cases by talking to customers. We open sourced it and made it available on Death Cloud for developers to use as a starting point so that they have this retail starting point or they have this healthcare starting point. All these use cases so that they have all the court we have showed them how to contain arise it. The biggest problem is developers still don't know at the edge how to bring a legacy application and make it cloud native. So they just wrap it all into one doctor and they say, OK, now I'm containerised got a lot more to do. So we tell them how to do it, right? So we train these developers, we give them an opportunity to experiment with all these use cases so that they get closer and closer to what the customer solutions need to be. >>Yeah, we saw that a lot with the early cloud where they wrapped their legacy apps in a container, shove it into the cloud. Say it's really hosting a legacy. Apps is all it was. It wasn't It didn't take advantage of the cloud. Never Now people come around. It sounds like a great developer. Free resource. Take advantage of that. Where do they go? They go. >>So it's def cloud dot intel dot com >>death cloud dot intel dot com. Check it out. It's a great freebie, AJ. Thanks very much. >>Thank you very much. I really appreciate your time. All right, >>keep it right there. This is Dave Volonte for Paul Dillon. We're right back. Covering the cube at Red Hat Summit 2022. >>Mhm. Yeah. Mhm. Mm.
SUMMARY :
We're kind of rounding the far turn, you know, coming up for the home stretch. devices that you need. So the cloud spans the cloud, the centralised You can pull all of these things together, and we give you one place where you can build it where gig Ethernet versus an Mpls versus the five G, you can do all that So all of these mortals, where do you run it? and I've developed an application, and I'm going to say Okay, I want you to do the AI influencing So you develop the like to recognise the deer in your example. and we offer an environment that allows you to do it. you customise the the edge configuration for the for the developer So that we believe that if you bring that type of a cloud native I know you can run a S, a p a data So at the edge, you think about it, right? So now the question is, how do you deploy applications to that edge? Same thing with the smart factory, you said, So what we did is you could just have an easy ability for you to stream or connect You need to buy all those devices you need to experiment your solutions on all of that. portfolio of F. P. G s of graphics of like we have all what intel And you can bring in container workloads there, or even bare metal workloads. That is where it is. So what happens is you take your work, So every use case where you optimise is up to the You got hardware developers, you get software developers are What we have time, you lose time. container, shove it into the cloud. Check it out. Thank you very much. Covering the cube at Red Hat Summit 2022.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Valentin | PERSON | 0.99+ |
Ajay Mungara | PERSON | 0.99+ |
Paul Gillon | PERSON | 0.99+ |
Telco | ORGANIZATION | 0.99+ |
two | QUANTITY | 0.99+ |
France | LOCATION | 0.99+ |
one | QUANTITY | 0.99+ |
50 cameras | QUANTITY | 0.99+ |
five cameras | QUANTITY | 0.99+ |
50 streams | QUANTITY | 0.99+ |
30 streams | QUANTITY | 0.99+ |
Dave Volonte | PERSON | 0.99+ |
100 gig | QUANTITY | 0.99+ |
Boston | LOCATION | 0.99+ |
Paul Dillon | PERSON | 0.99+ |
Intel | ORGANIZATION | 0.99+ |
today | DATE | 0.99+ |
three videos | QUANTITY | 0.99+ |
Red Hat Summit 2022 | EVENT | 0.99+ |
about 500 devices | QUANTITY | 0.98+ |
Red Hat Summit | EVENT | 0.98+ |
ipads | COMMERCIAL_ITEM | 0.98+ |
Iot | ORGANIZATION | 0.98+ |
Kafka | TITLE | 0.98+ |
each | QUANTITY | 0.97+ |
Windows | TITLE | 0.97+ |
three | QUANTITY | 0.97+ |
AJ | PERSON | 0.97+ |
first | QUANTITY | 0.96+ |
red hat | TITLE | 0.96+ |
Death Cloud | TITLE | 0.95+ |
one doctor | QUANTITY | 0.94+ |
over 50% 51% | QUANTITY | 0.93+ |
Farage | ORGANIZATION | 0.92+ |
intel dot com | ORGANIZATION | 0.9+ |
intel | ORGANIZATION | 0.9+ |
this morning | DATE | 0.89+ |
one cloud | QUANTITY | 0.88+ |
San Diego Zoo | LOCATION | 0.87+ |
99 | QUANTITY | 0.86+ |
one container | QUANTITY | 0.86+ |
one environment | QUANTITY | 0.86+ |
2019 | DATE | 0.85+ |
half | QUANTITY | 0.85+ |
one place | QUANTITY | 0.84+ |
least two years | QUANTITY | 0.83+ |
Dev Cloud | TITLE | 0.81+ |
monger | PERSON | 0.77+ |
time | QUANTITY | 0.76+ |
I five | OTHER | 0.76+ |
P. G | PERSON | 0.75+ |
red hat | TITLE | 0.74+ |
two of | QUANTITY | 0.73+ |
Brest | ORGANIZATION | 0.63+ |
nine | TITLE | 0.61+ |
86 | OTHER | 0.58+ |
devices | QUANTITY | 0.56+ |
things | QUANTITY | 0.51+ |
five G | OTHER | 0.49+ |
86 | QUANTITY | 0.48+ |
Cloud | TITLE | 0.46+ |
seven | COMMERCIAL_ITEM | 0.4+ |
dot | ORGANIZATION | 0.34+ |
cloud | TITLE | 0.32+ |
Sally Eaves, Global Foundation for Cyber Studies & Research | Women in Tech: Int. Women's Day
>>Yeah. Hello and welcome to the Cubes Presentation of Women in text. Global event Celebrating International Women's Day I'm John for a host of the Cube were with Sally E. Senior Policy Advisor Global Foundation for Cyber Studies and Research. Sally, great to see you. Thanks for coming on the cue for International Women's Day. Appreciate it. >>Pleasure, John. Great speech again. >>Love your title. Global Foundation for Cyber Studies. Um, global is a big part of the theme this year. Uh, cyber studies. We're seeing a lot of cyber activity all around the world, networks, communities coming together, the role of data. I mean, everything is touching our lives. There are no boundaries anymore. What does it all mean? There's so much to talk about your in the middle of it before we get into it. Tell us about your career and your history. How you got interested in tech and what you're working on. >>Absolutely. I love it. Kind of this age of convergence coming together right now, isn't it? That's how I would describe it. And that's kind of a bit like my career. I think in many ways as well. So for the audience, really great to be here and share about that today, and I kind of say, three main palace, so one would be emergent technologies. So, you know, I started off right through from coding to advisory to CTO type roles as well also change management. And now I'm more advisors right across from a I to five G to to Iot and security, for example as well. Also passionate about education checking education for me. They always go hand in hand, some a professor at a number of universities and in my non for profit, we really do a lot of outreach around educational opportunities as well. And that third pillar opponent hinted at it already will be social impact. So really passionate about how we can use tech as a force for good things around sustainability right at the heart of that, but also around diversity equity and inclusion. So we do a lot of pro project your locally and globally around kind of reframing what a tech career looks like, giving people more democratised access. Those tech opportunities outside of that a bit like yourself, you know, podcast host and writer and speaker and things as well, so very much going to building that community around key tech topics. >>Well, folks watching should check it out on Twitter. She's that great content you mentioned Mobile World Congress. Before we get on camera, you mentioned convergence. I mean, we're at a time now. I got to ask you while I got you here before we get into the whole schools and career tech thing, we've seen this movie before, but never at this scale. The convergence and the confluence of education and scale of cloud computing, the ability to level up and get, um, I won't say democratised. That's kind of overused. But I'm just talking about like with cloud computing could be educated and in market with a job instantly. Um, the barriers just seem to be moving away because of the the openings and the roles are changing. So, more than ever, this whole new tech scene comes together in a way. Can you share your thoughts and vision because to me, we're seeing this happening at such a scale unprecedented in my career? >>It is. And that's one of those words that the part had been overused, unprecedented, but right now it really, really is. It's not just a speed of change. I think it's a scale of change as well. You know, I think previously we've talked about disciplines in silos to a certain extent. Haven't we know in terms of like, an AI special is, um or five g one or other disciplines as well? But really, now that convergence about what one tech enables another, it really is that smart technology coming together for more and more different use cases, but that residents around how important education is alongside that alongside process alongside culture and shared values as well it really is. It's kind of holistic integration of everything that matters at the moment. And it's evolving business models as well. You know, shared values rights centre stage around that MWC just come back from that, And the key topics there weren't just by G, it was the importance of ecosystem collaboration. For example, there are less tracks that were isolated on one technology. It was more this conflation of these different technologies coming together and what we can achieve from that from business but also for society so really exciting focus areas now things that maybe once or a few years ago, more than periphery. They're now absolutely centre stage. So it's good to see that progress in that area. And I love to advocate around that. >>And the education piece is so important, and we always stay here in Cuba. It's a data problem, right? Everything's a data problem when you look at schools and education is structured and unstructured data kind of our our systems right, So structured as schools, institutions, those kinds of career paths or education pathways. And then you haven't structured freeform communities, seeing a lot more education going on within groups. Um, off structured environments like schools, Can you and you do a lot with schools? Can you share more how you're doing? Um uh, work with schools specifically on the structured side to get girls into careers faster and tech? And then can you also comment on the other side? What's going on in the communities because it's it's kind of going on in parallel, but they're not mutually exclusive. >>No, absolutely community, absolutely key word that I love that, and I think when we're talking about diversity and technology, it's not just what we're doing now with what we're looking at is looking ahead, but also looking at future pipeline as well. So for me, I use this express a little bit. But change the narrative. That's what springs to mind for me when we're talking about that, and particularly for girls going into technology but also more broadly, diversity of experience. More broadly, we do have these drop offs, so UK is one example, but it is really representative of the global trends that we're seeing. Now. We get a drop off of girls in particular, taking ice subjects at GCSE level so kind of that subject choice choice at 12 to 14, that kind of area. We get the same thing at a level that's equivalent of 16 to 18 and then even safer university or even apprenticeships, whichever both equally valid. But even if people are taking those types of skills, they're not then choosing to apply them in their careers. So we're seeing these kind of three pillars where we need to intervene earlier. So for me, the more that we can do things you know from dedicated educational offers, but equally partnering with tech companies to do outreach around this area. We need to go in younger and younger is so important to address that. Why? Why are people thinking they can't? Why is his career not for me, for example, so addressing that is huge. And that's one of the things we do with my nonprofit that's called aspirational futures. We go into schools and two universities, but equally do things with older adults and re Skilling and up Skilling as well. Because again, we can't leave that behind either. There's something for all different kind of age groups and backgrounds here, but specifically, I think, in terms of getting people interested in this career, curiosity matters. You know, I think it's an underrated skills. So it's changing the narrative again. And what the tech career actually is, what skills are valid? You know, I mentioned, I have a coding background as a starter. But not all tech careers involve coding, particularly the rise of low code or no code, for example as well. So really valued skill. But so many other skills are valid as well, you know, creativity or emotional intelligence problem solving skills. So for me, I like to drive forward. All those skills can make a difference as an individual, as a team, so your you know your tech career. All those skills are valid and you can make a huge difference. And I also think, you know, just kind of really bringing to the fore what different types of projects you can be involved in in tech as well. And I found really resonating when you can talk about tech for good projects and show how you're making a difference about some of those big challenges. Um, that's kind of really kind of resonating responsible people as well. So again, the more we can show tangible projects where you can make a difference and the whole range of skills that are involved in that it really helps people to think differently and gain that skills confidence. So it's like, >>Well, that's awesome insight. I want to just double click on that for a second, because one the drop off. Can you just repeat the ages where you see the drop off with the drop offs are >>absolutely yeah, no problem, John. So it's kind of when you're making your first choices around your first kind of qualifications. Between that 12 to 14 age group, 16 to 18 and then 18 to 21 I think we've really got to tackle that So again the earlier we can go in the better and again supporting people within organisations as well. So I do a lot of work like internally, with organisations as well people looking to up skill and re skill. You mentioned about data and the importance of data literacy earlier on in the conversation as well. For example, going into organisations and really helping to support people in all roles, not just tech facing roles develop that skills, confidence as well. So for me it's access to skills really bringing forward the difference. You can make that holistic range of skills that makes a difference, but also the confidence to apply them as well. You know, we talk about agility, of organisations, a lot areas, one of those kind of words in the last 12 months. But maybe we don't talk about personal agility and team agility as well. So I kind of talked about it. This little toolbox, if we can give people more and more things to draw from it, the only constant is this rate of change. If you've got more things in your armoury to cope with that and be an agile to that. It takes that fear away about what happens next because you feel you've got more skills to dip into it and to apply. So for me, it's that that confidence, not just the access to the skills >>and the other thing, too, I thought was insightful. I want to just reiterate and bring to the surface again as skills, right? So you don't have to be a coder. And I see I have two daughters just with my family. Yeah, I do python. They kind of put their toe in the water cause it's cool. Maybe that's a path, and they kind of don't like, maybe get into it. But it's not about coding anymore because you said low code, no code. Certainly. Maybe AI writes the code. We all see that happening. It's problem solving. It's you could be in health care and you could be nerd native, as we say, as on some of the other interviews of that year at the problem, solving the aperture of skills is much broader now. Can >>you share more than >>more than because with your with your programme and your nonprofit, I know you're in the middle of it, and this is important to get that out there. >>Absolutely so skills. You know, I think we need to change the focus on what skills make a difference if you see what I mean. I think you're absolutely right. There's some misconceptions about, you know, you want to go into tech, you need to be a coda. And you're right with the upscale around low Skilling. Sorry, Low code and the code opportunities. Um, I think the niches around being a specialist. Koda. We're gonna get more roles in that area, but in other areas, we need to look at different skills gap. So I'm advising people to look at where the gaps are now. So cyber security is a key example of that testing architecture. Those gaps are getting bigger. Their amazing skills, opportunities. They're so focused on a particular discipline. But it's all those skills that surround that that make a difference as well. So as I mentioned, you know, e Q creativity, communication skills, because it's not just about having the skills to build the future, knew that imagination to refocus about what that could even be. You know, that was one of the MWC 20 to refrain, reimagine and I love to kind of galvanise that spirit and people that you can be part of that, you know, wherever you are now. And I actually run a little series called 365, and you mentioned something right at the start of our conversation about International Women's Day being such an important focus area. But also we need to think about this beyond that as well. So hence that's the title of the series that I run because it's a focus on that every single day of the year. You know, I interviewed people that could be a C suite roles, but equally I've had some amazing interviews with 12 to 14 year olds, even younger, the youngest of the seven year old. He's doing like an amazing project in their kitchen with a three D printer working with local school or a hospice doing something around Ukraine. Another project we're doing at the moment, actually, and it's so resonating it's trying to show people wherever you are now, wherever you want to be, there's somebody relatable that you can make. You can see whatever sector, in whatever age, whatever background, and I think it's to give that inspiration. Hey, you know what I can do that that can be me. So visibility of role models, it really matters. And to really broaden out what role model looks like, you know? >>And then I think people out there you see yourself. I mean, this is what we been >>proven right? >>It's proven I want to get into the aspirational futures thing that you have going on, and I know this is important to you, but also something else you said was, is that there's more jobs open and say cybersecurity than ever before. And you're seeing this trend where all these new roles are emerging because of the tech that weren't around years ago, right? And so we've been having conversations in the Cube saying, Hey, all these roles are new, but also problems are new to these New new problems are surfacing because of the this new environment we're in. So these new roles still have to solve problems, so we need people to solve those problems. This is the future. This is the conversation that people are trying to get zero in on misinformation, cybersecurity, you name it. Society is changing with >>new. You >>have new new problems and new opportunities. Could you share your aspirational future? How you vector into that? >>Yeah, absolutely. And for me it's just again that we're convergence around people in technology and partnership, and that's what we aim to do. We do projects at a very local level, but equally we do them at national and international level as well. And one of our kind of people assume I'm talking pillars a lot, but I like it as a framework. So one of those esteem learning. So putting an equal value on the arts as well as science, technology, engineering, mathematics because I think they are. You know, as I mentioned before, hand that imagination, creativity, curiosity, collaboration, skills. They're equally valid as a different types of tech skills as well. We need an equal value and all of them. I think that's hugely important, important today. I think over the last 5 to 10 years, maybe there's been less of a focus within curriculums on the arts area than the other areas. So for me, putting that equal focus back is hugely important to navigate change, you know, I think that's that's that's absolutely key. So we focus on that area and we do a whole range of tech for good projects, and that's the way we help people to learn, you know, for example, data 90% at the moment of data isn't touched again when it's archived after three months. How can we turn that into a learning opportunity? For example? Some of the projects we use some of this is not going to be used again. We do it in a very safe, secure way, but we use that as one of our training aids, and then we apply them for local projects. We have initiatives from hackathons and ideation right through to very tangible hubs that we've actually built out where people can go, learn up skill and kind of learn through play and experimentation as well. Because again, I think that sometimes under explored that type of value and that freedom to be able to do that. And we also do things, change management skills. We talk about agile learning, agile technology need agile change management as well. So it's a very holistic skills. Look at what you need to navigate that future and have the confidence to apply them. So steam is very much our focus, applying them for tech for good projects and doing that externally, but also within organisations as well. So that very much is shared value approach to good business, but good for society as well. So yes, that this toolbox, that technology I applied earlier we really try and give people that support. To be able to do that, to move forward with confidence and optimism. >>I think adding the aid to stem really for steam is really smart because entrepreneurship or any problem solving creativity is the spark of innovation. >>And that's a super >>important skill. And we've seen it, whether it's startup or in a big company or in society, so super, super insightful. So I got to ask you, as a policy senior policy advisor on cyber studies globally, what are the core issues you're looking at right now? What are you shutting the light on and what's the most important thing you're working on? And then what's the most important thing you're working that people aren't talking about, that people should pay attention to >>Absolutely so. One of my key roles of the foundation is is kind of share of global trust. Essentially, um, and again trust is that one of the key issues of our time? One thing that people are talking about so much that relates with that actually is there's there's research from a group called The Woman. They've been looking at this for about 17 years or so. The research that came out most recently and I've got some original research that kind of support this as well is that for the first time ever, consumers are looking at organisations like tech organisations and other large organisations, in particular the enterprise level, really, as the bastions of trust to a bigger extent than NGOs or even governments. And that's the first time we've seen it at that level. So trust really really matters. It's one of the biggest differentiators of our time, so we're trying to help people. How do you establish trust? How do you build transparency, commitment and accountability, particularly in areas where there's currently confusion, so as one example going back Security zero Trust That phrase is used an awful lot, isn't it? But it's sometimes causing some confusion. Actually, it against what it's trying to deliver if you see what to me. So now I just do something recently with SMB s in particular and there is a confusion that effectively, you know, you could You could buy off the shelf and it's once and done. Um, And then we're sorted for the zero Trust security. And obviously it's not like that. It's an ongoing journey, and there's so many different constituent parts. So there's some things I'm seeing at the moment in the market with there's confusion around around certain language, for example. So again it goes back to backing things up with the technology but also research and awareness so we can see where those skills gaps are. You can see where there's awareness gaps are we can help to fill them. So that's an important part of that particular role bringing the technology in the culture and the education hand in hand together. So it's something I'm really passionate about, and for me sort of related to this, Um, I do a lot of work around S G, um, to the sustainable development goals. In particular, environmental and social governance is something that's becoming much more of a bigger kind of centre stage conversation. I'm an action point in a moment which is fantastic because this is something I've been involved in kind as long as I can remember. So I work directly with organisations like, um Unesco, lots of different professional bodies. It's kind of a huge driver for me. So one thing to kind of look out for that's coming very soon. I'm seeing an issue around around measurement in this area. You know, we're seeing consumers becoming more and more conscious and employees, you know you want to work for by from advocate organisations that have that same value alignment that you have personally and professionally, hugely important. We're seeing some great reports coming out around better e S g measurement. But it can be hard to compare between different organisations, so we are getting more transparency. But it's difficult sometimes to make fare comparisons. Um, so what I'm trying to do a lot of work on at the moment is how you go beyond that transparency to commitment to accountability and that deeper level and that comparability. So I would say kind of to the audience moment, Look out for a bit of a new index. It's going to help people, I think, make those conscious choices make informed choices. So it's something I'm super, super passionate about. I want to try and take that to next level in terms of its actualisation. >>That's awesome. And certainly we'll link to it on our site. All the work you're doing on interviews will put links there as well. We'll make sure we'll follow up on that. Great to have you on. You're such an inspiration. Amazing work, cutting edge work. And I'm I'm super impressed with the cyber studies, and I think this is really important. I have to ask you a final question because you're in the middle of it again with covid and the unfortunate situations we've been living with Covid. And now, obviously with this Ukraine situation that the cyber has been pulled to the front of the agenda and you're seeing a cultural shift. You certainly got Web three. Cyber is now part of everyone's life, and they can see it. They've been seeing it living it. Everything's been pulled forward as a cultural shift happening, okay, and and it's really interesting right now, and I want to get your thoughts because this now people are now aware what cyberwar means cyber security cyber. At home, I have remote work. Cyber has become front and centre or digital. However you want to call it in our lives pulled forward. >>So I'm not even sure in some >>cases, maybe rightfully so, and others. What's your view on this whole cultural cyber being pulled forward? >>It is. It's really, really interesting. And so one of the things I do is I am now ready to a Cyber Insights magazine as well. So we're developing a lot of content pieces around this and lots of things I'm seeing here. So your covid point, I think one of the most interesting things there is around literacy. For example, you remember when we went back to 18 months ago? We're having daily briefings, whether that's from from UK Parliament or the U. S. Equivalent. And different phrases were coming into everyday language driven by the curve or driven by the data. And they're coming into everyday life and people family kitchen table. It was something that hasn't been spoken about before, but suddenly it was driving everyday decision making and what you could and couldn't do. And that's raised awareness. And I think it helped people to ask better questions and to challenge things that they're seeing. And where has that data come from? How has it been presented to have seen that there? I think similarly, where we're having that same understanding and raise of questioning around what we're hearing around cyber as well. You're looking at where that source has come from, and how can we look at that in a different way? So again, I think it's raising that awareness, which is really, really crucial, >>the >>other thing as well around cyber security in particular. And again, I don't think this is talked about as much. When we talk about aspects around inclusion, we talk about diversity equity. Um, I'll see inclusion. I talk about belonging a lot as well. I think there's other aspects around sustainability that Inter relate as well, because when we find, for example, communities that are not included, they tend to be more adversely affected by, for example, climate factors as well. There's an interrelation. They're equally We find that people that haven't got, for example, the same level of cybersecurity protection are also in that same. There's an interrelation across all those elements were not talking about that either. So that's the other thing. I want to kind of bring attention to their again. They aren't separate conversations is a huge crossover between these different conversations and actions that we can do to make a difference. So there's some positive aspects about things that have happened over the last period of time and also some challenges that if we're aware of them, we can work together again, that collaboration piece to be able to overcome them. You know, I've got I've got a book coming out, all for charity called Tech for Good and one of my kind of tag lines. There is around contagion of positive change. Again, let's reframe the language around what's been happening. And let's kind of put that together is something that's far more positive. >>Language is super important, great >>content here. So >>thanks so much for coming. I really appreciate all the great insight and taking the time out of your busy day to to join us here in the Cube. Women in tech Global Event. Thank you so much. >>My absolute pleasure. Thank you. Thank you all for watching. >>Okay. The cubes presentation of women in text. Global event Celebrating International Women's Day. I'm John for a host of the Cube. Thanks for watching
SUMMARY :
of the Cube were with Sally E. Senior Policy Advisor Global Foundation for Cyber Studies and of the theme this year. So for the audience, I got to ask you while I got you here before we get into the whole schools and career tech thing, we've seen this It's kind of holistic integration of everything that matters at the moment. And the education piece is so important, and we always stay here in Cuba. So for me, the more that we can do things you know from dedicated educational offers, Can you just repeat the ages where you see the drop off with the drop offs are So again the earlier we can go in the better and again supporting people within organisations as well. So you don't have to be a coder. more than because with your with your programme and your nonprofit, I know you're in the middle of it, and this is important to You know, I think we need to change the focus on what skills make a difference if you see And then I think people out there you see yourself. So these new roles still have to solve problems, You Could you share your aspirational future? of tech for good projects, and that's the way we help people to learn, you know, for example, data 90% I think adding the aid to stem really for steam is really smart because entrepreneurship or any So I got to ask you, as a policy senior policy advisor on And that's the first time we've seen it at that level. that the cyber has been pulled to the front of the agenda and you're seeing a cultural shift. What's your view on this whole cultural cyber being pulled forward? And so one of the things I do is I am now ready to a Cyber Insights magazine So that's the other thing. So I really appreciate all the great insight and taking the time out of your busy day to to join us Thank you all for watching. I'm John for a host of the Cube.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Sally | PERSON | 0.99+ |
12 | QUANTITY | 0.99+ |
Ukraine | LOCATION | 0.99+ |
John | PERSON | 0.99+ |
16 | QUANTITY | 0.99+ |
Cuba | LOCATION | 0.99+ |
seven year | QUANTITY | 0.99+ |
two daughters | QUANTITY | 0.99+ |
International Women's Day | EVENT | 0.99+ |
Sally E. | PERSON | 0.99+ |
Unesco | ORGANIZATION | 0.99+ |
18 | QUANTITY | 0.99+ |
365 | TITLE | 0.99+ |
Tech for Good | ORGANIZATION | 0.99+ |
two universities | QUANTITY | 0.99+ |
first time | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
Global Foundation for Cyber Studies | ORGANIZATION | 0.99+ |
One | QUANTITY | 0.99+ |
14 | QUANTITY | 0.99+ |
first choices | QUANTITY | 0.99+ |
90% | QUANTITY | 0.99+ |
Global Foundation for Cyber Studies & Research | ORGANIZATION | 0.99+ |
14 year | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
18 months ago | DATE | 0.99+ |
python | TITLE | 0.98+ |
UK Parliament | ORGANIZATION | 0.98+ |
MWC 20 | EVENT | 0.98+ |
about 17 years | QUANTITY | 0.98+ |
2 | QUANTITY | 0.98+ |
Global Foundation for Cyber Studies and Research | ORGANIZATION | 0.98+ |
Sally Eaves | PERSON | 0.97+ |
one example | QUANTITY | 0.97+ |
Mobile World Congress | EVENT | 0.96+ |
this year | DATE | 0.96+ |
UK | LOCATION | 0.96+ |
third pillar | QUANTITY | 0.96+ |
today | DATE | 0.95+ |
three main palace | QUANTITY | 0.93+ |
one thing | QUANTITY | 0.92+ |
Women's Day | EVENT | 0.92+ |
Covid | PERSON | 0.91+ |
one technology | QUANTITY | 0.91+ |
Cube | ORGANIZATION | 0.91+ |
three pillars | QUANTITY | 0.91+ |
U. S. Equivalent | ORGANIZATION | 0.9+ |
The Woman | ORGANIZATION | 0.89+ |
10 years | QUANTITY | 0.88+ |
agile | TITLE | 0.87+ |
ORGANIZATION | 0.87+ | |
MWC | EVENT | 0.86+ |
first kind | QUANTITY | 0.85+ |
Cyber Insights | TITLE | 0.84+ |
last 12 months | DATE | 0.83+ |
three months | QUANTITY | 0.82+ |
single day | QUANTITY | 0.8+ |
One thing | QUANTITY | 0.79+ |
5 | QUANTITY | 0.78+ |
five | OTHER | 0.78+ |
zero Trust | QUANTITY | 0.76+ |
a few years ago | DATE | 0.74+ |
one tech | QUANTITY | 0.73+ |
double | QUANTITY | 0.71+ |
a second | QUANTITY | 0.7+ |
SMB | ORGANIZATION | 0.7+ |
GCSE | ORGANIZATION | 0.67+ |
in text | EVENT | 0.66+ |
Cube | PERSON | 0.65+ |
in tech Global Event | EVENT | 0.61+ |
Masum Mir and Greg Dorai, Cisco
>>Mm. Okay, we're back. Digging into the infrastructure to make hybrid work possible. High performance, cost effective, scalable and secure. That's what it's all about. So far, we've covered the rapid migration to WiFi 60 technology and the role that switching is going to play. And now we're gonna get into private five g to do that. Let's welcome Masumi here. Who is vice president and general manager of mobile cable and the Iot business at Cisco and Greg Dorey, who is the vice president of product management for the networking experiences group of Cisco. He's responsible for Catalyst access that whole portfolio enterprise five G Cisco DNA spaces, Cisco, Iasi A lot of stuff there. Uh, Greg gentlemen, welcome, >>Dave. Thank you for having us. >>Yeah, our pleasure. So let's start with you on the topic of private five g five g. What do we need to know about that? And more specifically, you know what's unique about Cisco's private five G? >>So, most importantly, delivering private five G in enterprise terms that's super important to look at five p. Many of our peer groups might have got it wrong. We're looking at private five g with the lens of enterprise. What enterprise really needs is five g going to come and displace a lot of existing technology? Or is it going to help augment the technology that enterprise has an excellent Their digitisation is you need. I wanted to start Dave with the basic premise of hybrid work, and what hybrid work really means. Is it only for knowledge worker or is it for all workers? So we strongly believe hybrid work needs to empower all workers. It's not only connecting remote workers but also bringing people things and space together. And I strongly believe the combination of WiFi six n five g for private network is going to accelerate that journey, bringing people things and space together in a very, very cohesive way. Why are our offer is so unique? We are going to create a continent. Enterprises don't have to make a hard choice. They will be using WiFi technology and five G technology hand in hand without creating a disruption on their policy and identity systems. They don't have to rethink. Do I have to go and build a new background is a common background that will support both WiFi as well as five t Most importantly, delivering this enter offer as a service with the ease of consumption is of operation and trusted environment that they can put their mission critical workloads on. >>I like it. So couple takeaways there are inclusive of all workers, not just knowledge workers non disruptive. Everybody loves to hear that. And of course, the as a service model is key. So let me stay with you. I mean, we can't wait for five g, right? It's lightning fast. They've got super low latency, very high bandwidth. So that's what everybody is excited about. The question, though, is is five g gets introduced. You know it's going to power things like Coyote Networks. Is that going to replace WiFi and legacy Wired broadband? >>Absolutely not. So we see private five years, an augmentation to the enterprise on top of WiFi WiFi. As you heard in the previous conversation, WiFi is bringing more capability with WiFi six and WiFi 16 and five G is going to be yet another augmentation. WiFi and fight. The will coexist within enterprise for many years to come. I would like my friend Greg to talk a little bit about this continuum. Greg. >>Yeah, I think it's sort of like I like to say it's an and not an AR because there's enough use cases out there. Richard Pryor Spectrum And you know, spectrum >>is a constraint, so >>you have private five G, your WiFi six and both offer opportunities. So, for example, in an indoor carpet setting where you're basically connecting your phone for basic browsing or connecting your laptop, WiFi is sufficient. But if it's a process automation, uh, factory where you need seven nines of reliability, private five g is a better technology. Similarly outdoor large areas. It's probably private. Five g right like this, you can have easy handoff between public and private, so it's use case driven, and once it's used case driven, it's going to be an are because there's so many next time use cases, whether it's a are we are drones, self driving cars, you name it right, like And so I think these two technologies five g and Y 5 60 is gonna work hand in hand to deliver awesome outcomes for our customers. >>Yeah, and just the data volumes are gonna be incredible. We always talk about the data volumes. You ain't seen nothing yet is what I always say. But the thing is, every new tech that's introduced into the enterprise, you can almost be certain that is going to bring adoption challenges. And not only that also is going to bring changes in the way you do things. And that brings new complexities from an operational standpoint. So my question is, how are you addressing this with the introduction of five g. >>Dave, this is a fantastic question, and this is why we have spent me and Greg have spent tremendous amount of time to create continual. I'll start with the foundation first, back down. So we have been building this enterprise backbone, supporting what Wild Connexion as well as WiFi Connexion. We wanted to make sure that as private five G camps within enterprise, you don't have to rethink and reimagine your background is the common backbone that will support both WiFi WiFi six WiFi 60 as well as private five g. You rest assured that it is the same backbone that we have heard in the previous section on the Cap 90 that will also support a private key access. The second aspect of private five G is as you build any new technology into enterprise. Oftentimes we get into this trap to get to an outcome. We move fast and we create asylum. And then that silo operation creates a barriers to mainstream it. So upfront we have to think about not creating another silent and how we're doing it. Number one is a device that can connecting to WiFi network or a private five G network. You don't have to reimagine or rethink how I'm going to manage. The identity will create continue of the common identity across the WiFi access or five t access in the same environment. The second aspect of that is, how are we going to reach in all our staff are enterprise staff is well trained with WiFi technology and white technology. Now five G comes with tremendous amount of value and benefit, but it also comes with inherent technology complexity, learning problems. This is where our simple to consume simple to operate model of sass comes to play. That we're going to take all those complexity away. It is a cloud deliberate service enterprise don't have to go through this massive learning car. Adopting this technology last but not list on how you're going to manage your capital. Any new technology and enterprise, Oftentimes you need a huge amount of upfront investment to adopt the technology to get to the other side of getting the outcome. So again, our business model of SARS will allow Enterprise to adopt this new technology and pay as you go model to meet with enterprise needs. Finally, I also wanted to pass to break to touch a little bit more on how we are thinking about this common identity across any access in the enterprise. Greg to your >>So we we talk about it in two different ways. One is a lot of enterprises today use our identity and secure management platform. We call it Isis Co ice platform. And so years and years of policy and identities Excess service, radio service they use, uh, etcetera are plugged in already into our eyes. Right. So if you can share that with this private five years as a service, uh, infrastructure that Muslims been building, we think we'll be able to create that bridge because we're not forcing enterprises to create new identities, a new policy. So thats sort of step one to make it easier. Uh, you also talk through something where, in the case of a public five g network, for example, the It's very convenient because you take your phone out of your pocket and it's connected to the network, right? Was this for WiFi? You have to log into an S I D in your hotel or in your home and home. It's automatic, but that's that logging process that creates friction. And that's a problem, because then you can't be seamless. So we initiated what we call us open roaming, right? Like that's, uh, identity federation that we first created between identity owners. Could be carriers could be, um, anything that anyone who owns an identity and they will share with venues. And so if the sharing happens, then that Onboarding can be automatic and once on boarding is automatic, then it's easy to pass off between five and five G. And so that's again another way in which you can lower the adoption barriers because you share across public private G and WiFi networks. So these are two concrete examples of how we thought about lowering the barriers of adoption. As we enter into this heterogeneous >>world, >>I can't wait. Let's let's talk about how this thing scales in the go to market, what are the most likely or maybe preferred or obvious routes to market for private five g Francisco >>so they stay tuned when when they announce more about it. But I can also assure you that exposed to the spectrum is a challenge for many enterprises when it comes to cellular technology. In some countries, there are more spectrum accessible by enterprise. In many countries, that's not the case. So we have talked to very carefully that how do we bring this offer to the market? Partnering with many service providers and mobile operators, where in countries where we don't have direct access to the spectrum, our partnership with mobile operators that you will hear more about as we come to mobile world Congress is going to allow our enterprise to consume this technology even if they don't have the spectrum in places where the enterprise might have direct spectrum access. We'll also bring in our relativist providers to hide the complexity of the new technology on top of our cell services or a cloud deliberate services. This is the augmentation with the partnership with menaces providers and mobile operators that will ease this journey for enterprises are most important. Primitive in this journey is to keep it simple for enterprise. Make it intuitive and trust it from day one. >>Outstanding. Okay. Assume, Greg, Thanks so much. It's great to have you guys. I really appreciate your time. >>Thank you. Thank you. Mm mm.
SUMMARY :
and the role that switching is going to play. So let's start with you on the topic of private five g five g. Or is it going to help augment the technology that enterprise has an excellent Their digitisation Is that going to replace WiFi and WiFi 16 and five G is going to be yet another augmentation. Yeah, I think it's sort of like I like to say it's an and not an AR because it's going to be an are because there's so many next time use cases, whether it's a are we are drones, And not only that also is going to bring changes in the way you do things. It is a cloud deliberate service enterprise don't have to for example, the It's very convenient because you take your phone out of your pocket and it's connected to the network, Let's let's talk about how this thing scales in the go to market, We'll also bring in our relativist providers to hide the It's great to have you guys. Thank you.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Greg | PERSON | 0.99+ |
Greg Dorey | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Cisco | ORGANIZATION | 0.99+ |
Greg Dorai | PERSON | 0.99+ |
Coyote Networks | ORGANIZATION | 0.99+ |
SARS | ORGANIZATION | 0.99+ |
Masumi | PERSON | 0.99+ |
second aspect | QUANTITY | 0.99+ |
five years | QUANTITY | 0.99+ |
One | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
Masum Mir | PERSON | 0.99+ |
Wild Connexion | ORGANIZATION | 0.97+ |
two concrete examples | QUANTITY | 0.96+ |
five | QUANTITY | 0.95+ |
two different ways | QUANTITY | 0.95+ |
Y 5 60 | COMMERCIAL_ITEM | 0.94+ |
WiFi 60 | OTHER | 0.94+ |
first | QUANTITY | 0.94+ |
Iasi | ORGANIZATION | 0.94+ |
Isis | ORGANIZATION | 0.93+ |
day one | QUANTITY | 0.93+ |
seven | QUANTITY | 0.92+ |
five g | ORGANIZATION | 0.91+ |
Catalyst | ORGANIZATION | 0.9+ |
couple takeaways | QUANTITY | 0.87+ |
Iot | ORGANIZATION | 0.86+ |
two technologies | QUANTITY | 0.85+ |
today | DATE | 0.85+ |
private | COMMERCIAL_ITEM | 0.84+ |
WiFi 16 | OTHER | 0.83+ |
five G | OTHER | 0.82+ |
g | OTHER | 0.78+ |
private five g | COMMERCIAL_ITEM | 0.77+ |
WiFi six | OTHER | 0.75+ |
g Francisco | ORGANIZATION | 0.75+ |
five G | COMMERCIAL_ITEM | 0.72+ |
Richard Pryor | PERSON | 0.71+ |
step one | QUANTITY | 0.71+ |
Number one | QUANTITY | 0.7+ |
five | OTHER | 0.7+ |
Muslims | ORGANIZATION | 0.7+ |
mm. | PERSON | 0.69+ |
Congress | ORGANIZATION | 0.69+ |
Five g | COMMERCIAL_ITEM | 0.69+ |
five G. | QUANTITY | 0.68+ |
five G | ORGANIZATION | 0.66+ |
G | ORGANIZATION | 0.66+ |
nines | QUANTITY | 0.65+ |
private five g | ORGANIZATION | 0.64+ |
g | ORGANIZATION | 0.63+ |
five t | OTHER | 0.63+ |
six | OTHER | 0.62+ |
WiFi Connexion | ORGANIZATION | 0.58+ |
five | TITLE | 0.56+ |
five g. | OTHER | 0.55+ |
private five G | ORGANIZATION | 0.55+ |
Cap 90 | OTHER | 0.49+ |
t | ORGANIZATION | 0.49+ |
six | COMMERCIAL_ITEM | 0.44+ |
g. | ORGANIZATION | 0.44+ |
five G | TITLE | 0.41+ |
G | OTHER | 0.34+ |
five | ORGANIZATION | 0.29+ |
George Elissaios, AWS | AWS re:Invent 2021
>>Yeah. Hey, everyone, Welcome to the cubes. Continuous coverage of AWS Re invent 2021. I'm Lisa Martin with John Furrier were running one of the industry's largest and most important hybrid tech events with AWS and massive ecosystem of partners. Right now there are two live cube sets to remote sets over 100 guests on the programme and we're pleased to welcome back one of our alum I to talk about the next generation and cloud innovation. Georgia Lisa is joins John to me, the director of product management for EC two edge at A. W S George. Welcome to the programme. >>Glad to be here in person. Thanks Great to be here in person. Awesome to be here in person. Finally, >>one of the things that is very clear is the US flywheel of innovation and there was no slowdown with what's happened in the last 22 months. Amazing announcements, new leadership. We talked a little bit about five g yesterday, but let's talk more about that. Everyone is excited about five g consumers businesses. What's going on? >>So, yeah, I wanted to talk to you today about the new service that we launched called AWS Private. Five g. Essentially, it's a service that allows any AWS customer to build their own private five g network and what we try to do with the services make it that simple and cost effective for anyone without any telco experience or expertise, really, to build their own private five g network. So you just have to go to your AWS console. Um, describe the parameters for network simple stuff like, Where do you want it to be located? The throughput, the number of devices and AWS will build a plan for your network and seep you everything that you need. Just plug it together. Uh, turn it on and the network automatically configures itself. All you got to do is popular sim cards that we send you into your mobile devices and you have a private five g network working in your your premise is >>one of the things that we know and love about AWS is its customer obsession. It's focused on the customer's that whole flywheel of all the innovation that comes out as Adam was saying yesterday to the customers, we deliver this, but but you wanted more. We said we deliver this, but you wanted more. Talk to me a little bit about some of the customer catalysts for private five G. >>Actually, one of the good examples is where we are right now. More and more AWS customers need to connect an increased number of devices, and these devices become more data hungry. You know they need to push data around. They also become more and more wireless, right? Uh, so when you are trying to connect devices in the manufacturing floor, bit sensors, you know, connect the tracks, forklifts or in a convention centre. You look at how many devices there are around us. When you're trying to connect these devices with a wired network, you quickly run into physical problems like it's. It's hard to lay cable anywhere, and customers try to use for many of these use cases. But as a number of devices grows into the thousands and you know you need to put more and more data around, you quickly reach the limitations of what the WiFi technology and also WiFi is not really great at covering really open, large space. So that's where these customers, you know, think of college campuses, convention centres, manufacturing floors, all of these customers. Really? What they need to be able to do is to level the power of the mobile networks. However, doing that by yourself is pretty hard. So that's what we aim to to enable here we are waiting to enable these customers to build very easily and cost effectively their own. Uh, >>Okay, George. So I have to ask. I'm truly curious. I love this announcement. Um, because it brings together kind of the edge story. But also, I'm a band with love. I love more broad. Give me more broadband. Faster, cheaper and more broadband. How does it work? So take me through the use case of what do I need to deploy? Do I need to have a back haul connection? What does that look like? Is there a certain band with requirements? How big is the footprint? What's the radius? Just walk me through. How do I roll this out? >>Yeah, sure. Some of that stuff actually depends on your requirements, right. How How big? How much of a space do you want to cover? Basically, what we see, if you were in preview right now, so we're sipping you. The simplest configuration, which is basically these things called small cells there, you know, radio units and antennas. And all you have to do is connect them to your local. The network has Internet access. These things connect and automatically had, you know, connect home to the cloud and basically integrate and build up your whole network. All all you need is that Internet connection, and I don't know what to do. Now, how big is the network? You can You can make it pretty big. You can cover hundreds of thousands of square feet with with cellular networks with mobile networks. Um, you know, the bigger you they especially want to cover the more of these radio units. We're gonna stop you, uh, >>classic wireless radios. >>Yes. You >>light up the area with five g connected to the network. That's your choke point. The big of the pipe >>took the bigger pipe. That toxic. I mean, well, there, there's two. There's two things to consider here. There is local connectivity. So devices talking to each other, and there was connectivity back to somewhere else, like the Internet or the cloud. There are use cases, for example. Let's say data video feeds that you want to push up to do some inference in the cloud. In these use cases, you're basically pushing all of the data up. There is no left. There's no East West connectivity locally, and that's where our simplest configuration works best. There are other, uh, use cases where there is a lot of connectivity and devices talk to each other locally, like in this place, for example, right in this. In these cases, we can sip you that second configuration where we actually see Pew, a managed hardware WS managed hardware on premises, and that runs the smart of the network and allows all of your data traffic to remain local. That's >>wavelength Outpost, or both. >>A different configuration of A. W s private five G. It's a managed service. We take. We take care of it. You basically it's very It has a pricing model, which is very customer friendly because you like multi W services. You can start with no upfront fees. You can scale and pay as you scale because >>it's designed to deploy easily. >>Yep, deploys the >>footprint. Just I'm just curious if the poll is it like, it's like an antenna. Is it like so and >>yeah, well, the antenna is, you know, the small cell. They call them small cells in, you know, in in cellular land there, this big. And you can you can hide this. There is actually a demo in the Venetian of the private service. So you can you can actually see it in action, but yeah, that thing can cover 10,000 square feet, just one of them. So you can >>go out and put a five g network downtown and be like the king. >>You could Yes. You could have your own private network. You can monetise that next >>on the Q. >>Great stuff. >>So in terms of industries adopting this, you gave us some examples. Obviously. Convention centres, campuses, universities. I'm just curious, given the amount of acceleration that we've seen in every industry the last 22 months where organisations must become digital. They depend on that for their livelihood. And we saw this all these pivots, right? 22 months ago. How do we survive this? How do we thrive? Are consumers now are whether it's an injury or consumer or enterprise. Have this expectation that we're gonna be able to communicate no matter where we are 24 by seven. Whether it's health care, financial services. I'm just curious if you're seeing any industries in particular that you think are really prime for this private five >>G. Yeah. So manufacturing is a is a really great example because you have to cover large spaces. You have thousands of devices, sensors, etcetera and using other solutions like WiFi does not provide you the depth of capabilities like, for example, you know, advanced security capabilities or even capabilities to prioritise traffic from some devices over others, which is what a five G network can do for you. But also, you know, it involves large spaces both indoors and outdoors. We, you know, actually, Amazon is a really great example of you know of using this. We're working with Amazon fulfilment centres. These are the warehouses that fulfil your orders when you order online. Um, and they are a mix of indoor space and outer space, and you can think of, you know, I don't know if you've seen pictures or videos. There's robots running around their sensors everywhere. There is packing lines, etcetera, all of these things in order to operate performantly, but also securely and safely for the people that are around. You need to be well connected at a very high reliability rate. Right? So, uh, Amazon for two networks is actually using private A W s private five G to connect all of these devices. The really key thing here is you don't have to go drop 1000 of these access points we're talking about you. Can you can. You can probably cover your space with 5 10 of these. So your operational expenses, your maintenance goes down and there is less interruption of your normal operations like you can't. You don't have to stop your manufacturing line for someone to come in and fix your WiFi access. >>It's great for campuses like college campuses, college >>campuses, a great one. We you know, we've worked with college campuses, including the CME University in the past two, you know, with some of our partners to, uh, to to deploy. So >>that's how close you have these distribution, gas systems, distribution, whatever they call it accelerate whatever amplifies into get extra coverage, this seems to be a good fit. Um, for that how you mentioned in the preview? How do people get involved? Is there like a criteria. How was it going to >>be available to get priority? Don't get you >>tell them ready to jump in. Take us through the programme. What's the plants? >>So currently we're you know, we're in that preview mode. So we're keeping you this small configuration, the simpler configuration. You can sign up on the AWS website and you know, we, as we scale our operations are supply chain. Because this involves also, you know, hardware, etcetera. We're gonna go to general availability g A over the next few months and we have both configurations open. So I I encourage everyone who is interested go to the W s website and sign up. We're asking to get that in customers' hands because we're getting overwhelmingly positive feedback on what we built. >>This is transformative. I mean, clearly what you're talking about here is going to transform industry and help organisations transform themselves and outpaced the competitors that are in the rear view mirror Aren't going to be able to take advantage of this were on the show floor. We've got lots of people here. Where can people actually go and see this preview tested up? >>There is an actual demo in the Venetian. I can't remember. Sorry, I can't remember the room. I think it's on the Yes, actually, it's on the floor on the third floor where the meeting rooms are on outside 35 or one. If anyone wants to go, we're >>going to start buying lunch time. >>Yes. Yeah, you can see it in action. And, you know, you could You could see a future where everything, You know, you look around. There's thousands of devices here. You could power all of these devices with a single cell and, you know, really scaled throughput >>in the five G. Just curious, um on the range is better than wifi >>ranges. Better outdoors, >>obviously, or factories. What's the throughput on the >>depending on the spectrum that you choose? And that's actually a really good save way. The device, the service that we built, its spectrum agnostic so it can be used on right now. We're using it on what we call C BRS spectrum, which is the free for all you can. You know, you can you can use it yourself. But also, customers can bring their own spectrum. And we're working with a batch of, uh, CSP operators to build advanced bundles where you can work this on licence spectrum. So if you're going up the spectrum in what they called millimetre wave >>spectrum owner to bring your own licence, >>you could So telco right? You could be a telco, bring your, you know, and work with us as a partner or some actually, actually, manufacturing customers have purchased rights to small spectrum bands so they can use those in combination with this service to deploy. So to your original question, as you're going back up the spectrum, you can drive more and more throughput. You it's not. It's not unheard of to drive one gig. You know what's so >>The low hanging fruit is the the use cases that have critical need for edge connectivity manufacturing? Um, certainly the retail or whatever that they help do the deployment >>we can. We can. We can see this being applicable because because you can start super small. You can see this being applicable even to branch offices, right? Like, uh, let's say I was talking to a customer yesterday. They were thinking or have all these branch offices. I don't even I don't even want to have I thought either he just wants something that's very quickly and easily. You know, I can manage centrally and it just connects. >>Can I should have fixed wireless shot to the wavelength order to have back all with wire >>too. Oh, they actually we are planning to. You know, I talked about where the smarts of the network live in the they can live in a region, they can live in the locals, and they can live in a wave election. So we're combining more and more of these products as well. And it's computing, obviously, is a is an obvious thing that, you know, we should be working on >>incredible work, George, that you and the team have done transforming industries. And I don't know if a feeling there might be a cube to Is it? Would it be too dot >>Oh, John, >>he's ready. Big George, Thank you so much for joining joining me today. It's great >>to be here. Thanks for having that >>for John Ferrier. I'm Lisa Martin. You're watching the Cube, the global leader in live coverage. Mhm
SUMMARY :
Georgia Lisa is joins John to me, the director of product management for EC two edge at A. Thanks Great to be here in person. one of the things that is very clear is the US flywheel of innovation and there So you just have to go to your AWS console. was saying yesterday to the customers, we deliver this, but but you wanted more. But as a number of devices grows into the thousands and you know you need to put How big is the footprint? Um, you know, the bigger you they especially The big of the pipe In these cases, we can sip you that second configuration where we actually see Pew, You can scale and pay as you scale because Just I'm just curious if the poll is it like, it's like an antenna. So you can you can actually see it in action, but yeah, You can monetise that next So in terms of industries adopting this, you gave us some examples. you know, actually, Amazon is a really great example of you know of using this. in the past two, you know, with some of our partners to, uh, to to deploy. Um, for that how you mentioned in the preview? What's the plants? You can sign up on the AWS website and you know, are in the rear view mirror Aren't going to be able to take advantage of this were on the show floor. actually, it's on the floor on the third floor where the meeting rooms are on outside And, you know, you could You could see a future where everything, You know, What's the throughput on the depending on the spectrum that you choose? So to your original question, as you're going back up the spectrum, you can drive more and more We can see this being applicable because because you can start super small. obviously, is a is an obvious thing that, you know, we should be working on incredible work, George, that you and the team have done transforming industries. It's great to be here.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lisa Martin | PERSON | 0.99+ |
John | PERSON | 0.99+ |
George Elissaios | PERSON | 0.99+ |
George | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
John Ferrier | PERSON | 0.99+ |
CME University | ORGANIZATION | 0.99+ |
24 | QUANTITY | 0.99+ |
10,000 square feet | QUANTITY | 0.99+ |
1000 | QUANTITY | 0.99+ |
telco | ORGANIZATION | 0.99+ |
yesterday | DATE | 0.99+ |
Adam | PERSON | 0.99+ |
two | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
third floor | QUANTITY | 0.99+ |
Georgia Lisa | PERSON | 0.99+ |
today | DATE | 0.99+ |
two things | QUANTITY | 0.99+ |
22 months ago | DATE | 0.99+ |
one gig | QUANTITY | 0.99+ |
WS | ORGANIZATION | 0.99+ |
both | QUANTITY | 0.99+ |
Venetian | LOCATION | 0.99+ |
seven | QUANTITY | 0.99+ |
5 10 | QUANTITY | 0.99+ |
thousands | QUANTITY | 0.98+ |
hundreds of thousands of square feet | QUANTITY | 0.98+ |
second configuration | QUANTITY | 0.97+ |
over 100 guests | QUANTITY | 0.97+ |
two networks | QUANTITY | 0.97+ |
John Furrier | PERSON | 0.96+ |
35 | QUANTITY | 0.96+ |
A. W S George | ORGANIZATION | 0.93+ |
five g | QUANTITY | 0.91+ |
US | LOCATION | 0.91+ |
last 22 months | DATE | 0.9+ |
five g | ORGANIZATION | 0.88+ |
2021 | DATE | 0.87+ |
single cell | QUANTITY | 0.85+ |
two live cube sets | QUANTITY | 0.84+ |
thousands of devices | QUANTITY | 0.81+ |
A. W | ORGANIZATION | 0.79+ |
Five g. | TITLE | 0.76+ |
C BRS | ORGANIZATION | 0.76+ |
Cube | PERSON | 0.76+ |
Big George | PERSON | 0.76+ |
Re invent 2021 | EVENT | 0.74+ |
wave election | EVENT | 0.71+ |
five | QUANTITY | 0.68+ |
EC two edge | ORGANIZATION | 0.67+ |
five g | TITLE | 0.66+ |
W | ORGANIZATION | 0.65+ |
millimetre wave | EVENT | 0.64+ |
Pew | ORGANIZATION | 0.63+ |
months | DATE | 0.63+ |
next | DATE | 0.59+ |
G. | OTHER | 0.53+ |
five g | OTHER | 0.52+ |
g | TITLE | 0.49+ |
points | QUANTITY | 0.49+ |
five | OTHER | 0.43+ |
g | COMMERCIAL_ITEM | 0.42+ |
G | OTHER | 0.4+ |
Invent | EVENT | 0.39+ |
Marc Rouanne, DISH Network | AWS re:Invent 2021
>>Mhm. Hey, everyone, welcome back to the cubes. Continuous coverage of AWS Re Invent 2021. Live from Las Vegas. Lisa Martin with John Ferrier We have to live sets to remote studios over 100 guests on the Cube at this year's show and we're really excited to get to the next decade in cloud innovation and welcome from the keynote stage. Mark Ruin the Chief Network Officer Andy VPs Dish Network Mark, Welcome to the Cube. >>Thank you. >>Enjoyed your keynote this morning. So big news coming from AWS and dish you guys announced in the spring telecom industry First dish in AWS have formed a strategic collaboration to reinvent, reinvent five G connectivity and innovation. Let's let's really kind of dig into the AWS dish partnership. >>Yeah, you know, we're putting our network in the cloud, which allows us to have a different speed of innovation and a much more corroborative way of bringing new technology. And then we have access to all the developer ecosystem of AWS. So that's but as you say, it's a world first to put the telco in the cloud. >>And so the first time the five g network is going to be in the cloud, and it was also announced I'm curious, uh, that Las Vegas is going to be the first city live here. We are sitting in Las Vegas. What's the any status you can give us on >>that? So we're building across the US and Las Vegas is a place that we've built and we better testing. So that's where we have all run and we're testing all sorts of traffic and capability with our people and partners live here at the same time that we have the reinvent and, uh, Bianco around. We're also starting to test new capabilities like orchestration, slicing things that we've never seen any industry. So that's pretty exciting, I >>have to ask you. In the telecom industry, there has been an inflexion point around cloud and cloud Impact Ran is opening up new opportunities. What is the telecom industry getting and missing at the same time? Because it seems to be two schools of thought cloud pro cloud ran and then hold onto the old way. >>I think everybody would like to go to Iran and the cloud, but it's not as easy if you have a big installed base. So for us. You know, we all knew it. It's easy so we can adopt the best technology and the newest. But of course, if you have a big instal base, there is going to be a transformation, if you wish. So you know, people are starting trying to set the expectation of how much time it will take. But for us, you know we are. We're moving ahead because we're building a completely new network. >>It's a lot easier than well, it's a relative term. It's >>really much more fun. And we can We don't have to make compromises, right? So but it's still a lot of work, you know, we're discovering we're learning a lot of things. We're partners. >>What if you have a clean sheet of paper or Greenfield? What's the playbook to roll this out across the campus for a large geographic area? >>Yeah, so pretty much You have the same capability in terms of coverage and capabilities than anybody else, but we can do it in an automated manner. We can do it with much thinner and efficient hardware, pretty much hardware with a few accelerators, so a bit of jargon. But, you know, we just have access to a larger ecosystem and much more silicon and all the good things that are coming with the cloud >>talk to us about some of the unique challenges of five G that make running it in the cloud so much more helpful. And then also, why did you decide to partner with AWS? Clearly you have choice, but I'd love to know the backstory on that. >>Yeah, I've been in the telco industry forever, and I've always seen that our speed of innovation was to slow. The telco is very good at reliability. You know, your phone always works. Um, it's very reliable. You can have massive traffic, but the speed of innovation is not fast enough. And the the applications that are coming on the clouds are much faster. So what we wanted to marry is the reliability of the telco and and all the knowledge that exists with the speed of the cloud. And that's what we're doing with bringing their ecosystem into our ecosystem to get the best of two worlds. >>Lots of transformation in the vertical industries. We heard from Adam today on stage vertical with ai machine learning. How does that apply in the telco world because it's an edge you got. See, sports stadiums, for instance. You're seeing all kinds of home impact. How is vertical specialisation? >>Yeah. So what is unique about the cloud is that you can observe a lot of things, you know, in the cloud you have access to data, so you see what's happening, and then you use a lot of algorithms. We call it Machine Learning Analytics to make decisions. Now, for us, it means if you're a stadium, you're going to have a much better visibility of what's happening. Where is the traffic? You know, people moving in and moving out? Are they going to buy some food awards? So you see the traffic and you can adapt the way you steal the traffic the way you distribute video, the way you distribute entertainment to how people are moving because you can observe what is happening in the network, which you can't do in a classic or legacy five g network. So once you observe, you can have plenty of ideas, right? And you can start innovation again, mix a lot of things and offer new services. >>In this last 22 months, when we saw this rapid pivot to work from home. And now it's work from anywhere, right? We talk about hybrid cloud hybrid events here, but this hybrid work environment talk to me about the impact that that decision A W s are going to have on all of those companies and people who are going to be remote and working from the edge for maybe permanently. >>Yes, you say, You know what is important is that people want to have access to the to the cloud to the services, the enterprise from wherever they are. So as a software architect, I need to make sure that we can follow them and offer that service from wherever they are in a similar manner today. If you're making a phone call, you don't have to think if you're connecting to the Web, you know, through WiFi through this and that, you have to think we want to make it as simple as making a phone call. In the past, where you always connected, you always secured. You always have access to your data. So that's really the ambition we have. And, of course, with the new remote abbots, the video conferencing that's the perfect time to come with a new offer. >>And the Strand also is moving towards policy based. You mentioned understanding video and patterns. Having that differentiated services capability in real time is a big deal. >>Yeah, that's a big deal. Actually, what enterprise want? They want to manage their policy, so they want to decide what traffic gets, a premium access and what traffic can be put in the background. You want to update your computers? Maybe that's not a premium price for that. You can do it at any time, but you want to have real time, customer service and support. You want premium? And who am I to decide for an enterprise? Enterprises want to decide. So what we offer them is the tools to create their policy, and their policy will be a competitive advantage for them when they can different change. >>And this brings up another point. I want to ask you. You brought this up earlier about this. The ideas, the creativity that enables with cloud you mentioned ideas will come out. These are this is where the developers now can really encode. This is the whole theme of this Pathfinders keynote. You were up on stage. This is a real opportunity to add value. Doing all the heavy lifting in the top of the stack and enabling new use cases, new applications, new expectations. >>You know what I tell to my engineers? My dream as an engineer is to be, uh, developer friendly. I want people to come to us because it's fun to work in our environment and try things. And a lot of the ideas that developers will have won't work. But if they can spin it off very fast, they will move to that killer application of killer service very fast. So my job is to bring that to them so that it's very easy to consume and and trying to live And, you know, just like bringing >>candy to a baby here. >>Yeah, cause right And have fun and, uh, and discover it for yourself and decide for yourself. >>I gotta ask your questions in the Telecom for a while. We've been seeing on the Cube earlier in our intro keynote analysis that we're now living in an era with SAS applications. No more shelf where now, with purpose built applications that you're seeing now and horizontally scalable, vertically integrated machine learning. You can't hide the ball anymore around what's working. You can't put a project out there and say no, you can't justify. You can't put you can put lipstick on that. You can't know you're seeing on >>that bad cake. Yeah, it's all the point of beta testing and market adoption. You try, you put it there. It works. You say the brake doesn't work. You try again, right? That's the way it works. And and in Telco, you're right. We were cooking for a year or two years, Three years and saying, Oh, you know what? That's what you need. It doesn't work like this faster now. Yeah, Yeah. And people want to be able to influence and they want to say, I like it. I don't like it. And the market is deciding. >>Speaking of influence, one of the things we know we talk a lot about with A W S and their guests is their customer. First customer obsession focused. You know, the whole reason we're here is that is to serve the customer, talk to me about how customers and joint customers are influencing some of the design choices that you guys are making as you're bringing five due to the cloud. >>So what is important for us? We have to dreams, right? The first one is for consumers. We want consumers to have access to the network so that they feel that they are VIP and often I know you and I, sometimes when we're connected to the network with tropical, we don't get the feeling where a V i p So that's something that's a journey for us to make people feel like they get the service and the network is following them and caring about them for the enterprises. You want to let them decide what they want. You were talking about policy building. They want to come with their own rating engine. They want to come with their own geographical maps. Like here. I have traffic here. I don't need coverage. So we want to open up so that the enterprise decide how they invest, how they spend the money on the network >>giving control back to the end user. Whether that's a consumer or enterprise, >>absolutely giving control to the end user and the enterprises. And we're there to support and accelerate the service for them. >>Mark, I want to ask you about leadership. You mentioned all these new things. Are there your dreams? And it's happening Giving engineers the canvas to paint their own future. It's gonna be fun is fun as you're affecting that change. What can people do as leaders to create that momentum to bring the whole organisation along is their tricks of the trade. Is their best practises >>Absolutely their best practises? Um, we were very much following develops where, you know, as a leader, you don't know, you're just learning and you're exposing and you're sharing. Uh, we're also creating an open world where we're asking all our partners to be open. Sometimes, you know, they feel like a bit challenge. Like, do I want to show what I'm doing? And I would say, Yeah, sure, because you're benefiting between each other. Um, And then you want to give tools to your engineers and your marketers to be fast speed, speed, speed, speed so that they can just play and learn. And at the end of the day, you said it. It's all about fun. You know, if it's fun, it's easy to do >>that. We're having fun here. >>That is true. We always have fun here. Last question for you is talk about some of the things that AWS announced this morning. Lots of stuff going on in Adam's keynote. What excites you about this continued partnership between AWS and Dish? >>Yeah, we were. We were surprised and so happy about AWS answer to when we came in with the first one to come big time in the telco and the Cloud was not ready. To be honest, it was Enterprise and Data Club and AWS. When is going all the way, we've asked to transform their cloud to make it a telco frantic, loud. So we have a lot of discussions about networking, routing, service level agreements and a lot of things that are very technical. And there are a true partner innovating with us. We have a road map with ideas and that's pretty unique. So, great partner, >>I was going to say it sounds like a really true >>trust and partnership. We're sharing ideas and challenging each other all the time, so that's really great. >>Awesome and users benefit consumers Benefit enterprises benefit Mark Thank you for joining Joining me on the programme today. Georgia Keynote enjoyed hearing more about dish and AWS. And what are you doing to power? The future. We appreciate your time. >>Thank you. Thank you >>for John Ferrier. I'm Lisa Martin. You're watching the Cube? The global leader in tech coverage, So mhm. Yeah.
SUMMARY :
remote studios over 100 guests on the Cube at this year's show So big news coming from AWS and dish you guys announced So that's but as you say, it's a world first to put the telco in the cloud. And so the first time the five g network is going to be in the cloud, and it was also announced I'm curious, live here at the same time that we have the reinvent and, What is the telecom industry So you know, people are starting trying to set the expectation of how much time it It's a lot easier than well, it's a relative term. a lot of work, you know, we're discovering we're learning a lot of things. all the good things that are coming with the cloud And then also, why did you decide to partner with AWS? and and all the knowledge that exists with the speed of the cloud. How does that apply in the telco world because it's an edge you So you see the traffic and you can adapt the way you steal the traffic the way you distribute me about the impact that that decision A W s are going to have on all of those companies and people who are going In the past, where you always connected, you always secured. And the Strand also is moving towards policy based. You can do it at any time, but you want to have real time, customer service and support. the creativity that enables with cloud you mentioned ideas will come out. And a lot of the ideas that developers will have won't work. Yeah, cause right And have fun and, uh, and discover it for yourself and decide You can't put you can put lipstick on that. You say the brake doesn't work. Speaking of influence, one of the things we know we talk a lot about with A W S and their guests is You want to let them decide what they want. giving control back to the end user. the service for them. the canvas to paint their own future. And at the end of the day, We're having fun here. Last question for you is talk about some of the things that AWS When is going all the way, we've asked to transform their cloud to make it a telco frantic, We're sharing ideas and challenging each other all the time, And what are you doing to power? Thank you. The global leader
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lisa Martin | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Marc Rouanne | PERSON | 0.99+ |
John Ferrier | PERSON | 0.99+ |
Mark Ruin | PERSON | 0.99+ |
Three years | QUANTITY | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
a year | QUANTITY | 0.99+ |
five | QUANTITY | 0.99+ |
US | LOCATION | 0.99+ |
telco | ORGANIZATION | 0.99+ |
Adam | PERSON | 0.99+ |
two years | QUANTITY | 0.99+ |
DISH Network | ORGANIZATION | 0.99+ |
First | QUANTITY | 0.99+ |
Mark | PERSON | 0.99+ |
Dish | ORGANIZATION | 0.98+ |
first one | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
Iran | LOCATION | 0.98+ |
Telco | ORGANIZATION | 0.98+ |
two worlds | QUANTITY | 0.97+ |
two schools | QUANTITY | 0.97+ |
over 100 guests | QUANTITY | 0.97+ |
Andy | PERSON | 0.96+ |
Chief Network Officer | PERSON | 0.95+ |
Data Club | ORGANIZATION | 0.95+ |
first city | QUANTITY | 0.95+ |
one | QUANTITY | 0.95+ |
first | QUANTITY | 0.94+ |
First dish | QUANTITY | 0.92+ |
Enterprise | ORGANIZATION | 0.92+ |
AWS Re Invent 2021 | EVENT | 0.9+ |
next decade | DATE | 0.89+ |
first time | QUANTITY | 0.84+ |
Invent | EVENT | 0.83+ |
this morning | DATE | 0.83+ |
five g | ORGANIZATION | 0.79+ |
last 22 months | DATE | 0.78+ |
Cube | COMMERCIAL_ITEM | 0.74+ |
Dish Network | ORGANIZATION | 0.69+ |
this year | DATE | 0.66+ |
Impact Ran | ORGANIZATION | 0.66+ |
Keynote | EVENT | 0.63+ |
Cube | PERSON | 0.61+ |
A W S | ORGANIZATION | 0.59+ |
2021 | DATE | 0.59+ |
Last | QUANTITY | 0.57+ |
five G | QUANTITY | 0.52+ |
Pathfinders | ORGANIZATION | 0.49+ |
Georgia | LOCATION | 0.46+ |
SAS | TITLE | 0.38+ |
Machine | ORGANIZATION | 0.36+ |
Micah Coletti & Venkat Ramakrishnan | KubeCon + CloudNativeCon NA 2021
>>Mhm Welcome back to Los Angeles. The Cubans live, I can't say that enough. The Cubans live. We're at cu con cloud Native Con 21. We've been here all day yesterday and today and tomorrow talking with lots of gas. Really uncovering what's going on in the world of kubernetes, lisa martin here with Dave Nicholson. We've got some folks. Next we're gonna be talking about a customer use case, which is always one of my favorite things to talk about. Please welcome Michael Coletti, the principal platform engineer at CHG Healthcare and then cat from a christian VP of products from port works by pure storage. Guys, welcome to the program, Thank you. Happy to be here. Yeah. So Michael, first of all, let's go ahead and start with you, give the audience an overview of CHG healthcare. >>Yeah, so CHG Healthcare were a staffing company so we sure like a locum pen and so our clients are doctors and hospitals, so we help staff hospitals with temporary doctors or even permanent placing. So we deal with a lot of doctors, a lot of nursing and we're were a combination of multiple companies to see if she is the parents. So and uh yeah, we're known in the industry is one of the leaders in this, this field and providing uh hospitals with high quality uh doctors and nurses and uh you know, our customer services like number one and one of these are Ceos really focused on is now how do we make that more digital, how we provide that same level of quality of service, but a digital experience as rich for >>I can imagine there was a massive need for that in the last 18 months alone. >>Covid definitely really raised that awareness out for us and the importance of that digital experience and that we need to be out there in the digital market. >>Absolutely. So your customer report works by pure storage, we're gonna get into that. But then can talk to us about what's going on. The acquisition of port works by peer storage was about a year ago I talked to us about your VP of product, what's going on? >>Yeah, I mean, you know, first of all, I think I could not say how much of a great fit for a port works to be part of your storage. It's uh uh Pure itself is a very fast moving large start up that's a dominant leader in a flash and data center space. And you know, pure recognizes the fact that Cuban it is is the new operating system of the cloud is now how you know, it's kind of virtualizing the cloud itself and there is a, you know, a big burgeoning need for data management in communities and how you can kind of orchestrate work lords between your on prem data centers in the cloud and back. So port books fits right into the story as complete vision of data management for our customers and uh spend phenomenal or business has grown as part of being part of Pure and uh you know, we're looking at uh launching some new products as well and it's all exciting times. >>So you must have been pretty delighted to be acquired as a startup by essentially a startup because because although pure has reached significant milestones in the storage business and is a leader in flash storage still, that, that startup mindset is there, that's unique, that's not, that's not the same as being acquired by a company that's been around for 100 years seeking to revitalize >>itself. Can >>you talk a little bit about that >>aspect? So I think it will uh, Purest culture is highly innovation driven and it's a very open flat culture. Right? I mean everybody impure is accessible, it can easily have a conversation with folks and everybody has his learning mindset and Port works is and has always been in the same way. Right? So when you put these teams together, if we can create wonders, I mean we, right after that position, just within a few months we announced an integrated solution that Port works orchestrates volumes and she file shares in Pure flash products and then delivers as an integrated solution for our customers. And Pure has a phenomenal uh, cloud based monitoring and management system called Pure one that we integrated well into. Now we're bringing the power of all of the observe ability that Purest customers are used to for all of the partners customers and having super happy, you know, delivering that capability to our customers and our customers are delighted now they can have a complete view all the way from community is an >>app to the >>flash and I don't think any one company on the planet can even climb, they can do that. >>I think, I think it's fair to acknowledge that pure one was observe ability before observe ability was a word. Exactly one used regularly. So that's very interesting. >>I could talk to us about obviously you are a customer CHD as a customer of court works now Port works by peer storage. Talk to us about the use case, what what was the compelling? It was their compelling event and from a storage perspective that that led you to Port works in the >>first so we be, they began this our Ceo basically in the vision, we we need to have a digital presence, we need and hazards and this was even before Covid, so they brought me on board and my my manager read uh glass or he we basically had this task to how are we going to get out into the cloud, how we're going to make that happen And we we chose to follow very much cloud native strategy and the platform of choice. I mean it just made sense with kubernetes and so when we were looking at kubernetes, we're starting to figure out how we're doing, we knew that data is going to be a big factor, you know, um being to provide data, we're very much focused on an event driven, were really pushing to event driven architecture. So we leverage Kafka on top of kubernetes, but at the time we were actually leveraging Kafka with M S K down out in a W S and that was just a huge cost to us. So I came on board, I had experienced with poor works prior company before that and I basically said we need to figure out a great storage away overlay. And the only way to do is we gotta have high performance storage, we've got to have secure, we gotta be able to back up and recover that storage and the poor works was the right match and that allowed us to have a very smooth transition off of M S K onto kubernetes, saving us, it's a significant amount of money per month and just leverage that already existing hardware that are existing, compute memory and just in the and move right to port works, >>leveraging your existing investments. >>Exactly which is key. Very, very key. So, >>so been kept, how common are the challenges that when you guys came together with the HD, how common are the challenges? It's actually, >>that's a great question, you know, this is, I'll tell you the challenges that Michael and his team are running into is what we see a lot in the, in the industry where people pay a ton of money, you know, to, you know, to to other vendors or especially in some cases use some cloud native services, but they want to have control over the data. They want to control the cost and they want higher performance and they want to have, you know, there's also governance and regulatory things that they need to control better. So they want to kind of bring these services and have more control over them. Right? So now we will work very well with all of our partners including the cloud providers as well as uh, you know, an from several vendors and everybody but different customers are different kinds of needs and port works gives them the flexibility if you are a customer who want, you know, have a lot of control over your applications, the performance of the agency and want to control cars very well in leveraging existing investments board works can deliver that for you in your data center right now you can integrate it with pure slash and you get a complete solution or you won't run it in cloud and you still want to have leverage the agility of the cloud and scale for books delivers a solution for you as well. So it kind of not only protects their investment in future proves their architecture, you get future proving your architecture completely. So if you want to tear the cloud or burst the cloud, you have a great solution that you can continue to leverage >>when you hear a future proof and I'm a marketer. So I always go, I love to know what it means to different people, what does that mean to you in your environment? >>My environment. So a future proof means like one of the things we've been addressing lately, that's just a real big challenge and I'm sure it's a challenge in the industry, especially Q and A's is upgrading our clusters ability to actually maintain a consistent flow with how fast kubernetes is growing, you know, they they're out I think yes, we leverage eks so it's like 1 21 or 1 22 now, uh that effort to upgrade a cluster, it can be a daunting one with port works. We actually were able to make that to where we could actually spin up a brand new cluster and with port work shift, all our application services, data migrated completely over poor works, handles all that for us and stand up that new cluster in less than a day. And that effort, it would take us a week, two weeks to do so not even man hours the time spent there, but just the reliability of being able to do that and the cost, you know, instead of standing up a new cluster and configuring it and doing all that and spending all that time, we can just really, we move to what we call blue green cut over strategy and port works is an essential piece of that. >>So is it fair to say that there are a variety of ways that people approach port works from a, from a value perspective in terms of, I I know that one area that you are particularly good in is the area of backups in this environment, but then you get data management and there's a third kind of vector there. What is the third vector? >>Yeah, it's all of the data services. Data services, like for example, database as a service on any kubernetes cluster paid on your cloud or you're on from data centers, which >>data, what kind of databases >>you were talking about? Anything from Red is Kafka Postgres, my sequel, you know, council were supporting, we just announced something called port books, data services offering that essentially delivers all these databases as a service on any kubernetes cluster uh that that a customer can point to unless than kind of get the automated management of the database on day one to day three, the entire life cycle. Um you know, through regular communities, could curdle experience through Api and SDK s and a nice slick ui that they can, you know, just role based access control and all of that, that they can completely control their data and their applications through it. And, you know, that's the third vector of potatoes Africans >>like a question for you. So what works has been a part of peer storage? You've known it since obviously for several years before you were a c h G, you brought up to see H G, you now know it a year into being acquired by a fast paced startup. Talk to me about the relationship and some of the benefits that you're getting with port works as a part of pure storage. >>Well, I mean one of the things, you know, when, when I heard about the accusation, my first thing was I was a little bit concerned is that relationship going to change and when we were acquiring, when we're looking at a doctor and Poor works, One thing I would tell my management is poor works is not just a vendor that wants to throw a solution on you and provide some capability there, partner, they want to partner with you and your success in your journey and this whole cloud native journey to provide this rich digital experience for not only our platform engineering team, but our dev teams, but also be able to really accelerate the development of our services so we can provide that digital portal for our end users and that didn't change. If anything that accelerated that that relationship did not change. You know, I came to the cat with an issue we just, we're dealing with, he immediately got someone on the phone call with me and so that has not changed. So it's really exciting to see that now that they've been acquired that they still are very much invested in the success of their customers and making sure we're successful. You know, it's not all of a sudden I was worried I was gonna have to do a whole different support process and it's gonna go into a black hole didn't happen. They still are very much involved with their customers. And >>that sounds kind of similar to what you talked about with the cultural alignment I've known here for a long time and they're very customer centric. Sounds like one of the areas in which there was a very strong alignment with port works. >>Absolutely important works has always taken pride in being customer. First company. Our founders are heavily customer focused. Uh, you know, they are aligned. They want, they have always aligned uh, the portraits business to our customers needs. Uh Pure is a company that's men. I actually focused on customers, right? I mean, that's all, you know, purist founder cause and everybody care about and so, you know, bringing these companies together and being part of the pure team. I kind of see how synergistic it is. And you know, we have, you know, that has enabled us to serve our customers customers even better than before. >>So, I'm curious about the two of you personally, in terms of your histories, I'm going to assume that you didn't both just bounce out of high school into the world of kubernetes, right? So like lisa and I your spanning the generations between the world of, say, virtualization based on X 86 architecture and virtualization where you can have microservices, you have a full blown operating system that you're working with, that kind of talk about, you know, Michael with you first talk about what that's been like navigating that change. We were in the midst of that, Do you have advice for others that are navigating that change? >>Don't be afraid of it, you know, a lot of people want to, you know, I call it, we're moving from where we're uh naming, we still have cats and dogs, they have a name, the VMS either whether or not their physical boxes or their VMS to where it's more like it's a cattle, you know, it's like we don't own the Os and not to be afraid afraid of that because change is really good. You know, the ability for me to not have to worry about patching and operating system is huge, you know, where I can rely on someone like the chaos and and the version and allow them to, if CV comes out, they let me know I go and I use their tools to be able to upgrade. So I don't have to literally worry about owning that Os and continues the same thing. You know, you, you, you know, it's all about being fault tolerant, right? And being able to be changed where you can actually brought a new version of a container, a base image with a lot of these without having to go and catch a bunch of servers, I mean patch night was held, I'm sorry if I could say that, but it was a nightmare, you know, but this whole world has just been a game changer >>with that. So Van cut from your perspective, you were coming at it, going into a startup, looking at the landscape in the future and seeing opportunity, um what what what's that been like for you? I guess the question for you is more something lisa and I talk about this concept of peak kubernetes, where are we in the wave, is this just is this just the beginning, are we in the thick of it? >>Yeah, I think I would say we're kind of transitioning from earlier doctors too early majority face in the whole, you know, um crossing the chasm analogy. Right, so uh I would say we're still the early stages of this big wave that's going to transform how infrastructure is built, apps are, apps are built and managed and run in production. Um I think some of the uh pieces, the key pieces are falling in place and maturing, uh there are some other pieces like observe ability and security, uh you know, kind of edge use cases need to be, you know, they're kind of going to get a lot more mature and you'll see that the cloud as we know today and the apps as we know today, they're going to be radically different and you know, if you're not building your apps and your business on this modern platform, on this modern infrastructure, you're gonna be left behind. Um, you know, I, my wife's birthday was a couple of days ago. I was telling this story a couple of friends is that I r I used another flowers delivery website. Uh they missed delivering the flowers on the same day, right? So when they told me all kinds of excuses, then I just went and looked up, you know, like door dash, which delivers uh, you know, and then, you know, like your food, but there's also flower delivery, indoor dash and I don't do it, I door dash flowers to her and I can track the flower does all the way she did not eat them, okay, You need them. But my kids love the chocolates though. So, you know, the case in point is that you cannot be, you know, building a modern business without leveraging the moral toolchain and modern toolchain and how the business is going to be delivered. That that thing is going to be changing dramatically. And those kind of customer experience, if you don't deliver, uh, you're not gonna be successful in business and communities is the fundamental technology that enables these containers. It's a fundamental piece of technology that enables building new businesses, you know, modernizing existing businesses and the five G is gonna be, there's gonna be new innovations that's going to get unleashed. And uh, again, communities and containers enable us to leverage those. And so we're still scratching the surface on this, it's big now, it's going to be much, much bigger as we go to the next couple of years. >>Speaking of scratching the surface, Michael, take us out in the last 30 seconds or so with where CHG healthcare is on its digital transformation. How is port works facilitating that? >>So we're right in the thick of it. I mean we are we still have what we call the legacy, we're working on getting those. But I mean we're really moving forward um to provide that rich experience, especially with inventing driven platforms like Kafka and Kubernetes and partnering with port works is one of the key things for us with that and a W s along with that. But we're, and I remember I heard a talk and I can't, I can't remember me but he he talked about how, how kubernetes just sort of like 56 K. Modem, You're hearing it, see, but it's got to get to the point where it's just there, it's just the high speed internet and Kelsey Hightower, That's who Great. Yeah, and I really like that because that's true, you know, and that's where we're on that transition, where we're still early, it's still that 50. So you still want to hear a note, you still want to do cube Cto, you want to learn it the hard way and do all that fun stuff, but eventually it's gonna be where it's just, it's just there and it's running everything like five G. I mean stripped down doing Micro K. It's things like that, you know, we're gonna see it in a lot of other areas and just proliferate and really accelerate uh the industry and compute and memory and, and storage and >>yeah, a lot of acceleration guys, thank you. This has been a really interesting session. I always love digging into customer use cases how C H. G is really driving its evolution with port works Venkat. Thanks for sharing with us. What's going on with port works a year after the acquisition. It sounds like all good stuff. >>Thank you. Thanks for having us. It's been fun, our >>pleasure. Alright for Dave Nicholson. I'm lisa martin. You're watching the cube live from Los Angeles. This is our coverage of Yukon cloud native Con 21 mhm
SUMMARY :
So Michael, first of all, let's go ahead and start with you, high quality uh doctors and nurses and uh you know, importance of that digital experience and that we need to be out The acquisition of port works by peer storage was about a year ago I talked to us of Pure and uh you know, we're looking at uh launching some new products as well and it's you know, delivering that capability to our customers and our customers are delighted now they can have a complete view I think, I think it's fair to acknowledge that pure one was observe ability before observe ability I could talk to us about obviously you are a customer CHD as a customer of court works now Port works by peer storage. you know, um being to provide data, we're very much focused on an event driven, Very, very key. you know, have a lot of control over your applications, the performance of the agency and want to control cars what does that mean to you in your environment? with how fast kubernetes is growing, you know, they they're out I think yes, good in is the area of backups in this environment, but then you get data Yeah, it's all of the data services. and SDK s and a nice slick ui that they can, you know, for several years before you were a c h G, you brought up to see H G, you now know it a Well, I mean one of the things, you know, when, when I heard about the accusation, that sounds kind of similar to what you talked about with the cultural alignment I've known here for a long time And you know, we have, you know, So, I'm curious about the two of you personally, in terms of your histories, Don't be afraid of it, you know, a lot of people want to, you know, I call it, I guess the question for you is more something lisa and I talk about this concept of peak kubernetes, they're going to be radically different and you know, if you're not building your Speaking of scratching the surface, Michael, take us out in the last 30 seconds or so with where CHG Yeah, and I really like that because that's true, you know, and that's where we're on that transition, What's going on with port works a year after the acquisition. It's been fun, our This is our coverage of Yukon cloud native Con 21
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Michael | PERSON | 0.99+ |
Michael Coletti | PERSON | 0.99+ |
Dave Nicholson | PERSON | 0.99+ |
Micah Coletti | PERSON | 0.99+ |
Los Angeles | LOCATION | 0.99+ |
CHG Healthcare | ORGANIZATION | 0.99+ |
two weeks | QUANTITY | 0.99+ |
lisa martin | PERSON | 0.99+ |
two | QUANTITY | 0.99+ |
lisa | PERSON | 0.99+ |
a week | QUANTITY | 0.99+ |
tomorrow | DATE | 0.99+ |
Venkat Ramakrishnan | PERSON | 0.99+ |
less than a day | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
yesterday | DATE | 0.99+ |
Ceos | ORGANIZATION | 0.99+ |
first thing | QUANTITY | 0.99+ |
Purest | ORGANIZATION | 0.98+ |
KubeCon | EVENT | 0.98+ |
both | QUANTITY | 0.98+ |
50 | QUANTITY | 0.97+ |
pure | ORGANIZATION | 0.97+ |
Red | ORGANIZATION | 0.97+ |
Cubans | PERSON | 0.97+ |
One | QUANTITY | 0.96+ |
CloudNativeCon | EVENT | 0.96+ |
one | QUANTITY | 0.96+ |
CHG | ORGANIZATION | 0.96+ |
Kelsey Hightower | PERSON | 0.96+ |
big | EVENT | 0.95+ |
next couple of years | DATE | 0.94+ |
Pure | ORGANIZATION | 0.91+ |
Api | TITLE | 0.91+ |
about a year ago | DATE | 0.9+ |
last 18 months | DATE | 0.9+ |
Venkat | ORGANIZATION | 0.9+ |
Kafka | TITLE | 0.9+ |
third vector | QUANTITY | 0.87+ |
one area | QUANTITY | 0.87+ |
CHG healthcare | ORGANIZATION | 0.87+ |
First company | QUANTITY | 0.86+ |
M S K | TITLE | 0.86+ |
21 mhm | QUANTITY | 0.84+ |
NA 2021 | EVENT | 0.83+ |
1 | OTHER | 0.83+ |
couple of days ago | DATE | 0.83+ |
five G | ORGANIZATION | 0.82+ |
a year | QUANTITY | 0.82+ |
one company | QUANTITY | 0.82+ |
couple | QUANTITY | 0.79+ |
day three | QUANTITY | 0.79+ |
Kafka Postgres | ORGANIZATION | 0.78+ |
friends | QUANTITY | 0.78+ |
a year | QUANTITY | 0.77+ |
100 years | QUANTITY | 0.77+ |
Yukon cloud native Con | EVENT | 0.76+ |
last 30 seconds | DATE | 0.76+ |
wave | EVENT | 0.73+ |
Covid | ORGANIZATION | 0.72+ |
day | QUANTITY | 0.71+ |
Kubernetes | TITLE | 0.7+ |
cu con cloud | ORGANIZATION | 0.69+ |
Modem | PERSON | 0.67+ |
1 22 | OTHER | 0.67+ |
third kind | QUANTITY | 0.66+ |
K. | COMMERCIAL_ITEM | 0.65+ |
SDK | TITLE | 0.62+ |
21 | OTHER | 0.62+ |
Os | COMMERCIAL_ITEM | 0.61+ |
C H. G | COMMERCIAL_ITEM | 0.6+ |
a ton of money | QUANTITY | 0.6+ |
Tom Gillis, VMware | VMworld 2021
>>mm Welcome back to the huge covered cubes coverage of VM world 2021. The virtual edition tom gillis is back on the cube. He's in S. V. P at VM ware and the GM of network and advanced security at the company. Tom. Always a pleasure to see you. Thanks for coming on. >>Hey, thanks for having me. It's always a pleasure to be back here on the cube. I really enjoyed it. We've we've been, we've known each other for I don't want to count how many years but more than a few. Uh it's always an interesting conversation. >>We've had a lot of face to face interactions a couple years in a row were virtual. We'll be back together at some point. I'm >>calling. Yeah. Yeah. I'm actually on the road with customers. So it's starting to happen. >>Yeah, us too. We did uh we did public sector summit in D. C. This week. I'm heading out to Vegas next week for a show. So it is, it is starting to happen. So just a matter of time hey, >>when I start >>with with your your scope of responsibilities? Network and advanced security, you're kind of putting those two areas together. Very important. It makes sense synergistically. But how are you guys thinking about that? Maybe you could add some color. >>Yeah, sure thing. Um So network in advance security means all things security of Myanmar. So it's carbon black with our endpoint product, NsX in the data center. It's our tons of service mesh for cloud native applications to all the security stuff that goes into our anywhere workspace. Um and you know, I think you you probably get the message here dave at the end where there's three big waves that we're trying to ride. You know, multi cloud computing platform, which is our hallmark, is what we're known for running out across every cloud. It's the cloud native applications, building tools for new modern apps. And then really kind of the future of both networking and compute is being defined by this anywhere workspace. Our mission is to put security and connectivity into all of that. That makes it work. That makes it work well at scale. And so it made sense to put all that under one roof. Uh, I'm the guy and that's what we're doing. >>Yeah, you talk about that anywhere workspace, which, You know, it was always kind of a great vision and then it was somewhat aspirational, but then it became not only reality, but a mandate over the past 15, 18 months and that has that ripples through two implications on networking, even getting flatter and the security implications. So, all those things are coming together >>there really are. You know, I think we can't under estimate the profound impact that covid and the kind of work from home has had on our lives on society were still turning through what those implications are, but in networking it's cause for a fundamental rethink and for 20 years I've been doing networking and for 20 years we had this notion of a demarcation point networks defined as something that it was a DMZ, right? And, and on one side of that, TMZ was a dirty, untrusted internet, who would scary the other side is the clean, blissful corporate network where you know, only butterflies and unicorns exist and you know, wherever you were in the world, your traffic would be back hauled through that dems so that it could be scrubbed. And if you ever used tools like we're using now zoom, you know, you realize that that experience of back hauling traffic through traditional VPN is pretty simple. And so, so across the industry, enterprises are saying, you know what, there's got to be a different way instead of moving by traffic to the security services. What if I turn that upside down, That's what we're doing a VM ware, which we're taking those security services that we live in the DFc. We're doing what VM ware does well, which is defined them as software and then running them in hundreds of points of presence around the world. Hundreds. And so we effectively moved the security close to the users wherever the users are instead of the other way around. And that's the way we think we'll be building networks in a post pandemic world. >>Yeah. And that talks to the trend of this hyper decentralized system that's basically everywhere now, you know, even even out to the edge. And so, so you now have this, you know, zero trust used to be a buzzword and, and again, it's become this, this mandate. You guys actually did some, I think it was you who did some really interesting research post the solar winds hack on. Talking about things like island hopping and explaining how malware was getting in self forming and some of the insidious ways in which the, the adversaries and, and that is a function of a lot of things. The adversaries are obviously highly capable. Uh, they're motivated because it's lucrative and, and, and they keep upping the game on the good guys if you will. >>Yeah, it's nuts. But, and so so think about the impact that ransomware has had. Uh, and also to your point about the anywhere workspace. I'm right now in boston, I could, you know, tomorrow I'm going to be in texas and the day after that I'll be in san Francisco. So I'm popping all over the place, you know, we're back meeting customer's going wherever they want us to be. But wherever I am, I'm able to connect and, and my traffic needs to be protected. Now in boston it was a ransomware attack against the ferry. We're not talking about a bank or like a sophisticated, you know, sort of organization, it's a ferry that moves people from Cape Cod to an island across the water and it disrupted that ferry for days. So so at VM ware, we're measuring all the inner workings of what's happening in the data center and we collect more than eight trillion with a T eight trillion events per week and that allows us to be able to identify these anomalies like ransomware. And so just in the last 90 days we've stopped more than a million ransomware attacks. 1.1 million ransomware attacks that we stopped within six seconds, More than a million ransomware attacks in the last 90 days. To give you a sense of the magnitude of this problem it's everywhere. And you you reference Zero Trust. Zero Trust is a concept, it's a philosophy, is not a product by Zero Trust. You implement a Zero Trust model which says in a deep perimeter Rised world in a world where people like tom or hopscotch on all over the place and Dave's in boston and you know, I could be in san Francisco, we have to make the assumption that somehow some way, you know, our machine or a user has been compromised. And so you wrap each little piece of the infrastructure, each little piece of the application, you wrap it a protective armor to assume that everything around it is hostile and that's how we stop somewhere. That's how we can keep your infrastructure safe. And this is something you have and where does very uniquely because of the intrinsic attributes of our platform, our virtualization platform and our multi cloud platform. >>Yeah. You talk about the ferry anybody who's ever taken the ferry to Nantucket knows it's a pretty low tech operation and when that ferry goes down, it's one thing, it's, it's whether you can kind of understand that but people's lives get ruined, their vacations get ruined, they can't get off the island. Commerce comes to a grinding halt. It's extremely, extremely expensive really. >>For days, >>for days it was >>Like it wasn't a 20 minute outage. You know, it was like a fairy is not running for a couple things like that. That is a huge, huge, very high impact thing. And the fact that it was so pedestrian, like they don't have billions of dollars in the bank and you know, sort of super secret defense technologies, it's a ferry, you know, right, come on rental cars everywhere. So everywhere >>talk about your software approach two networking and security a little bit more. How that changes the experience for organizations generally, and developers specifically. >>So in a multi cloud world you can't always count on having physical infrastructure that you can touch. And in fact, do you really want to touch that stuff. And so our idea is that if you think about infrastructure, its job is to support the needs of the application. And so for example, in Kubernetes, we have the ability for developers say, look, here's my cool new application and this peace talks to this peace talks to this piece and nothing else. And so we can implement those types of controls using what we call a service smash, which allows us to, to make those connections smooth and seamless across clouds. Some of it could run on amazon, some of them could be running in a private cloud infrastructure. Some of them could be running in the traditional VM and in fact many complication applications do just that. So we can facilitate that communication back and forth and we have the ability to look for stuff that you just never happened because when you understand how an application is supposed to work, it allows you to spot, hey, wait a minute. That's not right. That's that, that's that, that don't like someone trying to manipulate the ferry system rather than somebody trying to board the ferry and get off. And I think, you know, there's a really interesting observation here, which is when you, when you, if you can see the inner workings of an application, like it looks for example, let's think about a mortgage payment application filed, a mortgage payment application and the Attackers has stolen a credential. They're going to get in. It's really hard to figure out a friend from foe. But once they get into mortgage payment application, I'm not going to pay my mortgage right? They do crazy anomalous things like wildly anomalous things. If you can see them, you can stop them and we have the unique ability to see them because we put the telemetry, the observation into our virtualization platform that runs on every cloud that runs wherever the user is. Right and pulling all that together into a central issue. That's something I think the N word to do uniquely and this is why we're having such success insecurity. >>I wonder if you could talk a little bit more about securing containers. You just sort of reference that but containers are moving target just a few short years ago, containers are ephemeral. You weren't you weren't gonna be running you know, your mission critical or business critical postgres in containers. But now that's changed. You're getting state. But so that's a moving target. How are you thinking about handling? You know, those kind of changes And what about the architecture allows you to be kind of future proof if you will. Sorry to use that >>word? No, no, it's a good question. So you've articulated right. So if you think about a traditional application, we used to always talk about three tiered web app, there's a web server is app server and the database a little more complicated than that. But you can usually go in and you could touch those three tiers. This box is the web tier. This box step here. This big box, is that it. And so security controls were built around this idea that you could you could wrap that relatively easily. We talk about a container based application And all these microservices. It's not three tiers anymore. It's 300 tears or maybe 3000 tears. Bitty little things, these little services that turn up and turn down and they all have a piece and so our view is that the A P is the new endpoint, the ap is where the action happens and not just the ap that faces the internet but all the inner workings, all the internal apps. And so because we put that application together, because we help the developers create those apaches, we have a unique understanding of how those apps are used and we're just introducing the ability to provide visibility around how are these epi is being used and then we can do anomaly detection and we are seeing a whole new set of attacks that are using legitimate apiece. They're not appease that are that are that are broken or malformed but the Attackers are finding ways to extract data from an API that maybe they shouldn't remember some of the facebook stuff where they had these Attackers were profiling users and there's no limit to how they could profile users and they were just expecting huge amounts of data that's an ap breach. These are the kind of problems that we can solve for our customers with these built in Tan Xue uh service mesh and api security controls >>you think about all these trends we're talking about and I want to ask you about how it's affected go to market because kind of the old days you had box sellers, they, you know, they would integrate VM ware or whatever. They you might have a specialist that was really good at ST for instance, S. A. P. And they were good partners. So that kind of value add developers have become a new channel for you and I wonder how you think about that, how they're now influencing their go to market. >>Yeah, that's that's a clear trend in the industry are absolutely right on, we call it moving left, right. So it's getting earlier and earlier in the development process. And so one of the things that renouncing at the show here is that the tons of community edition that makes it super easy for developers without putting down a credit card or making a big expensive commitment. They can start using these tools and get productive right away. And so so on top of that we build security controls that understand the total life cycle. So as the developers writing code, we're checking that code to make sure is this compliant doesn't have any known vulnerabilities. This is gonna break something. If you if you put it out there and then when you go to hit commit and say, all right, I'm ready to go, we've already done the homework to make sure the code is clean, we'll put it in the right place. So placing it into production in a way that is wrapped with the security that it needs the guardrails are in place and now we have this this X ray vision, this ability to look at the inner workings and understand the Ap is what's happening inside the application and identify anomalies. And lastly, once the thing is up and running we actually have the ability to measure we called posture and make sure that it doesn't drift from its intended configuration. All of this is done across every cloud. So this is, this is how we think we have a kind of new and very holistic approach to securing collaborative applications. >>Tom I want to ask you about telco transformation, I mean N F V kind of just barely scratched the surface in my view and now we're seeing with the edge and five G and the cloud there's some oh ransom. Really interesting opportunities going on in in telco say what you want about telcos? Yeah, there, you know the connectivity and Okay, fine. But one thing you say about the telco networks as they work, you know, and it actually did a great job during the pandemic. They had to pivot to landlines and and so when it comes to reliability and rock solid nous, those guys kinda kinda get it but they've got to be more flexible. So you see those two worlds colliding what's going on in in telco and and where does VM ware play? >>Yeah, sure thing. A huge amount of emphasis on telco, we've won some very large telco deals. Five G is not just a faster version of four G. 5G is a new take on what an edge network can do. It has the ability to run extremely high performance network connections and the ability to control the performance. So this idea of what's called network slicing, so you can guarantee a certain amount of latency or a certain amount of bandwidth. So combine that with this explosion of IOT devices. We're going to have an infinite number of devices. Every device you can imagine has a computer in it and it's spitting off giant amounts of data. We keep coming up with new and interesting ways to analyze that data to do things like, you know, control the self driving car to do things like create a customized retail experience to do things like help guide research for an oil company on the oil platform. Okay. These are all examples of edge computing. Now, the infrastructure that you need to protect those workloads is what we're defining and software. And putting it everywhere, Not just in the traditional data center where you might be in 1020 locations, we're talking about hundreds going into thousands of locations. And this is what the industry is calling sassy or secure access services. Edge. So where's your firewall? Your web proxy the controls that you need to protect those apps, where do they live? They're gonna live in the telco infrastructure And that stuff all runs on X 86 servers. So if you put in the data center services into this distributed architecture and you've got tons and tons of data that's being produced produced locally. Why would you want to remove the compute there and we think you can and will and this is this is why VM ware with our telco partners is uniquely suited to build the groundwork for this edge computing infrastructure. And I think edge computing is going to be the next big wave. So we went from private clouds to public clouds and public cloud was built on, you know, the scale out fault tolerant model as we move to edge computing, edge computing is going to be around applications that need huge amounts of data, very low latency and they're highly distributed. So they're going to run not in 10 or 20 locations but in 1000 more. And we can do all of this with our tons of kubernetes with our virtual networking infrastructure and our anywhere workspace and the secure access services, Edge, the pops that we're building and I think VM ware is probably one of the few if any companies that have all of these pieces that we can put together to make the Edge actually work. >>Yeah, exciting times and and all that data ai influencing at the edge of new processor models and you guys are thinking about all that stuff tom we got to leave it there. Thanks so much for coming back in the queue. Great conversation. >>Always a pleasure. Thanks very much. David, Take care >>Alright you to keep it right there, everybody. This is Dave Volonte. For the Cubes coverage of VM World 2021. The virtual edition will be right back.
SUMMARY :
mm Welcome back to the huge covered cubes coverage of VM world 2021. It's always a pleasure to be back here on the cube. We've had a lot of face to face interactions a couple years in a row were virtual. So it's starting to happen. So it is, it is starting to happen. But how are you guys thinking about that? Um and you know, I think you you probably get the message here dave at Yeah, you talk about that anywhere workspace, which, You know, it was always kind of a great And so, so across the industry, enterprises are saying, you know what, there's got to be a different way instead so you now have this, you know, zero trust used to be a buzzword and, on all over the place and Dave's in boston and you know, I could be in san Francisco, we have to operation and when that ferry goes down, it's one thing, it's, it's whether you can kind of dollars in the bank and you know, sort of super secret defense technologies, How that changes the experience for organizations generally, and developers specifically. the ability to look for stuff that you just never happened because when you understand how an application You weren't you weren't gonna be running you know, And so security controls were built around this idea that you could kind of the old days you had box sellers, they, you know, they would integrate VM ware or whatever. And so one of the things that renouncing at the show here is that the tons of community edition that makes it super easy But one thing you say about the telco networks as they work, you know, Now, the infrastructure that you need to protect those workloads is what we're new processor models and you guys are thinking about all that stuff tom we got to leave it Always a pleasure. Alright you to keep it right there, everybody.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
David | PERSON | 0.99+ |
Tom Gillis | PERSON | 0.99+ |
Dave Volonte | PERSON | 0.99+ |
texas | LOCATION | 0.99+ |
Cape Cod | LOCATION | 0.99+ |
san Francisco | LOCATION | 0.99+ |
Zero Trust | ORGANIZATION | 0.99+ |
boston | LOCATION | 0.99+ |
Tom | PERSON | 0.99+ |
D. C. | LOCATION | 0.99+ |
Vegas | LOCATION | 0.99+ |
20 years | QUANTITY | 0.99+ |
10 | QUANTITY | 0.99+ |
3000 tears | QUANTITY | 0.99+ |
300 tears | QUANTITY | 0.99+ |
telco | ORGANIZATION | 0.99+ |
next week | DATE | 0.99+ |
tomorrow | DATE | 0.99+ |
more than eight trillion | QUANTITY | 0.99+ |
Nantucket | LOCATION | 0.99+ |
each little piece | QUANTITY | 0.99+ |
20 minute | QUANTITY | 0.99+ |
20 locations | QUANTITY | 0.99+ |
1020 locations | QUANTITY | 0.99+ |
amazon | ORGANIZATION | 0.99+ |
two areas | QUANTITY | 0.99+ |
Hundreds | QUANTITY | 0.98+ |
Dave | PERSON | 0.98+ |
This week | DATE | 0.98+ |
ORGANIZATION | 0.98+ | |
Cubes | ORGANIZATION | 0.98+ |
Myanmar | LOCATION | 0.98+ |
both | QUANTITY | 0.98+ |
VMware | ORGANIZATION | 0.98+ |
billions of dollars | QUANTITY | 0.98+ |
three tiers | QUANTITY | 0.97+ |
two implications | QUANTITY | 0.97+ |
one | QUANTITY | 0.97+ |
VM World 2021 | EVENT | 0.96+ |
tom gillis | PERSON | 0.96+ |
telcos | ORGANIZATION | 0.96+ |
six seconds | QUANTITY | 0.95+ |
three tiered web app | QUANTITY | 0.95+ |
1.1 million ransomware attacks | QUANTITY | 0.95+ |
three | QUANTITY | 0.95+ |
two worlds | QUANTITY | 0.95+ |
one side | QUANTITY | 0.95+ |
More than a million ransomware attacks | QUANTITY | 0.94+ |
zero trust | QUANTITY | 0.93+ |
VMworld 2021 | EVENT | 0.93+ |
one thing | QUANTITY | 0.93+ |
pandemic | EVENT | 0.93+ |
hundreds of points | QUANTITY | 0.92+ |
tons and tons of data | QUANTITY | 0.92+ |
more than a million ransomware attacks | QUANTITY | 0.92+ |
thousands of locations | QUANTITY | 0.9+ |
1000 more | QUANTITY | 0.9+ |
few short years ago | DATE | 0.88+ |
one roof | QUANTITY | 0.87+ |
last 90 days | DATE | 0.86+ |
waves | QUANTITY | 0.86+ |
Kubernetes | TITLE | 0.84+ |
two | QUANTITY | 0.84+ |
ST | ORGANIZATION | 0.84+ |
Edge | TITLE | 0.83+ |
big | EVENT | 0.82+ |
sector | EVENT | 0.8+ |
S. A. P. | ORGANIZATION | 0.76+ |
wave | EVENT | 0.72+ |
a minute | QUANTITY | 0.71+ |
tom | PERSON | 0.71+ |
about hundreds | QUANTITY | 0.71+ |
TMZ | ORGANIZATION | 0.71+ |
15 | QUANTITY | 0.7+ |
eight trillion events per week | QUANTITY | 0.68+ |
couple years | QUANTITY | 0.68+ |
X 86 | OTHER | 0.67+ |
couple | QUANTITY | 0.65+ |
18 months | QUANTITY | 0.64+ |
Amir Sharif, Opsani | CUBE Conversation
>>mhm. What the special cube conversation here in Palo alto, I'm john Kerry host of the cube. We're here talking about kubernetes Cloud native and all things Cloud, cloud enterprise amir Sure VP of product and morgan Stanley is with me and we are great to have you on the cube. Thanks for coming on. I appreciate you taking the time, >>appreciate it, john good to be here. You >>know, cloud Native obviously super hot right now as the edges around the corner, you're seeing people looking at five G looking at amazon's wavelength outposts you've got as you got a lot of cloud companies really pushing distributed computing and I think one of the things that people really are getting into is okay, how do I take the cloud and re factor my business and then that's one business side then, the technical side. Okay, How do I do it? Like it's not that easy. Right. So it sounds, it sounds really easy to just go to move to the cloud. This is something that's been a big problem. So I know you guys in the center of all this uh and you've got, you know, microservices, kubernetes at the core of this, take a minute to introduce the company, what you guys do then I want to get into some specific questions. >>Mhm, of course. Well, bob Sani is a startup? Silicon Valley startup and what we do is automate system configuration that's typically worked at an engineer does and take lengthy and if done incorrectly at least to a lot of errors and cost overruns and the user experience problems. We completely automate that using an Ai and ml back end so that the engineering can focus on writing code and not worry about having to tune the little pieces working together. >>You know, I love the, I was talking to a V. C on our last uh startup showcase, cloud startup showcase and uh really prominent VC and he was talking about down stack up stack benefits and he says if you're going to be a down stack um, provider, you got to solve a problem. It has to be a big problem that people don't want to deal with. So, and you start getting into some of the systems configuration when you have automation at the center of this as a table stakes item problems are cropping up as new use cases are emerging. Can you talk about some of the problems that you guys see that you solve for developers and companies, >>of course. So they're basically, they're, the problem expresses itself in a number of domains. The first one is that he who pays the bills is separate from he who consumes the resources. It's the engineers that consume the resources and the incentives are to deliver code rapidly and deliver code that works well, but they don't really care about paying the bills. And then the CFO office sees the bills and there's a disparity between the two. The reason that creates a problem, a business problem is that the developers uh, will over provision stuff, uh to make sure that everything works and uh, they don't want to get caught in the middle of the night. You know, the bill comes due at the end of the month or into the quarter and then the CFO has smoke coming out of his ears because there's been clawed overruns. Then the reaction happens to all right, let's cut costs. And then, you know, there's an edict that comes down that says everything, reduce everything by 30%. So people go across and give a haircut to everything. So what happens next to systems out of balance? There's allocation resource misallocation and uh, systems start uh, suffering. So the customers become unhappy. And ironically, if you're not provisioned correctly, Not ironically, but maybe understandably, customers start suffering and that leads to a revenue problem down the line if you have too many problems unhappy. So you have to be very careful about how you cut costs and how you apportion resources. So both the revenue side is happy and it costs are happy because it all comes down to product experience and what the customers consume. You >>know, that's something that everyone who's done. Cloud development knows, you know, whose fault is it? You know, it's this fall. But now you can actually see the services you leave a switch open or, you know, I'm oversimplifying it. But, you know, you experiment services, you can the bills can just have massive, you know, overruns and then, and then you got to call the cloud company and you gotta call the engineers and say why did you do this? You got to get a refund or or the bad one. Bad apple could ruin it for everyone as you, as you highlighted over the bigger companies. So I have to ask you mean everyone lives this. How do companies have cost overruns? Is their patterns that you see that you guys wrote software 4-1, automate the obvious ones. Is there is there are certain things that you know always happen. Are there areas that have some indications? So why do, first of all, why do companies have cloud cost overruns? >>That's a great question. And let's start with a bit of history where we came from a pre cloud world, you built your own data centers, which means that you have an upfront Capex cost and you spend the money and you were forced to live within the needs that your data center provided. You really couldn't spend anymore. That provided kind of a predictable expenditure bottle it came in big chunks. But you know what, your budget was going to be four years from now, three years from now. And you built for that with the cloud computing, Your consumption is now on on demand basis and it's api enabled. So the developer can just ask for more resources. So without any kind of tools that tell the developer here is x amount of CPU or X amount of memory that you need for this particular service, that for it to deliver the right uh, performance that for the customer. The developers incentivized to basically give it a lot more than the application needs. Why? Because the developer doesn't want to pick up service tickets. He's incentivizing delivering functionality quickly and moving on to next project, not in optimizing costs. So that creates kind of uh an agency problem that the guy that actually controls how research are consumed is not incentivized to control the consumption of these resources. And we see that across the board in every company, engineers, engineering organization is a separate organization than the financial organization. So the control place is different. The consumption place and it breaks down the patterns are over provisions. And what we want to do is give engineers the tools to consume precisely the right amount of resources for the service level objectives that they have, given that you want a transaction rate of X and the literacy rate of Why here's how you configure your cloud infrastructure. So the application delivers according to the sls with the least possible resources consumed. >>So on this tool you guys have in the software you guys have, how how do you guys go to mark with that, you target the business buyer or the developer themselves and and how do you handle the developers say, I don't want anyone looking over my shoulder. I'm gonna go, I'm gonna have a blank check to do whatever it takes, um how do you guys roll that out because actually the business benefits are significant controlling the budget, I get that. Um how do you guys rolling this out? How do people engage with you? What's your strategy? >>Right. Are there, is the application owner, is the guy that owns the PML for the application? It tends to be a VP level or a senior director person that owns a SAAS platform and he or she is responsible for delivering good products to the market and delivering good financial results to the CFO So in that person of everything is rolled up, but that person will always favor the revenue site, which means consume more resources than you need in order to maximize customer happiness, therefore faster growth and uh they do that while sacrificing the cost side. So by giving the product owner the optimization tools autonomous of optimization tools that Sandy has, we allow him or her to deliver the right experience to the customer, with the right sufficient resources and address both the performance and the cost side of equation simultaneously, >>awesome. Can you talk about the impact c I C D s having in the cloud native computing on the optimization cycle? Um Obviously, you know, shifting left for security, we hear a lot of that, you're hearing a lot of more microservices being spun up, spun down automatically. Uh I'll see kubernetes clusters are going mainstream, you start to see a lot more dynamic uh activity if you if you in these new workflows, what is the impact of these new CSC D cloud? Native computing on the optimization cycle? >>C i c D is there to enable a fast delivery of software features basically. Uh So, you know, we have a combination of get get ups where you can just pull down repositories, libraries, open source projects from left and right. And using glue code, developers can deliver functionality really quick. In fact, microservices are there in service of that capability, deliver functionality quickly by being able to build functional blocks and then through a piece you put everything together. So ci cd is just accelerates the software delivery code. Between the time the boss says, give me an application until the application team plus the devops team plus SRE team puts it out in production. Now we can do this really quickly. The problem is though, nobody optimizes in the process. So when we deliver 1.0 in six months or less, we've done zero in terms of optimization and at one point, oh, becomes a way that we go through QA in many cases, unfortunately. And it also becomes a way that we go through the optimization. The customer screams that you eyes Laghi, you know, the throughput is really slow and we tinker and tinker and tinker and by the time it typically goes through a 12 month cycle of maturation, we get that system stability in the right performance with a I and machine learning that a person has enabled. We can deliver that, we can shrink that time out considerably. In fact, uh you know what we're going to announce in q khan is something that be called Kite storm is the ability to uh install our product and kubernetes environment in roughly 20 minutes and within two days you get the results. So before you have this optimization cycle that was going on for a very long time now that it's frank down and because of Ci Cd, you know, you don't have the luxury of waiting and the system itself can become part of the way of contributing system. The system being the uh ai ml service, that the presiding deliveries can be uh part and parcel of the Ci cd pipeline, that optimizes the code and gives you the right configuration and you get to go. So >>you guys are really getting down and injecting in some uh instrumentation for metadata around key areas. That right. Is that kind of how it's working? Are you getting in there with codes going to watch? Um how was it working under the hood? Can you just give me a quick example of, you know, how this would play out and what people might expect, how it would handle, >>of course. So what the way we optimize application performance is we have to have a metric against which we measure performance. That metric is an S L O service level, objective and in a kubernetes environment, we typically tap into Prometheus, which is the metrics gathering place metrics database for kubernetes workloads and we really focus on red metrics, the rate of transactions, the error rate and the for delay or latency. So we focus on these three metrics and what we have to do is inject a small container, it's an open source container into the application work space that we call that a container. Servo. Servo interacts with Prometheus to get the metrics and then it talks to our back end to tell the M L engine what's happening and then L engine and does this analysis and comes back with a new configuration which then servo implements in a canary instance. So the Canary instances where we run our experiments and we compare it against the main line, Which the application is doing after roughly 20 generations or so. The Bellingen Learns what part of the problem space to focus on in order to optimize to deliver optimal results. And then it very quickly comes to the right set of solutions to try and it tries those inside uh inside the canary instance and when it finds the optimal solution, it gives the recommendation back to the application team or alternatively, when you have enough trust in the tiny you can ought to promote it into mainline that >>gets the learning in there is a great example of some cloud native action. I want to get into some examples with your customer, but before we get there, I want to ask you, since I have you here, if you don't mind, what is cloud native mean these days, because you know, cloud native become kind of much cloud computing, um which essentially go move to the cloud, but as people start developing in the cloud where there's real new benefits, people talk about the word cloud native, could you take a quick minute to define? What is cloud Native, Does that even mean? What does cloud native mean? >>I'll try to give you my understanding government, we could get into a bit of philosophy. Uh Yeah, that's good. But basically cloud Native means it's, your application is built for the cloud and it takes advantages of the inherent benefits that a cloud environment can give you, which means that you can grow and shrink resources on the fly, if you built your application correctly, that you can scale up and scale down, you're a number of instances very quickly and uh, everything has taken advantage of a P I S so initially that was kind of done inside of the environment. Uh AWS Ec two is a perfect example of that. Kubernetes shifted cloud native to container its workload because it allows for rapid, more, rapid deployment and even enables or it takes advantage of a more rapid development cycle as we look forward. Cloud Native is more likely to be a surplus environment where you write functions and the backend systems of the cloud service provider, just give you that capability and you don't have to worry about maintaining and managing a fleet of any sort, whether it's VMS or containers, that's where it's gonna go. Currently we are to contain our space >>so as you start getting into the service molly good land, which we've been playing with, loves that as you get into that, that's going to accelerate more data. So I gotta ask you as you get into more of this this month, I will say monitoring or observe ability, how we want to look at it. You gotta get at the data. This becomes a critical part of solving a lot of problems and also making sure the machine learning is learning the right thing. How do you view that you guys over there? Because I think everyone is like getting that cloud native and it's not hard sell to say that's all good, but we can go back, you know, the expression ships created ships and then you have shipwrecks, you know, there's always a double edged sword here. So what's the downside? If you don't get the data right? >>Uh well, so the for us, the problem is not too much data, it's lack of data. So if you don't get data right is you don't have enough data. And the places where optimization cannot be automated is where the transaction rates are slow, where you don't have enough fruit. But coming into the application and it really becomes difficult to optimize that application with any kind of speed. You have to be able to profile the application long enough to know what moves its needle and in order for you to hit the S. L. O. Targets. So it's not too much data, it's not enough data. That seems to be the problem. And there are a lot of applications that are expensive to run but have a low throughput. And I would uh in all cases actually in every customer environment that have been in, where that's been the case if the application is just over provision, if you have a low throughput environment and it's costing too much, don't use ml to solve it. That's a wrong application of the technology. Just take a sledgehammer and back your resources by 50%, see what happens. And if that thing breaks back it again, until you find the baggage point. >>Exactly for you over prison, you bang it back down again. It's like the old school now with the cloud. Take me through some examples when you guys had some success, obviously you guys are in the right area right now, you're seeing a lot of people looking at this area to do that in some cases like changing the whole data center and respect of their business. But as you get it with customers with the app side, what some successes can you share some of the use cases, what you guys are being successful, your customers can get some examples. >>Yeah. So well known financial software for midsize businesses that that does accounting. It's uh there are customer during a large fleet and this product has been around for a while. It's not a container ice product. This product runs on VMS. Angela is a large component of that. So the problem for this particular vendor has been that they run on heterogeneous fleet that the application has been a along around for a very long time. And as new instance types on AWS have come in, developers have used those. So the fleet itself is quite heterogeneous and depending on the time of the day and what kind of reports are being run by organisations, they, the mix of resources that the applications need are different. So uh when we started analyzing the stack, we started we started looking at three different tiers, we looked at the database level, we looked at the job of mid tier and we looked at the web front end. And uh one of the things that became counterproductive is that m L. Discovered that using for the mid tier using larger instances but fear of a lot for better performance and lower cost and uh typically your gut feel is to go with smaller instances and more of a larger fleet if you would. But in this case, what the ML produced was completely counter intuitive And the net result for the customer was 78% cost reduction while agency went down by 10%. So think about it that you're, the response time is less, uh 10% less but your costs are down almost 80% 78% in this case. And the other are the fact that happened in the job of mitt here is that we improve garbage collection significantly and because whenever garbage collection happens on a JV M it takes a pause and that from a customer perspective it reflects as downtime because the machines are not responding so by tuning garbage collection Andrzej VMS across this very large fleet we were able to recover over 5000 minutes and month across the entire fleet. So uh, these are some substantial savings and this is what the right application of machine learning on a large fleet can do for assess business. >>And so talk about this fleet dynamic, You mentioned several lists. How do you see the future evolving for you guys? Where are you skating to where the puck is? As the expression goes? Um obviously with server list is going to have essentially unlimited fleets potentially That's gonna put a lot of power in the hands of developers. Okay. And people building experiences, What's the next five years look like for you guys? >>So I'm looking at the product from a product perspective, the service market depends on the mercy of the cloud service provider and typically the algorithms that they use. Uh basically they keep very few instances warm for you until you're the rate of api calls goes up and they start they start uh start turning on VMS are containers for you and then the system becomes more responsive over time. One place that we can optimize the service environment is give predictability of what the cyclicality of load is. So we can pre provision those instances and warm up the engine before the loads come into the system always stays responsive. You may have noticed that some of your apps on your phone that when you start them up, they may have a start up like a minute or two. Especially if it's a it's a terror gap. What's happening in those cases that you're starting an api calls goes in containers being started up for you to start up that instance, not enough of our warm to give you that rapid response. And that can lead to customer churn. So by by analyzing what the load on the overall load of the system is and pre provision the system. We can prevent the downtime uh prevent the lag to start up black on the downside. Which when you know when the usage goes down, it doesn't make sense to keep that many instances up. So we can talk to the back in infrastructure and the commission of those VMS in order to make to prevent cost creeps basically. So that's one place that we're thinking about extending our technology. >>So it's like, it's like the classic example where people say, oh during black monday everyone searches to do e commerce. You guys are thinking about it on A level that's a user centric kind of use case where you look at the application and be smart about what the expectation is on any given situation and then flex the resources on that. Is that right? That by getting right? So if it's your example, the app is a good one. If I wanted to load fast, that's the expectation. It better load fast. >>Yes, that's exactly but more romantic. So I use valentine's day and flowers my example. But you know, it doesn't have to be annual cycles. It can be daily cycles or hourly cycles. And all those patterns are learning about by an Ml back in. >>Alright, so I gotta ask you love the, this, this this new concept because most people think auto scaling right? Because that's a server concept. Can auto scale or database. Okay. On a scale up, you're getting down to the point where, okay, we'll keep the engines warm, getting more detailed. How do you explain this versus a concept like auto scaling. Is it the same as a cousins? >>They're they're basically the way they're expressed, it's the same technology but their way there expressed is different. So uh in a cooper native environment, the H. B A is your auto scaler basically in response to the need, response more instances and you get more containers going on. What happens as services? Less environment is you're unaware of the underpinnings that do that scale up for you. But there is an auto Scaler in place that does that scale up for you. So the question becomes that we're in a stack from a customer's perspective, are you talking about if you imagine your instances we're dealing with the H. B. A. If you're managing at the functional level we have to have api calls on the service provider's infrastructure to pre warm up the engine before the load comes. >>I love I love this under the hood is kind of love new dynamics kind of the same wine, new bottle but still computer science, still coding, still cool and relevant to make these experiences great. Thanks for coming on this cube conversation. I really appreciate it. Take a minute to put a plug in for the company. What are you guys doing in terms of status funding scale employees, what are you looking for? And if someone's watching this and there should be a customer of you guys, what what's, what's, what's going on in their world? What tells them that they need to be calling you? >>Yeah, so we're serious. Dave we've had the privilege of uh, our we've been privileged by having a very good success with large enterprises. Uh, if you go to our website, you'll see the logos of who we have, we will be at Q khan and there were going to be actively targeting the mid market or smaller kubernetes instances, as I mentioned, it's gonna take about 20 minutes to get started and we'll show the results in two hours. And our goal is for our customers to deliver the best user experience in terms of performance, reliability. Uh, so that they, they delight their customers in return and they do so without breaking the bank. So deliver excellent products, do it at the most efficient way possible, deliver a good financial results for your stakeholders. This is what we do. So we encourage anybody who is running a SAS company to come and take a look at us because we think we can help them and we can accelerate there. The growth at the lower cost >>and the last thing people need is have someone coming breathing down their necks saying, hey, we're getting overcharged. Why are you guys screwing up when they're not? They're trying to make a great experience. And I think this is kind of where people really want to do push the envelope and not have to go back and revisit the cost overruns, which if it's actually a good sign if you get some cost overruns here and there because you're experimenting. But again, you don't want to get out of control. >>You don't want to be a visual like the U. S. Debt. >>Exactly. I'm here. Thank you for coming on. Great. We'll see a coupe con. The key will be there in person is a hybrid event. So uh, coupon is gonna be awesome and thanks for coming on the key. Appreciate it. >>John is a pleasure. Thank you for having me on. >>Okay. I'm john fryer with acute here in Palo alto California remote interview with upsetting hot startup series. I'm sure they're gonna do well in the right spot in the market. Really well poisoned cloud Native. Thanks for watching. Yeah.
SUMMARY :
I appreciate you taking the time, appreciate it, john good to be here. So I know you guys in the center of all this uh and you've got, that the engineering can focus on writing code and not worry about having to tune the little pieces So, and you start getting into some of the systems configuration when you have automation at the center of this revenue problem down the line if you have too many problems unhappy. So I have to ask you mean everyone lives this. of X and the literacy rate of Why here's how you configure your cloud infrastructure. So on this tool you guys have in the software you guys have, how how do you guys go to mark So by giving the product uh activity if you if you in these new workflows, now that it's frank down and because of Ci Cd, you know, you don't have the luxury of waiting and of, you know, how this would play out and what people might expect, how it would handle, it gives the recommendation back to the application team or alternatively, native mean these days, because you know, cloud native become kind of much cloud computing, on the fly, if you built your application correctly, that you can scale up and scale down, So I gotta ask you as you get into more of this this So if you don't get data right is you don't have enough data. of the use cases, what you guys are being successful, your customers can get some examples. So the problem for this particular vendor has been that What's the next five years look like for you guys? to give you that rapid response. So it's like, it's like the classic example where people say, oh during black monday everyone searches to do e commerce. But you know, it doesn't have to be annual cycles. How do you explain this versus a concept like auto scaling. basically in response to the need, response more instances and you get more And if someone's watching this and there should be a customer of you guys, So deliver excellent products, do it at the most efficient way possible, cost overruns, which if it's actually a good sign if you get some cost overruns here and there because you're Thank you for coming on. Thank you for having me on. I'm sure they're gonna do well in the right spot in the market.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave | PERSON | 0.99+ |
Amir Sharif | PERSON | 0.99+ |
john fryer | PERSON | 0.99+ |
50% | QUANTITY | 0.99+ |
john Kerry | PERSON | 0.99+ |
12 month | QUANTITY | 0.99+ |
10% | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
apple | ORGANIZATION | 0.99+ |
Silicon Valley | LOCATION | 0.99+ |
78% | QUANTITY | 0.99+ |
amazon | ORGANIZATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
two hours | QUANTITY | 0.99+ |
30% | QUANTITY | 0.99+ |
SAS | ORGANIZATION | 0.99+ |
bob Sani | PERSON | 0.99+ |
John | PERSON | 0.99+ |
six months | QUANTITY | 0.99+ |
over 5000 minutes | QUANTITY | 0.98+ |
Angela | PERSON | 0.98+ |
both | QUANTITY | 0.98+ |
Sandy | PERSON | 0.98+ |
three metrics | QUANTITY | 0.98+ |
one point | QUANTITY | 0.97+ |
first one | QUANTITY | 0.97+ |
Palo alto California | LOCATION | 0.97+ |
valentine's day | EVENT | 0.97+ |
One place | QUANTITY | 0.97+ |
one | QUANTITY | 0.96+ |
about 20 minutes | QUANTITY | 0.96+ |
amir | PERSON | 0.96+ |
Palo alto | LOCATION | 0.96+ |
zero | QUANTITY | 0.95+ |
Prometheus | TITLE | 0.95+ |
20 minutes | QUANTITY | 0.95+ |
three different tiers | QUANTITY | 0.95+ |
john | PERSON | 0.95+ |
two days | QUANTITY | 0.94+ |
1.0 | QUANTITY | 0.93+ |
black monday | EVENT | 0.93+ |
one business side | QUANTITY | 0.93+ |
a minute | QUANTITY | 0.93+ |
this month | DATE | 0.92+ |
four years | QUANTITY | 0.92+ |
Opsani | PERSON | 0.91+ |
almost 80% | QUANTITY | 0.9+ |
Q khan | ORGANIZATION | 0.88+ |
20 generations | QUANTITY | 0.85+ |
U. S. | ORGANIZATION | 0.85+ |
this fall | DATE | 0.81+ |
next five years | DATE | 0.78+ |
Laghi | PERSON | 0.77+ |
c I C D | TITLE | 0.72+ |
years | QUANTITY | 0.7+ |
double | QUANTITY | 0.67+ |
Stanley | PERSON | 0.66+ |
C i c D | TITLE | 0.66+ |
khan | ORGANIZATION | 0.65+ |
4-1 | OTHER | 0.64+ |
CFO | ORGANIZATION | 0.64+ |
C | EVENT | 0.59+ |
three | DATE | 0.59+ |
Ec two | TITLE | 0.58+ |
Cloud | COMMERCIAL_ITEM | 0.56+ |
first | QUANTITY | 0.54+ |
Servo | ORGANIZATION | 0.52+ |
Capex | ORGANIZATION | 0.48+ |
five G | ORGANIZATION | 0.48+ |
Servo | TITLE | 0.43+ |
Andrzej | PERSON | 0.4+ |
Kubernetes | TITLE | 0.37+ |
Amol Phadke, Google Cloud | Cloud City Live 2021
>>Yeah. Welcome to the cubes coverage for mobile world Congress 2021. I'm john for your host of the cube we're here in person as well as remote. It's a hybrid event were on the ground. Mobile concert green. All the action here were remote with vodka, who is the managing director of the telecom industry solutions team and google cloud, a big leader and driving a lot of the change. Well, thank you for coming on the cube here in the hybrid event from over world Congress. >>Thank you john thank you john thank you for having me. >>So hybrid event which means it's in person were on the floor as well as doing remote interviews and people are virtual. This is the new normal kind of highlights where we are in the telecom world because last time mobile World Congress actually had a physical event was winter of 2019. A ton has changed in the industry. Look at the momentum at the edge. Hybrid cloud is now standard Multi cloud is being set being set up as we speak. This is all now the new normal. What is your take it? It's pretty active in your, in your industry. Tell us your opinion. >>Yes, john, I mean the last two years have been >>seismic to say the >>least, right. I mean, in terms of the change that the CSP industries had had to >>do, you >>know, jOHn uh, in the last two years, the importance of a CSP infrastructure has never become so important, right? The infrastructure is paramount. I'm talking to you remotely over a CSB infrastructure right now and everything that we're doing in the last two years, whether it's working or studying or entertaining ourselves all on that CSP infrastructure. So from that perspective, they are really becoming a critical national, global information fabric on which the society is actually depending >>on and >>That we see at Google as well, in the sense that we have seen up to 60% increase in demand John in the last two years for that infrastructure. And then when I look at the industry itself, unfortunately, all of that huge demand is not translating into revenue because as an industry, the revenue is still flatlining, in fact the forecasted Revenue for globally for all the industry over the next 12 months is 3-5% negative on revenue. Right? So one starts to think how come there is so much demand over the last two years post pandemic and that's not translating to revenue. Having said that, the other thing that's happening is this demand is driving significant Capex and Opec's investments in the infrastructure, as much as 8 to $900 billion over the next decade is going to get spent in this infrastructure from >>our perspective, >>which means it's really a perfect storm, john that we have massive demand, massive need to invest to meet that demand, yet not translating to revenue. And the crux of all this is customer experience because ultimately all of that translates into not having that kind of radically disruptive or transformational customer experience. Right? So that's a backdrop that we find ourselves in the industry and that really sets the stage for us to look at these challenges in terms of how does the CSP industry as a whole growth up line? Radically transformed PST CEO at the same time reinventing the customer experience and finding those capital efficiency, it's almost an impossible problem to solve them. >>It's a perfect storm. The waves are kind of coming together to form one big wave. You mentioned Capex and Opec's that's obviously changing the investments. Are there post pandemic growth and changing the user behavior and expectations. The modern applications are being built on top of the infrastructure. That's changing all of this is being driven by cloud native and that's clear. And you're seeing a lot more open kind of approaches, I T and O. T. Coming together whatever you want to do, this is just it's a collision, right? It's a collision of many things and this positive innovation coming out of. So I have to ask you, what are you seeing the solutions that are showing the most promise for these telco industry leaders because they're digitally transforming so they gotta re factor their platforms while enabling innovation, which is a key growth for the revenue. >>Yes. So john from a solution standpoint, what we actually did first and foremost as google cloud was look at ourselves. So just like the transformation we just talked about in the CSB industry, we are seeing google being transformed over the last two decades or so. Right. And it's important to understand that there's a lot google did over the last two decades that we can actually now externalize all of that innovation, all of that open source, all of that multi cloud was originally built for all the google applications that all of us use daily, whether it's Youtube or mail or maps, you know, same infrastructure, same open source, same multi cloud. And we decided to sort of use the same paradigms to build the telecom solutions that I'm going to talk about next. Right? So that's important to bear in mind that those assets were there and we wanted to externalize those assets right. There are really four big solutions that are resonating really well with our CSP partners, john you know, number one to your point is how can they monitor? Is the edge all of this happens at the edge. All of these kids can watch at the edge we believe with five G acting as a brilliant catalyst to really drive this edge deployment, CSP s would be in a very strong position, partnering with cloud players like ourselves to drive growth, not just for that offline, but also to add value to the actual end enterprises that are seeking to use that age. Let me give you a couple of examples. We've been working with industries like retail and manufacturing to create a solutions in a post pandemic world solutions like contact less shopping or visual inspection of an assembly line in a manufacturing plant without the need for having a human there because of the digitization of workforce, which meant these kind of solutions can actually work well at the edge Driven by 5G, but of course they can't be done in isolation. So what we do is we partner with CSP s, we bring our set of solutions and we actually launched in december 30 partners that already on our google cloud solutions and then we partner with the CSP is based on our infrastructure and their infrastructure to ultimately bring this ball to life at the end customer which opened, tends to be an enterprise, whether it's a manufacturing plant, you >>guys got some great examples there, I love that edge story, I think it's huge and it's only gonna get bigger. I gotta ask you, Well, I got you here because again, you're in the industry the managing director, so you have to oversee this whole telecom industry, but it's bigger. It's beyond telecom right now, telecoms. Just one another. Edge network piece of the pie. And the distributed computing, as we say. So I have to ask you one of the big things that google brings to the table is the developer mojo and open source and scale obviously the scales unprecedented. Everyone knows everyone knows that. Um, but ecosystems are super important and telcos kind of really aren't good at that. So, you know, the telco ecosystem was, I mean, I'd say okay, but mostly driven by carriers and and moving bits from point A to point B. But now you've got a developer mindset, public cloud developer ecosystem. How is this changing the landscape of the CSP and how are they changing how is it changing this cloud service providers ability to execute? Because that's the key in this new world. What's your opinion? >>Absolutely, john So there are two things, there are two dimensions. Look at. One is when we came to market a couple of years ago with anti offs, we recognize exactly what you said, jOHn which is the world is moving to multi cloud hybrid cloud. We needed to provide a common platform that the developer community can utilize through microservices and A P I and that platform had to, by definition work not just from google cloud but any club. It could work on any public cloud can work on CSP s private cloud And of course for >>some google cloud. Right. >>The reason was once you deploy and tossed once as a seamless application development platform, You could put all kinds of developer acts on top. So I just talked about 5GH John a minute ago. Those acts can sit on Santa's but at the same time I did to your point John I thi apps could also sit on the same and toss paradigm and network apps. So as network start becoming cloud native, whether it's ran, whether it's all ran, whether it's five G core same principle and that's why we believe when we partner with the SPS were saying, hey, you give this Antos to an ecosystem of community, whether that community is network with the communities, it with the communities, edge apps, all of those can reside seamlessly on this sort of Antos fabric. >>And that's going to set the table for multi cloud, which is basically cloud words for multi vendor, multi app. Well I got to ask you while you have here, first of all, thank you for coming on and sharing your insights. It's really great industry perspective and it's a google clouds got huge scale, great leadership and again, you know, the big, the big cloud players are moving in and helping out and enabling a lot of value. I gotta ask you if you don't mind sharing. If someone asked you him all, tell me about the uh impact that public cloud is having on the telco industry, what would you say? What's, what's the, what's the answer to that is? A lot of people are like, OK, public cloud, I get it, I know what it looks like, but now everyone knows it's going hybrid. So everyone ask, we'll ask you the question, what is public cloud doing for the telecom sector? >>Yeah, I think it's been treating john and great question by the way. Um number one, we are actually providing unprecedented amount of insight on data that the CSP traditionally already had but have never looked at it from the angle we have looked at whether that insights are at the network layer, whether those insights are to personalize customer experiences on the front end systems or whether those insights are to drive care solutions in contact centers and so on and so forth. So it's a massive uplift of customer experience that we can help, Right? So that's that's a very important point because we do have a significant amount of leadership johN at google cloud and analytics and data and insects. Right? So and we offer goes to overseas people. Number two is really what I talked about which is helping them build an ecosystem because let's take retail as an example as a minimum. There are five constituents in that ecosystem, jOHN there is a CSP, there is google cloud, there is an actual retail store, there is a hardware supplier, there's a software developer, all of them as a minimum have to work together to build that ecosystem which is where we give those solutions, Right? So that's the second part. And in the third part is as they move towards cloud Native, we are really helping them change their business model to become a deVOPS. A cloud native mindset, not just a cloud native network. Alrighty, but a cloud native mindset that creates unparalleled agility and flexibility in how they work as a business. So those are the three things I would say as a response to that question >>and obviously the retail, great vertical for google to go in there, given the amazon fear out there, people want this certainly low hanging fruit. I think the devops piece is going to be a big winning opportunity to see how the developers get driven into the landscape. I think that's a huge point and well that's really great insight. A final question for you. I got you here. Um, if someone says, Hey, what's happened in the industry since 2019? We last time we had multiple Congress, they were talking speeds and feeds. Now the world has changed. We're coming out of the pandemic California's opening up. Um, there's going to be in a physical event, the world's going hybrid certainly on the event and certainly cloud what's different in the telecom industry from, you know, many, many months ago, over a year and a half ago from 2019. >>I would say primarily it's the adoption of digital everywhere, which previously, you know, there were all these inhibitions and oh would this work? Would my customer systems become fully digital? Would I be able to offer a are we are experiences? Ah, that's a futuristic thing, you know, And suddenly the pandemic has created this acceleration that says, oh, even post pandemic, half my customers are always gonna talk to me why our digital channel only, which means the way they experience us has to be through these new experiences. Whether it's a are we are, whether it's some other types of applications. So that has been accelerated, johN and the C. S. P. S have therefore really started to go to the application and to the services, which is why you're seeing less on, You know, speeds and feeds because 5Gs here, five years being deployed. Now, how do you monetize? How can we leverage the biggest, so that's the biggest changes >>down stack and then there's the top of the stack for applications and certainly there's a lot of assets in the telecom landscape, a lot of value, A lot of re factoring going on and new opportunities that are out there. Great, great conversation. Well thank you Wolf Pataca, Managing Director, telecom industry. So thanks for coming on the key. Appreciate it. >>Thank you john thank you for having me. Okay. >>Mobile Rule Congress here in person and hybrid and remote. I'm john for a host of the cube. Thank you for watching. We are here in person at the Cloud City Expo community area. Thanks for watching.
SUMMARY :
All the action here were remote with vodka, who is the managing director of the This is the new normal kind of highlights where we are in the telecom world because last I mean, in terms of the change that the CSP industries had had to I'm talking to you remotely Capex and Opec's investments in the infrastructure, as much as 8 to $900 And the crux of all this is customer experience because ultimately all of that translates into So I have to ask you, what are you seeing the solutions that are showing So just like the transformation we just So I have to ask you one of the big things that google brings to the table is the developer mojo a common platform that the developer community can utilize through microservices some google cloud. at the same time I did to your point John I thi apps could also sit on the same and toss impact that public cloud is having on the telco industry, what would you say? data that the CSP traditionally already had but have never looked at it from the angle we have and obviously the retail, great vertical for google to go in there, given the amazon fear out there, So that has been accelerated, johN and the C. S. P. S have therefore really started to go So thanks for coming on the key. Thank you john thank you for having me. I'm john for a host of the cube.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Capex | ORGANIZATION | 0.99+ |
december 30 | DATE | 0.99+ |
Opec | ORGANIZATION | 0.99+ |
john | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Amol Phadke | PERSON | 0.99+ |
second part | QUANTITY | 0.99+ |
amazon | ORGANIZATION | 0.99+ |
third part | QUANTITY | 0.99+ |
two things | QUANTITY | 0.99+ |
two dimensions | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
five years | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
Wolf Pataca | PERSON | 0.99+ |
telco | ORGANIZATION | 0.99+ |
three things | QUANTITY | 0.99+ |
Cloud City Expo | EVENT | 0.98+ |
2019 | DATE | 0.98+ |
google cloud | ORGANIZATION | 0.98+ |
One | QUANTITY | 0.98+ |
Santa | PERSON | 0.97+ |
C. S. P. S | ORGANIZATION | 0.97+ |
first | QUANTITY | 0.97+ |
a minute ago | DATE | 0.96+ |
johN | PERSON | 0.96+ |
Congress | ORGANIZATION | 0.96+ |
winter of 2019 | DATE | 0.96+ |
pandemic | EVENT | 0.96+ |
five constituents | QUANTITY | 0.95+ |
up to 60% | QUANTITY | 0.94+ |
Youtube | ORGANIZATION | 0.94+ |
A ton | QUANTITY | 0.93+ |
world Congress | EVENT | 0.93+ |
over a year and a half ago | DATE | 0.93+ |
3-5% | QUANTITY | 0.91+ |
mobile World Congress | EVENT | 0.91+ |
last two years | DATE | 0.91+ |
next decade | DATE | 0.9+ |
four big solutions | QUANTITY | 0.89+ |
johN | ORGANIZATION | 0.89+ |
California | LOCATION | 0.88+ |
mobile world Congress 2021 | EVENT | 0.86+ |
many months ago | DATE | 0.85+ |
couple of years ago | DATE | 0.84+ |
$900 billion | QUANTITY | 0.83+ |
Google Cloud | ORGANIZATION | 0.83+ |
next 12 months | DATE | 0.82+ |
google cloud | TITLE | 0.8+ |
Cloud City Live | EVENT | 0.79+ |
Antos | ORGANIZATION | 0.79+ |
one | QUANTITY | 0.79+ |
half my customers | QUANTITY | 0.76+ |
5GH | ORGANIZATION | 0.75+ |
last two decades | DATE | 0.75+ |
Number two | QUANTITY | 0.74+ |
8 to | QUANTITY | 0.74+ |
waves | EVENT | 0.74+ |
PST | ORGANIZATION | 0.72+ |
last two decades | DATE | 0.71+ |
2021 | DATE | 0.7+ |
google clouds | ORGANIZATION | 0.65+ |
5G | ORGANIZATION | 0.65+ |
SPS | ORGANIZATION | 0.63+ |
vodka | ORGANIZATION | 0.62+ |
jOHN | PERSON | 0.58+ |
Cloud City Live Kickoff with Danielle Royston | Cloud City Live 2021
>>Hello everyone. Thank you, add appreciating the studio. We're here at the cube here in cloud city telco DRS Cloud city. I'm Jeffrey Day Volonte. We're here for the next three days. Wall to wall live coverage. It's a physical event with a virtual program. It's hybrid. We're here with Daniel Royston, the Ceo of telco D. R. And the acting Ceo Toby, which is announced today. Great >>to see you. It's awesome to see you guys. >>Awesome to see how you doing, how you >>Feeling? I'm feeling congratulations. Right. 101 days ago, I didn't even think this doesn't exist. Right. And we got in contact with you guys and we said we knew there was always going to be a big virtual component and we invited you guys and here we are together. It's insane. >>Well we did the preview videos, but we're kind of walking through and document in the early stages. It all came together beautifully spectacular For the folks watching behind us is the most spectacular build out clouds. It's an ecosystem open concept. It feels like the Apple store meets paradise. Of course. We got the cube here in the set and we got the studio with all the command and control of adam there. So I gotta ask you with the connected keynotes going on right now. The connected world. Yeah. It's connected. We all know that everyone knows that what's, what's different now real quick before we get into the program, what's going on? >>Yeah. I think a big part of my messages and advocating it's more than just the network, Right? And I think telcos forever have relied on. That's all it is. That's what it's about. And I'm like, nope, you guys got to start focusing on your subscribers, right? And so the over the top players keep coming in and siphoning away their revenue and it's time for them to start focusing on us, right and making experience great. And I think that's what this is all about. >>So we're gonna get the news but I want to toss it to Katie. The roving reporter is going to give it a detail on how it all came together. So Katie take it away. >>Mhm We're here in Barcelona and so excited to be back in this beautiful city over at the convention center. The team is working hard putting the finishing touches to tell Cody are amazing cloud city booth at MwC Barcelona 2021. I'm sure you know the story of how this all came together as one of the biggest vendors Erickson pulled out of M. W. C. With just over 100 days until the start of the event. When this happened last year, it kicked off a tidal wave of departures and MwC was called off this year. We all wondered if MWC was going to be cancelled again and that's when Daniel Royston Ceo of Telco D. R. And Tito G swooped in and took over the booth all 6000 square meters of it. The plan turn the booth into cloud city, the epicenter of public cloud innovation at MWC crews have been working around the clock. Over 100 and 50 people have been on this construction site for over three weeks with covid testing every day to prevent outbreaks during the build and in 100 days, it's become just that Cloud city has over 30 vendors presenting over 70 demos with 24 private meeting areas. Cloud City Live is a virtual showcase and live broadcast studio featuring 50 guests from cloud Thought leaders around the world. They have telepresence robots for a more personalized experience and the Cloud city quest game with a chance to win more than $100,000 to gain access to live streams of our nightly concerts with rosario flores and rock legend Jon bon Jovi. And don't forget to visit cloud city dot telco D R dot com to join in on the fun Daniel Royston and Nacho Gomez, founder and Ceo of one of the key vendors in the construction of the booth gave us a behind the scenes tour of the booth. >>Nacho. We did it. Yeah, we did. It can't even touch because of Covid. Yeah, but look what we did. But right, 100 days ago I called and I said I'm taking over the Ericsson booth. What did you think? I know you were crazy but just a little bit crazy, realized that you were mortgages than I thought. So at the very, at the very beginning I thought, yeah, she's crazy. But then I couldn't sleep that night. But the next uh then I realized that it was a very good it's a great idea. Yeah super smart. So yeah we're gonna show everyone toward the booth. Yeah let's go. Let's go. Okay So how do we build such an amazing, beautiful building now? So this is we've made building inside a book. So it was very hard to find a glassful of facade. The roof is around 24 tones. Yeah so it's crazy crazy but we made it work and it's totally amazing. Yeah. Do you want to go to tragedy life? Do let's go. Okay so here we are Cloud city live. I know we're producing a whole live streaming tv show. We always knew because of covid that not everyone will be able to come to Mwc as we wanted to make sure that people can learn about the public cloud. So over here we have the keynote stage, we're gonna have awesome speakers talking all throughout M. W. C. People from AWS Microsoft, google vendors companies. So really really great content. And then over there we have the cube interviewing people again 15 minute segments, live streaming but also available on demand. And you can find all of this content on cloud city. Tell Cody are calm and it's available for anyone to you. Well, a lot of content. And what about the roberts? I never get them out. Come on. We remember 100 days ago we were locked down. So we came up with the idea of having robots for the people who cannot attend in person. I know right. We always knew that there was gonna be a big virtual component to MWC this year. So we bought 100 telepresence robots. It's a great way to have a more personal experience inside the boot. Just sign up for one on cloud city dot telco D r dot com and you can control it yourself. Right? So today we have Nikki with us, who's dialing in from the Philippines in Manila? Hello, Nicky. Hi there, how are you? I were great. Can you show us a twirl all gaining on us? Super cool. Yeah, it is. What an experience. So Nikki robots are not the only cool thing we have in cloud city. We also have super awesome concert. We have rosario flores on monday. Who's a latin grammy award winner. We have Jon bon Jovi, Jon bon Jovi on Tuesday, can't be changing telephone that a little bit of rock n roll and that's Tuesday. And on Wednesday we have DJ official, it's going to be a super party. Now if you play our cloud city quest on cloud city telco D R dot com you can participate in a live streaming concert and so I know a lot of people out there have been a lockdown. Haven't been able to be going to concerts. Things from austin texas, which is the live music capital of the world, How to have music. It would be so exciting is gonna be great. I'm getting hungry. Why don't we go to the restaurant? Let's go eat. Let's go. Yeah, Here is our awesome restaurant. I know it's called Cloud nine. Right? It's a place to come and sit down and relax now. Barcelona is known for its great food and I'm a foodie. So we had to have a restaurant. Should we go check out my secret bar? Let's go. Mhm. Yeah, here >>thanks to a R. And thank you Nacho if you're watching this at home, I'm so sorry you can't join us in person. However, let's not forget this is a hybrid event meaning we're bringing all the public cloud action right to you wherever in the world you might be. This includes the Pact cloud city live program. We've partnered with the cube Silicon angle Media's live streaming video studio to make sure that all of the keynotes, panel discussions, demos, case studies interviews and way more are available on demand so you can watch them whenever and wherever you want or you can live stream and enjoy all things cloud city as and when they happen. So for those of you not able to join us in, Barcelona, be sure to log in to cloud city live and catch all the action and don't miss the awesome concert Tuesday night with Jon bon Jovi available for free. If you participate in our cloud city quest game, I'll be here throughout MWc bringing you reports and updates. Stay >>tuned. Yeah. >>Mhm. Okay, we're back here on the cube on the floor at mobile world congress in cloud city telco DRS clouds. They were here with D. R. Of telco, D R. Danielle Rice and great to see you back, we're back. So the keynotes going on connected world, the big news here, I'll see the open shift that's happening is going open. Open ran, it's been a big thing. Open ran alliance. You're starting to see the industry come together around this clear mandate that applications are gonna be cloud native and the public cloud is just coming in like a big wave and people are gonna be driftwood or they'll be surfing the wave. Yeah, this is what's happening. >>Yeah, I think public cloud is an unstoppable megatrend. It's hit every other industry regulated industries like banking, right? Top secret industries like government. They all use the public cloud tells us the last, you know, standing old school industry and it's coming and I don't think we could have had an MWc without talking about open man. That's the other major shift. And so we're bringing both of those ideas here together in cloud city. So >>the big theme is telco transformation. Maybe we could start with the basics like paint a picture of what the telco infrastructure looks like, particularly the data center stuff because they all have big data centers >>because that's >>those are the candidates to go into the cloud explained to the audience. >>Well, do you have a time machine? I think if any of us were in tech in the late 90s and early 2000s, that's what telcos like today. Right. So for people outside of the industry don't know right there mostly still managing their own data centers, they're just sort of adopting virtualization. Some of the more advanced telcos are mostly virtualized public cloud. Is this idea that like this advanced thought and so yeah, I mean things are on premise, things are in silom, things don't use a P. I. S there all integrated with custom code. And so the transformation, we can all see it because we've lived it in other industries. And I'm bringing that to telco and say come along for the ride. It totally works and it's gonna be amazing. >>So it's hardened purpose built infrastructure. Okay. That ultimately parts of that need to go to the public cloud. Right. What parts do you see going first? >>I think all of it. Really. Yeah. And I think when you look at like dish in the W. S. Which was an announcement that came out about two months ago. Right. I mean dish was doing all these are FPs. Everyone knew about it. They were looking for a cloud native software and no one knew what they were. They knew a big part was open man. But their coupling open ran with AWS and deploying their parts of their network onto the public cloud and the whole industry is like wait we thought this was years away, right? Or number two, you're crazy. And I'm saying this is what I've been talking about guys. This is exactly what you can do, leverage the Capex over. Let's see. I think Amazon did $100 billion 2020 right, leverage that Capex for yourself. Get that infinite scalability right? It's going to, well we >>have, we have a saying here in the queue, we just made this up called D. R. That's your initial tucker. The digital revolution and the three Rs reset re platform and re factor. I think the observation we're seeing is that you're coming in with the narrative what everyone's kind of like they're waking up because they have to reset and then re platform with the cloud. But the opportunity is gonna be the re factoring, You're seeing the public cloud, do that already with the Enterprise Enterprises. Already re factoring has done that. Already done that now. Telcos the last area to be innovated by the cloud. >>Yeah, I think there's old school big, we're kind of on a hollowed ground here in the Ericsson booth that I took over, right? They bailed and I kind of made fun of them. I was like, they don't have anything to say, right, They're not going to go to the show. I'm like, this is this is a revolution that's happening in telco and I don't think the big guys are really interested in rewriting their software that frankly makes them billions and billions of dollars of revenue. And I'm like to use the public cloud. All of the software needs to be rewritten needs to be re factored and you've got to start training your teams on how to use it. They don't have any capability. The telcos, in terms of those skills hire the right people, retrain your teams, move your applications, rewrite them. And I think that's what we're talking, this is not a short journey, this is a 10 year journey. So >>let's fast forward to the future a little bit because when I look around cloud city, I see ecosystem everywhere. So as you well know, the telcos have generally done a poor job of attacking adjacent seas. So my question is can they go beyond should they go beyond connectivity or is that going to be the role of the ecosystem? >>Yeah, I think it's time that the telco starts to focus on their subscriber, right? It's been really easy for them to rely on the oligopoly of the network, Right? The network, we live in the United States, we see the 18 T Verizon T mobile five G network, five G network. Like what about us? Right. And it's really easy for the over the top players right, that come in and they're always, telcos are always complaining about being coming dumb pipes and I'm like, you don't focus on the customer, we would rather buy from an Apple and amazon if they provided a mobile service because the customer experience will be better. Right? They need to start focusing on us. They have great businesses but they want to make them better. They need to start focusing on the subscriber, so >>it's a partnership with the ecosystem then for them to go beyond just straight connectivity because you're right, those are the brands that we want to do business >>with. You know, there was a great survey, Peter Atherton who will be talking as a speaker I think um I can't remember when he's talking but he was talking about how there was a survey done, where would you rather get your mobile service from? And it had a couple of big names in telco and then of course the obvious, you know, consumer brands, the ones that we all know and it was like overwhelmingly would rather buy from an amazon or an apple. And I'm like, this is like if you guys don't change, right, if telco doesn't change they keep rolling out 60 and blah blah blah. It's about the network and I don't start making about the subscriber right? Those revenues are going to continue to erode and they just sit there and complain about the O. T. T. Players. Like it's time to fight back. Yeah, I own the subscriber >>relationship. It's a digital revolution and I think This event really encapsulates in my mind this hybrid world here because it's physical events back. It's been since 2019 winter that this event actually happened. >>Well no it was even longer than, well I guess winter it was February of 19, right? And so like you look at ericsson and some of the big names that dropped out of the show, the time they come back, three years will have passed three years, right? This is how you feel your sales funnel is how you connect with your customers right? Tokyo is a very global, you know experience and so you gotta, you gotta get in front of people and you got to talk a >>lot of change to its happened, look at just what public clouds done in 2.5 years. You imagine three years being just >>gone, right? And I think a lot of people back to edition A. W. S. I think the industry was a little bit surprised by that announcement. So I've been telling executives if you were surprised by that, if you think that's, you know, if you don't know how that's gonna work, you need to come to cloud cities, you start meeting all the vendors are here. We have over 30 vendors, 70 demos, right? People who are pushing the technology forward, you need to learn what's going on here. We have several dish vendors here. Come learn about open rand, come learn about public cloud. So >>we're tight on time today, but we're going to have you back and we want to get into the tech, Get it to open, ran a little bit, get into what 5G and beyond and how we're going to take advantage of that and monetize it and what that all means. >>And also we want to hear what's going on the hallways. I know you got a lot of your key noting, you're gonna be a lot of events, the yacht. You've got a lot of briefings, >>yep. Yeah, I've already had two meetings this morning. I shot a video. Um, I met with one of the world's largest groups and I met with a tiny little super app company. Right? So running the gamut, doing everything reporter >>now, we could be like our roaming >>reporter. You know, I love, I love talking to execs and telco getting their perspective on what is public cloud and where are they going, what are they thinking about? And you talked to people who really, really get it and you get people who are just nascent and everywhere in between and I love mwc it's going great. >>Daniel Rose and you are a digital revolution telco DDR. There's amazing. Davis has been fantastic. Again for the folks watching, this is a hybrid events, there's an online component and we're reaching out with our remote interviews to get people brought in and we're shipping this content out to the masses all over the world. It's gonna be really amazing cube coverages here. It's gonna be rocking you guys are doing great. I just want to give you a compliment that you guys just did an amazing job. And of course we've got adam in the studio with the team. So adam, I'm gonna pass it off back to you in the studio
SUMMARY :
We're here at the cube here in cloud city telco It's awesome to see you guys. And we got in contact with you guys and we We got the cube here in the set and we got the studio with all the command and control And I'm like, nope, you guys got to start focusing on your subscribers, The roving reporter is going to give it a detail on how it all came together. for a more personalized experience and the Cloud city quest game with a chance to win So we came up with the idea of having robots for the thanks to a R. And thank you Nacho if you're watching this at home, I'm so sorry you can't join Yeah. D R. Danielle Rice and great to see you back, we're back. and it's coming and I don't think we could have had an MWc without talking about open man. Maybe we could start with the basics like paint a picture of what And I'm bringing that to telco and say come along for parts of that need to go to the public cloud. And I think when you look at like dish in the W. S. But the opportunity is gonna be the re factoring, You're seeing the public cloud, do that already with the Enterprise Enterprises. All of the software needs to be rewritten So as you well know, the telcos have generally done a poor job of And it's really easy for the over the top players And I'm like, this is like if you guys don't change, right, if telco doesn't change they keep rolling It's a digital revolution and I think This event really encapsulates in my mind this lot of change to its happened, look at just what public clouds done in 2.5 years. And I think a lot of people back to edition A. W. S. I think the industry was a little bit surprised we're tight on time today, but we're going to have you back and we want to get into the tech, Get it to open, I know you got a lot of your key noting, you're gonna be a lot of events, So running the gamut, doing everything reporter And you talked to people who really, So adam, I'm gonna pass it off back to you in the studio
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Amazon | ORGANIZATION | 0.99+ |
Katie | PERSON | 0.99+ |
Jon bon Jovi | PERSON | 0.99+ |
Peter Atherton | PERSON | 0.99+ |
Daniel Royston | PERSON | 0.99+ |
amazon | ORGANIZATION | 0.99+ |
Apple | ORGANIZATION | 0.99+ |
Danielle Royston | PERSON | 0.99+ |
Daniel Rose | PERSON | 0.99+ |
Wednesday | DATE | 0.99+ |
Barcelona | LOCATION | 0.99+ |
Nacho Gomez | PERSON | 0.99+ |
apple | ORGANIZATION | 0.99+ |
70 demos | QUANTITY | 0.99+ |
telco | ORGANIZATION | 0.99+ |
50 guests | QUANTITY | 0.99+ |
10 year | QUANTITY | 0.99+ |
Nacho | PERSON | 0.99+ |
Jeffrey Day Volonte | PERSON | 0.99+ |
adam | PERSON | 0.99+ |
last year | DATE | 0.99+ |
D. R. | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
three years | QUANTITY | 0.99+ |
Nicky | PERSON | 0.99+ |
Philippines | LOCATION | 0.99+ |
United States | LOCATION | 0.99+ |
Tuesday | DATE | 0.99+ |
24 private meeting areas | QUANTITY | 0.99+ |
Telcos | ORGANIZATION | 0.99+ |
Tuesday night | DATE | 0.99+ |
Silicon angle Media | ORGANIZATION | 0.99+ |
today | DATE | 0.99+ |
more than $100,000 | QUANTITY | 0.99+ |
D R. Danielle Rice | PERSON | 0.99+ |
three years | QUANTITY | 0.99+ |
Davis | PERSON | 0.99+ |
$100 billion | QUANTITY | 0.99+ |
2.5 years | QUANTITY | 0.99+ |
early 2000s | DATE | 0.99+ |
Manila | LOCATION | 0.99+ |
100 days ago | DATE | 0.99+ |
Tito G | PERSON | 0.99+ |
100 days | QUANTITY | 0.99+ |
Ericsson | ORGANIZATION | 0.99+ |
over three weeks | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
one | QUANTITY | 0.99+ |
late 90s | DATE | 0.98+ |
telcos | ORGANIZATION | 0.98+ |
Ceo | PERSON | 0.98+ |
two meetings | QUANTITY | 0.98+ |
6000 square meters | QUANTITY | 0.98+ |
Daniel Royston Ceo | PERSON | 0.98+ |
over 70 demos | QUANTITY | 0.98+ |
both | QUANTITY | 0.98+ |
50 people | QUANTITY | 0.98+ |
this year | DATE | 0.98+ |
M. W. C. | LOCATION | 0.98+ |
MWC | EVENT | 0.98+ |
February of 19 | DATE | 0.98+ |
over 30 vendors | QUANTITY | 0.98+ |
monday | DATE | 0.97+ |
over 100 days | QUANTITY | 0.97+ |
101 days ago | DATE | 0.97+ |
Nikki | PERSON | 0.97+ |
100 telepresence robots | QUANTITY | 0.96+ |
60 | QUANTITY | 0.96+ |
Cloud city quest game | TITLE | 0.96+ |
big | EVENT | 0.96+ |
Tokyo | LOCATION | 0.95+ |
Dr. Eng Lim Goh, HPE | HPE Discover 2021
>>Please >>welcome back to HPD discovered 2021. The cubes virtual coverage, continuous coverage of H P. S H. P. S. Annual customer event. My name is Dave Volonte and we're going to dive into the intersection of high performance computing data and AI with DR Eng limb go who is the senior vice president and CTO for AI Hewlett Packard enterprise Doctor go great to see you again. Welcome back to the cube. >>Hello Dave, Great to talk to you again. >>You might remember last year we talked a lot about swarm intelligence and how AI is evolving. Of course you hosted the day two keynotes here at discover and you talked about thriving in the age of insights and how to craft a data centric strategy. And you addressed you know some of the biggest problems I think organizations face with data that's You got a data is plentiful but insights they're harder to come by. And you really dug into some great examples in retail banking and medicine and health care and media. But stepping back a little bit with zoom out on discovered 21, what do you make of the events so far? And some of your big takeaways? >>Mm Well you started with the insightful question, Right? Yeah, data is everywhere then. But we like the insight. Right? That's also part of the reason why that's the main reason why you know Antonio on day one focused and talked about that. The fact that we are now in the age of insight, right? Uh and uh and and how to thrive thrive in that in this new age. What I then did on the day to kino following Antonio is to talk about the challenges that we need to overcome in order in order to thrive in this new asia. >>So maybe we could talk a little bit about some of the things that you took away in terms I'm specifically interested in some of the barriers to achieving insights when customers are drowning in data. What do you hear from customers? What we take away from some of the ones you talked about today? >>Oh, very pertinent question. Dave You know the two challenges I spoke about right now that we need to overcome in order to thrive in this new age. The first one is is the current challenge and that current challenge is uh you know stated is no barriers to insight. You know when we are awash with data. So that's a statement. Right? How to overcome those barriers. What are the barriers of these two insight when we are awash in data? Um I in the data keynote I spoke about three main things. Three main areas that received from customers. The first one, the first barrier is in many with many of our customers. A data is siloed. All right. You know, like in a big corporation you've got data siloed by sales, finance, engineering, manufacturing, and so on, uh supply chain and so on. And uh there's a major effort ongoing in many corporations to build a federation layer above all those silos so that when you build applications above they can be more intelligent. They can have access to all the different silos of data to get better intelligence and more intelligent applications built. So that was the that was the first barrier. We spoke about barriers to incite when we are washed with data. The second barrier is uh that we see amongst our customers is that uh data is raw and dispersed when they are stored and and uh and you know, it's tough to get tough to to get value out of them. Right? And I in that case I I used the example of uh you know the May 6 2010 event where the stock market dropped a trillion dollars in in tens of minutes. You know, we we all know those who are financially attuned with know about this uh incident, But this is not the only incident. There are many of them out there and for for that particular May six event, uh you know, it took a long time to get insight months. Yeah, before we for months we had no insight as to what happened, why it happened, right. Um, and and there were many other incidences like this and the regulators were looking for that one rule that could, that could mitigate many of these incidences. Um, one of our customers decided to take the hard road to go with the tough data right? Because data is rolling dispersed. So they went into all the different feeds of financial transaction information, took the took the tough took the tough road and analyze that data took a long time to assemble. And they discovered that there was quote stuffing right? That uh people were sending a lot of traits in and then cancelling them almost immediately. You have to manipulate the market. Um And why why why didn't we see it immediately? Well, the reason is the process reports that everybody sees the rule in there that says all trades, less than 100 shares don't need to report in there. And so what people did was sending a lot of less than 103 100 100 shares trades uh to fly under the radar to do this manipulation. So here is here the second barrier right? Data could be raw and dispersed. Um Sometimes you just have to take the hard road and um and to get insight And this is 1 1 great example. And then the last barrier is uh is has to do with sometimes when you start a project to to get insight to get uh to get answers and insight. You you realize that all the datas around you but you don't you don't seem to find the right ones to get what you need. You don't you don't seem to get the right ones. Yeah. Um here we have three quick examples of customers. 111 was it was a great example right? Where uh they were trying to build a language translator, a machine language translator between two languages. Right? By not do that. They need to get hundreds of millions of word pairs, you know, of one language compared uh with a corresponding other hundreds of millions of them. They say, well I'm going to get all these word pairs. Someone creative thought of a willing source. And you thought it was the United Nations, you see. So sometimes you think you don't have the right data with you, but there might be another source. And the willing one that could give you that data Right? The 2nd 1 has to do with uh there was uh the uh sometimes you you may just have to generate that data, interesting one. We had an autonomous car customer that collects all these data from their cars, right? Massive amounts of data, loss of sensors, collect loss of data. And uh, you know, but sometimes they don't have the data they need even after collection. For example, they may have collected the data with a car uh in in um in fine weather and collected the car driving on this highway in rain and also in stone, but never had the opportunity to collect the car in hill because that's a rare occurrence. So instead of waiting for a time where the car can dr inhale, they build a simulation you by having the car collector in snow and simulated him. So, these are some of the examples where we have customers working to overcome barriers, right? You have barriers that is associated the fact that data silo the Federated it various associated with data. That's tough to get that. They just took the hard road, right? And, and sometimes, thirdly, you just have to be creative to get the right data. You need, >>wow, I I'll tell you, I have about 100 questions based on what you just said. Uh, there's a great example, the flash crash. In fact, Michael Lewis wrote about this in his book The Flash Boys and essentially right. It was high frequency traders trying to front run the market and sending in small block trades trying to get on the front end it. So that's and they, and they chalked it up to a glitch like you said, for months. Nobody really knew what it was. So technology got us into this problem. I guess my question is, can technology help us get out of the problem? And that maybe is where AI fits in. >>Yes, yes. Uh, in fact, a lot of analytics, we went in to go back to the raw data that is highly dispersed from different sources, right, assemble them to see if you can find a material trend, right? You can see lots of trends, right? Like, uh, you know, we if if humans look at things right, we tend to see patterns in clouds, right? So sometimes you need to apply statistical analysis, um math to to be sure that what the model is seeing is is real. Right? And and that required work. That's one area. The second area is uh you know, when um uh there are times when you you just need to to go through that uh that tough approach to to find the answer. Now, the issue comes to mind now is is that humans put in the rules to decide what goes into a report that everybody sees. And in this case uh before the change in the rules. Right? But by the way, after the discovery, uh authorities change the rules and all all shares, all traits of different any sizes. It has to be reported. No. Yeah. Right. But the rule was applied uh you know, to say earlier that shares under 100 trades under 100 shares need not be reported. So sometimes you just have to understand that reports were decided by humans and and under for understandable reasons. I mean they probably didn't want that for various reasons not to put everything in there so that people could still read it uh in a reasonable amount of time. But uh we need to understand that rules were being put in by humans for the reports we read. And as such there are times you just need to go back to the raw data. >>I want to ask, >>it's gonna be tough. >>Yeah. So I want to ask a question about AI is obviously it's in your title and it's something you know a lot about but and I want to make a statement, you tell me if it's on point or off point. So it seems that most of the Ai going on in the enterprise is modeling data science applied to troves of data but but there's also a lot of ai going on in consumer whether it's you know, fingerprint technology or facial recognition or natural language processing will a two part question will the consumer market as has so often in the enterprise sort of inform us uh the first part and then will there be a shift from sort of modeling if you will to more you mentioned autonomous vehicles more ai influencing in real time. Especially with the edge you can help us understand that better. >>Yeah, it's a great question. Right. Uh there are three stages to just simplify, I mean, you know, it's probably more sophisticated than that but let's simplify three stages. All right. To to building an Ai system that ultimately can predict, make a prediction right or to to assist you in decision making, have an outcome. So you start with the data massive amounts of data that you have to decide what to feed the machine with. So you feed the machine with this massive chunk of data and the machine uh starts to evolve a model based on all the data is seeing. It starts to evolve right to the point that using a test set of data that you have separately kept a site that you know the answer for. Then you test the model uh you know after you trained it with all that data to see whether it's prediction accuracy is high enough and once you are satisfied with it, you you then deploy the model to make the decision and that's the influence. Right? So a lot of times depend on what what we are focusing on. We we um in data science are we working hard on assembling the right data to feed the machine with, That's the data preparation organization work. And then after which you build your models, you have to pick the right models for the decisions and prediction you wanted to make. You pick the right models and then you start feeding the data with it. Sometimes you you pick one model and the prediction isn't that robust, it is good but then it is not consistent right now. What you do is uh you try another model so sometimes it's just keep trying different models until you get the right kind. Yeah, that gives you a good robust decision making and prediction after which It is tested well Q eight. You would then take that model and deploy it at the edge. Yeah. And then at the edges is essentially just looking at new data, applying it to the model that you have trained and then that model will give you a prediction decision. Right? So uh it is these three stages. Yeah, but more and more uh your question reminds me that more and more people are thinking as the edge become more and more powerful. Can you also do learning at the edge? Right. That's the reason why we spoke about swarm learning the last time, learning at the edge as a swamp, right? Because maybe individually they may not have enough power to do so. But as a swamp they made >>is that learning from the edge? You're learning at the edge? In other words? >>Yes. >>Yeah, I understand the question. Yeah. >>That's a great question. That's a great question. Right? So uh the quick answer is learning at the edge, right? Uh and and also from the edge, but the main goal, right? The goal is to learn at the edge so that you don't have to move the data that the edge sees first back to the cloud or the core to do the learning because that would be the reason. One of the main reasons why you want to learn at the edge, right? Uh So so that you don't need to have to send all that data back and assemble it back from all the different Edge devices, assemble it back to the cloud side to to do the learning right. With someone you can learn it and keep the data at the edge and learn at that point. >>And then maybe only selectively send the autonomous vehicle example you gave us great because maybe there, you know, there may be only persisting, they're not persisting data that is inclement weather or when a deer runs across the front. And then maybe they they do that and then they send that smaller data set back and maybe that's where it's modelling done. But the rest can be done at the edges. It's a new world that's coming down. Let me ask you a question, is there a limit to what data should be collected and how it should be collected? >>That's a great question again, you know uh wow today, full of these uh insightful questions that actually touches on the second challenge. Right? How do we uh in order to thrive in this new age of insight? The second challenge is are you know the is our future challenge, right? What do we do for our future? And and in there is uh the statement we make is we have to focus on collecting data strategically for the future of our enterprise. And within that I talk about what to collect right? When to organize it when you collect and where will your data be, you know, going forward that you are collecting from? So what, when and where for the what data for the what data to collect? That? That was the question you ask. Um it's it's a question that different industries have to ask themselves because it will vary, right? Um Let me give you the, you use the autonomous car example, let me use that. And We have this customer collecting massive amounts of data. You know, we're talking about 10 petabytes a day from the fleet of their cars. And these are not production autonomous cars, right? These are training autonomous cars, collecting data so they can train and eventually deploy commercial cars. Right? Um, so this data collection cars they collect as a fleet of them collect 10 petabytes a day and when it came to us uh building a storage system yeah, to store all of that data, they realized they don't want to afford to store all of it. Now here comes the dilemma, right? Should what should I after I spent so much effort building all these cars and sensors and collecting data, I've now decide what to delete. That's a dilemma right now in working with them on this process of trimming down what they collected. You know, I'm constantly reminded of the sixties and seventies, right? To remind myself 16 seventies we call a large part of our D. N. A junk DNA. Today we realize that a large part of that what we call john has function as valuable function. They are not jeans, but they regulate the function of jeans, you know? So, so what's jumped in the yesterday could be valuable today or what's junk today could be valuable tomorrow. Right? So, so there's this tension going on right between you decided not wanting to afford to store everything that you can get your hands on. But on the other hand, you you know, you worry you you you ignore the wrong ones, right? You can see this tension in our customers, right? And it depends on industry here. Right? In health care, they say I have no choice. I I want it. All right. One very insightful point brought up by one health care provider that really touched me was, you know, we are not we don't only care. Of course we care a lot. We care a lot about the people we are caring for, right? But you also care for the people were not caring for. How do we find them? Mhm. Right. And that therefore they did not just need to collect data that is uh that they have with from their patients. They also need to reach out right to outside data so that they can figure out who they are not caring for. Right? So they want it all. So I tell us them. So what do you do with funding if you want it all? They say they have no choice but to figure out a way to fund it and perhaps monetization of what they have now is the way to come around and find out. Of course they also come back to us rightfully that, you know, we have to then work out a way to help them build that system, you know, so that health care, right? And and if you go to other industries like banking, they say they can't afford to keep them on, but they are regulated. Seems like healthcare, they are regulated as to uh privacy and such. Like so many examples different industries having different needs but different approaches to how what they collect. But there is this constant tension between um you perhaps deciding not wanting to fund all of that uh all that you can stall right on the other hand, you know, if you if you kind of don't want to afford it and decide not to store some uh if he does some become highly valuable in the future right? Don't worry. >>We can make some assumptions about the future, can't we? I mean, we know there's gonna be a lot more data than than we've ever seen before. We know that we know. Well notwithstanding supply constraints on things like nand, we know the prices of storage is gonna continue to decline. We also know and not a lot of people are really talking about this but the processing power but he says moore's law is dead. Okay, it's waning. But the processing power when you combine the Cpus and N. P. U. S. And Gpus and accelerators and and so forth actually is is increasing. And so when you think about these use cases at the edge, you're going to have much more processing power, you're going to have cheaper storage and it's going to be less expensive processing. And so as an ai practitioner, what can you do with that? >>So the amount of data that's gonna come in, it's gonna we exceed right? Our drop in storage costs are increasing computer power. Right? So what's the answer? Right? So so the the answer must be knowing that we don't and and even the drop in price and increase in bandwidth, it will overwhelm the increased five G will overwhelm five G. Right? Given amount 55 billion of them collecting. Right? So the answer must be that there might need to be a balance between you needing to bring all that data from the 55 billion devices data back to a central as a bunch of central. Cause because you may not be able to afford to do that firstly band with even with five G. M and and SD when you'll still be too expensive given the number of devices out there, Were you given storage costs dropping? You'll still be too expensive to try and store them all. So the answer must be to start at least to mitigate the problem to some leave both a lot of the data out there. Right? And only send back the pertinent ones as you said before. But then if you did that, then how are we gonna do machine learning at the core and the cloud side? If you don't have all the data, you want rich data to train with. Right? Some sometimes you wanna mix of the uh positive type data and the negative type data so you can train the machine in a more balanced way. So the answer must be eventually right. As we move forward with these huge number of devices out of the edge to do machine learning at the edge today, we don't have enough power. Right? The edge typically is characterized by a lower uh energy capability and therefore lower compute power. But soon, you know, even with lower energy they can do more with compute power, improving in energy efficiency, Right? Uh So learning at the edge today we do influence at the edge. So we data model deploy and you do in France at the age, that's what we do today. But more and more I believe given a massive amount of data at the edge, you, you have to have to start doing machine learning at the edge and, and if when you don't have enough power then you aggregate multiple devices, compute power into a swamp and learn as a swan. >>Oh, interesting. So now of course, if, if I were sitting and fly, fly on the wall in hp board meeting, I said okay. HB is as a leading provider of compute how do you take advantage of that? I mean we're going, we're, I know its future, but you must be thinking about that and participating in those markets. I know today you are, you have, you know, edge line and other products. But there's, it seems to me that it's, it's not the general purpose that we've known in the past. It's a new type of specialized computing. How are you thinking about participating in that >>opportunity for the customers? The world will have to have a balance right? Where today the default? Well, the more common mode is to collect the data from the edge and train at uh at some centralized location or a number of centralized location um going forward. Given the proliferation of the edge devices, we'll need a balance. We need both. We need capability at the cloud side. Right? And it has to be hybrid and then we need capability on the edge side. Yeah. That they want to build systems that that on one hand, uh is uh edge adapted, right? Meaning the environmentally adapted because the edge different. They are on a lot of times. On the outside. Uh They need to be packaging adapted and also power adapted, right? Because typically many of these devices are battery power. Right? Um, so you have to build systems that adapt to it. But at the same time they must not be custom. That's my belief. They must be using standard processes and standard operating system so that they can run a rich set of applications. So yes. Um that's that's also the insightful for that Antonio announced in 2018 Uh the next four years from 2018, right $4 billion dollars invested to strengthen our edge portfolio. Edge product lines, Right. Edge solutions. >>I can doctor go, I could go on for hours with you. You're you're just such a great guest. Let's close. What are you most excited about in the future? Of of of it. Certainly H. P. E. But the industry in general. >>Yeah. I think the excitement is uh the customers, right? The diversity of customers and and the diversity in a way they have approached their different problems with data strategy. So the excitement is around data strategy, right? Just like you know uh you know, the the statement made was was so was profound, right? Um And Antonio said we are in the age of insight powered by data. That's the first line, right. Uh The line that comes after that is as such were becoming more and more data centric with data, the currency. Now the next step is even more profound. That is um You know, we are going as far as saying that you know um data should not be treated as cost anymore. No. Right. But instead as an investment in a new asset class called data with value on our balance sheet, this is a this is a step change right? In thinking that is going to change the way we look at data, the way we value it. So that's a statement that this is the exciting thing because because for for me, a city of Ai right uh machine is only as intelligent as the data you feed it with data is a source of the machine learning to be intelligent. So, so that's that's why when when people start to value data, right? And and and say that it is an investment when we collect it, it is very positive for AI because an AI system gets intelligent, get more intelligence because it has a huge amounts of data and the diversity of data. So it would be great if the community values values data. Well, >>you certainly see it in the valuations of many companies these days. Um and I think increasingly you see it on the income statement, you know, data products and people monetizing data services and maybe eventually you'll see it in the in the balance. You know, Doug Laney, when he was a gardener group wrote a book about this and a lot of people are thinking about it. That's a big change, isn't it? Dr >>yeah. Question is is the process and methods evaluation right. But I believe we'll get there, we need to get started and then we'll get there. Believe >>doctor goes on >>pleasure. And yeah. And then the Yeah, I will well benefit greatly from it. >>Oh yeah, no doubt people will better understand how to align you know, some of these technology investments, Doctor goes great to see you again. Thanks so much for coming back in the cube. It's been a real pleasure. >>Yes. A system. It's only as smart as the data you feed it with. >>Excellent. We'll leave it there, thank you for spending some time with us and keep it right there for more great interviews from HP discover 21 this is Dave Volonte for the cube. The leader in enterprise tech coverage right back
SUMMARY :
Hewlett Packard enterprise Doctor go great to see you again. And you addressed you That's also part of the reason why that's the main reason why you know Antonio on day one So maybe we could talk a little bit about some of the things that you The first one is is the current challenge and that current challenge is uh you know stated So that's and they, and they chalked it up to a glitch like you said, is is that humans put in the rules to decide what goes into So it seems that most of the Ai going on in the enterprise is modeling It starts to evolve right to the point that using a test set of data that you have Yeah. The goal is to learn at the edge so that you don't have to move And then maybe only selectively send the autonomous vehicle example you gave us great because But on the other hand, you you know, you worry you you you But the processing power when you combine the Cpus and N. that there might need to be a balance between you needing to bring all that data from the I know today you are, you have, you know, edge line and other products. Um, so you have to build systems that adapt to it. What are you most excited about in the future? machine is only as intelligent as the data you feed it with data Um and I think increasingly you see it on the income statement, you know, data products and people Question is is the process and methods evaluation right. And then the Yeah, I will well benefit greatly from it. Doctor goes great to see you again. It's only as smart as the data you feed it with. We'll leave it there, thank you for spending some time with us and keep it right there for more great interviews
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Michael Lewis | PERSON | 0.99+ |
Dave Volonte | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Doug Laney | PERSON | 0.99+ |
France | LOCATION | 0.99+ |
two languages | QUANTITY | 0.99+ |
The Flash Boys | TITLE | 0.99+ |
55 billion | QUANTITY | 0.99+ |
2018 | DATE | 0.99+ |
Today | DATE | 0.99+ |
two challenges | QUANTITY | 0.99+ |
second challenge | QUANTITY | 0.99+ |
one language | QUANTITY | 0.99+ |
second area | QUANTITY | 0.99+ |
2021 | DATE | 0.99+ |
May 6 2010 | DATE | 0.99+ |
last year | DATE | 0.99+ |
tomorrow | DATE | 0.99+ |
tens of minutes | QUANTITY | 0.99+ |
HPD | ORGANIZATION | 0.99+ |
less than 100 shares | QUANTITY | 0.99+ |
second barrier | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
first part | QUANTITY | 0.99+ |
Eng Lim Goh | PERSON | 0.99+ |
One | QUANTITY | 0.99+ |
HP | ORGANIZATION | 0.99+ |
first barrier | QUANTITY | 0.99+ |
both | QUANTITY | 0.98+ |
three stages | QUANTITY | 0.98+ |
Hewlett Packard | ORGANIZATION | 0.98+ |
$4 billion dollars | QUANTITY | 0.98+ |
one model | QUANTITY | 0.98+ |
two part | QUANTITY | 0.98+ |
first line | QUANTITY | 0.98+ |
United Nations | ORGANIZATION | 0.98+ |
one area | QUANTITY | 0.98+ |
Antonio | PERSON | 0.98+ |
first one | QUANTITY | 0.98+ |
one rule | QUANTITY | 0.98+ |
hundreds of millions | QUANTITY | 0.98+ |
HPE | ORGANIZATION | 0.97+ |
May six | DATE | 0.97+ |
about 100 questions | QUANTITY | 0.97+ |
john | PERSON | 0.96+ |
two insight | QUANTITY | 0.96+ |
10 petabytes a day | QUANTITY | 0.95+ |
yesterday | DATE | 0.95+ |
asia | LOCATION | 0.92+ |
HB | ORGANIZATION | 0.92+ |
under 100 shares | QUANTITY | 0.92+ |
Three main areas | QUANTITY | 0.92+ |
first | QUANTITY | 0.92+ |
hundreds of millions of word pairs | QUANTITY | 0.91+ |
under 100 trades | QUANTITY | 0.91+ |
less than 103 100 100 shares | QUANTITY | 0.91+ |
Q eight | OTHER | 0.9+ |
three quick examples | QUANTITY | 0.9+ |
two keynotes | QUANTITY | 0.9+ |
55 billion devices | QUANTITY | 0.89+ |
firstly | QUANTITY | 0.88+ |
three main things | QUANTITY | 0.88+ |
Dr. | PERSON | 0.87+ |
day one | QUANTITY | 0.86+ |
H P. S H. P. S. Annual customer | EVENT | 0.85+ |
2nd 1 | QUANTITY | 0.84+ |
Eng limb | PERSON | 0.81+ |
one | QUANTITY | 0.8+ |
16 seventies | QUANTITY | 0.77+ |
a trillion dollars | QUANTITY | 0.74+ |
one health care provider | QUANTITY | 0.73+ |
one of | QUANTITY | 0.72+ |
sixties | QUANTITY | 0.69+ |
DR | PERSON | 0.69+ |
customers | QUANTITY | 0.68+ |
Patrick Moorhead, Moor Insights | HPE Discover 2021
>>Welcome back to HPD discovered 2021. The virtual edition. My name is Dave Volonte and you're watching the cubes continuous coverage of H. P. S. Big customer event. Patrick Moorehead is here of moor insights and strategy is the number one analyst in the research analyst. Business. Patrick. Always a pleasure. Great to see you, >>David. Great to see you too. And I know you're you're up there fighting for that number one spot to. It's great to see you and it's great to see you in the meetings that were in. But it's even more fun to be here on the cube. I love to be on the cube and every once in a while you'll even call me a friend of the cube, >>unquestionably my friend and so and I can't wait second half. I mean you're traveling right now. We're headed to Barcelona to mobile World Congress later on this month. So so we're gonna we're gonna see each other face to face this year. 100%. So looking forward to that. So you know, let's get into it. Um you know, before we get into H. P. E. Let's talk a little bit about what you're seeing in the market. We've got, you know, we we finally, it feels like the on prem guys are finally getting their cloud act together. Um it's maybe taken a while, but we're seeing as a service models emerge. I think it's resonating with customers. The clearly not everything is moving to the cloud. There's this hybrid model emerging. Multi cloud is real despite what, you know, >>some some >>cloud players want to say. And then there's this edges like jump ball, what are you seeing in the marketplace? >>Yeah. Davis, as exciting as ever in. Just to put in perspective, I mean the public cloud has been around for about 10 years and still only 20% around 20% of the data in 20% of the applications are there now will be a very important ones and I'm certainly not a public cloud denier, I never have been, but there are some missing pieces that need to come together. And you know, even five years ago we were debating dave the hybrid cloud. And I feel like when amazon brought out outposts, the conversation was over right now, what you have is cloud native folks building out hybrid and on prem capabilities, you have a classic on, on prem folks building out hybrid and as a service capabilities. And I really think it boils down 22 things. I mean it's, it's wanting to have more flexibility and you know, I hate to use it because it sounds like a marketing word, but agility, the ability to spin up things and spin down things in a very, a quick way. And uh you know what they've learned, The veterans also know, hey, let's do this in a way that doesn't lock us in too much into a certain vendor. And I've been around for a long time. David and I'm a realist too. Well, you have to lock yourself into something. Uh it just depends on what do you want to lock yourself into, but super exciting and what H. P. E. You know, when they further acts in the sea with Green Lake, I think it was four years ago, uh I think really started to stir the pot. >>You know, you mentioned the term cloud denial, but you know, and I feel like the narrative from, I like to determine as I think you should use the term veteran. You know, it's very, they're ours is the only industry patrick where legacy is a pejorative, but so, but the point I want to make is I feel like there's been a lot of sort of fear from the veteran players, but, but I look at it differently, I wonder what your take is. I, I think, I think I calculated that the Capex spending by the big four public clouds including Alibaba last year was $100 billion. That's like a gift to the world. Here we're gonna spend $100 billion like the internet. Here you go build. And so I, and I feel like companies like HP are finally saying, yeah, we're gonna build, we're gonna build a layer and we're gonna hide the complexity and we're gonna add value on top. What do you think about that? >>Yeah. So I think it's now, I wish, I wish the on prem folks like HP, you would have done it 10 years ago, but I don't think anybody expected the cloud to be as big as it's become over the last 10 years. I think we saw companies like salesforce with sas taking off, but I think it is the right direction because there are advantages to having workloads on prem and if you add an as a service capability on top of the top of that, and let's say even do a Coehlo or a managed service, it's pretty close to being similar to the public cloud with the exception, that you can't necessarily swipe a credit card for a bespoke workload if you're a developer and it is a little harder to scale out. But that is the next step in the equation day, which is having, having these folks make capital expenditures, make them in a Polo facility and then put a layer to swipe a credit card and you literally have the public cloud. >>Yeah. So that's, that's a great point. And that's where it's headed, isn't it? Um, so let's, let's talk about the horses on the track. Hp as you mentioned, I didn't realize it was four years ago. I thought it was, wow, That's amazing. So everybody's followed suit. You see, Dallas announced, Cisco has announced, uh, Lenovo was announced, I think IBM as well. So we, so everybody's sort of following suit there. The reality is, is it's taken some time to get this stuff standardized. What are you seeing from, from HP? They've made some additional announcements, discover what's your take on all this. >>Yeah. So HPD was definitely the rabbit here and they were first in the market. It was good to see. First off some of their, Um, announcements on, on how it's going and they talked about $428 billion 1200 customers over 900 partners and 95% retention. And I think that's important. Anybody who's in the lead and remember what aws I used to do with the slide with the amount of customers would just get bigger and bigger and bigger and that's a good way to show momentum. I like the retention part two which is 95%. And I think that that says a lot uh probably the more important announcements that they made is they talked about the G. A. Of some of their solutions on Green Lake and whether it is A. S. A. P. Hana. Ml apps HPC with Francis, VD. I was Citrus and video but they also brought more of what I would call a vertical layer and I'm sure you've seen the vertical ization of all of these cloud and as a service workloads. But what they're doing with Epic, with EMR and looseness, with financial payments and Splunk and intel with data and risk analysis and finally, a full stack for telco five G. One of the biggest secrets and I covered this about five years ago is HPV actually has a full stack that Western european carriers use and they're now extending that to five G. And um, so more horizontal, uh, and, and more vertical. That was the one of the big swipes, uh, that I saw that there was a second though, but maybe we can talk about these. >>Yeah. Okay. Okay. So, so the other piece of that of course is standardization right there there because there was a, there was a, there was a lot of customization leading up to this and everybody sort of, everybody always had some kind of financial game they can play and say, hey, there's an adversary as a service model, but this is definitely more of a standardized scalable move that H P E. Is making with what they call Lighthouse. Right? >>Yeah, that's exactly right. And I've talked to some Green Lake customers and they obviously gave it kudos or they wouldn't have HP wouldn't have served them up and they wouldn't have been buying it. But they did say, um, it took, it took a while, took some paperwork to get it going. It's not 100% of push button, but that's partially because hp allows you to customize the hardware. You want a one off network adapter. Hp says yes, right. You want to integrate a different type of storage? They said yes. But with Green Lake Lighthouse, it's more of a, what you see is what you get, which by the way, is very much like the public cloud or you go to a public cloud product sheet or order sheet. You're picking from a list and you really don't know everything that's underneath the covers, aside from, let's say, the speed of the network, the type of the storage and the amount of the storage you get. You do get to pick between, let's say, an intel processor, Graviton two or an M. D processor. You get to pick your own GPU. But that's pretty much it. And HP Lighthouse, sorry, Green Lake Lighthouse uh is bringing, I think a simplification to Green Lake that it needs to truly scale beyond, let's say the White House customers that HP Yeah, >>Well done. So, you know, and I hear your point about we're 10 years in plus. And to me this is like a mandate. I mean, this is okay, good, good job guys about time. But if I had a, you know, sort of look at the big player, it's like we have an oligopoly here in this, in this business. It's HP, Cisco, you got Dell Lenovo, you've got, you know, IBM, they're all doing this and they all have a different little difference, you know, waste of skin of catch. And your point about simplicity, it seems like HP HP is all in antony's like, okay, here's what we're going to announce that, you know, a while ago. So, and they seem to have done a good job with Wall Street and they got a simple model, you know, Dell is obviously bigger portfolio, much more complicated. IBM is even more complicated than that. I don't know so much about Lenovo and in Cisco of course, has acquired a ton of SAAS companies and sort of they've got a lot of bespoke products that they're trying to put together. So they've got, but they do have SAS models. So each of them is coming at it from a different perspective. How do you think? And so and the other point we got lighthouse, which is sort of Phase one, get product market fit. Phase two now is scale, codify standardized and then phase three is the moat build your unique advantage that protects your business. What do you see as HP ES sort of unique value proposition and moat that they can build longer term. >>That's a great, great question. And let me rattle off kind of what I'm seeing that some of these players here, So Cisco, ironically has sells the most software of any of those players that you mentioned, uh with the exception of IBM um and yeah, C I >>CSDB two. Yeah, >>yeah, they're the they're the number two security player, uh Microsoft, number one, So and I think the evaluation on the street uh indicate that shows that I feel like Dell tech is a very broad play because not only do they have servers, storage, networking insecurity, but they also have Pcs and devices. So it's a it's a scale and end play with a focus on VM ware solutions, not exclusively of course. Uh And um then you've got Lenovo who is just getting into the as a service game and are gosh, they're doing great in hyper scale, they've got scale there vertically integrated. I don't know if if too many people talk about that, but Lenovo does a lot of their own manufacturing and they actually manufacture Netapp storage solutions as well. So yeah, each of these folks brings a different game to the table. I think with h P e, what you're bringing the table is nimble. When HP and HP split, the number one thing that I said was that ah, h P E is going to have to be so much faster than it offsets the scale that Dell technology has and the HBs credit, although there, I don't think we're getting credit for this in the stock market yet. Um and I know you and I are both industry folks, not financial folks, but I think their biggest thing is speed and the ability to move faster. And that is what I've seen as it relates to the moat, which is a unique uh competitive advantage. Quite frankly, I'm still looking for that day uh in in in what that is. And I think in this industry it's nearly impossible. And I would posit that that any, even the cloud folks, if you say, is there something that AWS can do that as your can't if it put it put its mind to it or G C P. I don't think so. I think it's more of a kind of land and expand and I think for H P E. When it comes to high performance computing and I'm not just talking about government installations, I'm talking about product development, drug development. I think that is a landing place where H P. E already does pretty well can come in and expand its footprint. >>You know, that's really interesting um, observations. So, and I would agree with you. It's kind of like, this is a copycat industry. It's like the west coast offense like the NFL, >>so, >>so the moat comes from, you know, brand execution and your other point about when HP and HP split, that was a game changer because all of a sudden you saw companies like them, you always had a long term relationship with H P E, but or HP, but then they came out of the woodworks and started to explode. And so it really opened up opportunities. So it really is a execution, isn't it? But go ahead please. >>Dave if I had to pick something that I think HP HPV needs to always be ahead in as a service and listen you and I both know announcements don't mean delivery, but there is correlation between if you start four years ahead of somebody that other company is going to have to put just, I mean they're going to have to turn that ship and many of its competitors really big ships to be able to get there. So I think what Antonio needs to do is run like hell, right? Because it, it I think it is in the lead and as a service holistically doesn't mean they're going to be there forever, but they have to stay ahead. They have to add more horizontal solutions. They have to add more vertical solutions. And I believe that at some point it does need to invest in some Capex at somebody like Anna Quinn X play credit card swiper on top of that. And Dave, you have the public, you have the public cloud, you don't have all the availability zones, but you have a public cloud. >>Yeah, that's going to happen. I think you're right on. So we see this notion of cloud expanding. It's no longer just remote set of services. Somewhere out in the cloud. It's like you said, outpost was the sort of signal. Okay, We're coming on prem. Clearly the on prem uh, guys are connecting to the cloud. Multi cloud exists, we know this and then there's the edge but but but that brings me to that sort of vision and everybody's laying out of this this this seamless integration hiding the complexity log into my cloud and then life will be good. But the edge is different. Right? It's not just, you know, retail store or a race track. I mean there's the far edge, there's the Tesla car, there's gonna be compute everywhere and that sort of ties into the data. The data flows, you know the real time influencing at the edge ai new semiconductor models. You you came out of the semiconductor industry, you know it inside and out arm is exploding, dominating in the edge with apple and amazon Alexa and things like that. That's really where the action is. So this is a really interesting cocktail and soup that we have going on. How do >>you say? Well, you know, Dave if the data most data, I think one thing most everybody agrees on is that most of the data will be created on the edge, whether that's a moving edge a car, a smartphone or what I call an edge data center without tile flooring. Like that server that's bolted to the wall of Mcdonald's. When you drive through, you can see it versus the walmart. Every walmart has a raised tile floor. It's the edge to economically and performance wise, it doesn't make any sense to send all that data to the mother ships. Okay. And whether that's unproven data center or the giant public cloud, more efficient way is to do the compute at the closest way possible. But what it does, it does bring up challenges. The first challenge is security. If I wanted to, I could walk in and I could take that server off the Mcdonald's or the Shell gas station wall. So I can't do that in a big data center. Okay, so security, physical security is a challenge. The second is you don't have the people to go in there and fix stuff that are qualified. If you have a networking problem that goes wrong in Mcdonald's, there's nobody there that can help uh they can they can help you fix that. So this notion of autonomy and management and not keeping hyper critical data sitting out there and it becomes it becomes a security issue becomes a management issue. Let me talk about the benefits though. The benefits are lower latency. You want you want answers more quickly when that car is driving down the road And it has a 5GV 2 x communication cameras can't see around corners. But that car communicating ahead, that ran into the stop sign can, through Vita X talked to the car behind it and say, hey, something is going on there, you can't go to, you can't go to the big data center in the sky, let's make that happen, that is to be in near real time and that computer has to happen on the edge. So I think this is a tremendous opportunity and ironically the classic on prem guys, they own this, they own this space aside from smartphones of course, but if you look at compute on a light pole, companies like Intel have built complete architecture is to do that, putting compute into five G base stations, heck, I just, there was an announcement this week of google cloud and its gaming solution putting compute in a carrier edge to give lower latency to deliver a better experience. >>Yeah, so there, of course there is no one edge, it's highly fragmented, but I'm interested in your thoughts on kinda whose stack actually can play at the edge. And I've been sort of poking uh H P E about this. And the one thing that comes back consistently is Aruba, we we could take a room but not only to the, to the near edge, but to the far edge. And and that, do you see that as a competitive advantage? >>Oh gosh, yes. I mean, I would say the best acquisition That hp has made in 10 years has been aruba, it's fantastic and they also managed it in the right way. I mean it was part of HB but it was, it was managed a lot more loosely then, you know, a company that might get sucked into the board and I think that paid off tremendously. They're giving Cisco on the edge a absolute run for their money, their first with new technologies, but it's about the solution. What I love about what a ruble looks at is it's looking at entertainment solutions inside of a stadium, a information solution inside of an airport as opposed to just pushing the technology forward. And then when you integrate compute with with with Aruba, I think that's where the real magic happens. Most of the data on a permanent basis is actually video data. And a lot of it's for security, uh for surveillance. And quite frankly, people taking videos off, they're off their smartphones and downloaded video. I I just interviewed the chief network officer of T mobile and their number one bit of data is video, video uploaded, video download. But that's where the magic happens when you put that connectivity and the compute together and you can manage it in a, in an orderly and secure fashion. >>Well, I have you we have a ton of time here, but I I don't pick your brain about intel the future of intel. I know you've been following it quite closely, you always have Intel's fighting a forefront war, you got there battling a. M. D. There, battling your arm slash and video. They're they're taking on TSMC now and in foundry and, and I'll add china for the looming threat there. So what's your prognosis for for intel? >>Yeah, I liked bob the previous Ceo and I think he was doing a lot of of the right things, but I really think that customers and investors and even their ecosystem wanted somebody leading the company with a high degree of technical aptitude and Pat coming, I mean, Pat had a great job at VM or, I mean he had a great run there and I think it is a very positive move. I've never seen the energy at Intel. Probably in the last 10 years that I've seen today. I actually got a chance to talk with Pat. I visited Pat uhh last month and and talk to him about pretty much everything and where he wanted to take the company the way you looked at technology, what was important, what's not important. But I think first off in the world of semiconductors, there are no quick fixes. Okay. Intel has a another two years Before we see what the results are. And I think 2023 for them is gonna be a huge year. But even with all this competition though, Dave they still have close to 85% market share in servers and revenue share for client computing around 90%. Okay. So and they built out there networking business, they build out a storage business um with obtain they have the leading Aid as provider with Mobileye. And and listen I was I was one of Intel's biggest, I was into one of Intel's biggest, I was Intel's biggest customer when I was a compact. I was their biggest competitor at A. M. B. So um I'm not obviously not overly pushing or there's just got to wait and see. They're doing the right things. They have the right strategy. They need to execute. One of the most important things That Intel did is extend their alliance with TSMC. So in 2023 we're going to see Intel compute units these tiles they integrate into the larger chips called S. O. C. S. B. Manufactured by TSMC. Not exclusively, but we could see that. So literally we could have AMG three nanometer on TSMC CPU blocks, competing with intel chips with TSMC three nanometer CPU blocks and it's on with regard to video. I mean in video is one of these companies that just keeps going charging, charging hard and I'm actually meeting with Jensen wang this week and Arm Ceo Simon Segers to talk about this opportunity and that's a company that keeps on moving interestingly enough in video. If the Arm deal does go through will be the largest chip license, see CPU licensee and have the largest CPU footprint on on the planet. So here we have A and D. Who's CPU and Gpu and buying an F. P. G. A company called Xilinx, you have Intel, Cpus, Gpus machine learning accelerators and F. P. G. S and then you've got arms slashing video bit with everything as well. We have three massive ecosystems. They're gonna be colliding here and I think it's gonna be great for competition date. Competition is great. You know, when there's not competition in Cpus and Gpus, we know what happens, right. Uh, the B just does not go on and we start to stagnate. And I did, I do feel like the industry on CPU started to stagnate when intel had no competition. So bring it on. This is gonna be great for for enterprises then customers to, and then, oh, by the way, the custom Chip providers, WS has created no less than 15 custom semiconductors started with networking uh, and, and nitro and building out an edge that surrounded the general compute and then it moved to Inferential to for inference trainee um, is about to come out for training Graviton and gravitas to for general purpose CPU and then you've got Apple. So innovation is huge and you know, I love to always make fun of the software is eating the world. I always say yeah but has to run on something. And so I think the combination of semiconductors, software and cloud is just really a magical combination. >>Real quick handicap the video arm acquisition. What what are the odds that that they will be successful? They say it's on track. You've got to 2 to 13 to 1 10 to 1. >>I say 75%. Yes 25%. No China is always the has been the odd odd man out for the last three years. They scuttled the qualcomm NXP deal. You just don't know what china is going to do. I think the Eu with some conditions is gonna let this fly. I think the U. S. Is absolutely going to let this fly. And even though the I. P. Will still stay over in the UK, I think the U. S. Wants to see, wants to see this happen. Japan and Korea. I think we'll allow this china is the odd man out. >>In a word, the future of H. P. E. Is blank >>as a service >>patrick Moorehead. Always a pleasure my friend. Great to see you. Thanks so much for coming back in the cube. >>Yeah, Thanks for having me on. I appreciate that. >>Everybody stay tuned for more great coverage from HP discover 21 this is day Volonte for the cube. The leader and enterprise tech coverage. We'll be right back. >>Mm.
SUMMARY :
Patrick Moorehead is here of moor insights and strategy is the It's great to see you and it's great to see you in the meetings that were in. So you know, let's get into it. And then there's this edges like jump ball, what are you seeing in the marketplace? the conversation was over right now, what you have is cloud native folks building out hybrid I like to determine as I think you should use the term veteran. the cloud to be as big as it's become over the last 10 years. let's talk about the horses on the track. And I think that that says a lot uh that H P E. Is making with what they call Lighthouse. I think a simplification to Green Lake that it needs to truly So, and they seem to have done a good job with Wall Street and any of those players that you mentioned, uh with the exception of IBM Yeah, And I would posit that that any, even the cloud folks, if you say, It's like the west coast offense like the NFL, so the moat comes from, you know, brand execution and your other And Dave, you have the public, you have the public cloud, arm is exploding, dominating in the edge with center in the sky, let's make that happen, that is to be in near real time And and that, do you see that as a competitive And then when you integrate compute Well, I have you we have a ton of time here, but I I don't pick your brain about And I did, I do feel like the industry on CPU started to stagnate You've got to 2 to 13 to 1 10 to 1. I think the U. S. Is absolutely going to let Thanks so much for coming back in the cube. I appreciate that. The leader and enterprise tech coverage.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
David | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Dave Volonte | PERSON | 0.99+ |
Cisco | ORGANIZATION | 0.99+ |
Dave | PERSON | 0.99+ |
Pat | PERSON | 0.99+ |
Lenovo | ORGANIZATION | 0.99+ |
HP | ORGANIZATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
100% | QUANTITY | 0.99+ |
Barcelona | LOCATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
H P E | ORGANIZATION | 0.99+ |
patrick Moorehead | PERSON | 0.99+ |
Patrick | PERSON | 0.99+ |
walmart | ORGANIZATION | 0.99+ |
TSMC | ORGANIZATION | 0.99+ |
HPD | ORGANIZATION | 0.99+ |
Alibaba | ORGANIZATION | 0.99+ |
95% | QUANTITY | 0.99+ |
UK | LOCATION | 0.99+ |
75% | QUANTITY | 0.99+ |
$100 billion | QUANTITY | 0.99+ |
amazon | ORGANIZATION | 0.99+ |
20% | QUANTITY | 0.99+ |
Patrick Moorehead | PERSON | 0.99+ |
2021 | DATE | 0.99+ |
25% | QUANTITY | 0.99+ |
10 years | QUANTITY | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
Patrick Moorhead | PERSON | 0.99+ |
apple | ORGANIZATION | 0.99+ |
WS | ORGANIZATION | 0.99+ |
four years | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
Apple | ORGANIZATION | 0.99+ |
T mobile | ORGANIZATION | 0.99+ |
last month | DATE | 0.99+ |
Intel | ORGANIZATION | 0.99+ |
2023 | DATE | 0.99+ |
13 | QUANTITY | 0.99+ |
Anna Quinn | PERSON | 0.99+ |
first | QUANTITY | 0.99+ |
Xilinx | ORGANIZATION | 0.99+ |
One | QUANTITY | 0.99+ |
each | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
Davis | PERSON | 0.99+ |
10 years ago | DATE | 0.99+ |
First | QUANTITY | 0.99+ |
second | QUANTITY | 0.99+ |
HP Lighthouse | ORGANIZATION | 0.98+ |
telco | ORGANIZATION | 0.98+ |
White House | ORGANIZATION | 0.98+ |
Patrick Moorhead, Moor Insights | HPE Discover 2021
>>Welcome back to HPD discovered 2021. The virtual edition. My name is Dave Volonte and you're watching the cubes continuous coverage of H. P. S. Big customer event. Patrick Moorehead is here of moor insights and strategy is the number one analyst in the research analyst. Business. Patrick. Always a pleasure. Great to see you, >>David. Great to see you too. And I know you're you're up there fighting for that number one spot to. It's great to see you and it's great to see you in the meetings that were in. But it's even more fun to be here on the cube. I love to be on the cube and every once in a while you'll even call me a friend of the cube, >>unquestionably my friend and so and I can't wait second half. I mean you're traveling right now. We're headed to Barcelona to mobile World Congress later on this month. So so we're gonna we're gonna see each other face to face this year. 100%. So looking forward to that. So, you know, let's get into it. Um you know, before we get into H. P. E. Let's talk a little bit about what you're seeing in the market. We've got, you know, we we we finally, it feels like the on prem guys are finally getting their cloud act together. Um, it's maybe taken a while, but we're seeing as a service models emerge. I think it's resonating with customers. The clearly not everything is moving to the cloud. There's this hybrid model emerging. Multi cloud is real despite what, you know, >>some some >>cloud players want to say. And then there's this edges like jump ball, what are you seeing in the marketplace? >>Yeah. Davis, as exciting as ever in. Just to put in perspective, I mean, the public cloud has been around for about 10 years and still only 20%. Around 20% of the data in 20% of the applications are there now, albeit very important ones. And I'm certainly not a public cloud denier, I never have been, but there are some missing pieces that need to come together. And you know, even five years ago we were debating dave the hybrid cloud and I feel like when Amazon brought out outposts, the conversation was over right now, what you have is cloud native folks building out hybrid and on prem capabilities, you have the classic on prem folks building out hybrid and as a service capabilities. And I really think it boils down 22 things. I mean it's wanting to have more flexibility and you know, I hate to use it because it sounds like a marketing word, but agility, the ability to spin up things and spin down things in a very quick way. And uh, you know what they've learned. The veterans also know, hey, let's do this in a way that doesn't lock us in too much into a certain vendor. And I've been around for a long time. David and I'm a realist too. Well, you have to lock yourself into something. It just depends on what do you want to lock yourself into, but super exciting. And what H. P. E. When they threw the acts in the sea with Green Lake, I think it was four years ago, I think really started to stir the pot. >>You know, you mentioned the term cloud denial, but you know, and I feel like the narrative from, I like to determine is I think you should use the term veteran. You know, it's very, they're ours is the only industry patrick where legacy is a pejorative, but but but so but the point I want to make is I feel like there's been a lot of sort of fear from the veteran players, but I look at it differently. I wonder what you're taking. I think, I think, I think I calculated that the Capex spending by the big four public clouds including Alibaba last year was $100 billion. That's like a gift to the world. Here, we're going to spend $100 billion like the internet here you go build. And and so I, and I feel like companies like HP are finally saying, yeah, we're gonna build, we're gonna build a layer and we're gonna hide the complexity and we're gonna add value on top. What do you think about that? >>Yeah. So I think it's now, I wish, I wish the on prem folks like HP, you would have done it 10 years ago, but I don't think anybody expected the cloud to be as big as it's become over the last 10 years. I think we saw companies like salesforce with sas taking off, but I think it is the right direction because there are advantages to having workloads on prem and if you add an as a service capability on top of the top of that, and let's say even do a Coehlo or a managed service, it's pretty close to being similar to the public cloud with the exception, that you can't necessarily swipe a credit card for a bespoke workload if you're a developer and it is a little harder to scale out. But that is the next step in the equation day, which is having, having these folks make capital expenditures, make them in a polo facility and then put a layer to swipe a credit card and you literally have the public cloud. >>Yeah. So that's, that's a great point and that's where it's headed, isn't it? Um, so let's, let's talk about the horses on the track. Hp. As you mentioned, I didn't realize it was four years ago. I thought it was, wow, That's amazing. So everybody's followed suit. You see, Dallas announced, Cisco has announced, uh, Lenovo was announced, I think IBM as well. So we, so everybody started following suit there. The reality is, is it's taken some time to get this stuff standardized. What are you seeing from, from HP? They've made some additional announcements, discover what's your take on all this. >>Yeah. So HPD was definitely the rabbit here and they were first in the market. It was good to see, first off some of their, Um, announcements on, on how it's going. And they talked about 4, $28 billion 1200 customers over 900 partners and 95% retention. And I think that's important anybody who's in the lead and remember what Aws used to do with the slide with the amount of customers would just get bigger and bigger and bigger and that's a good way to show momentum. I like the retention part two which is 95%. And I think that that says a lot uh probably the more important announcements that they made is they talked about the G. A. Of some of their solutions on Green Lake and whether it was S. A. P. Hana Ml apps HPC with Francis V. I was Citrus in video but they also brought more of what I would call a vertical layer and I'm sure you've seen the vertical ization of all of these cloud and as a service workloads. But what they're doing with Epic with EMR and looseness, with financial payments and Splunk and intel with data and risk analysis and finally, a full stack for telco five G. One of the biggest secrets and I covered this about five years ago is HPV actually has a full stack that western european carriers use and they're now extending that to five G. And um, so more horizontal uh and and more vertical. That was the one of the big swipes uh that I saw that there was a second though, but maybe we can talk about these. >>Yeah. Okay, Okay. So, so the other piece of that of course is standardization right there there because there was a, there was, there was a lot of customization leading up to this and everybody sort of, everybody always had some kind of financial game they can play and say, hey, there's an adversary as a service model, but this is definitely more of a standardized scalable move that H P E. Is making with what they call Lighthouse, Right? >>Yeah, that's exactly right. And I've talked to some Green Lake customers and they obviously gave it kudos or they wouldn't have HP wouldn't have served them up and they wouldn't have been buying it. But they did say, um, it took, it took a while, took some paperwork to get it going. It's not 100% of push button, but that's partially because hp allows you to customize the hardware. You want a one off network adapter. Hp says yes, right. You want to integrate a different type of storage? They said yes. But with Green Lake Lighthouse, it's more of a, what you see is what you get, which by the way is very much like the public cloud or you go to a public cloud product sheet or order sheet. You're picking from a list and you really don't know everything that's underneath the covers, aside from, let's say the speed of the network, the type of the storage and the amount of the storage you get. You do get to pick between, let's say, an intel processor, Graviton two or an M. D processor. You get to pick your own GPU. But that's pretty much it. And HP Lighthouse, sorry, Green Lake Lighthouse uh, is bringing, I think a simplification to Green Lake that it needs to truly scale beyond, let's say, the white house customers at HP. Yeah, >>Well done. So, you know, and I hear your point about 10 years in, you know, plus and to me this is like a mandate. I mean, this is okay. Good, good job guys about time. But if I had a, you know, sort of look at the big players, like, can we have an oligopoly here in this, in this business? It's HP, Cisco, you got Dell Lenovo, you've got, you know, IBM, they're all doing this and they all have a different little difference, you know, waste of skin of catch. And your point about simplicity, it seems like HP HP is all in Antonio's like, okay, here's what we're going to announce that, you know, while ago, so, and they seem to have done a good job with Wall Street and they get a simple model, you know, Dell's obviously bigger portfolio, much more complicated. IBM is even more complicated than that. I don't know so much about Lenovo and in Cisco of course, has acquired a ton of SAAS companies and sort of they've got a lot of bespoke products that they're trying to put together, so they've got, but they do have SAS models. So each of them is coming at it from a different perspective. How do you think? And so and the other point we got lighthouse, which is sort of Phase one, get product market fit. Phase two now is scale codify standardized and then phase three is the moat build your unique advantage that protects your business. What do you see as HP? Es sort of unique value proposition and moat that they can build longer term. >>That's a great, great question. And let me rattle off kind of what I'm seeing that some of these these players here. So Cisco, ironically, has sells the most software of any of those players that you mentioned, uh with the exception of IBM. Um, and yeah, C >>ICSDB two. Yeah, >>yeah, they're the they're the number two security player, uh, Microsoft, number one. So and I think the evaluation on the street uh indicate that shows that I feel like uh Deltek is a is a very broad play because not only do they have servers, storage, networking and security, but they also have Pcs and devices, so it's a it's a scale and end play with a focus on VM ware solutions, not exclusively, of course. Uh And um then you've got Lenovo who is just getting into the as a service game and are gosh, they're doing great in hyper scale, they've got scale there vertically integrated. I don't know if if too many people talk about that, but Lenovo does a lot of their own manufacturing and they actually manufacture Netapp storage solutions as well. So yeah, each of these folks brings a different game to the table, I think with h P E, what your bring to the table is nimble. When HP and HP split, the number one thing that I said was that uh huh H P E is going to have to be so much faster than it offsets the scale that Dell technology has and the HBs credit, although there, I don't think we're getting credit for this in the stock market yet. Um, and I know you and I are both industry folks, not financial folks, but I think their biggest thing is speed and the ability to move faster and that is what I've seen as it relates to the moat, which is a unique uh, competitive advantage. Quite frankly, I'm still looking for that day in, in, in what that is and I think in this industry it's nearly impossible and I would posit that that any, even the cloud folks, if you say, is there something that AWS can do that Azure can't, if it put it put its mind to it or G C P. I don't think so. I think it's more of a kind of land and expand and I think for H P E, when it comes to high performance computing and I'm not just talking about government installations, I'm talking about product development, drug development, I think that is a landing place where H P E already does pretty well can come in and expand its footprint, >>you know, that's really interesting um, observations. So, and I would agree with you, it's kind of like, this is a copycat industry, it's like the west coast offense, like the NFL >>and >>so, so the moat comes from, you know, brand execution and your other point about when HP and HP split, that was a game changer, because all of a sudden you saw companies like them, you always had a long term relationship with H P E but or HP, but then they came out of the woodworks and started to explode. And so it really opened up opportunities. So it really >>is an execution, >>isn't it? But go ahead, please >>Dave if I had to pick something that I think HP HPV needs to always be ahead and as a service and listen, you know, I both know announcements don't mean delivery, but there is correlation between if you start four years ahead of somebody that other company is going to have to put just, I mean they're gonna have to turn that ship and many of its competitors really big ships to be able to get there. So I think what Antonio needs to do is run like hell, right, Because it, it, I think it is in the lead and as a service holistically doesn't mean they're going to be there forever, but they have to stay ahead. They have to add more horizontal solutions. They have to add more vertical solutions. And I believe that at some point it does need to invest in some Capex at somebody like ANna Quinn x play credit card swiper on top of that. And Dave, you have the public, you have the public cloud, you don't have all the availability zones, but you have a public cloud. >>Yeah, that's going to happen. I think you're right on. So we see this notion of cloud expanding. It's no longer just remote set of services. Somewhere out in the cloud. It's as you said, outpost was the sort of signal. Okay, We're coming on prem clearly the on prem, uh, guys are connecting to the cloud. Multi cloud exists, we know this and then there's the edge but but but that brings me to that sort of vision and everybody's laying out of this this this seamless integration hiding the complexity log into my cloud and then life will be good. But the edge is different. Right? It's not just, you know, retail store or a race track. I mean there's the far edge, there's the Tesla car, there's gonna be compute everywhere. And that sort of ties into the data. The data flows, you know the real time influencing at the edge ai new semiconductor models. You you came out of the semiconductor industry, you know it inside and out arm is exploding is dominating in the edge with with with apple and amazon Alexa and things like that. That's really where the action is. So this is a really interesting cocktail and soup that we have going on. How do you >>say? Well, you know, Dave if the data most data, I think one thing most everybody agrees on is that most of the data will be created on the edge. Whether that's a moving edge a car, a smartphone or what I call an edge data center without tile flooring. Like that server that's bolted to the wall of Mcdonald's. When you drive through, you can see it versus the walmart. Every walmart has a raised tile floor. It's the edge to economically and performance wise, it doesn't make any sense to send all that data to the mother ships. Okay. And whether that's unproven data center or the giant public cloud, more efficient way is to do the compute at the closest way possible. But what it does, it does bring up challenges. The first challenge is security. If I wanted to, I could walk in and I could take that server off the Mcdonald's or the Shell gas station wall. So I can't do that in a big data center. Okay, so security, Physical security is a challenge. The second is you don't have the people to go in there and fix stuff that are qualified. If you have a networking problem that goes wrong and Mcdonald's, there's nobody there that can help uh, they can they can help you fix that. So this notion of autonomy and management and not keeping hyper critical data sitting out there and it becomes it becomes a security issue becomes a management issue. Let me talk about the benefits though. The benefits are lower latency. You want you want answers more quickly when that car is driving down the road and it has a five G V two X communication cameras can't see around corners, but that car communicating ahead, that ran into the stop sign, can I through vi to X. Talk to the car behind it and say, hey, something is going on there, you can't go to, you can't go to the big data center in the sky to make that happen, that is to be in near real time and that computer has to happen on the edge. So I think this is a tremendous opportunity and ironically the classic on prem guys, they own this, they own this space aside from smartphones of course, but if you look at compute on a light pole, companies like Intel have built Complete architectures to do that, putting compute into 5G base stations. Heck, I just, there was an announcement this week of google cloud in its gaming solution putting compute in a carrier edge to give lower latency to deliver a better experience. >>Yeah, so there, of course there is no one edge, it's highly fragmented, but I'm interested in your thoughts on kind of who's stack actually can play at the edge. And I've been sort of poking uh H P E about this. And the one thing that comes back consistently is Aruba, we we can take a room but not only to the, to the near edge, but to the far edge. And and that, do you see that as a competitive advantage? >>Oh gosh, yes. I mean, I would say the best acquisition That hp has made in 10 years has been aruba it's fantastic. And they also managed it in the right way. I mean, it was part of HB but it was it was managed a lot more loosely then, you know, a company that might get sucked into the board. And I think that paid off tremendously. They're giving Cisco on the edge a absolute run for their money, their first with new technologies. But it's about the solution. What I love about what a ruble looks at is it's looking at entertainment solutions inside of a stadium, um a information solution inside of an airport as opposed to just pushing the technology forward. And then when you integrate compute with with with Aruba, I think that's where the real magic happens. Most of the data on a permanent basis is actually video data. And a lot of it's for security uh for surveillance. And quite frankly, people taking videos off, they're off their smartphones and downloading video. I I just interviewed the chief network officer of T mobile and their number one bit of data is video, video uploaded, video download. But that's where the magic happens when you put that connectivity and the compute together and you can manage it in a, in an orderly and secure fashion >>while I have you, we have a ton of time here, but I I don't pick your brain about intel, the future of intel. I know you've been following it quite closely, you always have Intel's fighting a forefront war. You got there, battling A. M. D. There, battling your arm slash and video. They're they're taking on TSMC now and in foundry and, and I'll add china for the looming threat there. So what's your prognosis for for intel? >>Yeah, I liked bob the previous Ceo and I think he was doing a lot of of the right things, but I really think that customers and investors and even their ecosystem wanted somebody leading the company with a high degree of technical aptitude and Pat coming, I mean, Pat had a great job at VM or, I mean, he had a great run there and I think it is a very positive move. I've never seen the energy At Intel probably in the last 10 years that I've seen today. I actually got a chance to talk with pat. I visited pat uhh last month and and talk to him about pretty much everything and where he wanted to take the company the way you looked at technology, what was important, what's not important. But I think first off in the world of semiconductors, there are no quick fixes. Okay. Intel has a another two years Before we see what the results are. And I think 2023 for them is gonna be a huge year. But even with all this competition though, Dave they still have close to 85% market share in servers and revenue share for client computing around 90%. Okay. So and they've built out there networking business, they build out a storage business um with with obtain they have the leading Aid as provider with Mobileye. And and listen I was I was one of Intel's biggest, I was into one of Intel's biggest, I was Intel's biggest customer when I was a compact. I was their biggest competitor at AMG. So um I'm not obviously not overly pushing or there's just got to wait and see. They're doing the right things. They have the right strategy. They need to execute. One of the most important things That Intel did is extend their alliance with TSMC. So in 2023 we're going to see Intel compute units these tiles, they integrate into the larger chips called S. O. C S B. Manufactured by TSMC. Not exclusively, but we could see that. So literally we could have AMG three nanometer on TSMC CPU blocks, competing with intel chips with TSMC three nanometer CPU blocks and it's on with regard to video. I mean in video is one of these companies that just keeps going charging, charging hard and I'm actually meeting with Jensen wang this week and Arms Ceo Simon Segers to talk about this opportunity and that's a company that keeps on moving interestingly enough in video. If the arm deal does go through will be the largest chip license, see CPU licensee and have the largest CPU footprint on the planet. So here we have AMG who's CPU and Gpu and buying an F. P. G. A company called Xilinx, you have Intel, Cpus, Gpus machine learning accelerators and F. P. G. S. And then you've got arms slashing video bit with everything as well. We have three massive ecosystems. They're gonna be colliding here and I think it's gonna be great for competition. Date. Competition is great. You know, when there's not competition in CPUs and Gpus, we know what happens right. Uh, the beach just does not go on and we start to stagnate. And I did, I do feel like the industry on CPU started to stagnate when intel had no competition. So bring it on. This is gonna be great for for enterprises then customers to and then, oh, by the way, you have the custom Chip providers. WS has created no less than 15 custom semiconductors started with networking and nitro and building out an edge that surrounded the general computer. And then it moved to Inferential for inference trainee um, is about to come out for training Graviton and Gravitas to for general purpose CPU and then you've got apple. So innovation is huge and I love to always make fun of the software is eating the world. I always say yeah but has to run on something. And so I think the combination of semiconductors software and cloud is just really a magical combination. >>Real quick handicap the video arm acquisition. What what are the odds that that they will be successful? They say it's on track. You got a 2 to 13 to 1 10 to 1. >>I say 75%. Yes 25%. No China is always the has been the odd odd man out for the last three years. They scuttled the Qualcomm NXp deal. You just don't know what china is going to do. I think the EU with some conditions is going to let this fly. I think the U. S. Is absolutely going to let this fly. And even though the I. P. Will still stay over in the UK, I think the U. S. Wants to see wants to see this happen, Japan and Korea I think we'll allow this china is the odd man out. >>In a word, the future of h p. E is blank >>as a service >>patrick Moorehead. Always a pleasure. My friend. Great to see you. Thanks so much for coming back in the cube. >>Yeah, Thanks for having me on. I appreciate that. >>Everybody stay tuned for more great coverage from HP discover 21 this is day Volonte for the cube. The leader and enterprise tech coverage. We'll be right back.
SUMMARY :
Patrick Moorehead is here of moor insights and strategy is the It's great to see you and it's great to see you in the meetings that were in. I think it's resonating with customers. And then there's this edges like jump ball, what are you seeing in the marketplace? the conversation was over right now, what you have is cloud native folks building out hybrid I like to determine is I think you should use the term veteran. the cloud to be as big as it's become over the last 10 years. let's talk about the horses on the track. I like the retention part that H P E. Is making with what they call Lighthouse, Right? the type of the storage and the amount of the storage you get. and they seem to have done a good job with Wall Street and they get a simple model, you know, So Cisco, ironically, has sells the most software Yeah, posit that that any, even the cloud folks, if you say, you know, that's really interesting um, observations. so, so the moat comes from, you know, brand execution and the lead and as a service holistically doesn't mean they're going to be there forever, is dominating in the edge with with with apple and amazon Alexa center in the sky to make that happen, that is to be in near real time And and that, do you see that as a competitive And then when you integrate compute intel, the future of intel. And I did, I do feel like the industry on CPU started to stagnate You got a 2 to 13 to 1 10 to 1. I think the U. S. Is absolutely going to let Thanks so much for coming back in the cube. I appreciate that. The leader and enterprise tech coverage.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave | PERSON | 0.99+ |
David | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Cisco | ORGANIZATION | 0.99+ |
Dave Volonte | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Lenovo | ORGANIZATION | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
TSMC | ORGANIZATION | 0.99+ |
HP | ORGANIZATION | 0.99+ |
Barcelona | LOCATION | 0.99+ |
Patrick Moorhead | PERSON | 0.99+ |
75% | QUANTITY | 0.99+ |
Patrick | PERSON | 0.99+ |
patrick Moorehead | PERSON | 0.99+ |
walmart | ORGANIZATION | 0.99+ |
$100 billion | QUANTITY | 0.99+ |
Alibaba | ORGANIZATION | 0.99+ |
H P E | ORGANIZATION | 0.99+ |
HPD | ORGANIZATION | 0.99+ |
20% | QUANTITY | 0.99+ |
25% | QUANTITY | 0.99+ |
95% | QUANTITY | 0.99+ |
100% | QUANTITY | 0.99+ |
WS | ORGANIZATION | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
Patrick Moorehead | PERSON | 0.99+ |
2021 | DATE | 0.99+ |
UK | LOCATION | 0.99+ |
amazon | ORGANIZATION | 0.99+ |
Pat | PERSON | 0.99+ |
apple | ORGANIZATION | 0.99+ |
$100 billion | QUANTITY | 0.99+ |
Francis V. | PERSON | 0.99+ |
four years | QUANTITY | 0.99+ |
2023 | DATE | 0.99+ |
Intel | ORGANIZATION | 0.99+ |
13 | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
both | QUANTITY | 0.99+ |
each | QUANTITY | 0.99+ |
Qualcomm | ORGANIZATION | 0.99+ |
AMG | ORGANIZATION | 0.99+ |
Capex | ORGANIZATION | 0.99+ |
one | QUANTITY | 0.99+ |
Green Lake | ORGANIZATION | 0.99+ |
last month | DATE | 0.99+ |
10 years ago | DATE | 0.99+ |
Xilinx | ORGANIZATION | 0.99+ |
Tesla | ORGANIZATION | 0.99+ |
T mobile | ORGANIZATION | 0.98+ |
second | QUANTITY | 0.98+ |
telco | ORGANIZATION | 0.98+ |
five years ago | DATE | 0.98+ |
Davis | PERSON | 0.98+ |
first | QUANTITY | 0.98+ |
22 things | QUANTITY | 0.98+ |
Terri Cobb & Dave Knight, Deloitte Consulting LLP | IBM Think 2021
>>from around the globe. It's >>The Cube with digital coverage of IBM think 2021 brought to you by IBM Well hi everybody john Wallace here on the cube. Thanks for joining us here. As we continue our initiative of IBM think a chance to look at what IBM thinks in terms of infrastructure, we're talking to you about a hybrid cloud kind of the new trend. The thought that's going to the hybrid cloud, what's the future look like and help us cover that waterfront. A couple of experts from Deloitte Terry Cobb, the IBM Alliance lead at Deloitte Terry. Thank you for joining us. We look forward to this time together. >>Thank you so much for having me. You >>bet. And also introduced Dave Knight quickly, your colleague who is a senior solution architect and IBM Alliance cloud leader at Deloitte. Dave good to see you as well. Thanks for being with us. >>Thanks for having me. >>Alright, so maybe it's just for the two of you set the table for our viewers here in terms of your specific roles of delight. I talked about IBM and your connections there, but in terms of what you're doing there, how you work together and ultimately what kind of service you're trying to provide your clients terry? Why don't you jump on that first? >>Sure. So I've been with Deloitte for 16 years, I believe, maybe a little longer and focusing on the IBM like our strategic partnership. Um and so what that means is I work day in day out with our practitioners to identify and understand where our clients what are some of the critical business needs. And so I work with are leaders and and collaborate with IBM and we we look for ways to solve really unique critical business issues. Um and so part of my my background, so I've come from, you know, at my 30 year background and strategy management consulting. So it's really exciting. I get to use my uh consulting skills, my strategy skills to, you know, look at where we are in the market, what's what's happening in the market because that's a great example. There was a huge impact on how businesses, you know, work, how they work differently and how they handle their workforce. So it was a very interesting time. And and so bringing these two great firms together to solve some of these critical business issues. As for me, it's, you know, it's it's critical and it has a positive impact on, you know, for our clients. >>All right, dave from your side of the fence. >>Yeah. So um I sit in a similar place within the firm. I actually joined the last century. I've been with the firm for 21 years, so uh in a variety of roles, but all with with sort of a technical last solution architecture um, slant. Right, So, so just like Terry mentioned in the alliance function, we try to find opportunities to work together specifically between IBM and the Deloitte, you know, go to market services, uh my role as a solution architect and then as the cloud lead is to make sure that we've got the right mix of technology that we solve the client's problems uh efficiently and cost effectively. Uh and then, you know, sort of translate those, those business problems into technical solutions and then those technical solutions back into business solutions. So the business sees the value and its valuable not only for Deloitte from the services perspective, but also for IBM. >>He just almost just blew me away when you said you've been there since the last century. I haven't heard it quite put that way. And it's really that was really good, uh >>1999, to be fair, but still, it >>certainly implies a lot of experience. That's for sure. That's it. But that was really, that was a unique twist. So, kudos to you, let's talk about your client's first a little bit. So you talk about problems and we're talking about obviously technology and deployments and what capabilities are. So today, right. You've got on primary got off Premier, you've got private cloud, you've got public cloud, you've got edge technologies, you've got this really just this maelstrom basically of opportunity, but also confusion a little bit right? Um with different kinds of capabilities, different kinds of challenges. So Dave if you would, you know, let's look at it from the macro level then, in terms of how you start dissecting these kinds of decisions that the, the C T O. S and with your within your client list have to make and and how you help them chart their course in terms of determining priorities and what the right steps are for them to take. >>Okay. So I mean you sort of summarized my points actually quite nicely. We we help customers find their path, what's there, right approach to their digital transformation journey. Um We do have assets that help them, you know identify workloads where they might might run the best. Um We certainly have approaches and experience in the market having done this for for years. Uh you know it's the number one cloud professional services firm globally. We we we've garnered a lot of experience working with customers again helping among this journey. Um What we've learned is that one size does not fit all. Um Clearly cloud and more specifically public cloud is a game changer. It's here to stay, but it's not necessarily the right answer for every workload for every customer even. Um And so what we're starting to see is is a shift towards hybrid discussions and hybrid architecture discussions. Um and just as a quick, very simple example, um you wouldn't go purchase a mainframe to be a web server, right, That's that's significant overkill. And similarly, um the cloud is great for its, you know, capacity and and all the things that come with an economics, that sort of thing, but it's not necessarily the best platform for a credit card clearing house. Right. The transactional volume is simply too great. Right? So, um and that sort of very simplified example. Hybrid we think is the answer. And we're seeing lots of customers now that they've shifted a lot of their workloads to cloud that our cloud suitable. Um starting to ask us the more difficult questions, right, the core of my business, it's a high risk move. Can you help me sort this out? And in many cases the answer is don't move it, it's too extended at the edge. It's to augment it with cloud technologies such as AI and and enhance your service rather than replace it or move it to a different location. >>So you recently published a report that you did the mainframe market poll survey where you're looking at really, I guess migration plans or an appetite right to make these evolutions to, to to explore this hybrid cloud model that you've already detailed for us. Um, give me an idea if you would and our our viewers an idea a little bit about some of the key summaries of that in terms of what the appetite is for that, what the desires are, you know, are we ready to cut the court on the mainframe and let it go? Is there too much involved? We want to hang on. Um, you know, what's kind of, what's the mood out there right now? >>Yes, so we, we commissioned the double blind survey, we had a belief that we really wanted to explore it further, um, and that belief was, you know, a little tongue in cheek. The death of the mainframe is greatly over exaggerated. Um, and so again, this double blind survey, we commissioned it and, and we, we found a lot of interesting results. First and foremost, um, the mainframe for many customers is not going away. The vast majority of our survey respondents uh, indicated that was the case. Um, there was a couple of other interesting to, that's that, that we, we found in the results as well. Um uh, the first one is this isn't just a technology issue um It's a human capital um issue as well with the aging workforce. Um You know, mainframe not being quite as sexy in the age of java but coming back to IBM investments in the platform. Um And then another key point that we we found was security continues to be a key concern of business I. T. Uh and business, you know, owners. Um and that mainframe is seen as is the pillar of security sort of, they hold it up as sort of the example of security in the industry. Um Another interesting too that we found was that Um you know, one specific question asked about future growth plans and um over just under 60%. So over half answered three questions um that most people would think are at odds with each other and that is you know, are you expanding your mainframe? Over 60 said Yes. Um, are you advancing into cloud? Just under 60 said yes. And then there was a hybrid question which over half said they were going to look at hybrid. So that sort of marriage of mainframe and cloud in a hybrid way was an interesting thing that we weren't exactly expecting, but still quite interesting to explore. >>So >>when >>you hear this right about these, I mean not conflicting, but certainly, you know, interesting of uh survey findings, um, what do you make of that? What what are you, how are you reading those tea leaves a little bit about what people are saying about not ready to leave, but yet they're interested. And and so the concerns that they've brought up about security, about the asian workforce, I mean, you know, a lot of challenging uh, positions here, they have to be considered for your clients. >>You know, for me it was very interesting and and I believe, you know, one of the reasons we launched the survey was really to find out what is really going on with our clients because we're hearing a lot of, you know, there's a lot of news around clients migrating all their all their applications, >>I say all >>to the cloud and but yet we were spending a lot of time with clients that had mainframes and we were solving some of their mainframe issues and so we we were a little confused, so that was part of the impetus from really getting out and enjoying market sensing and figure out what our clients really doing. And we didn't target, you know, the mainframe, you know, clients, we targeted main from clients but we didn't target mainframe users. We were looking at really the business users of the mainframe and the executives that have mainframes. And so we were, it was surprising to to get the information back and hear how important the mainframe, so us. Uh and and then when you start digging a bit deeper into, you know, what does cloud really mean? Your hybrid cloud comes to the surface and then you have people that have different meanings of hybrid cloud. So, really understanding what is hybrid cloud really mean and what does it mean for your business? And that's what we're solving today. It's like how do we how do we go to market around hybrid cloud and what benefits does it have work for our clients? >>Yeah, so, Dave yeah, to touch up on that, to follow up, I mean, so, how are you a Deloitte then taking these results and and kind of ingesting them and distilling them and deciding. All right, this is how we're going to define hybrid cloud perhaps. I mean, I don't know if that if that's a bold assumption, but I think you're probably trying to draw some parameters around it, Right? This is how our clients see it. So this is how we're gonna talk about it and then this is how we're going to take them on that journey. How instructive was this survey for that and actually what are you doing with it in terms of shaping your practice? >>Yeah, so it's a great question and it is driving um you know, not the survey by itself, but a lot of the market trends and including the surveys is driving um some reevaluation and refocusing quite frankly on on hybrid cloud um as an offering within the firm. Right? We we define hybrid cloud generally is, you know, seamless integration of data and applications across on and off premise. And with with the wave of five G that's coming at us, increasingly we're looking at architecture is that include edge uh into that that hybrid definition? Um you know, I've said this to a lot of folks uh for me, mainframe was the original cloud. So it's only natural that it should be part of solutions now. And what I mean by that is when it was released it was virtualized, it was virtually unlimited. Somebody else managed it for you. You you you you only paid for what you use. Those are all characteristics of the cloud as we know it today, but those were implemented in the 70s, the mainframe um and so, capturing those characteristics and newer technologies and then integrating those into architectures. I think it's going to be sort of the next wave of what we see in the industry and, and Deloitte is certainly positioning to help our customers on that journey. And >>before we sign off, I do want to touch on security issue again because you did bring it up a little bit earlier, but let's just talk about it holistically here, depending upon where you are, doesn't matter right edge on off private public. I mean security's gonna be first and foremost. And so what are you suggesting or what are you saying to your clients? You know, terry and dave on this. In terms of their security concerns, the awareness they have to have in that and the allocation of resources to make sure that, you know, whatever solutions they deploy, their their credible, they have integrity and and they're sustainable. So let's hit on security before we head out terry. If you don't mind jumping >>first, I'd like to address security. But even stepping back a little bit. So as clients for looking at moving applications to the cloud for hybrid cloud, it's really about, you know, making sure you have a strategy unless you address some of the underlying data infrastructure, you're gonna end up with you disparate data everywhere and you're not going to be able to, you're gonna have data silo issues, you're gonna have security issues. You also have complex architectural issues. So, you know, some of the work that we're doing with IBM and internally with our firm is trying to help clients understand like you take a step back and really evaluate their business requirements and making sure that they and your dave can you found on this. But it's really making sure they have the right strategy in place to address, you know, their data, where the data sets, how to innovate some of these applications and of course security, security is a huge concern. We see that from all of our clients and needs to be on prem and secure. Mhm. >>Just a final word. >>Yeah. Thanks. Just to add on to that. Right. So security is absolutely critical. As terry mentioned. Having a strategy is absolutely critical and having security be integral to that strategy is equally critical. Um As you said, it's everywhere, cloud on prem on the edge. I would even go so far as to say, you know, in your personal life and your professional life, it should be as pervasive as we like to think it is. I think the reality is that maybe isn't but that's part of the job of architects like me, is to make sure that it gets built in at its core. It's not an afterthought, it's integral. I've got some fantastic technologies around that, specifically in the Z space. Um you don't wanna get too too wonky here, but you know, Phipps 1 40 dash to level four encryption, which is unique in the market. Um, you know, data privacy, passports, pervasive encryption, all these things. Um, interestingly enough live in the mainframe but extended ideas cloud and um from my perspective, I think it's one of the unique uh, connections intersections where mainframe could actually help drive the growth of cloud um, in that hybrid model and even getting into future looking things like home, um, or fixed encryption, there's a raft of technologies coming out of IBM um, that help us ensure we have, you know, secure transactions, secure hybrid architectures as you put our security everywhere. >>Well, you can get a little wonky. That's okay. David terry, thank you for the time today. We certainly appreciate it. And thanks for shining light on your work at Deloitte and of course, that partnership you have. It's working so well with IBM. Thank you both. >>Thanks for having us. >>All right. We've been talking about hybrid cloud, the future of a hybrid cloud and the mainframe and it ain't dead yet. All right. John Wallace. Thanks for joining us here on the cube.
SUMMARY :
from around the globe. to you by IBM Well hi everybody john Wallace here on the cube. Thank you so much for having me. Dave good to see you as well. Alright, so maybe it's just for the two of you set the table for our viewers here in terms of your specific and it has a positive impact on, you know, for our clients. Uh and then, you know, He just almost just blew me away when you said you've been there since the last century. So Dave if you would, you know, let's look at it from the macro level then, um the cloud is great for its, you know, capacity and and all the things that come with an economics, what the desires are, you know, are we ready to cut the court on the mainframe people would think are at odds with each other and that is you know, are you expanding your mainframe? I mean, you know, a lot of challenging uh, positions here, And we didn't target, you know, the mainframe, for that and actually what are you doing with it in terms of shaping your practice? Yeah, so it's a great question and it is driving um you know, not the survey by itself, And so what are you suggesting or what are you saying to your clients? it's really about, you know, making sure you have a strategy we have, you know, secure transactions, secure hybrid architectures as you put our security and of course, that partnership you have. We've been talking about hybrid cloud, the future of a hybrid cloud and the mainframe and
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Terry | PERSON | 0.99+ |
Dave Knight | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Deloitte | ORGANIZATION | 0.99+ |
John Wallace | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
john Wallace | PERSON | 0.99+ |
21 years | QUANTITY | 0.99+ |
30 year | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
1999 | DATE | 0.99+ |
16 years | QUANTITY | 0.99+ |
First | QUANTITY | 0.99+ |
David terry | PERSON | 0.99+ |
today | DATE | 0.99+ |
70s | DATE | 0.98+ |
first one | QUANTITY | 0.98+ |
last century | DATE | 0.98+ |
both | QUANTITY | 0.98+ |
Deloitte Terry | ORGANIZATION | 0.98+ |
last century | DATE | 0.98+ |
IBM Alliance | ORGANIZATION | 0.98+ |
first | QUANTITY | 0.97+ |
Terri Cobb | PERSON | 0.97+ |
Deloitte Consulting LLP | ORGANIZATION | 0.97+ |
one | QUANTITY | 0.97+ |
Over 60 | QUANTITY | 0.97+ |
over half | QUANTITY | 0.97+ |
one size | QUANTITY | 0.96+ |
2021 | DATE | 0.96+ |
under 60 | QUANTITY | 0.95+ |
wave of five G | EVENT | 0.95+ |
IBM Alliance | ORGANIZATION | 0.93+ |
one specific question | QUANTITY | 0.93+ |
under 60% | QUANTITY | 0.92+ |
double blind survey | QUANTITY | 0.92+ |
Terry Cobb | PERSON | 0.9+ |
three questions | QUANTITY | 0.88+ |
two great firms | QUANTITY | 0.83+ |
over | QUANTITY | 0.76+ |
level four | QUANTITY | 0.73+ |
1 | OTHER | 0.7+ |
40 dash | QUANTITY | 0.7+ |
Think | COMMERCIAL_ITEM | 0.67+ |
number one cloud | QUANTITY | 0.61+ |
years | QUANTITY | 0.6+ |
java | TITLE | 0.54+ |
2021 | ORGANIZATION | 0.52+ |
couple | QUANTITY | 0.49+ |
Alex Barretto & Doug Schmitt, Dell Technologies | Dell Technologies World 2021
>>the service experience has dramatically changed over the course of history within enterprise it once a purely break fixed business that put out fires technology services has become a linchpin of customer I. T. Execution strategies where companies carefully select technology partners to anticipate and remediate potential problems before they occur. Moreover, organizations have come to expect a cloud like experience for their entire I. T. Estate spanning on prem cloud cross clouds. And increasingly the edge and technology services are looked upon by customers to provide a layer that helps abstract that underlying complexity of I. T. So they can focus on what they do best welcome to the cubes ongoing virtual coverage of Dell technologies world with me today to talk about the modern services experience are Doug Schmidt, who is the president of Dell Technologies and Services and Alex Barreto. Senior vice president. Dell Technology Services gentlemen welcome to the cube. Great to see you >>Well thank you. Dave big traven us >>really. My pleasure. Doug and I wonder if you could start by just giving us a quick overview of the organization that you lied. What's new with with Dell technology services? >>Well, yeah, so you know, first of all I get the privilege along with my team of leading over 60,000 service professionals and partners and we support customers in over 170 countries and 54 languages. And we can cover the entire technology spectrum from the edge to the core to the cloud. And our expertise in this area is broad and deep as you can imagine. And we help our customers with their transformation with the indian services and this includes consulting, uh deployment, support, managed services, education services as well as asset recovery. So just to name a few, so we use all of this technology and this capability to help our customers with their digital transformation. >>Greatest Alex, what's your wheelhouse? What's your role in in the services, strategy and technology? >>Yeah, I have the great opportunity to drive strategy, operations and technology. We're doing exciting things across all three day. But in particularly the technology space when I think about the intersection of technology and customer experience, a lot of exciting things there, I'm sure we'll talk about today. >>Yeah. Doug I mean if you look at the past 12 months, I mean you certainly saw you know, a real shift to work from home technologies and you guys, you know all about, you know the story well. But one of the things that we've been talking about is the uptick that we're expecting and we're already seeing it in professional services because there is a talent gap, there's a skills shortage and people have to they have to get hybrid right, they have to fund their digital transformation, they need help. So there's been a lot of changes in the market during the past year. What are you hearing from customers? What are their priorities? How are they changing? >>Well yeah you've stated Dave look there's a lot of changes in the market during the last year clearly and what our customers are telling us and where they're changing priorities are are really centered around two things. The first uh is that all of us are helping our customers deliver a better experience to their customers right to end customers that matters. You know in a brand new study we commissioned from Forrester consulting. Actually 56% of I. T. Leaders said that improving customer experience is the top driver for their digital transformation efforts. The second thing that we're hearing and that I'm hearing is that they're asking us to assist in this digital transformation. In that same research that I talked to you about From Forrester, 81 of the Iraqi leaders said that they need to leverage external technology specific expertise to help their internal I. T. Teams be successful. And I think just to deep dive these two items, you know first it's on the first one for the customer experience. It's just crucial for customers to transform their C. X. To be competitive. That's for all of us and you know there's not an industry or a team around that's not going through this whether it's schools uh doing digital learning healthcare and all of the things you know recently I just talked to a doctor via the you know zoom. I mean these are all new experiences, right? Uh government and corporations. It's just it's very remote. It's very seamless. It's very timely and uh look the employee experience is also closely tied to this right to the customer experience. Obviously if your employees aren't able to perform in this environment you can't really deliver the customer experience and they need the right technology and tools to really deliver that. And that's where we at Dell Technologies and Dell Technology Services are really helping our customers. Uh The second area I mentioned was really about getting our customers ready for the future and you know, digital transformation is not a one and done. This is a ongoing journey uh that gets our customers to assist their customers and their team members. And look they're looking for trusted advisor who can you know, specialized in the experience they need uh to guide them through this. And you know, I. T. Is not just back office anymore, as you know, it's really about getting in front of this, breaking down the silos, helping all of the departments not just I. T. Everything with their business needs and really delivering these outcomes that are going to help them with the customer experience and the digital transformation. >>Yeah thank you for that. And and doug I mean the Consumer Ization of I. T. Has been going on for the better part of a decade or or or more the cloud obviously has affected how we think about the experience and pricing and the like and and we're hearing a lot about Apex from Dell tech right now. What's the role of services in apex? >>Well look services has always been a primary interface with our customers and will continue to play a major part of that. And this is really about services and our products and our great solutions and software all coming together to really deliver the best experience for our customers. But specifically speaking about services, look this will be about services helping our customers seamlessly integrate apex offers and leverage the best of our infrastructure management capabilities into end. And I talked a little bit about those at the beginning, but this will be helping the customers deploy apex monitor it operated, optimized support, Decommissioning all those things from the end in life cycle. And look, we'll leverage our advantages in the supply slain as well. And scale Apex globally working with Kevin Brown and the operations team. So it's about bringing all the strength of Dell along with services to deliver apex, you know, services also is going to help accelerate the value of the customers with for example, apex data storage as a service, which I'm sure you're hearing about will manage the infrastructure across the lifecycle and help our customers get the most out of all of this great technology, we're bringing >>so Alex and then dug maybe you can you can chime in but you guys, you talked talked talked about how important customer experiences can you tell us more about what services is doing to specifically enhance that customer experience? Yeah, >>sure. Thank David. And look, you talked about which I thought was great about the notion of services much more than just break fixed. So that customer experience now spans the entire services lifecycle. So when we talk, yes, it's really that entire Cf. So we're doing a couple of things to to really drive customer experience to the next level. In fact three distinct focus areas. The first one is really around artificial intelligence, machine learning and embedding that notion of A I into everything that we do, whether that support deployment services, managed services, consulting services, education services. The entire spectrum of our services offering now carries a I into the services offering. We started with support but now we expanded to the entire entire spectrum that drives efficiency and customers see that and feel that in terms of lower costs, greater speed, it drives value for our customers as well because they're able to generate new and appreciated insights. And second, if you think about the total customer experience, there are times when they do have to interact with us and that interaction now is food and it's a seamless, unified in simple experience that the customers have with us across the entire product set of Dell. So there's pc servers, network storage we provide, we provide a single unified view in a simple view for our customers. And then third, if you think about our services offers, we're modernizing them, talked a little bit about this as well. We're embedding technology into the services offering, make them better and faster. Good example, that is modern provisioning. We launched at the beginning this year. Great market feedback has new features, new capability, leverages our cloud infrastructure to deliver the services. >>You know, Alex, I want to stay on that for a minute because when I when I think about apex to me it's it's it's a cultural transformation that's going on. I mean look, Del is a tech technology company, have been product company and you know, services there to support that, but it's always you've always had to align with product. But now that I almost see the, you know, the product is aligning with the customer service experience and they're coming together like this. So so we talked about the changes and obviously the focus on C. X. Can you tell us more about the specific technologies that services is leveraging to affect that? >>Yeah it's a good question. Often we actually talked about products and services now and services is the product, as you said, they're really coming together and there are a number of things we're doing to drive that technology change both within apex and also outside apex of our regular Capex model. So a couple examples of things were around the data management side as an example using graph technologies to really contextualized data generate insights from that data regardless of how the data is structured, regardless of where the data is stored, represent those values. Were using that inside L. For services, we actually then monetizing that in providing that to our customers. We are consulting services and manage services. You talked about Apex Cloud is and hybrid Cloud is a big big area for us. Big focus here. In fact all the apex offers are actually they'll manage customer operators. So that managed services component is integrated and is a fundamental part of everything our other apex offers that we're putting in place. There are a couple of other areas. We're also excited about two of them to highlight specifically Five G and the Edge and five G. We see phenomenal growth and opportunities around for customers around the new digital transformation that they can do with five G. But enabling that is the carriers behind that infrastructure of five G, which we are supporting with our managed services, developing carrier grade specific managed services capabilities for carriers around the globe. And on the edge side with the growth and phenomenal exponential growth actually of data around the far edge being driven by sensors and greater compute needs and storage needs at the far edge, we're actually providing services for those specific data centers. They're very distributed some of them in urban areas, some of them in non urban ears and there's hundreds of them and they require remote services capabilities which we have that infrastructure today. So we're deploying that in this far edge space, another area that we're excited about five G the edge apex and then our core services capabilities, >>the edges like this, this really infinite technology opportunity. It's so we see the, you know, the data center and you see the cloud and okay, we were largely a remote set of cloud services. You're seeing the cloud come into the on prem, you're seeing on prem come into the cloud. So you've got the hybrid connections here, cross cloud and then even at the edge you've got layers of edge, you think about, you know, the autonomous vehicle, there's so much going on their custom silicon etcetera, it's okay you're not gonna get into the auto business, I don't think at least any time soon. But all that data that's being collected that has to get back to the cloud and much of its not gonna get persisted. A lot of it's gonna stay at the edge of a lot of it's gonna come back to the cloud. Everything is just exploding. You've gotta roll there. It's just these layers and connections that are coming through into this, this kind of ubiquitous matrix. I mean it's like the movie, it's amazing. Very exciting times. And doug. I wonder just going off here Doug. I wonder if we could give you the last word. Maybe I'm looking into the future beyond apex what's next for Dell tech services and your customers? >>Well, first of all, they did a great job on that. It is exciting. Look, and the reason we're putting so much effort into the emerging technologies uh we've talked about is to prepare uh you know assist our customers with this and you and you brought this up as well. Look, the vast amount of customer data uh that they're going to have to contend with is just staggering. 175 0 bytes of data will be created worldwide by 2025 according to D. C. And even more amazing about that is 30% of it is you know, projected to be processed real time. You're talking about that edge, right? And more than you know 50% of the enterprise generated data will be created and processed at that edge according to Gartner. So look it's gonna be exciting. And over the next 5 to 10 years we predict that all devices will be able to communicate anywhere on earth. And you know look these types of support tools to gather intelligence from billions of in point, uh, is going to be fascinating as well. And there will be new ways to consume the this knowledge seamlessly, making the relationship between us and the intelligence even more seamless and natural. You know, an example of that that we're working with right now is augmented reality a R out for our field resources. And, you know, we're seeing the capability, it's going to provide our field engineers and it's, it's pretty amazing gonna buy a better experience for our team members and a better experience for our customers. You know, and customers are going to have to contend with all of these challenges. And so we're modernizing to help them and kind of just summarizing up, you know, look, the value of services is really about shifting to intelligence as a service. And there's three ways uh, that this will really come about. One is our relationship with our customers is evolving from providing technology solutions. You mentioned this in your opening to being fully integrated as a business partner. That's the first one. Second one, we're helping to shape how our customers run their business from processes to resources to the experience they delivered to their end customer. That's number two and number three, it's really about uh measuring our success. Everything we do is about our customers achieving their business targets and their outcomes. And that's why we believe intelligence as a service is the future of services. >>And this is where technology plays such an important role in the services component of that as they set up front is the linchpin. There's an inverse relationship over the course of my career between the customer experience and the technical complexity. The simpler it gets for customers, the more complex it gets at the back end, and you've got to hide that complexity and that's a big part of where technology and services comes in. We're seeing the explosion of data as you said, and and the explosion of processing power is very exciting times, Alex and Doug. Thanks so much for coming to the Cuban, sharing the update on Dell Tech services in the future. I really appreciate your time. >>Thank you. Thank you for having us. >>All right, and thank you for watching everybody's day volonte for the Cube and our ongoing coverage of Dell Technologies World 2021. The virtual edition will be right back.
SUMMARY :
And increasingly the edge and technology services are looked upon by customers to provide Well thank you. organization that you lied. the core to the cloud. Yeah, I have the great opportunity to drive strategy, operations and technology. a real shift to work from home technologies and you guys, you know all about, healthcare and all of the things you know recently I just talked to a doctor And and doug I mean the Consumer Ization of I. T. Has been going on for the better part of of Dell along with services to deliver apex, you know, experience that the customers have with us across the entire product set of Dell. you know, the product is aligning with the customer service experience and they're coming together is the product, as you said, they're really coming together and there are a number of things we're doing to drive that A lot of it's gonna stay at the edge of a lot of it's gonna come back to the cloud. And over the next 5 to 10 years we predict that all for customers, the more complex it gets at the back end, and you've got to hide that Thank you for having us. All right, and thank you for watching everybody's day volonte for the Cube and our ongoing coverage of Dell
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Doug | PERSON | 0.99+ |
Doug Schmitt | PERSON | 0.99+ |
David | PERSON | 0.99+ |
Alex Barreto | PERSON | 0.99+ |
Doug Schmidt | PERSON | 0.99+ |
Kevin Brown | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Alex Barretto | PERSON | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
Forrester | ORGANIZATION | 0.99+ |
30% | QUANTITY | 0.99+ |
Alex | PERSON | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
2025 | DATE | 0.99+ |
Dell Technology Services | ORGANIZATION | 0.99+ |
54 languages | QUANTITY | 0.99+ |
50% | QUANTITY | 0.99+ |
hundreds | QUANTITY | 0.99+ |
Dell Technologies and Services | ORGANIZATION | 0.99+ |
Gartner | ORGANIZATION | 0.99+ |
56% | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
81 | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
One | QUANTITY | 0.99+ |
two items | QUANTITY | 0.99+ |
two things | QUANTITY | 0.99+ |
first | QUANTITY | 0.98+ |
third | QUANTITY | 0.98+ |
second thing | QUANTITY | 0.98+ |
apex | ORGANIZATION | 0.98+ |
both | QUANTITY | 0.98+ |
three ways | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
over 60,000 service professionals | QUANTITY | 0.98+ |
earth | LOCATION | 0.98+ |
Del | ORGANIZATION | 0.97+ |
second | QUANTITY | 0.97+ |
over 170 countries | QUANTITY | 0.96+ |
first one | QUANTITY | 0.96+ |
three day | QUANTITY | 0.96+ |
Dell Technologies World 2021 | EVENT | 0.95+ |
Apex | ORGANIZATION | 0.95+ |
five G | ORGANIZATION | 0.94+ |
apex | TITLE | 0.93+ |
this year | DATE | 0.93+ |
Apex | TITLE | 0.93+ |
175 0 bytes | QUANTITY | 0.91+ |
I. T. | ORGANIZATION | 0.9+ |
Capex | ORGANIZATION | 0.9+ |
Iraqi | OTHER | 0.89+ |
second area | QUANTITY | 0.89+ |
Dell Technologies World 2021 | EVENT | 0.88+ |
five G. | ORGANIZATION | 0.88+ |
Five G | ORGANIZATION | 0.88+ |
5 | QUANTITY | 0.86+ |
past year | DATE | 0.85+ |
doug | PERSON | 0.85+ |
Second one | QUANTITY | 0.85+ |
10 years | QUANTITY | 0.81+ |
D. C. | LOCATION | 0.81+ |
G. | ORGANIZATION | 0.79+ |
past 12 months | DATE | 0.77+ |
edge apex | COMMERCIAL_ITEM | 0.72+ |
couple | QUANTITY | 0.69+ |
billions of in | QUANTITY | 0.69+ |
Apex Cloud | TITLE | 0.65+ |
three distinct focus | QUANTITY | 0.65+ |
two of them | QUANTITY | 0.64+ |
Cube | COMMERCIAL_ITEM | 0.62+ |
Edge | ORGANIZATION | 0.59+ |
Cuban | LOCATION | 0.56+ |
Aaron Chaisson, Dell Technologies | Dell Technologies World 2021
>>Welcome back everyone to Dell Technologies World 2021 the virtual version. You're watching the cubes continuing coverage of the event and we're gonna talk about the Edge, the transformation of telco in the future of our expanding tech universe. With me is Aaron Jason, who's the vice president? Edge and Telkom marketing at Dell Technologies erin great to see you. I love this topic. >>Absolutely. It's it's pretty popular these days. I'm glad to be here with you. Thanks. >>It is popular, you know, cloud was kind of the shiny new toy last decade and it's still growing at double digits but it's kind of mainstream and now the Edge is all the rage. What's the best way to think about? What is the Edge? How do you define that? >>Yeah, you know, that's probably one of the most common questions I get is we start really doubling down on what we're doing it in the Edge world today. Um you know, I tried to basically not overcomplicated too much, you know, last year we really tried to to talk about it as being where you're the physical world, in the virtual world, connect. Um but you know, really it's more about what customers are looking to do with that technology. And so what we're really thinking about it today is the edges really where customers data is being used near point of generation to really define and build the essential value for that customer and that essential value is gonna be different in each vertical in each industry. Right? So in manufacturing, that essential value is created in the factory and retail, it's going to be, you know, at point of sale, whether that's in a store or on your device, in a virtual interaction, um in health care, it's going to be the point of care, Right? So it's gonna be the ambulance or the emergency room or the radiology lab. and of course in farming that essential values created in the field itself. So um, you know, for for many customers, it's really trying to figure out, you know, how do they take technology closer to the point of that value creation to be able to drive new new capabilities for the business, whether it's for what they're trying to accomplish or what they're trying to do in helping their customers. So really that's how we're thinking about the edge today. It's where that value generation occurs for a company. And how do we take technology to that point of generation to deliver value for them? >>Yeah, I like that. I mean to me the edge, I know what it's not, I know the edges, not a mega data center, but but everything else could be the edge. I mean, it's it's to me it's the place that's the most logical, the most logical place to process the data. So as you say, it could be a factory, it could be a hospital, it could be a retail store, it could be, could be a race track, it could be a farm, I mean virtually anything. So the edges, it's always been here, but it's changing. I mean most of the edge data has historically been analog. Everything now is getting instrumented. What are the factors that you think will make this, this industry's vision of the edge real in your opinion? >>Yeah. You know, it's it's really bringing together a handful of technologies that have really started to mature after over the last decade or so. Um the ones that have been around for a little bit, things like IOT have been emerging in the last several years. Um even Ai and machine learning many of those algorithms have been around for decades, but we've only recently been able to bring the compute power required to do that in edge environments in the last decade or so. Um it's so really the two key sort of killer technologies that have matured in the last couple of years is really the mic realization of computing. So being able to put compute almost anywhere on the planet and then the emergence of five G networking, giving us the ability to provide very high performance, low latency and high bandwidth environments to connect all those things together and get the data to those analytics environments. From that computer perspective. I mean, I still like to talk about moore's law as an example of that that ever marched that's been going on for, you know, half a century or more now is continuing to push forward um at a rate that is that that that that just really hasn't slowed down for the most part, you know, the example that I use with people, as, you know, you know, I still remember when I got my first calculator watch as a kid, you know, that Casio calculator watch that so many of us had, And my dad told me the story when he gave it to me, he's like, Hey, look, this has the same amount of compute power as the landing module on the moon, and I didn't know it at the time, but that was my first sort of entry and education around what Moore's law provided. And it's not so much speed. I mean, people think about that as it doubles in speed every 18 months, but it's really more about the density of compute that happens that moore's law drought, pushes along, so I can now squish more and more compute power into a smudge smaller location and I can now take that performance out to the edge in a way that I haven't been able to do before. I mean I think about my history, I joined E M C, that was acquired by Dell Technologies a couple years back. I joined that back in the late nineties when the biggest baddest storage array on the planet was one whole terabyte in size. And now I can fit that in the palm of my hand. In fact, when I walk around, you know, when I used to walk around with my, with my back, my laptop and go into offices, um you know, if I had my laptop and my tablet and my my my smartwatch, I had 12 to 16 cores on me and a couple of terabytes of capacity all connected with the equivalent of tens of T ones. Right? So what was once a small or or a mid sized data center just in the last decade or so? We now all walk around a small data centers and the power that that compute now brings to the edge allows us to take analytics that was really once done in data centers. I may have captured it at the edge, but I had to move it into a data lake. I had to stage it and analyze it. It was more of a historical way of looking at data. Now I can put compute right next to the point of data generation and give insight instantaneously as data is being generated. And that's opening up whole new ways that industries can drive new value for them and for their customers. And that's really what's exciting about it is this combination of these technologies that are all sort of maturing and coming together at the same time. Um, and there's just so much doing, it happened that space and devils really, really excited to be part of bringing that into these environments for our customers. >>I'm gonna give you a stat that a lot of people, I don't, I don't think realize, uh, you talked about moore's law and you're absolutely right. It's really, you know, technically moore's law is about the density, right? But the outcome of being able to do that is performance. And if you do the math, you know, moore's law doubling performance every two years, roughly, The math on that is that means 44 improvement per year in performance. Everybody talks about how moore's laws is dead. It's not, it's just changing. Here's the, here's the stat. If you take a system on a chip, take like for instance apples a 14 and go back five years from 2015 to 2021. If you add up the performance of the CPU the combinatorial factors of the CPU gpu and in the N. P. U. The neural processing unit, just those three, The growth rate has been 118 a year vs 44%. So it's actually accelerating and that doesn't include the accelerators and the DSPS and all the other alternative processors. So, and to your point and by the way that a 14 shipping cost Apple 50 bucks. So and and that fits in the palm of your hand to the point that you were just making So imagine that processing power at the edge most of of of of of ai today is modeling, let's say in the cloud, the vast majority is going to be a i influencing at the edge. So you are right on on that point. >>Yeah, there's no question about it. So, to your point, I mean, moore's law is just of course CPU itself. All right. And it comes out to roughly, on average, it's about 10 x every five years. 100 X every 10 years, 1000 X every 15 years. I mean, it's incredible how much power you can put in a small footprint today. And then if you factor in the accelerators and everything else um, it's actually if anything that innovation is going faster and faster and to your point, um you know, the while the modeling is still going to typically happen in data centers as you pull together lots of different data sets to be able to analyze and create new models. But those models are getting pushed right out to the edge on these compute devices literally feet away at times from the point of data generation to be able to give us really real time analytics and influencing. The other cool thing about this too is you know we're going from sort of more looking backwards and making business analytics based on what has already happened in the past to being able to do that in the very near past. And of course now with modern analytics and models that are being created for ai we're able to do more predictive analytics so we can actually identify errors, identify challenges before they even occur based on pattern matching that they're saying. Um So it's really opening up new doors and new areas that we've never been able to see before that's really all powered by by these capabilities. >>It's insane the amount of data that is coming. We think data is overwhelming today. You ain't seen nothing yet. Um Now erin you cover the edge and the telecom business up. I was beside it when I when I when I found that out because the telecom businesses is ripe for transformation. Um So what do you how is Dell thinking about that? Why are you sort of putting those together? What are the synergies that you see in in the commonalities in those 22 sectors? >>Yeah. I mean at the end of the day it's really all about serving the enterprise customers in the in the organizations of all kinds um that the industry is trying to bring these edge technologies too and that's no different with the telecommunications industry. Right? So you know when when the when the four G world changed about 10 years ago um you know the telecom industry was able to bring the plumbing the network piping out to all the endpoints but they really didn't capture the over the top revenue opportunities that Four G technologies opened up right. That really went to the hyper scholars. It went to you know, a lot of the companies that we all know and love like uh you know, Uber and Airbnb and netflix and others um and that really when the four Gr that was really more about opening up consumer opportunities as we move to five G. And as we move these ultra low latency and high bandwidth capabilities out to the enterprise edge, it's really the B two B opportunities that are opening up and so on the telecom side we're partnering with the telecommunication companies to modernize their network, enroll five G. L. Quickly. But one of the more important things is that we're partnering with them to be able to build services over the top of that that they can then sell into their customer base and their business customer base. So whether that's mech, whether that's private mobility, um delivering data services over the top of those networks, there's a tremendous opportunity for the telecoms to be able to go and capture um Ed revenue opportunities and we're here to help them to partner with them to be able to do that. Now if you put yourself in the shoes of the customer, the enterprise business, a manufacturer or retail, who's looking to be able to leverage these technologies, there's a variety of ways in which they're going to be able to to to consume these technologies. In some cases they'll be getting it direct from vendors direct from Dell Technologies and others. They might be using solutions integrators to be able to combine these technologies together for a particular solution. They may get some of those technologies from their telecom provider and even others, they might get it from the cloud provider. So um Dell wants to make sure that we're being able to help our customers across a variety of ways in which they want to consume those technologies and we have to businesses focused on that. We've got one business focused on edge solutions where we partner with oT vendors closely as well as cloud providers to be able to provide a technology and infrastructure based on which we can consolidate edge workloads To be able to allow customers that want to be able to run those um those services on prem and by those from a direct vendor. Um there's other customers that want to get those through the telecoms. And so we work closely with the telecommunication providers to provide them that modern cloud native disaggregated network that they're looking to build to support 5G. And then help them build those services on the top that they can sell either way whether the customer wants to get that from a vendor like Dell or from a service provider like like uh like an A T and T and Verizon or others. Um Dell looks to partner with them and be a way to provide that underlying infrastructure that connects all of that together for them. >>Well, I mean the beauty of the telco networks is their hardened. But the problem for the telco networks is they're they're hardened and so you've got the over over the top vendors bow guarding their network. The cost per bit is coming down, data is going through the roof and the telcos can't, they can't participate in that over the top and get to those subscribers. But with Five G. And the technologies that you're talking about bringing to the telecoms world, they're they're gonna transform and many are going to start competing directly and this is just a whole new world out there. I wonder Aaron if you could talk about um what you're specifically talking about at Del Tech World this year as it relates to Edge. >>Sure. So the both of the businesses hedge in telecom have a couple announcements this year. This this year, Deltek World, um starting with Edge um as you may recall back in uh in in the fall of last year when we had our last technologies world, we announced our intent to launch an edge business. Um so that that was formulated and stood up over the last couple of months and and we're really focusing on a couple of different areas. How do we look at our overall Dell technologies portfolio and be able to bring particular products and solutions that exist already and be able to apply those uh to edge use cases. We're looking at building a platform which would allow us to be able to consolidate a variety of workloads. And of course we're working on partnerships specifically in the ot space to be able to vertical eyes these offers to help particular uh particular industries. Right now we're focusing on manufacturing and retail but we'll expand that over time. So at Del Tech World this year we're launching our first set of of solutions family which is going to be the Dell Technologies manufacturing edge solutions, the first one that's gonna be launching as a reference architecture with PTC um thing works on top of what we're also proud to be announcing this week, which is our apex private cloud offering. So this is the first example of of of a partnership with an O. T. Provider on top of apex private cloud so that we can bring in as a service platform offering to the Enterprise edge uh for manufacturers. And combined with one of the industry's leading oT software vendors of thing works. So that's one of the solutions were doing um we're also looking to launch a product which is we're taking our existing um streaming data platform from our unified storage team and taking that, which was once running in the data center out to edge these cases as well. And that allows us to be able to capture click stream data in manufacturing and other environments, buffer and cash that in a in an appliance and then be able to move that off to a data like for longer term analytics. While it's in that buffered state though we open provide a P. I. S. So that you can actually do real time influencing against those click stream data as it's flowing through the appliance on its way to the data lake for longer term analytics. So those are two key areas that we're gonna be focusing on from an edge perspective on the telecom side. Um we're really this is going to be a big year from us as we move towards creating a common end end five G platform from quarter Iran and then also start focusing on partnerships and ecosystems on top of that platform. Uh last week at Red hat summit we actually announced a reference architecture for red hat. Open shift on top of Dell technologies infrastructure servers and networking. And here at Dell technologies world. This week we're announcing a reference architecture with VM ware. So running VM ware telecom cloud platform. Also on top of Dell technologies. Power edge servers and power such as um so this allows us to create that foundation that open cloud native. These are container and virtual layers on top of our hard work to give that that cloud native disaggregated uh, network claim to be able to now run and build core edge and ran solutions on top of and you'll be hearing more about what we're doing in this space in the coming months. >>Nice. That's great. The open ran stuff is really exciting now, last question. So mobile world Congress, the biggest telco show is coming up in late june Yeah, still on. According to the G S M, a lot of people have tapped out um, and but the cube is planning to be there with a hybrid presence, both virtual and physical. We'll see um I wonder if there's anything you want to talk about just in terms of what's happening in telco telco transformation, you guys got any get any events coming up, what can you tell us? >>Yeah, so we took a close look at mobile world congress and and uh this has been a challenging year for everybody. Um you know, Dell as well as many other vendors made the decision this year that we would actually not participate, but we look forward to participating uh with full gusto next year when it's back in a physical environment. Um So what we've decided to do is we are going to be having our own virtual launch event on june 9th. Um And in that event, the theme of that is going to be the modern ecosystem in the neighboring leveraging the power of open. Um So we'll be talking a little bit more about what we're doing from that open cloud, native network infrastructure and then also talk a little bit more about what Dell technologies looking to do to bring a broad ecosystem of technology vendors together and deliver that ecosystem platform for the telecom industry. So registration actually opens this week at Dell Technologies World. So if you go to Dell technologies dot com can register for the event. Um we're really excited to be talking to the telecom providers and also other hardware and software vendors that are in that space to see how we can work together to really drive this next generation of five G. >>That's awesome. I'll be looking for that and and look forward to collaborating with you on that, bringing your thought leadership and the cube community we would really love to to partner on that. Aaron, thanks so much for coming to the cube. Really exciting area and best of luck to you. >>Right. Thank you. I appreciate the time. >>All right. And thank you for watching everybody says Dave Volonte for the Cubes, continuous coverage of Del Tech World 2021. The virtual version will be right back right after this short break.
SUMMARY :
of telco in the future of our expanding tech universe. I'm glad to be here with you. but it's kind of mainstream and now the Edge is all the rage. it's going to be, you know, at point of sale, whether that's in a store or on your device, I mean most of the edge data has I may have captured it at the edge, but I had to move it into a data lake. So and and that fits in the palm of your hand to the point that you were just making So imagine do that in the very near past. What are the synergies that you see in in the commonalities But one of the more important things is that we're partnering with them to be able to build that over the top and get to those subscribers. While it's in that buffered state though we open provide a P. I. S. So that you can actually and but the cube is planning to be there with a hybrid presence, both virtual and physical. Um And in that event, the theme of that is going to be the modern ecosystem in I'll be looking for that and and look forward to collaborating with you on that, I appreciate the time. And thank you for watching everybody says Dave Volonte for the Cubes, continuous coverage of Del Tech World 2021.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
12 | QUANTITY | 0.99+ |
Aaron Chaisson | PERSON | 0.99+ |
Verizon | ORGANIZATION | 0.99+ |
100 | QUANTITY | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
Aaron | PERSON | 0.99+ |
1000 | QUANTITY | 0.99+ |
Dave Volonte | PERSON | 0.99+ |
2015 | DATE | 0.99+ |
Telkom | ORGANIZATION | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
last year | DATE | 0.99+ |
44% | QUANTITY | 0.99+ |
Uber | ORGANIZATION | 0.99+ |
2021 | DATE | 0.99+ |
Aaron Jason | PERSON | 0.99+ |
netflix | ORGANIZATION | 0.99+ |
Airbnb | ORGANIZATION | 0.99+ |
june 9th | DATE | 0.99+ |
Casio | ORGANIZATION | 0.99+ |
50 bucks | QUANTITY | 0.99+ |
Deltek World | ORGANIZATION | 0.99+ |
next year | DATE | 0.99+ |
This week | DATE | 0.99+ |
last week | DATE | 0.99+ |
16 cores | QUANTITY | 0.99+ |
this year | DATE | 0.99+ |
five years | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
each industry | QUANTITY | 0.98+ |
22 sectors | QUANTITY | 0.98+ |
Moore | PERSON | 0.98+ |
today | DATE | 0.98+ |
telco | ORGANIZATION | 0.98+ |
Apple | ORGANIZATION | 0.98+ |
Edge | ORGANIZATION | 0.98+ |
both | QUANTITY | 0.98+ |
late nineties | DATE | 0.98+ |
this week | DATE | 0.97+ |
late june | DATE | 0.97+ |
A T | ORGANIZATION | 0.97+ |
last decade | DATE | 0.97+ |
Del Tech World 2021 | EVENT | 0.96+ |
half a century | QUANTITY | 0.96+ |
three | QUANTITY | 0.96+ |
first calculator | QUANTITY | 0.95+ |
each vertical | QUANTITY | 0.95+ |
14 shipping | QUANTITY | 0.95+ |
Dell Technologies World 2021 | EVENT | 0.95+ |
apples | ORGANIZATION | 0.94+ |
first set | QUANTITY | 0.94+ |
118 a year | QUANTITY | 0.93+ |
two key areas | QUANTITY | 0.93+ |
first one | QUANTITY | 0.93+ |
44 improvement | QUANTITY | 0.93+ |
two key | QUANTITY | 0.92+ |
one whole terabyte | QUANTITY | 0.92+ |
Five G. | ORGANIZATION | 0.92+ |
four Gr | ORGANIZATION | 0.92+ |
Red hat summit | EVENT | 0.92+ |
Del Tech World | ORGANIZATION | 0.91+ |
every five years | QUANTITY | 0.91+ |
E M C | ORGANIZATION | 0.91+ |
G | ORGANIZATION | 0.9+ |
every 10 years | QUANTITY | 0.88+ |
Dennis Hoffman, Dell Technologies | Dell Technologies World 2021
>>Okay, welcome back to the cubes coverage of Del tech world. I'm john for your host of the cube we're here for virtual coverage were not yet face to face as we start to come out of covert, we're still doing the remote but we got the cube virtual. We're here with Dennis Hoffman, senior Vice President, General Manager for the telecom Systems business group within Dell Technologies dead. It's great to see you. Thanks for coming in CUba alumni. Thanks for coming on. >>My pleasure, john great to see you and look forward to the days when we can stop doing this virtually. >>Well, you guys have been certainly pumping out a lot of content and right now telco cloud telco disruption is big. We heard Michael Dell last event and even when we were in person in real life, we he was really laying down the five G leadership now with hybrid cloud, um, standardized, pretty much I mean, consensus is no, no debate really. It's hybrid multi cloud on the horizon. That's still just a subsystem of basically distributed computing A. K. A hybrid cloud makes the edge a huge part of the story this year. And the innovations all around telecom, Edge in five G have been around and they're changing really fast. What's how are these Edge in five G technologies impacting the market today? >>Yeah, it's uh is fascinating times, I'll tell you they are providing really the ultimate carrots, you know, the catalyst for um innovation in the market and really driving the world's network operators To uh want to take advantage of all the opportunity that the edge presents and that 5G enables. And it's, you know, at the end of the day, it's really forcing folks to think hard about if they have the right network architectures to enable that to capture that opportunity to have the right kind of capabilities. And so we're seeing an awful lot of interest in network desegregation, network modernization, various forms of adopting the technology is you and I are familiar with from years of what's going on in data center evolution are really starting to hit the telco network now at a really, really interesting time >>while we're on the landscape. Do you want to get your opinion on something? I've been hearing a lot, certainly in interviewing other folks here at Dell tech world and in the industry about how the edge and the data compute equation and the connectivity has changed how they're going to lay out essentially their factory, their plants, their operations and certainly covid pushing everyone at home has changed the game on how data is being computed on and how apps are being built. This is a huge five G opportunity certainly when you start to get into the business impact, autonomous vehicles, I've been doing stories about autonomous boats and everything we could have an autonomous cube soon. So, you know, everything is autonomous which drives to this whole edge piece, What's your take on that? >>Yeah, you know, it's, it's funny for years we've been talking about on prem and off prem, like there's two problems there turns out there's a third Prem, right? There is the other premises and that is not the private data center and not the public cloud. And when you stop and think about it, it it makes sense because at the end of the day, wherever we can get data, we can create digital advantage and it's always been cheaper and more effective and faster to move compute to data than to move data to compute. So technology is like 5G are beginning to make it possible to run very interesting applications in very different places and capture what is predicted to be some 3/4 of the data created over the next decade is going to get created somewhere other than a private data center or a public cloud. And that's the edge, you know, in telcos, look at that third premises as their opportunity to get another bite of the apple on services. Four G was kind of a story of the over the top. Players really took the profit pool and made a lot of money from the over to the netflix is to the itunes and so on and so forth. But when you come back to Five G and think of it kind of as the Enterprise G, it's a chance now for the world's network operators to really get a chunk of that profit pool that comes from the emergence of this third premises called the edge >>Enterprise G. I love that, I'm gonna steal that from you. It's a great, great uh >>somebody else >>uh Yeah, the new trend, but it's a business, it's a business opportunity again, totally cool. And consumers to um okay, so you got your out on the road a lot. I know that we've talked in the past on the cube. There's a lot of discussions in the industry, as well as customers that you're having. What are you hearing? What are the some of the pain points are, see Covid has unveiled unveiled new use cases, people had had adapted to it. There's adaptations that are out there that are new and then things that might not happen again. What are you hearing from customers? >>Yeah, I would say in summary, we're hearing a mix of optimism and uncertainty, optimism around all the stuff we just talked about and that you mentioned, you know, it's it's a blank from anywhere. World right work from anywhere, learn from anywhere. Medicine from anywhere. And you know, if the pandemic has taught us anything, it's about the absolute necessity of communications technology to the world we live in today. The uncertainty comes from this question of, okay, so I know that there's this big opportunity and I know that I need to modernize my network architecture and kind of change the way I operate to capture it all. But the architecture is I run on today, make that really hard. And the architecture is that that the modern data center is built on, We know they work. But how do I get them in a way that allows me to build a resilient, high performance agile communications network. Um, you know, today we uh we face a world in which we see, we have a world in which solutions are delivered very fairly monolithically in the network uh for network operators but going forward, the power to potentially decompose all of that is wonderful provided it can be recomposed in a way they can consume. And I think that's where the uncertainty lies. There's a lot of testing and trialing of pieces of applications of underlying hardware, infrastructure, servers, accelerators, um certainly different types of virtualization and container ization technologies. But in the end these networks need to run it many many many nines um and they need to be extremely robust and pulling together a lot of different components from the open ecosystem is a daunting challenge for most of the network operators. >>You know, I hear you saying about the opportunity recognition and the re factoring how we called re composing this opportunity here and again. I like this enterprise G angle because what it means is that it's not the consumer the only it's it's everything. It's a complete consumer ization of I. T. So it's a whole another edge landscape. Prem third, the third premise is the edge. All good. I've always so set on the cube and certainly Dave and I have David and I have riffed on this is that you know, everything is now cloud operations and the data center is a big edge and then you've got other pieces that are just edges. A distributed system kind of sounds like a computer in the cloud. So this is kind of operating model. So I have to ask the question which is in telco, if it's gonna be distributed like that and it's going to be operated at scale, how is Dell responding to capture the mind share and customers using Dell in this new telco disruption? Because it's kind of you got to keep the lights on and you gotta also get them in a position to take advantage of the new opportunity. How are you responding? >>Yeah, Well, we're trying to we're literally trying to fill that gap, you know, the talking to the world's uh modern or say the world's telecom network operations leaders. We've uh we've had a lot of conversations with folks about what they need to do and what's holding them back from really in many ways taking advantage of the digital transformation that that's kind of rippling through the economy. And as they kind of laid that out to us, we decided that it was an enormous opportunity for Dell that this this uh you know, this new network will be fundamentally built on computer technology uh and it will be open industry standard computer technology. And on top of that we will use virtualization. And if this begins to sound like the way data centers are being built, because that's exactly what's happening. But more than that, I think there's a need for an at scale substantial provider that the world's biggest carriers can bet on and feel they can trust as a strategic partner to not only pull the ecosystem together, validated, certified, curated a little bit uh, and deliver it as an outcome, but then stand behind it running and importantly, do all of that in a way that doesn't constrain the continuous innovation. That's really the hallmark of some of these modern architecture. So for us, we see, you know, an opportunity that is literally perfectly built for a company like dealt and that's why we decided to invest in it. That's why you hear Michael talking about it a lot. Uh it's um, you know, it's it's really super well aligned with our strategy, we think it's actually key to winning the edge. Uh and and it's also really well aligned with our purpose, you know what this company exists to accelerate human progress through technology. And this little slice of it is all about accelerating communications and the transformation of modern networks to do exactly that right, To help close the digital divide, to bring fair and equitable medicine and learning to all, um and to allow us all to work from wherever we're working. So it's uh it's something that we're excited about on multiple levels and we think the company is really built for the distributed computing environment that a modern telco network represents. >>Yeah, what's interesting is that the value that you guys can enable at the edge, his real impact, It's not just data center and compute and have applications. Remember the old days I got my crm in my E. R. P and I got my apps on my systems and it's all good now. Business is completely software enables, it's the entire business and the business is software naval, which means that you have to have that edge. So I totally love of the positioning and strategy. I have to ask you if you don't mind, where is the residents with customers when you look at the telco enablement there that you're enabling them to do what's resonating the most, what's jumping out from the telescopes in terms of what Dell's doing for them And the customers, you mentioned tele medicine, which by the way, is an amazing impact to the world. Just one example. But where's the residence? >>Yeah. You know, first we we are what we are. Right. So it's, I think with a lot of conversations, it begins with, um, the telecommunications network needs server technology, but it needs very specific kinds of server technology built in very specific ways. Um, the, you know, the needs of compute at the base of a cell tower on a hill in Montana in the middle of winter are different than we've been building for data centers for years. So I think the first thing that resonates it, I need it, I need a very specific kind of open compute, uh, infrastructure hardware foundation that is industry standard. And, and we turn to somebody like Delta do do exactly that. But what we've learned is there's so much more than that because really we need to begin to deliver outcomes on top of that foundation. Uh, First outcome, we need to deliver his modern operations and maintenance of a distributed network. Zero touch provisioning, zero touch upgrading. How can we impact the total cost of maintenance and ownership in a meaningful way, um, for a network that is in fact constructed out of a fabric of server. On top of that there's the actual network core network services, Edge, the radio access network. And how do we successively open up each section of the network, driving computing storage all the way to the edge? Because for many organizations in the world, many enterprises, their edge will actually be on the telco premises. Right. The telco edge will be their edge. Some of the bigger companies certainly can build their own. But as you get in the world of medium and small business, the person they buy their circuits from and their communications from. If they have the ability to deliver them private slices of networks and virtual compute and storage, that's going to be how they get after it. So you know for us that next piece that resonates is the ability to pull together solutions like we've been doing for years with the ex rail hyper converged the stuff we did with the C. E. Back in the day and then last >>I'm just saying that you know you're bringing up things that kind of sound. It's super complex physical plant and equipment. You're talking about real hard and purpose built devices in the past very operational technology oriented stuff and then that has to have I. T. Agility right? And then have scalability behind it and complete you know integration this is not obvious and easy. It's hard. >>Yeah. No I mean software doesn't run on software right? Software runs on hardware and so as much as a lot of the power and the interest comes from what the application can do underlying it all is a capability to distribute, compute and storage to where the application or the software wants to run or runs best. That's what's really cool about five G is its ability to do the stuff you mentioned earlier on, you know, the, the G Wiz stuff, drones and autonomous and a AR and VR and all the things that ultra reliable, low latency communication would make possible on a grand scale that really bring the machines into the picture, not just humans on the edge. It's the stuff, right? That that's on the edge and we've been talking about it for a long time, but none of it's gonna matter if we don't put this infrastructure foundation in place. Then we got to lay an open marketplace of containerized network functions. Virtualized network functions on top of that all to enable our network operators to deliver interesting services to end users. It's >>super exciting. I got to say that it's a super exciting because you know, it's coming it's like the energies there, it's like the, you know, the storm's coming of disruption in the innovation because you think about what containers and cloud native kubernetes the cloud native technologies can do for legacy because its shelf life and more headroom, right? So you can you can win these telcos can actually not only pivot but line extension into new capabilities. So they tend to be very strong technically is an operator, operator networks, the hard tech stuff, physical stuff and software but not known for it. I mean but now there's a huge opportunity that's gonna come around the corner. I'm bullish on Iot and edge where you have the O. T. And I. T. Coming together. It's really compelling And it's going to be radically different I think in the next 5 to 10 years what's your take on that in terms of outlook? >>Couldn't agree more. Yeah I mean it's you know it's for those of us are in the industry always the knowledge of what's coming or the belief in what's coming. The hype precedes the actual development. But you know just as I don't know 15 20 years ago the idea that you can completely disrupt the taxi industry with an app and a four G smartphone service was in nobody's mind except maybe a couple of people. You >>know it >>makes you wonder what is the what is the uber equivalent of a business service that will be fundamentally enabled by the architecture we just described that we're not thinking about right now and that's why every time we move from a centralized computing model to a decentralized computing models that decentralized computing models dramatically larger than a centralized, >>way >>bigger than mainframe. Edge, way bigger than client server, which is already way bigger than cloud, Public. Cloud. And so I think it's, you know, there's a, there's a lot of promise, a lot of excitement. Still a long way to go though. A lot of the stuff we're talking about still is not actually rolled out into the network. Um and that's kind of the opportunity for somebody like them. >>Yeah. And decentralized and open winds. It's funny you mentioned high, we were talking David was just talking with Michael Dell and Pat Gelsinger in 2013. We're talking hybrid cloud, that's 78 years ago. Okay, so good stuff. Let's get into the news real quick. Um Deltek World, you've got some news coming. Uh Let's dig into it. Please share some of the outlook of the news. You're gonna be you're you're announcing here? >>Yeah, thanks. Sure, john, I mean, we're gonna be announcing two things relative to the telecom portfolio. Uh and they're both reference architectures with VM ware. One is the second edition of the telco cloud platform for five G. Um, so that's a Delvian where reference architecture, that is exactly what we just talked about. It's this open software defined on industry standard hardware platform, um for running 5G applications. And then the other one is the first version of the telco cloud platform for the radio access network, TCP ran as we would call it. Um and as we start to push this technology from the core out towards the edge of the telecom network. So to really interesting developments in in deep partnership with VM ware and stuff, we've been working on for a while stuff, we are in fact working on with customers and delivering today and we'll be making formal announcements about those at the D T W show. >>Awesome. Dennis, thanks for coming on the Cuban, sharing the update and thanks for the industry insight. Uh, I love the telco shift that's going on. It's an extension of existing, I think cloud native saves the day here with telco and allows the completely different landscape to evolve. So you guys were on top of it. Thanks for sharing S VP and general manager, the telecom systems business with Dell Dennis. Hoffman. Thanks for coming on. >>Thanks john Okay >>cube coverage here. Del Tech world. I'm john for a year. Thanks for watching. Yeah.
SUMMARY :
It's great to see you. of the story this year. the ultimate carrots, you know, the catalyst for um innovation compute equation and the connectivity has changed how they're going to lay out essentially made a lot of money from the over to the netflix is to the itunes and so on and so forth. It's a great, great uh There's a lot of discussions in the industry, as well as customers that you're having. optimism around all the stuff we just talked about and that you mentioned, you know, it's it's a on the cube and certainly Dave and I have David and I have riffed on this is that you know, everything is now cloud So for us, we see, you know, an opportunity that is literally perfectly it's the entire business and the business is software naval, which means that you have to have that edge. of the network, driving computing storage all the way to the edge? And then have scalability behind it and complete you much as a lot of the power and the interest comes from what the application can do I got to say that it's a super exciting because you know, it's coming it's like the energies there, the idea that you can completely disrupt the taxi industry with an app and a four G smartphone service was A lot of the stuff we're talking about still is not actually rolled out into the network. of the news. One is the the telecom systems business with Dell Dennis. Thanks for watching.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dennis | PERSON | 0.99+ |
2013 | DATE | 0.99+ |
David | PERSON | 0.99+ |
Michael | PERSON | 0.99+ |
Dennis Hoffman | PERSON | 0.99+ |
Montana | LOCATION | 0.99+ |
Dave | PERSON | 0.99+ |
Delta | ORGANIZATION | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
Pat Gelsinger | PERSON | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
telco | ORGANIZATION | 0.99+ |
Michael Dell | PERSON | 0.99+ |
john | PERSON | 0.99+ |
two problems | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
first version | QUANTITY | 0.99+ |
itunes | TITLE | 0.98+ |
uber | ORGANIZATION | 0.98+ |
one example | QUANTITY | 0.98+ |
apple | ORGANIZATION | 0.98+ |
netflix | ORGANIZATION | 0.98+ |
this year | DATE | 0.97+ |
second edition | QUANTITY | 0.97+ |
One | QUANTITY | 0.97+ |
pandemic | EVENT | 0.97+ |
each section | QUANTITY | 0.97+ |
first | QUANTITY | 0.96+ |
two things | QUANTITY | 0.96+ |
third | QUANTITY | 0.96+ |
today | DATE | 0.96+ |
78 years ago | DATE | 0.95+ |
telcos | ORGANIZATION | 0.95+ |
first thing | QUANTITY | 0.94+ |
10 years | QUANTITY | 0.93+ |
15 20 years ago | DATE | 0.92+ |
Zero touch | QUANTITY | 0.92+ |
2021 | DATE | 0.92+ |
Delvian | OTHER | 0.91+ |
third premises | QUANTITY | 0.91+ |
third premise | QUANTITY | 0.91+ |
Del | ORGANIZATION | 0.9+ |
D T W | EVENT | 0.89+ |
next decade | DATE | 0.87+ |
Dennis. Hoffman | PERSON | 0.86+ |
Enterprise G. | TITLE | 0.83+ |
G Wiz | COMMERCIAL_ITEM | 0.83+ |
zero touch | QUANTITY | 0.82+ |
a year | QUANTITY | 0.81+ |
one | QUANTITY | 0.81+ |
edge | ORGANIZATION | 0.79+ |
Five G | ORGANIZATION | 0.79+ |
Iot | ORGANIZATION | 0.77+ |
5 | QUANTITY | 0.76+ |
3/4 of | QUANTITY | 0.74+ |
Enterprise G | TITLE | 0.73+ |
First outcome | QUANTITY | 0.73+ |
Four G | TITLE | 0.73+ |
telco edge | ORGANIZATION | 0.72+ |
years | QUANTITY | 0.72+ |
Dell Technologies World | ORGANIZATION | 0.69+ |
CUba | ORGANIZATION | 0.68+ |
nk cloud | ORGANIZATION | 0.62+ |
Cuban | LOCATION | 0.6+ |
Deltek World | ORGANIZATION | 0.58+ |
G | ORGANIZATION | 0.54+ |
Covid | PERSON | 0.5+ |
Prem | COMMERCIAL_ITEM | 0.48+ |
telco | TITLE | 0.46+ |
Edge | COMMERCIAL_ITEM | 0.44+ |
five | TITLE | 0.4+ |
Matt Hicks, Red Hat | Red Hat Summit 2021 Virtual Experience
>>mhm Yes. Hello and welcome back to the cubes coverage of red hat summit 2021 virtual. I'm john for your host of the cube and cube coverage here with matt Hicks. Executive vice president of products and technologies at red hat cuba lum I've been on many times, knows the engineering side now running all the process of technologies matt. Great to see you. Thanks for coming on remote. I wish we were in real real life in person. I RL but doing it remote again. Thanks for coming on. >>Hey, thanks thanks for having me today. >>Hey, so what a year you know, um, I was just talking to a friend and another interview with the red hat colleagues. Chef on your team in 2019 I interviewed Arvin at IBM right before he bought red hat and you smile on his face and he wasn't even ceo then um, he is such a big fan of cloud native and you guys have been the engine underneath the hood if you will of IBM this transformation huge push now and with Covid and now with the visibility of the post Covid, you're seeing cloud Native at scale with modern applications just highly accelerated across the board In almost every industry, every vertical. This is a very key trend. You guys at the, at the center of it always have been, we've been covering you for many years, interesting time and so now you guys are really got the, got the formula at red hat, take us through the key transit you see on this wave for enterprises and how is red hat taking that, taking that through? >>Yeah, no, absolutely. It has been, it's been a great ride actually. I remember a couple years ago standing on stage with Arvin prior to the acquisition. So it's been uh, it's been a world one but I think if we look at Really would emerge in 2020, we've seen three trends that we hope we're gonna carry through in 2021 just in a better and better year for that. That the first is open hybrid cloud is really how customers are looking to adapt to change. They have to use what they have um assets they have today. On premise, we're seeing a lot of public cloud adoption that blend of being hybrid is just, it is a reality for how customers are having to deliver a edge computing I think is another area I would say uh the trend is really not going to be a fad or a new, you know, great texture. Um the capabilities of computing at the edge, whether that is automotive vehicles, radio access network capabilities to five G. It's pretty astounding at this point. So I think we're gonna see a lot of pushing edge computing for computing, getting closer to users. Uh but then also the choice aspect we're seeing with Ceos, we often talk about technology is choice, but I think the model of how they want to consume technology has been another really strong trend in 2020. Uh We look at this really is being able to deliver a cloud managed services in addition to technology that ceos around themselves. But those, those will probably be the three that stand out to me at least in 2020 we've seen, >>so matt take us through in your minds and red hats, perspective the workloads that are going to be highlighted in this cloud native surge that's happening. We're seeing it everywhere. You mentioned edge industrial edge to consumer Edge to lightweight, edge, massive new workloads. So take us through how you see kind of the existing workloads evolving and potentially new workloads that emerging. >>Yeah. So I think um you know first when you talk about edge workloads a big umbrella but if you look at data driven workloads, especially in the machine learning artificial intelligence spectrum of that, that's really critical. And a reason that those workloads are important is five G. Aside for now when you're running something at the edge you have to also be able to make decisions pretty well at the edge. And that that is that's where your data is being generated and the ability to act on that closely. Whether that's executing machine learning models or being able to do more than that with A I. That's going to be a really really critical workload. Uh huh. Coupled to that, we will see I think five G. Change that because you're going to see more blending in terms of what can you draw back to uh closer to your data center to augment that. So five G will shift how that's built but data driven workloads are going to be huge then I think another area will see is how you propagate that data through environment. Some Kafka has been a really popular technology will actually be launching a service in relation to that. But being able to get that data at the edge and bring it back to locations where you might do more traditional processing, that's going to be another really key space. Um and then we'll still have to be honest, there is still a tremendous amount of work loads out there that just aren't going to get rebuilt. And So being able to figure out how can you make them a little more cloud native? You know, the things your companies have run on for the last 20 years, being able to step them closer to cloud native, I think it's going to be another critical focus because he can't just rewrite them all in one phase and you can't leave them there as well. So being able to bridge shadow B T to >>what's interesting if folks following red hat, No, no, you guys certainly at the tech chops you guys have great product engineering staff been doing this for a long time. I mean the common Lennox platform that even the new generation probably have to leave it load limits on the server anymore. You guys have been doing this hybrid environment in I T for I T Sloan for decades. Okay. In the open, so, you know, it's servers, virtualization, you know, private, public cloud infrastructures and it's been around, we've been covering it in depth as you know, but that's been, that's a history. But as you go from a common Lennox platform into things with kubernetes as new technologies and this new abstraction layers, new control plane concept comes to the table. This need for a fully open platform seems to be a hot trend this year. >>How do you >>describe that? Can you take a minute to explain what this is, this is all about this new abstraction, this new control plane or this open hybrid cloud as you're calling? What is this about? What does it mean? >>Yeah, no, I'll do a little journey that she talked about. Yeah. This has been our approach for almost a decade at this point. And it started, if you look at our approach with Lennox and this was before public clouds use migrants existed. We still with Lennox tried to span bare metal and virtualized environments and then eventually private and public cloud infrastructure as well. And our goal there was you want to be able to invest in something, um, and in our world that's something that's also open as in Lennox but be able to run it anywhere. That's expanded quite a bit. That was good for a class of applications that really got it started. That's expanded now to kubernetes, for example, kubernetes is taking that from single machines to cluster wide deployments and it's really giving you that secure, flexible, fast innovation backbone for cloud native computing. And the balance there is just not for cloud native, we've got to be able to run traditional emerging workloads and our goal is let those things run wherever rail can. So you're really, you're based on open technologies, you can run them wherever you have resources to run. And then I think the third part of this for us is uh, having that choice and ability to run anywhere but not being able to manage. It can lead to chaos or sprawl and so our investments in our management portfolio and this is from insights the redhead advanced cluster management to our cluster security capabilities or answerable. Our focus has been securing, managing and monitoring those environments so you can have a lot of them, you can run where you want, but she just sort of treat it as one thing. So you are our vision, how we've executed up to this point has really been centered around that. I think going forward where you'll see us um really try to focus is, you know, first you heard paul announced earlier that we're donating more than half a billion dollars to open. I would cloud research and part of this reason is uh running services. Cloud native services is changing. And that research element of open source is incredibly powerful. We want to make sure that's continuing but we're also going to evolve our portfolio to support this same drive a couple areas. I would call out, we're launching redhead open shift platform plus and I talked about that combination from rail to open shift to being able to manage it. We're really putting that in one package. So you have the advanced management. So if you have a huge suites of cloud native real estate there, you can manage that. And it also pushes security earlier into the application, build workflows. This is tied to some of our technology is bolstered by the stack rocks acquisition that we did. Being able to bring that in one product offering I think is really key to address security and management side. Uh we've also expanded Redhead insights beyond Rehl to include open shift and answerable and this is really targeted it. How do we make this easier? How do we let customers lean on our expertise? Not just for Lennox as a service, but expand that to all of the things you'll use in a hybrid cloud. And then of course we're going to keep pushing Lennox innovation, you'll see this with the latest version of red hat enterprise, like so we're gonna push barriers, lower barriers to entry. Uh But we're also going to be the innovation catalyst for new directions include things like edge computing. So hopefully that sort of helps in terms of where, where we started when it was just Lennox and then all the other pieces were bringing to the table and why and some new areas. Uh We're launching our investment going forward. >>Yeah, great, that's great overview. Thanks for taking the time to do that. I think one of the areas I that's jumping out at me is the uh, advanced cluster management work you guys are doing saw that with the security peace and also red hat insights I think is is another key one and you get to read that edge. But on the inside you mentioned at the top of this interview, data workloads pretty much being, I mean that pretty much everything, much more of an emphasis on data. Um, data in general but also, you know, serve abilities a hot area. You know, you guys run operating system so you know, in operating systems you need to have the data, understand what's being instrumented. You gotta know that you've got to have things instrument and now more than ever having the data is critical. So take us through your vision of insights and how that translates. Because he said mentions in answerable you're seeing a lot more innovations because Okay I got provisions everything that's great. Cloud and hybrid clouds. Good. Okay thumbs up everyone check the box and then all of a sudden day too As they call day two operations stuff starts to, you know, Get getting hairy, they start to break. Maybe some things are happening. So day two is essentially the ongoing operational stability of cloud native. You need insights, you need the data. If you don't have the data, you don't even know what's going on. You can't apply machine learning. It's kind of you if you don't get that flywheel going, you could be in trouble. Take me through your vision of data driven insights. >>Yeah. So I think it's it's two aspects. If you go to these traditional traditional sport models, we don't have a lot of insight until there's an issue and I'm always amazed by what our teams can understand fix, get customers through those and I think that's a lot of the success red hats had at the same note, we want to make that better where if you look at real as an example, if we fixed an issue for any customer on the planet of which we fix a lot in the support area, we can know whether you're going to hit that same issue or not in a lot of cases and so that linkage to be able to understand environments better. We can be very proactive of not just hey apply all the updates but without this one update, you risk a kernel panic, we know your environment, we see it, this is going to keep you out of that area. The second challenge with this is when things go do break or um are failing the ability to get that data. We want that to be the cleanest handshake possible. We don't want to. Those are always stressful times anyway for customers being able to get logs, get access so that our engineering knowledge, we can fix it. That's another key part. Uh when you extend this to environments like open shift things are changing faster than humans can respond in it. And so those traditional flows can really start to get strained or broken broken down with it. So when we have connected open shift clusters, our engineering teams can not only proactively monitor those because we know cooper net is really well. We understand operators really well. Uh we can get ahead of those issues and then use our support teams and capabilities to keep things from breaking. That's really our goals. Finding that balance where uh we're using our expertise in building the software to help customers stay stable instead of just being in a response mode when things break >>awesome. I think it's totally right on the money and data is critical in all this. I think the trust of having that partnership to know that this pattern recognition is gonna be applied from the environment and that's been hurting the cybersecurity market people. That's the biggest discussion I had with my friends and cyber is they don't share the data when they do, things are pretty obvious. Um, so that's good stuff there and then obviously notifications proactive before there's a cause or failure. Uh great stuff. This brings up a point that paul come here, said earlier, I want to get your reaction to this. He said every C. I. O. Is now a cloud operator. >>That's a pretty bold >>statement. I mean, that's simply means that it's all cloud all the time. You know? Again, we've been saying this on the queue for many years, cloud first, whatever people want to call it, >>what does that actually >>mean? Cloud operator, does that just mean everything's hybrid? Everything's multiple. Cloud. Take me through an unpacked what that actually means? >>Yeah. So I think for the C I O for a lot of times it was largely a technology choice. So that was sort of a choice available to them. And especially if you look at what public clouds have introduced, it's not just technology choice. You're not just picking Kafka anymore. For example, you really get to make the choice of do I want to differentiate my business by running it myself or is this just technology I want to consume and I'm going to consume a cloud, native service and other challenges come with that. It's an infrastructure, not in your control, but when you think about a ceo of the the axes they're making decisions on, there are more capabilities now and I think this is really crucial to let the C i O hone in on where they want to specialist, what do they want to consume, what do they really want to understand, differentiate and Ron? Um and to support this actually, so we're in this vein, we're going to be launching three new managed cloud services and our our focus is always going to be hybrid in these uh but we understand the importance of having managed cloud services that red hat is running not the customers in this case. So one of those will be red hat open shift streams for Patrick Kafka. We've talked about that, that data connectivity and the importance of it and really being able to connect apps across clouds across data centers using Kafka without having to push developers to really specialize in running. It is critical because that is your hybrid data, it's going to be generated on prim, it's going to be generated the edge, you need to be able to get access to it. The next challenge for us is once you have that data, what do you do with it? And we're launching a red hat open shift data science cloud service and this is going to be optimized for understanding the data that's brought in by streams. This doesn't matter whether it's an Ai service or business intelligence process and in this case you're going to see us leverage our ecosystem quite a bit because that last mile of AI workloads or models will often be completed with partners. But this is a really foundational service for us to get data in and then bring that into a workflow where you can understand it and then the last one for us is that red hat open shift api management and you can think of this is really the overseer of how apps are going to talk to services and these environments are complex, their dynamic and being able to provide that oversight up. How should my apps be consuming all these a. P. S, how should they be talking? How do I want to control? Um and understand that is really critical. So we're launching these, these three and it fits in that cloud operator use, we want to give three options where you might want to use Kafka and three Scale technologies and open data hub, which was the basis of open shift data sides, but you might not want to specialize in running them so we can run those for you and give you as a C. I. O. That choice of where you want to invest in running versus just using it. >>All right, we're here with matt Hicks whose executive vice president prospect technology at red hat, matt, your leader at red hat now part of IBM and continues to operate um in the red hat spirit, uh innovating out in the open, people are wearing their red hat uh hoodies, which has been great to see. Um I ask every executive this question because I really want to get the industry perspective on this. Um you know, necessity is the mother of invention as the saying goes and, you know, this pandemic was a challenge for many In 2020. And then as we're in 2021, some say that even in the fall we're gonna start to see a light at the end of the tunnel and then maybe back to real life in 2022. This has opened up huge visibility for CSOS and leaders and business in the enterprise to say, Hey, what's working, what do we need? We didn't prepare for everyone to be working at home. These were great challenges in 2020. Um, and and these will fuel the next innovations and achievements going forward. Um again necessity is the mother of all invention. Some projects are gonna be renewed and double down on some probably won't be as hybrid clouds and as open source continues to power through this, there's lessons to be learned, share your view on what um leaders in in business can do coming out of the pandemic to have a growth strategy and what can we learn from this pandemic from innovation and and how open source can power through this adversity. >>Yeah. You know, I think For as many challenging events we had in 2020, I think for myself at least, it it also made me realize what companies including ourselves can accomplish if we're really focused on that if we don't constrain our thinking too much, we saw projects that were supposed to take customers 18 months that they were finishing in weeks on it because that was what was required to survive. So I think part of it is um, 2020 broke a lot of complacency for us. We have to innovate to be able to put ourselves in a growth position. I hope that carries into 2021 that drives that urgency. When we look at open source technologies. I think the flexibility that it provides has been something that a lot of companies have needed in this. And that's whether it could be they're having to contract or expand and really having that moment of did the architectural choices, technology choices, will they let me respond in the way I need? Uh, I'm biased. But first I think open models, open source development Is the best basis to build. That gives you that flexibility. Um, and honestly, I am an optimist, but I look at 2021, I'm like, I'm excited to see what customers build on sort of the next wave of open innovation. I think his life sort of gets back to normal and we keep that driving innovation and people are able to collaborate more. I hope we'll see a explosion of innovation that comes out and I hope customers see the benefit of doing that on a open hybrid cloud model. >>No better time now than before. All the things are really kind of teed up and lined up to provide that innovation. Uh, great to have you on the cube. Take a quick second to explain to the folks watching in the community What is red hat 2021 about this year? And red hat someone, I'll see. We're virtual and we're gonna be back in a real life soon for the next event. What's the big takeaway this year for the red hat community and the community at large for red hat in context of the market? >>You know, I think redhead, you'll keep seeing us push open source based innovation. There's some really exciting spaces, whether that is getting closer and closer towards edge, which opens up incredible opportunities or providing that choice, even down to consumption model like cloud managed services. And it's in that drive to let customers have the tools to build the next incredible innovations for him. So, And that's what summit 2021 is going to be about for us, >>awesome And congratulations to, to the entire team for the donation to the academic community, Open cloud initiative. And these things are doing to promote this next generation of SRS and large cloud scale operators and developers. So congratulations on that props. >>Thanks john. >>Okay. Matt Hicks, executive vice president of products and technology. That red hat here on the Cube Cube coverage of red hat 2021 virtual. I'm John Ferrier. Thanks for watching. Yeah.
SUMMARY :
Great to see you. at the center of it always have been, we've been covering you for many years, interesting time and so now is really not going to be a fad or a new, you know, So take us through how you see kind at the edge and bring it back to locations where you might do more traditional processing, Lennox platform that even the new generation probably have to leave it load limits on the server anymore. Not just for Lennox as a service, but expand that to all of the things you'll use in a Thanks for taking the time to do that. this is going to keep you out of that area. having that partnership to know that this pattern recognition is gonna be applied from the environment I mean, that's simply means that it's all cloud all the time. Cloud operator, does that just mean everything's hybrid? it's going to be generated on prim, it's going to be generated the edge, you need to be able to get access the saying goes and, you know, this pandemic was a challenge for many In 2020. I think his life sort of gets back to normal and we keep that driving innovation and great to have you on the cube. And it's in that drive to let And these things are doing to promote this next generation of That red hat here on the Cube
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
IBM | ORGANIZATION | 0.99+ |
Matt Hicks | PERSON | 0.99+ |
2020 | DATE | 0.99+ |
Lennox | ORGANIZATION | 0.99+ |
John Ferrier | PERSON | 0.99+ |
2022 | DATE | 0.99+ |
2019 | DATE | 0.99+ |
2021 | DATE | 0.99+ |
matt Hicks | PERSON | 0.99+ |
Patrick Kafka | PERSON | 0.99+ |
john | PERSON | 0.99+ |
three | QUANTITY | 0.99+ |
18 months | QUANTITY | 0.99+ |
Arvin | PERSON | 0.99+ |
today | DATE | 0.99+ |
second challenge | QUANTITY | 0.99+ |
two aspects | QUANTITY | 0.99+ |
more than half a billion dollars | QUANTITY | 0.99+ |
third part | QUANTITY | 0.98+ |
CSOS | ORGANIZATION | 0.98+ |
one product | QUANTITY | 0.98+ |
paul | PERSON | 0.98+ |
first | QUANTITY | 0.98+ |
Kafka | TITLE | 0.98+ |
Redhead | ORGANIZATION | 0.98+ |
three options | QUANTITY | 0.98+ |
one package | QUANTITY | 0.98+ |
Red Hat | ORGANIZATION | 0.97+ |
this year | DATE | 0.96+ |
kernel | TITLE | 0.96+ |
one phase | QUANTITY | 0.96+ |
decades | QUANTITY | 0.96+ |
pandemic | EVENT | 0.95+ |
red hat | ORGANIZATION | 0.95+ |
red hat | ORGANIZATION | 0.95+ |
matt | PERSON | 0.95+ |
ceos | ORGANIZATION | 0.93+ |
Red Hat Summit 2021 | EVENT | 0.93+ |
Ceos | ORGANIZATION | 0.93+ |
red hat summit 2021 | EVENT | 0.93+ |
one | QUANTITY | 0.92+ |
Cube Cube | COMMERCIAL_ITEM | 0.91+ |
one thing | QUANTITY | 0.9+ |
single | QUANTITY | 0.89+ |
day two | QUANTITY | 0.87+ |
second | QUANTITY | 0.85+ |
last 20 years | DATE | 0.84+ |
wave | EVENT | 0.84+ |
three new managed cloud services | QUANTITY | 0.83+ |
Rehl | ORGANIZATION | 0.81+ |
Kafka | PERSON | 0.79+ |
couple years ago | DATE | 0.78+ |
Executive vice president | PERSON | 0.78+ |
Scale | TITLE | 0.77+ |
red hat | TITLE | 0.76+ |
five G | TITLE | 0.75+ |
Darrell Jordan Smith, Red Hat | Red Hat Summit 2021 Virtual Experience DONOTPUBLISH
>>mhm >>Yes, >>everyone welcome back to the cubes coverage of Red Hat summit 2021. I'm john for your host of the cube, we've got a great segment here on how Red Hat is working with telcos and the disruption in the telco cloud. We've got a great guest cube alumni Darrell Jordan smith, senior vice president of industries and global accounts at Red Hat, uh Darryl, great to see you. Thanks for coming back on the cube. >>It's great to be here and I'm really excited about having the opportunity to talk to you >>today. Yeah, we're not in person in real life is coming back soon, although I hear mobile world congress might be in person this year looking like it's good a lot of people gonna be virtual activating. I know a lot to talk about this is probably one of the most important topics in the industry because when you talk about telco industry, you're really talking about um the edge, talking about five G talking about industrial benefits for business because it's not just Edge for connectivity access. We're talking about internet of things from self driving cars to business benefits. It's not just consumer, it's really bringing that together, you guys are really leading with the cloud native platform from rail, open shift men and services. Everything about the cloud native underpinnings you guys have been successful as a company but now in your area, telco is being disrupted. Absolutely. Give us your take on this is super exciting. >>Well, it's actually one of the most exciting times I've been in the industry for 30 years are probably aging myself now. But in the telecommunications industry, this, for me is the most exciting. It's where technology is actually going to visibly change the way that everyone interacts with the network and with the applications that are being developed out there on our platform and as you mentioned IOT and a number of the other ai and Ml innovations that are occurring in the market place. We're going to see a new wave of applications and innovation. >>What's the key delivery workloads you're seeing with Five G environment? Um, obviously it's not just, you know, five G in the sense of thinking about mobile phones or mobile computers as they are now. Um, it's not just that consumer, hey, surf the web and check your email and get an app and download and communicate. It's bigger than that. Now, can you tell us Where you see the workloads coming in on the 5G environment? >>You hit the nail on the head, The the the, the killer application isn't the user or the consumer and the way that we traditionally have known it, because you might be able to download a video in that take 20 seconds less, but you're not going to pay an awful lot more money for that. The real opportunity around five years, the industrial applications, things that I connected car, automotive, driving, um factory floor automation, how you actually interface digitally with your bank, how we're doing all sorts of things more intelligently at the edge of the network using artificial intelligence and machine learning. So all of those things are going to deliver a new experience for everyone that interacts with the network and the telcos are at the heart of it. >>You know, I want to get into the real kind of underpinnings of what's going on with the innovations happening. You just kind of laid out kind of the implications of the use cases and the target application workloads. But there's kind of two big things going on with the edge in five G one is under the hood, networking, you know, what's going on with the moving the packets around the workload, throughput, bandwidth etcetera, and all that goes on under the hood. And then there's the domain expertise in the data where AI and machine learning have to kind of weaving. So let's take the first part first. Um open shift is out there. Red hat's got a lot of products, but you have to nail the networking requirements and cloud Native with container ization because at large scales, not just packaged, it's all kinds of things going on security, managing a compute at the edge. There's a lot of things under the hood, if you will from a networking perspective, could you share what red hats doing in that area? >>So when we last spoke with the cube, we talked a lot about GMOs and actually people living Darryl, >>can I Cause you really quickly? I'm really sorry. Keep your answer in mind. We're gonna >>go right from that question. >>We're just kidding. Um, are you, is anything that you're >>using or touching running into the desk? We're just getting >>a little bit of shakiness on your camera >>and I don't want to. >>So anyway, >>that is my, my elbows. No worries. So no >>worries. Okay, so take your answer. I'll give you like a little >>321 from behind the scenes >>and and we'll go right as if >>john just ask >>the questions, we're gonna stay running. >>So I think, uh, >>can you ask the question just to get out of my mind? Perfect. Well let's, let's do >>from that. So we'll stay on your shot. So you'll hear john, but it'll be as if >>he just asked the question. So jOHn >>team up. Here we go. I'm just gonna just jimmy and just keep my other question on the okay, here we go. So Darryl, open shift is optimized for networking requirements for cloud native. It's complex into the hood. What is red hat doing under the hood to help in the edge in large complex networks for large scale. >>Yeah. So, so that's a very good question in that we've been building on our experience with open stack and the last time I was on the cube, I talked about, you know, people virtualizing network applications and network services. We're taking a lot of that knowledge that we've learned from open stack and we're bringing that into the container based world. So we're looking at how we accelerate packets. We're looking at how we build cloud native applications on bare metal in order to drive that level of performance. We're looking at actually how we do the certification around these applications and services because they may be sitting in different app lets across the cloud, but in some instances running on multiple clouds at the same time. So we're building on our experience from open stack, we're bringing all of that into open shipping, container based environment with all of the tallinn necessary to make that effective. >>It's interesting with all the automation going on. Certainly with the edge developing nicely the way you're describing it, certainly disrupting the Telco cloud, you have an operator mindset of cloud Native operator thinking, kind of, it's distributed computing, we know that, but it's hybrid. So it's essentially cloud operations. So there's an operator mindset here that's just different. Could you just share quickly before we move on to the next segment? What's different about this operating model for the, these new kinds of operators? As you guys been saying, the C I O is the new cloud operator, That's the skill set they have to be thinking and certainly to anyone else provisioning and managing infrastructure has to think like an operator, what's your >>view? They certainly do need anything like an operator. They need to look at how they automate a lot of these functions because they're actually deployed in many different places will at the same time they have to live independently of each other. That's what cloud native actually really is. So the whole, the whole notion of five nines and vertically orientated stacks of five nines availability that's kind of going out the window. We're looking at application availability across a hybrid cloud environment and making sure the application can live and sustain itself. So operators as part of open shift is one element of that operations in terms of management and orchestration and all the tooling that we actually also providers red hat but also in conjunction with a big partner ecosystem, such as companies like net cracker, for example, or IBM as another example or Erickson bringing their automation tool sets and their orchestration tool sets of that whole equation to address exactly that problem >>you bring up the ecosystem. And this is really an interesting point. I want to just hit on that real quick because reminds me of the days when we had this massive innovation wave in the nineties during that era. The client server movement really was about multi vendor, right. And that you're starting to see that now and where this ties into here I think is when we get your reaction to this is that, you know, moving to the cloud was all about 2 2015. Move to the cloud moved to the cloud cloud native. Now it's all about not only being agile and better performance, but you're gonna have smaller footprints with more security requires more enterprise requirements. This is now it's more complicated. So you have to kind of make the complications go away and now you have more people in the ecosystem filling in these white spaces. So you have to be performance and purpose built if you will. I hate to use that word, but or or at least performing an agile, smaller footprint grade security enabling other people to participate. That's a requirement. Can you share your reaction to that? >>Well, that's the core of what we do. A red hat. I mean we take open source community software into a hardened distribution fit for the telecommunications marketplace. So we're very adapt to working with communities and third parties. That ecosystem is really important to us. We're investing hundreds of engineers, literally hundreds of engineers working with our ecosystem partners to make sure that their applications services certified, running on our platform, but but also importantly is certified to be running in conjunction with other cloud native applications that sit over the same cloud. So that that is not trivial to achieve in any stretch of the imagination. And a lot of 80 technology skills come to bear. And as you mentioned earlier, a lot of networking skills, things that we've learned and we've built with a lot of these traditional vendors, we bring that to the marketplace. >>You know, I've been saying on the cube, I think five years ago I started talking about this, it was kind of a loose formulation, I want to get your reaction because you brought up ecosystem, you know, saying, you know, you're gonna see the big clouds develop out. The amazon Microsoft came in after and now google and others and I said there's gonna be a huge wave of of what I call secondary clouds and you see companies like snowflake building on on top of amazon and so you start to see the power law of new cloud service providers emerging that can either sit and work with across multiple clouds. Either one cloud or others that's now multi cloud and hybrid. But this rise of the new more C. S. P. S, more cloud service providers, this is a huge part of your area right now because some call that telco telco cloud edge hits that. What is red hat doing in this cloud service provider market specifically? How do you help them if I'm a cloud service provider, what do I get in working with Red Hat? How do I be successful because it's very easy to be a cloud service provider now more than ever. What do I do? How do you help? How do you help me? >>Well, we we we offer a platform called open shift which is a containerized based platform, but it's not just a container. It involves huge amounts of tooling associated with operating it, developing and around it. So the concept that we have is that you can bring those applications, developed them once on 11 single platform and run it on premise. You can run it natively as a service in Microsoft environment. You can actually run it natively as a service in amazon's environment. You can running natively on IBM's Environment. You can build an application once and run it in all of them depending on what you want to achieve, who actually provide you the best, owning the best terms and conditions the best, the best tooling in terms of other services such as Ai associated with that. So it's all about developing it once, certifying it once but deploying it in many, many different locations, leveraging the largest possible developing ecosystem to drive innovation through applications on that common platform. >>So assumption there is that's going to drive down costs. Can you why that benefits the economics are there? We talk about the economics. >>Yeah. So it does drive down costs a massive important aspect but more importantly it drives up agility. So time to market advantages actually attainable for you so many of the tell coast but they deploy a network service traditionally would take them literally maybe a year to roll it all out. They have to do it in days, they have to do updates in real time in data operations in literally minutes. So we were building the fabric necessary in order to enable those applications and services to occur. And as you move into the edge of the network and you look at things like private five G networks, service providers or telcos in this instance will be able to deliver services all the way out to the edge into that private five G environment and operate that in conjunction with those enterprise clients. >>So open shit allows me if I get this right on the CSP to run, have a horizontally scalable organization. Okay. From a unification platform standpoint. Okay, well it's 5G and other functions, is that correct? That's correct. Ok. So you've got that now, now I want to come in and bring in the top of the stack or the other element. That's been a big conversation here at Redhead Summit and in the industry that is A I and the use of data. One of the things that's emerging is the ability to have both the horizontal scale as well as the special is um of the data and have that domain expertise. Uh you're in the industries for red hat. This is important because you're gonna have one industry is going to have different jargon, different language, different data, different KPI S. So you've got to have that domain expertise to enable the ability to write the apps and also enable a I can, you know how that works and what were you doing there? >>So we're developing open shift and a number of other of our technologies to be fit for the edge of the network where a lot of these Ai applications will reside because you want them closer to the client or the the application itself where it needs to reside. We're creating that edge fabric, if you like. The next generation of hybrid cloud is really going to be, in my view at the edge we're enabling a lot of the service providers to go after that but we're also igniting by industry, You mentioned different industries. So if I look at, for example, manufacturing with mind sphere, we recently announced with Seaman's how they do at the edge of the network factory automation, collecting telemetry, doing real time data and analytics, looking at materials going through the factory floor in order to get a better quality results with lower, lower levels of imperfections as they run through that system and just one industry and they have their own private and favorite Ai platforms and data sets. They want to work with with their own data. Scientists who understand that that that ecosystem inherently you can move that to health care and you can imagine how you actually interface with your health care professionals here in north America, but also around the world, How those applications and services and what the Ai needs to do in terms of understanding x rays and looking at common errors associated with different x rays to. A practitioner can make a more specific diagnosis faster saving money and potentially lives as well. So different different vertical markets in this space have different AI and Ml requirements and needs different data science is different data models. And what we're seeing is an ecosystem of companies that are starting up there in that space that we have, what service part of IBM. But you have processed the labs of H T H 20 and a number of other very, very important AI based companies in that ecosystem. >>Yeah. And you get the horizontal scalability of the control plane and in the platform if you will, that gives you cross organizational leverage uh and enable that than vertical expertise. >>Exactly. And you want to build an Ai application that might run on a factory floor for for certain reasons to its location and what they're actually physically building. You might want to run their on premise, you might actually want to put it into IBM cloud or in Zur or into AWS, You develop, it wants to open shift, you can deploy it in all of those as a service sitting natively in those environments. >>Darrell, great chat. I got a lot going on telco cloud, There's a lot of cloud, native disruption going on. It's a challenge and an opportunity and some people have to be on the right side of history on this one if they're going to get it right. Well, no, and the scoreboard will be very clear because this is a shift, it's a shift. So again, you hit all the key points that I wanted to get out. But I want to ask you to more areas that are hot here at red hat summit 21 as well again and as well in the industry and get your reaction and thoughts on uh, and they are def sec ops and automation. Okay. Two areas. Everyone's talking about DEV ops which we know is infrastructure as code programming ability under the hood. Modern application development. All good. Yeah, the second their security to have sex shops. That's critical automation is continuing to be the benefits of cloud native. So Deb see cops and automation. What you're taking has that impact the telco world in your world. >>You can't you can't operate a network without having security in place. You're talking about very sensitive data. You're talking about applications that could be real time chris pickling mrs actually even life saving or life threatening if you don't get them right. So the acquisition that red hat recently made around stack rocks, really helps us make that next level of transition into that space. And we're looking about how we go about securing containers in a cloud native environment. As you can imagine, there will be many, many thousands tens of thousands of containers running if one is actually misbehaving for what one of a better term that creates a security risk in a security loophole. Were assuring that up that's important for the deployment, open shift in the Tokyo domain and other domains in terms of automation. If you can't do it at scale and if you look at five G and you look at the radios at the edge of the network and how you're gonna provision of those services. You're talking about hundreds of thousands of nodes, hundreds of thousands. You have to automate a lot of those processes, otherwise you can't scale to meet the opportunity, you can't physically deploy, >>you know, Darryl, this is a great conversation, you know, as a student of history and um development and I always kind of joke about that and you you've been around the industry for a long time. Telcos have been balancing this um evolution of digital business for many, many decades. Um and now with Cloud Native, it's finally a time where you're starting to see that it's just the same game now, new infrastructure, you know, video, voice, text data all now happening all transformed and going digital all the way, all aspects of it in your opinion. How should telcos be thinking about as they put their plans in place for next generation because you know, the world is now cloud Native. There's a huge surface here of opportunities, different ecosystem relationships, the power dynamics are shifting. It's it's really a time where there will be winners and there will be losers. What's your, what's your view on on how the telco industry needs to clarify and how they be positioned for success. >>So, so one of the things I truly believe very deeply that the telcos need to create a platform, horizontal platform that attracts developer and ecosystems to their platform because innovation is gonna sit elsewhere, then there might be a killer application that one telco might create. But in reality most of those innovations that most of those disruptors are going to occur from outside of that telco company. So you want to create an environment where you're easy to engage and you've got maximum sets of tools and versatility and agility in order to attract that innovation. If you attract the innovation, you're going to ignite the business opportunity that 5G and 60 and beyond is going to actually provide you or enable your business to drive. And you've really got to unlock that innovation and you can only unlock in our view, red hat innovation. If you're open, you follow open standards, you're using open systems and open source is a method or a tool that you guys, if you're a telco, I would ask you guys need to leverage and harness >>and there's a lot, there's a lot of upside there if you get that right, there's plenty of upside, a lot of leverage, a lot of assets to advantage the whole offline online. Coming back together, we are living in a hybrid world, certainly with the pandemic, we've seen what that means. It's put a spotlight on critical infrastructure and the critical shifts. If you had to kind of get pinned down Darryl, how would you describe that learnings from the pandemic as folks start to come out of the pandemic? There's a light at the end of the tunnel as we come out of this pandemic, companies want a growth strategy, wanna be positioned for success what you're learning coming out of the pandemic. >>So from my perspective, which really kind of 11 respect was was very admirable. But another respect is actually deeply uh a lot of gratitude is the fact that the telecommunications companies because of their carrier, great capabilities and their operational prowess were able to keep their networks up and running and they had to move significant capacity from major cities to rural areas because everyone was working from home and in many different countries around the world, they did that extremely and with extremely well. Um and their networks held up I don't know and maybe someone will correct me and email me but I don't know one telco had a huge network outage through this pandemic and that kept us connected. It kept us working. And it also what I also learned is that in certain countries, particularly at a time where they have a very large prepaid market, they were worried that the prepaid market in the pandemic would go down because they felt that people would have enough money to spend and therefore they wouldn't top up their phones as much. The opposite effect occurred. They saw prepaid grow and that really taught me that that connectivity is critical in times of stress that we're also everyone's going through. So I think there are some key learnings that >>yeah, I think you're right on the money there. It's like they pulled the curtain back of all the fun and said necessity is the mother of invention and when you look at what happened and what had to happen to survive in the pandemic and be functional. Your, you nailed it, the network stability, the resilience, but also the new capabilities that were needed had to be delivered in an agile way. And I think, you know, it's pretty much the forcing function for all the projects that are on the table to know which ones to double down on. So I think you pretty much nailed it. Darrell Jordan smith, senior vice president of industries and global accounts for red hat kibble, unnatural. Thanks for that insight. Thanks for sharing great conversation around telcos and telco clouds and all the edge opportunities. Thanks for coming on. >>Thank you john >>Okay. It's the cubes coverage of Red Hat summit 21. I'm John for your host. Thanks for watching. Mhm mhm
SUMMARY :
Thanks for coming back on the cube. Everything about the cloud native underpinnings you guys have been successful as a company but now in your with the applications that are being developed out there on our platform and as you Um, it's not just that consumer, hey, surf the web and check your email and get So all of those things are going to deliver a new experience for everyone on with the edge in five G one is under the hood, networking, you know, can I Cause you really quickly? We're just kidding. So no I'll give you like a little can you ask the question just to get out of my mind? So we'll stay on your shot. he just asked the question. I'm just gonna just jimmy and just keep my other question on the with open stack and the last time I was on the cube, I talked about, you know, people virtualizing certainly disrupting the Telco cloud, you have an operator mindset of cloud Native operator one element of that operations in terms of management and orchestration and all the tooling to this is that, you know, moving to the cloud was all about 2 2015. And a lot of 80 technology skills come to bear. and others and I said there's gonna be a huge wave of of what I call secondary clouds and you see companies So the concept that we have is that you can bring those that benefits the economics are there? And as you move into the edge of the network and you look at One of the things that's emerging is the ability to have both enabling a lot of the service providers to go after that but we're also igniting by industry, that gives you cross organizational leverage uh and enable that than You develop, it wants to open shift, you can deploy it in all of those as a service sitting natively So again, you hit all the key points that I wanted to get out. You have to automate a lot of those processes, otherwise you can't scale to meet the opportunity, development and I always kind of joke about that and you you've been around the industry for a long time. So you want to create an environment where you're easy to engage and you've got maximum If you had to kind of get pinned down Darryl, how would you describe that learnings from the pandemic a lot of gratitude is the fact that the telecommunications companies because of and said necessity is the mother of invention and when you look at what happened and what I'm John for your host.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
IBM | ORGANIZATION | 0.99+ |
amazon | ORGANIZATION | 0.99+ |
Darrell Jordan smith | PERSON | 0.99+ |
20 seconds | QUANTITY | 0.99+ |
Darrell Jordan smith | PERSON | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
telco | ORGANIZATION | 0.99+ |
north America | LOCATION | 0.99+ |
John | PERSON | 0.99+ |
30 years | QUANTITY | 0.99+ |
Telcos | ORGANIZATION | 0.99+ |
telcos | ORGANIZATION | 0.99+ |
Darryl | PERSON | 0.99+ |
hundreds of thousands | QUANTITY | 0.99+ |
Darrell Jordan Smith | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
red hat | ORGANIZATION | 0.99+ |
pandemic | EVENT | 0.99+ |
Erickson | ORGANIZATION | 0.99+ |
Darrell | PERSON | 0.99+ |
today | DATE | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
john | PERSON | 0.99+ |
first part | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
Red Hat summit 21 | EVENT | 0.98+ |
Tokyo | LOCATION | 0.98+ |
five years ago | DATE | 0.98+ |
Seaman | ORGANIZATION | 0.98+ |
congress | ORGANIZATION | 0.98+ |
One | QUANTITY | 0.97+ |
both | QUANTITY | 0.97+ |
this year | DATE | 0.97+ |
Two areas | QUANTITY | 0.97+ |
11 single platform | QUANTITY | 0.97+ |
hundreds of engineers | QUANTITY | 0.96+ |
one industry | QUANTITY | 0.96+ |
80 technology skills | QUANTITY | 0.95+ |
thousands | QUANTITY | 0.95+ |
one element | QUANTITY | 0.95+ |
Redhead Summit | EVENT | 0.93+ |
Red Hat summit 2021 | EVENT | 0.92+ |
2 2015 | DATE | 0.92+ |
red hat summit 21 | EVENT | 0.91+ |
Red Hat Summit 2021 Virtual Experience | EVENT | 0.91+ |
first | QUANTITY | 0.9+ |
telco cloud | ORGANIZATION | 0.89+ |
jimmy | PERSON | 0.87+ |
five G | ORGANIZATION | 0.87+ |
red hats | ORGANIZATION | 0.87+ |
one cloud | QUANTITY | 0.87+ |
around five years | QUANTITY | 0.87+ |
Deb | PERSON | 0.87+ |
nineties | DATE | 0.86+ |
Five G | TITLE | 0.85+ |
two big | QUANTITY | 0.83+ |
five | QUANTITY | 0.83+ |
5G | TITLE | 0.83+ |
net cracker | ORGANIZATION | 0.81+ |
Zur | ORGANIZATION | 0.81+ |
a year | QUANTITY | 0.79+ |
Red Hat | TITLE | 0.79+ |
Ai | TITLE | 0.78+ |
H T H 20 | COMMERCIAL_ITEM | 0.77+ |
Darryl | LOCATION | 0.77+ |
Pierluca Chiodelli & Gil Shneorson, Dell Technologies
>>Welcome back to Dell Technology World. 2021. Del Tech World. The virtual edition. My name is Dave Volonte. We're gonna talk about the Edge. Very excited to invite Pierluigi Deli, who's the Vice President, Product management for the Edge portfolio. Adele and Gil Schwarzman, who is the Senior Vice President. Edge portfolio, also with Dell Technologies Gentlemen. Great to see you. Welcome to the cube. >>Thank you. Thank >>you. You see you, >>Yeah, great to see you guys to which we were face to face, but maybe maybe in 22 Gil, let's start with you. The edge is very exciting. Uh, it's, you know, not really defined, it's very fragmented, but it's there, you know, it's kind of, you know, it when you see it, what do you get excited about when you think about the edge? >>Yeah, I think uh there's two elements. The first one is that we all live at the edge. In other words, the areas we deal with our around us every day will show up um when we uh, you know, when we consume when we drive. So it's a, it's a very physical type of activity. We know it's there. What's really exciting motive to me is that you started with talking about fragmentation right on the bet. Um, it is a great opportunity for the technology is to add value um because it's so fragmented because it's so new because it has developed and evolved the way it is. We see an amazing opportunity for us to add much more value than we do today and solve problems that have yet to be solved in the industry. >>And it's an exciting, it's almost like an infinite playground for a technologist. You >>dave, I think that's exactly what we find out. The Edge is very exciting. There is a lot of motion, especially due to the pandemic and other things. Big factor that accelerate innovation at the edge but this is an inorganic acceleration and what it kills for one of the most of our customer is also confusion, right? They need to apply multiple solution but not very organized. So you try to solve the outcome like having the right production on the, on your line because demand is surging but you don't have an organic things to do that and solve the problem. So you see a lot of silence coming in for each one of the solution and that's what Gil was referring. That's a great opportunity for us as dealt with the breath of the portfolio we have and what our team that is a new team is focusing doing is to bring that idea to be able to consolidate multiple things at the edge and process things at the edge. >>We did a an event cube, had an event called the Cuban cloud and Q one and we had john Rosen and the title of segment was something like gaining the technology edge And we were kind of freaking out on, on the tech at the edge. Uh it might take away there was trying to like what is the edge? It's like, well it's the place where it makes most sense to process the data and so that brings up a lot of challenges. There are technical challenges and there are business challenges. I wonder if we could sort of dig into those a little bit. How do you guys look at that? Maybe gil you want to start maybe on the business side and then we can dig a short, right >>the way things evolved if you think about it, um, at the edge of very vertical lesson because of that they're very use case driven And so in every industry possible you start with some business person making a decision whether they have a need or they want to grow their business. And so for example they would buy an applying to do fraud protection in retail or detection retail or they will apply an application to medical robotics in the factory. And it would come with its own gateway in plant compute in a cloud portal and then you do it again and again and again every time you have a business opportunity all of the sudden you have this proliferation of I. T. Type equipment at the end where it's it's the worst place to have it really because you don't have the right I. T. Resources and you are um in the need to protect it in a much more um in a different way than you do in a data center. And so all of that brings to bring us to a point that you know we see an opportunity to simplify. Um And so not only simplification and this is you know simplification or simplicity is the most important driver for any I. T. Purchase. Um Things that are simple are the easiest that the most economical to operate the next demand that we see from a customary security because things are at the they have a much more um you know extended attack surface um they need to be connected to networks, they need to be connected without I. T. Staff. So if you can simplify insecure you can really unlock amazing value by processing data where closely to where it's created without it. You know we were seeing this opportunity as businesses but we can we get to it because there are so those two hurdles in front of us. >>So when you say thank you for that bill, when you think about, when you hear you hear a lot about AI influencing at the edge and and if you think about AI today much of the work is modeling, it's done in the cloud, but you're not going to be doing A i influencing in real time in the cloud, you know, take the autonomous vehicle example, so that brings some some technical challenges. Um, there's obviously data challenges. I'm curious as to how you think about that. I mean we always talk about how much data is going to be persisted, I think Tesla persists like five minutes of data, right? But some of it is gonna go back, that's true, but a lot of it is going to be processed real time and that's just really different than the way we typically think about. Yeah, >>absolutely. So at the Edge, especially in manufacturing, we see right now or in a uh, another use case, it's very important to get the outcome very quickly. Now. You don't use that a deep learning model for that. You need to just understand, for example, in a computer vision use case where you take the image of your production line, you actually to your point dave you not keep those image when you keep the image where you have the defect. But you need to process that. Ai Ml needs to be intelligent enough to understand that you have a defect and send that image them to the club. So the search of the data at the edge is a very important factor and why you need to process data, the Edge because your point, you can't wait to send to the cloud and I'm waiting right? Um, Tesla is a clear example of that all the autonomous car where you need to react instantaneously to change. But in manufacturing for example that is our focus for now is for example the robots that if you need to optimize the robot, you need to have a immediate understanding of where the pieces are and when they need to put in the tolerance need to be act immediately. Otherwise you come out with the thousands of pieces that they are not in the right tolerance. So at the end of the day, what we see is not only the search of the need of processing ai ml to the edge but also the need of a new type of compute at the edge. So in the past was just Gateway and you get the gate when you send the data to the cloud. Now it's a form of a new computer that come as also GPU capability and other things to process the data. So very important. And I think the Dell especially we are very focused on that because is uh is really where the customer need to extract the value. >>Thank you. And Gil I want to get into the unique value proposition to tell what makes you distinct. And it's uh I infer from your comments, your strategy you said is to simplify and so I see two vectors. There. One is to simplify at the edge. The other is to where we're needed, connect that edge, whether it's on prem public cloud across cloud, that kind of simplification layer that abstracts the complex, the underlying complexity. Uh Maybe you could talk about your strategy and what makes you guys different. >>Sure. Um We've been talking to a, well we always talk to our customers and we've been doing business at the edge for many many years. Um You know let's call it coincidental were very large company we have reached, we serve our customers so when they decide to buy something for their you know environment, they come to us as well as other vendors and we win a percentage of the time based on our market share. Um But when we decided to take another look at how can we be even more relevant? We started talking to a lot of them great depth. And what would we do we discovered was the problem I talked about before, the problem of complexity, the problem of security and the problem of you know choice. And so our focus is to do what we do best. We at the end of the day we're an I. T. Company. Um and our our customers for the most part our I. T. People and we see them dragged more and more into edge projects because customers need to connect edge to the network and they need to security and that's how it starts. And so those worlds of I. T. And OTR coming together and their coming together applying best practices which is exactly what we know how to do. And so because of that we think that they need to think about architecture versus unique silent solutions architecture can support multiple use cases that can grow with time, consolidate more and more use cases as they grow. Simplify what they do by applying you know tried and true or tried and true best practices in a secure manner. So the deal approach would be doing that taking a more architectural approach to the adverse as a use case and then just like you predicted um meet the customers where they are from an application stand book. And so we we know that a lot of applications are growing and development on a hyper scale or public clouds. We would like to connect to those. We would like to allow them to keep working as they have except when they run into the edge. Think about environments that could consolidate multiple workloads and not solve it for each one at the same time. And so that would be our overall approach. That's what we're working on. >>Yeah. Okay. So that horizontal layer, if you will uh to to to serve many many use cases, not just you're not gonna go a mile deep into one and be the expert at some narrow use case. You want to be that horizontal platform. But at the same time, look, I wonder does does that call for more program ability as we over time of the of the products to to really allow people to kind of design in that flexibility if you will build my own. Uh is that something that we can expect? >>Yeah, absolutely. So uh we spoke a little bit about this before the interview and the things that is very important is compose ability starting from a very small from factor to the cluster and then expand to the cloud is a fundamental things and a trend that we see. The fact that you can compose the infrastructure um starting from a small gateway that is changing in this market, right up to the cloud and be able to use the same layer that allow you to run the same application is the fundamental things and we are working on that. Um we are working on this vision and our strategy is really to be able to be transparent but provide the right building block to do all the use case that they are required where the data are. So we again, not only meeting the customer but meeting where the data are, what the customer wants out of those data. So that's a fundamental things. And you know, we we have project Apex. So obviously we are plugging into the project apex from an edge point of view, will allow the customer to have this unique experience to go in Apex and also deploy the edge infrastructure that is needed. So that's that's we started right now with that. So we will touch later, but that's the first building block of that journey. >>Actually, let's touch now you've got some news around Apex and and and and talking what are you announcing? So >>we are very exciting because as I said, our team is, it's pretty new and um, it's a very important investment that Dell makes uh not only in us as a team but as a motion. Um, so we are announcing a reference architecture with PTC. PTC is the one of the biggest company for actually based here in boston uh for manufacturing and reference architecture will be run on based on apex private cloud so the customer can go to the portal, order, order apex private cloud and deploy deploy PTC on top of that. So, very important things is that the first step in this journey and but it's an important, very, very important steps. So we want to thank you also PTC to allow us to work with them. Um, we have other stuff as well that we are announcing. Um, I don't know if you are familiar but we have a very unique streaming data platform, um, streaming data platform that can stream multiple data collected from Gateway from every place. And uh it's a need obviously when you need to process data in real time, very important to have a streaming, what we're doing with the new streaming data platform approach is the ability to deploy single note. So it can be very appealing for the edge and up to free notes and last but not least gil if you want to speak about our other partnership is very important. >>Sure. Um once we started looking more in depth into manufacturing, we discover that this market is today served by combinations of um oT vendors, people who make equipment? S eyes, people who consult on integration and um and you know, a lot of SVS that make up this ecosystem and people like ourselves. And so one of the things that we decided to do is partner with accenture, accenture Industry X practice to bring our joint value to customers. We started by investing in in a five G lab. They have four industry act. So you know the usage of five G. Manufacturing industry and we will still we will expand that and work on that as a as a joint offer for our joint customers going forward. So we're really excited about this because we feel that consolidation needs to happen not only technology but also in the partnerships, we need to partner if you want to bring true value to our customers and that's the first step, >>awesome. That's great. So a couple of comments on that. So it's funny, we did the live work show in the cube a couple years ago. PTC is a big, big event and it was like it was the edge and I remember looking around saying where's all the vendors? So that's great to see you guys leaning in like that parallel to the streaming platform. Tell me more about that. What's the tech behind it? >>Uh So the streaming data platform is a project that we start a couple of years ago is actually uh start from open source Provida. Um it's uh it's a very interesting technology where you can stream multiple data, it is not a traditional storage, ah use a technology that can ah really collect thousands of different streams and that's very important when you need to mind the data, bring the data um in the structure data in a inefficient that you, you can process them at the real time. It's very important. So um there are very cool use case of that. But now that we look at the edge, this is make more and more tangible sense because we have a lot of partners that they're working with us, especially to extend when you have all this sensor, you bring the data to the gateways and from the gateways then you can use data streaming platform to collect all these dreams and then you can easily process them. So it's a very fundamental technology, we are very proud of that. Um as I said, our enterprise version uh is getting more and more and now we can land this on different architecture, so it is, it can be backed up by an Iceland. Uh it can be also on different storage type now and as I said, we're looking now to bring from a what was a data center kind of structure down to the edge because now we can put a single node up to three notes, >>it makes a lot of sense. Is this like a Kafka based thing or open source or is it something you guys built or a combination? >>It's a combination. We actually project. The project is an open source project, but we did that, we start this many years ago and um he works with Kafka, but he's not Kafka. So it's, it's a he has plugging that can work with Kafka and all the other things and, and it's very easy to deploy. So it's a very, very, very important. And the other things is the scalability of this platform. >>I mean, it sounds like the kind of thing you had in the labs and you said, OK, this is going to be important. That boom all of a sudden the market comes to you as if you pop it right in. And then of course, the accenture of relationship deep, deep industry expertise, so that makes a lot of sense. 55 Gs happening a different world the next 10 years in the last 10 years isn't it? What is it about manufacturing? Why why did you start there? >>I can take this. Um We looked at where the opportunity was from two perspectives. One is where the opportunity, what the opportunities to sell, even the other one obviously comes with it because there is an opportunity to have and manufacturing today at the edges about 30 of the opportunity in sales according to NBC but more so it's been around for the longer time and so they it's very it's maturing um it's the most demanding. Um and you know, it's got very long horizons of investment and what we did was we figured that if we can solve problems for industry we can then extend that and solving for everyone years. Because this would be the toughest one to solve and we like challenge. And so we decided to focus and go deep. You said it before? Well, our approach is definitely horizontal approach. We cannot take a horizontal approach without vertical izing and understand specific needs. So nobody can avoid doing both at the same time. You need to understand. But you also want to solve it in a way that doesn't proliferate the silos. So that's our role. We will understand what we will make it more generic so other people can never get later on >>and David, if I cannot. Uh I think the manufacturing is also very exciting for us as a technologist, right? Uh and uh Dell technology as in the name the technology. So it's very exciting because if I look at manufacturing, we we are really in the middle of a industrial transformation. I mean it's a new era. Um If you think about um nobody care in the past to connect their machinery with that the F. P. L. C. To the network. All of this is changing because the life that where we live right now with the pandemic with the remote working with the fact that you need to have a much more control and be able to have predictive matters. So you're not stopping your manufacturing is pushing the entire manufacturing instrument industry to connect this machine and with the connectivity of this machinery you get a lot of data. You get also a lot of challenge. For example security. So now that's the place where connectivity brings the I. T. Aspect in and U. T. Guys now they're starting to speak with because now it's a more complex things right? It's not any more computerized competitor eyes only to one machinery specific is the entire floor. So it's a very interesting dynamics >>is the connection between that programmable logic controller and the Dell solution is you mentioned to secure better security and I presume it's also to connect back to whatever the core or the cloud etcetera. Is it also to do you know, something locally? Does it improve? Is their value add that you can provide locally? And what is that value add? >>Absolutely. So the value, as I said, um if you think right in the past right, you have a machine that uh, probably stay in the manufacturing for 2025 years, then you have an artwork attached to that machine that it is the P. L. C. About 11 years. The guy that he knows better about that machine is actually not the software component on. But he's the guy that has been working on that machine for 15 years now. How you translate that knowledge To a learning algorithm that actually can do that 4000 of machine. And and that's really the key right. You need to centralize information, process those information but not in the cloud, not in the central data center, but on the manufacturing floor. And you need to have a way to represent these things in a very simple way. So the plant manager can take action or the or the guy that is responsible for the entire line can take action immediately. And that's where the changes is not anymore to is trying to extend that knowledge to multiple machine multiple floor and try to get this change immediately. So that's really >>so the PLC doesn't become a general purpose computer or even necessarily the Uber computer. It connects to that capability because that enables data sharing across clouds and that's >>enabled the entire things. You know, you you can't do a model just with one source. You need to have multiple sources. Um, and also think about the manufacturing is changing not only for the machinery, but people that they build new manufacturing right? They need to be smart building. They need to have a technology for being more green solar energy consumption. So the manufacturing itself is mean five or six different things that you need to solve. It's not just the machine. So this idea of the silence environment is started to collapse in one and that's why it's important for us to start from a vertical, but also in the manufacturing, you already see this will expand to multiple things. Also like smart building another thing because they need it. >>Yeah. The red guilt to your point manufacturers like the Big Apple. If you can make it there, you can make it anywhere and you've got adjacent seas, you can, you know, you can take the learnings from manufacturing and apply them to those adjacent industries. Uh, give us the last word. >>Um, look, usually when we talk at the technologies world, we talked to an I. D. Audience and we were, we're thinking this year that the way to talk about edge, at least with the people who traditionally buy from us is exposed them to the fact that they are more and more are going to be responsible for projects. And so our advice would be our hope that they would partner with us to think ahead. Just like they do with data center with their cloud strategy, think ahead as they think about their edge and try to set up some architectural guidelines. So when they do get the request, they're ready for it and think about what they think about the best practices that they applied, all of that is coming to them. They need to be prepared as well. And so we would like to partner with all of our customers to make them ready and obviously help them simplify secure, consolidate as they grow. >>Well guys, thank you, I learned a lot today. I you made a lot of progress. You know, this is the hallmark of Dell, right? It's a very high, let me make sure I get this right, very high due to say ratio right. You guys talked about doing this, you know, a couple a couple of years ago, uh, and you've made a lot of progress and I really appreciate you coming in the cube to explain the strategy. It makes a lot of sense. And so congratulations and uh, good luck in the future. >>Thank you. >>All right. And thank you for watching everybody. This is Dave Volonte for the cubes, ongoing coverage of Del Tech World 2021. The virtual edition. Keep it right there, right back, >>mm.
SUMMARY :
Welcome to the cube. Thank you. You see you, Yeah, great to see you guys to which we were face to face, but maybe maybe in 22 Gil, What's really exciting motive to me is that you started with talking about fragmentation right on the bet. And it's an exciting, it's almost like an infinite playground for a technologist. So you see a lot We did a an event cube, had an event called the Cuban cloud and Q one and we that the most economical to operate the next demand that we see from a customary security I'm curious as to how you think about that. example of that all the autonomous car where you need to react instantaneously to change. across cloud, that kind of simplification layer that abstracts the complex, And so our focus is to do what we do best. in that flexibility if you will build my own. that allow you to run the same application is the fundamental things and we are working on that. So we want to thank you also PTC to allow And so one of the things that we decided to do is partner with accenture, accenture Industry So that's great to see you guys leaning the gateways then you can use data streaming platform to collect all these dreams and then you can Is this like a Kafka based thing or open source or is it something you guys built or a combination? And the other things is the scalability of this platform. the market comes to you as if you pop it right in. Um and you know, it's got very long horizons of investment and the past to connect their machinery with that the F. P. L. C. Is it also to do you know, something locally? So the value, as I said, um if you think right so the PLC doesn't become a general purpose computer or even necessarily the Uber but also in the manufacturing, you already see this will expand to multiple things. you can make it anywhere and you've got adjacent seas, you can, you know, you can take the learnings from manufacturing and apply the fact that they are more and more are going to be responsible for projects. You guys talked about doing this, you know, a couple a couple of years ago, uh, And thank you for watching everybody.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
David | PERSON | 0.99+ |
Dave Volonte | PERSON | 0.99+ |
Adele | PERSON | 0.99+ |
Gil Schwarzman | PERSON | 0.99+ |
five | QUANTITY | 0.99+ |
Pierluigi Deli | PERSON | 0.99+ |
15 years | QUANTITY | 0.99+ |
Uber | ORGANIZATION | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
five minutes | QUANTITY | 0.99+ |
NBC | ORGANIZATION | 0.99+ |
john Rosen | PERSON | 0.99+ |
Dell Technology World | ORGANIZATION | 0.99+ |
Gil Shneorson | PERSON | 0.99+ |
Tesla | ORGANIZATION | 0.99+ |
two elements | QUANTITY | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
two hurdles | QUANTITY | 0.99+ |
2021 | DATE | 0.99+ |
one source | QUANTITY | 0.99+ |
first step | QUANTITY | 0.99+ |
Big Apple | ORGANIZATION | 0.99+ |
two perspectives | QUANTITY | 0.99+ |
Gil | PERSON | 0.99+ |
One | QUANTITY | 0.99+ |
single note | QUANTITY | 0.99+ |
today | DATE | 0.98+ |
Pierluca Chiodelli | PERSON | 0.98+ |
both | QUANTITY | 0.98+ |
Dell Technologies Gentlemen | ORGANIZATION | 0.98+ |
two vectors | QUANTITY | 0.98+ |
thousands of pieces | QUANTITY | 0.98+ |
pandemic | EVENT | 0.98+ |
first one | QUANTITY | 0.97+ |
this year | DATE | 0.97+ |
Apex | TITLE | 0.97+ |
About 11 years | QUANTITY | 0.97+ |
boston | LOCATION | 0.97+ |
I. T. | ORGANIZATION | 0.96+ |
Del Tech World | ORGANIZATION | 0.95+ |
about 30 | QUANTITY | 0.94+ |
OTR | ORGANIZATION | 0.94+ |
each one | QUANTITY | 0.94+ |
one | QUANTITY | 0.93+ |
Kafka | PERSON | 0.93+ |
couple of years ago | DATE | 0.93+ |
four industry | QUANTITY | 0.92+ |
U. | LOCATION | 0.91+ |
six different things | QUANTITY | 0.89+ |
Del Tech World 2021 | EVENT | 0.88+ |
single node | QUANTITY | 0.88+ |
Edge | ORGANIZATION | 0.88+ |
Kafka | TITLE | 0.87+ |
a couple of years ago | DATE | 0.85+ |
2025 years | DATE | 0.85+ |
first building | QUANTITY | 0.85+ |
Iceland | LOCATION | 0.84+ |
three notes | QUANTITY | 0.83+ |
couple years ago | DATE | 0.82+ |
thousands of different streams | QUANTITY | 0.82+ |
next 10 years | DATE | 0.81+ |
4000 of | QUANTITY | 0.81+ |
a mile | QUANTITY | 0.81+ |
one machinery | QUANTITY | 0.77+ |
apex | TITLE | 0.76+ |
last 10 years | DATE | 0.73+ |
Provida | ORGANIZATION | 0.73+ |
project apex | TITLE | 0.68+ |
couple | DATE | 0.64+ |
years | DATE | 0.62+ |
F. P. L. | ORGANIZATION | 0.58+ |
IBM28 Manish Chawla VTT
>>from around the >>globe. It's the cube with digital >>coverage of IBM >>Think 2021 >>brought to you by IBM. Welcome back everyone to the cubes coverage of IBM Think 2021 I'm your host john ferry with the cube. Our next guest is Michelle well who's the industry General manager of Energy resources manufacturing. Great guest to break down this next generation of infrastructure, modern applications and changing the business and the super important areas is regulated verticals. Great to see you. Thank you for coming back on the queue. >>Thank you john good to meet you. >>You know this is the area where I've been saying for years the cloud brings great scale, horizontally scalable data but at the end of the day AI and automation really has to be specialized in in the verticals and this. We're going to see the action ecosystems for connecting. This is a big deal here think this year transformation is the innovation innovation at scale. It seems to be the underlying theme that we've been reporting on. So I'd love to get your thoughts on how you see this fourth industrial revolution as you say, coming about. Can you define for us what that means and when you say that, what does it mean for customers? >>Yeah, sure, sure. So you know, in in sort of simple terms, all the technologies that we see around us whether it's a I we talk about a I we talked about five G. We talk about edge cloud, robotics. So the application of those to the physical world in some sense, in the industrial world is what we define as uh as the fourth industrial revolution. Essentially it's the convergence between the humans, the physical aspect by the machines and the cyber at the digital aspects, bringing that together so companies can unlock the value from the terabytes and petabytes of data that's that are connected world is now able to produce, >>How does the IOT world come in? We've been again, I did a panel I think two years ago called you know the industrial IOT Armageddon. And it was really kind of point, it was kind of provocative title but the point was you know, the industrial connections are all devices now and they're connected to the network security. Super important, this industrial revolution includes this new edge, it's gotta be smarter and intelligent. What's your take on that? >>Absolutely, it is about the edge, it's about devices, it's about delivering capturing the data from the emptying devices. We've recently heard about the chip shortage which gives you an idea that there is so much utilization of compute power everywhere in the world and the world is becoming very software defined. So whether it's software defined machines, software defined products, the washing machines that he that we use at home, the cars we use at home, there everything is gradually becoming, not gradually, I'd say rapidly becoming intelligent and so that edge or IOT is the foundation stone also everything we're talking about. >>Well you mentioned software on a chip, S. O. C. Um, that's a huge mega wave coming. That's gonna bring so much more compute into smaller form factors. Which leads me to my next question, which kind of, I'm kind of answering for myself, but I'm not a manufacturing company, but why should they care about this trend from a business perspective? Besides the obvious new connection points? What's really in it for them? >>Yes, it's a big topic right now, is, is this topic of resilience? Right, So that's one aspect uh, this the pandemic has taught us that resilience is a core objective. The second objective which which is front and center of all CEOS, or CEOS, is out performance. And so what we're seeing is is out performance, are investing in technology for many goals, right? So it's either sustainability which is a big topic these days and huge priority. Uh it's about efficiency, it's about productivity, it's also now more and more about delivering a much stronger customer experience, right? Making your products easier to use much easily consumable as well. So, if you, when you pull it all together, it's it's an end to end thinking about using data to drive those objectives of out performance, as well as resilience. >>What's the progress being made so far in the manufacturing industry on this front? I mean, is it moving faster? Are you mentioned accelerating? But where is the progress bar? Right now? >>So, I think as we came into 2020, I would have described it as we were starting to enter the Chapter. Two companies were moving from experimentation to really thinking of scaling this and and what we found is the pandemic really caused a big focus on these. As Winston Churchill has been attributed the court never waste a good crisis. So a lot of ceos, a lot of executives and leadership really put their What their energy into accelerate industrial transformation. I think we relieve 2/3 southwell have been able to accelerate the industrial transformation. So the good news is, you know, companies don't have to be convinced about this anymore. They're really they're focuses on what's where should I start? Where should I focus on what should I do next? Right is really the focus and they're investing instead of two types of technologies is the way we see it, what I would call foundational technologies because there's a recognition that to apply the differentiating technologies like Ai and captured and taking value of the data, you need a strong architectural foundation. So whether it's it's cybersecurity, it's what we call it, the integration, connecting the devices back to to the mother ship and it's also applying cloud. But cloud in this context is not about typically what we think is public cloud or or or central spot. It's really bringing cloud like technology is also to the edge I. E. To the plant or to the device itself, whether it's a mobile device or a physical device. And that foundation is the recognition that you've got to have the foundation, that you can build your your capabilities on top, whether it's for customers or clients and colleagues >>as a great insight on the architecture, I think that's a successful playbook. Um It sounds so easy, I do agree with you. I think people have said this is a standard now, Hybrid cloud the edge, pretty clear visibility on the architecture of what to do or what needs to be done, how to do it almost story. So I have to ask you, we hear this barriers, there's always blockers. I think Covid released some of those, relieved some of those blockers because people have to force their way into into the transformation. But what are those barriers um that that are stopping the acceleration for customers to achieve the benefits that they need to see. >>Yes. So I think 11 key barrier is is a recognition that most of our plants or manufacturing facilities that supply chains really run run in a brownfield manner. I there's so many machines, so many facilities that have been built over decades. So there's a there's a proliferation of different ages of devices, machines, etcetera. So making sure that there is a focus on laying out the foundation. That's a key key barrier. Uh There is also a concern that uh you know, the companies have around cybersecurity, the more you connect, the more you increase the attack surface and we know that that acts and so on are the dominant issue. Now, whether it's for ransom, fair or for or for other malicious reasons, uh and so modernizing the foundation and making sure you're doing it in a secure way. Those are the key concerns that executives have. And then another key barrier I see is making sure that you have a key key core objective and not making sure making too many different varied experimentation bets. So keeping a focus on what's the call? Use case of benefit your after and then what's the foundation to make sure that you're going after it? Like I said, whether it's quality or productivity or such, like >>So the keys to success that I get this right is gonna have the right framework for this, as you say, industry 4.0, you got to understand the collaborative dynamics and then have an ecosystem. Yeah, can you unpack those three things? Because take me through that, you got to the framework, the collaboration and the ecosystem. What does that mean? Specifically? >>So uh the way, I think the simplest way to think of it as the amount of work and effort that all companies have been put in is so great in front of them, the opportunities are so great as well uh that nobody can hire all the smart people that are needed to achieve the goals. Everybody has their own specific I would say focus and capabilities they bring to bear. So the collaboration between manufacturers, the collaboration between operational technology companies like the Seaman's, A B B, Schlumberger's, etcetera. And and it technology companies like ourselves that three part collaboration is sort of the heart of what I see as ecosystems coming together. The other dimensionality of ecosystems is also looking at it from a supply chain or value chain perspective because how something becomes more intelligent or smarter or more effective is also being able to work across the supply chain or value chain. So those, those are our key focus areas, make sure we are collaborating across value chains and supply chains as well as collaborating with manufacturers and oT operational technology companies to be able to bring these digital capabilities with the right capabilities of operational technology companies into the manufacturers. >>If I asked you, how is you doing that? What specifically would you say? I mean, how are you collaborating? What's some examples, give some examples of of this in action? >>Certainly. So we recently announced uh over the last say nine months or so, three strategic very translated partnerships. The first one I'll share with you is uh is which number number two is the world's largest oil field services company and now also the world's largest distal technology company for the oil and gas industry. So we've collaborated with them to bring hybrid cloud to the digital platforms so they now can deploy the capabilities to any customer regardless of whether they want it in country or on a public cloud. Another example is we've we've established a data platform which number J for the oil and gas industry to be able to bring again that data platform to any location around the world. The advantage of hybrid, the advantage of A. I with the B. B. What we've done is we've taken our smarts in I. T. Security connected with their products and capabilities for operational systems and now are delivering an into institution that you can get cyber alerts or issues coming from from manufacturing systems right down to right up to an I. T. Command center where you're seeing all the events and alerts so that they can be acted upon right away. So that's a great example of collaborating with from a security point of view. The 3rd 1 is industrial iot with ceilings and we've partnered with Siemens to deliver their minds Fear Private cloud edition delivered on our red hat Hybrid cloud. So this is an example where we are able to take our horizontal technologies, apply it with their vertical smarts and deep industry cause of context put our services capabilities on top of it so they can deliver their innovations anymore. >>It is such an expert on this, such a great leader on this area. And I have to ask you, you know, you've been in this um mode of evangelizing and leading teams and building solutions around digital re platform or whatever you wanna call her innovation. Um what's the big deal now? If you had to? I mean, it seems like it's all coming together with red hat under the covers, get distributed networks with the edge, it's all kind of coming together now for the verticals because you get the best of both worlds programmable scalable infrastructure with modern software applications on top. I mean you've been even even in the industry for many, many waves, why is this wave so big and important? >>So I think there is no longer uh big reason why it's important. I think there's no no reason why companies have to be convinced now the clarity is there, that this needs to happen. So that's one. The second is I think there is a high degree of expectation among consumers, among employees and among among customers as well that everything that we touch will be intelligent. So these technologies really unlock the value, uh unlock the value and they can be deployed at scale. That's really, I think what we're seeing as the focus now and being able to deliver the innovation anywhere, whether someone wants it at the edge next to a machine that's operating or be able to look at how a manufacturing facility or different product portfolio is doing in the boardroom, it's all available and so that shop floor, the top floor connection is what everybody is aiming for. We also now called edge to enterprise >>And everything works better. The employees are happy, people are happy to, stakeholders are happy finish. Great insight. Thank you for sharing here on the Cube for think 2021. Thanks for coming on the Cube. >>Absolutely. Thanks for having me. >>Okay. I'm John Kerry hosted the queue for IBM think 2021. Thanks for watching. Yeah. Mm. Yeah.
SUMMARY :
It's the cube with digital brought to you by IBM. So I'd love to get your thoughts on how you see this fourth industrial revolution as you say, So the application of those they're connected to the network security. We've recently heard about the chip shortage which gives you an idea that there is so much utilization of Besides the obvious new connection points? So it's either sustainability which To the plant or to the device itself, whether it's a mobile device or a that are stopping the acceleration for customers to achieve the benefits that they need to see. modernizing the foundation and making sure you're doing it in a secure way. So the keys to success that I get this right is gonna have the right framework for this, as you say, industry 4.0, So the collaboration between manufacturers, the oil and gas industry to be able to bring again that data platform to any location it's all kind of coming together now for the verticals because you get the best of both worlds programmable scalable it's all available and so that shop floor, the top floor connection is what Thanks for coming on the Cube. Thanks for having me. Thanks for watching.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Michelle | PERSON | 0.99+ |
Siemens | ORGANIZATION | 0.99+ |
John Kerry | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Two companies | QUANTITY | 0.99+ |
Winston Churchill | PERSON | 0.99+ |
2020 | DATE | 0.99+ |
two types | QUANTITY | 0.99+ |
john ferry | PERSON | 0.99+ |
second objective | QUANTITY | 0.99+ |
john | PERSON | 0.99+ |
Think 2021 | COMMERCIAL_ITEM | 0.99+ |
second | QUANTITY | 0.99+ |
A B B | ORGANIZATION | 0.98+ |
two years ago | DATE | 0.98+ |
nine months | QUANTITY | 0.98+ |
fourth industrial revolution | EVENT | 0.97+ |
3rd 1 | QUANTITY | 0.97+ |
one aspect | QUANTITY | 0.96+ |
pandemic | EVENT | 0.96+ |
both worlds | QUANTITY | 0.94+ |
11 key barrier | QUANTITY | 0.92+ |
one | QUANTITY | 0.92+ |
Cube | COMMERCIAL_ITEM | 0.92+ |
first one | QUANTITY | 0.9+ |
three part | QUANTITY | 0.89+ |
Schlumberger's | ORGANIZATION | 0.87+ |
Seaman's | ORGANIZATION | 0.87+ |
southwell | ORGANIZATION | 0.86+ |
three strategic | QUANTITY | 0.83+ |
petabytes | QUANTITY | 0.78+ |
2021 | DATE | 0.77+ |
Covid | ORGANIZATION | 0.73+ |
this year | DATE | 0.68+ |
hat | ORGANIZATION | 0.67+ |
three things | QUANTITY | 0.67+ |
red hat | COMMERCIAL_ITEM | 0.67+ |
terabytes | QUANTITY | 0.61+ |
over decades | QUANTITY | 0.61+ |
cloud | COMMERCIAL_ITEM | 0.61+ |
2021 | OTHER | 0.57+ |
IOT Armageddon | ORGANIZATION | 0.56+ |
number two | QUANTITY | 0.54+ |
Manish Chawla | ORGANIZATION | 0.48+ |
five G. | TITLE | 0.41+ |
think | COMMERCIAL_ITEM | 0.34+ |
BOS6 Rob High VTT
>>from >>around the >>globe, it's the >>Cube with digital coverage of IBM, think 2020 >>one brought to you by IBM. >>Welcome back to the cubes coverage of IBM think 2021 we're gonna talk about the Edge like what is the Edge, how it's going to evolve? And we're gonna take a look at an autonomous vessel use case, which is quite interesting with me is rob high and IBM fellow VP and Cto, IBM edge computing rob. Welcome. It's great to see you again. >>Thanks. Dave appreciate that. Good seeing you too. >>Yeah, So let's start with the basic question here, you know, people are like, well what is the Edge? Like it's one big thing and it's not, it's, it's many things, but how should we think about the edge and why should enterprises, you know, feel like it's necessary to begin to lean in? >>Well, let's just start with the use cases. Uh, you know, what edge means is the ability to put a camera on the manufacturing floor, you know, perhaps juxtaposed with a robot monitoring the work that the robot is doing using ai visual recognition to detect whether what that robot is doing is producing high quality parts or not. And to be able to do that in real time to be able to use that analytic then too, you know, quickly remediate any kind of quality issues, helps lower cost, it helps increase your yield and it helps increase the overall efficiency of your production processes. Or if not that, then putting it in something that's perhaps a bit more familiar to us. The idea of an autonomous vehicle, you know, be able to, you know, dr and do driver assistance to driver safety kinds of features, you know, all of that requires compute and having that compute where people are actually performing these tasks based on the data that they're receiving at the moment they receive it be able to process that real time, give them the feedback that allows them to make better decisions to be able to do that not only with lower latency, but actually with better protection of their data, better protection of their personal information or private information. If you're thinking about the business in which they operate, you know, be able to do that even when the network fails to be able to do that without necessarily have to transmit tons and tons of data back to the cloud, especially if you end up not actually using that anywhere. That's what as computing really means. >>Yeah. So it sounds like the edges, maybe we shouldn't think of it as a place, but the most logical place to process the data of, depending on late and see and other factors. It's that's a good way to look at it. So it's >>yeah, just where we do our work. >>Yeah. Well you do the work, right. That that makes a lot of sense. Thank you for that. So you know, we always we're talking about the pandemic, changing the way we think about things. And I wonder if you can comment on the the edge context as we come back From we work from home or remote work. You know, I think 2022, we hope it's going to be face to face. Uh good edge play a part in that. Has the pandemic uh made you think differently about the opportunities that edge? >>Yeah. And in fact what we've seen is the pandemic is actually beginning to accelerate digital transformation. If you think about it, you know any store they wanted to survive. This pandemic could only do so by basically introducing a digital presence, you know, the ability to buy online. And even if you're picking up at the store, picking up the curbside, you know you can't go into a restaurant without getting that Q. R. Code that gives you your digital menu. Um Trying to get workers back into factories as well as the warehouses and offices. And to do so safely be able to ensure that they're wearing their face masks and socially distancing properly. All of these things I think have driven digital transformation. And if you think about the task of buying online and picking up the store well stories better have a pretty good idea of where their inventory is. Um They need to know exactly where that product is. So they can quickly pick it and get it available to the client before they arrive at the store. Um And so that's edge computing. We need edge computing to be able to to automate the processes of inventory tracking down to individual items and where they're located throughout the store. To be able to do the recognition for whether people are or not maintaining social distancing or wearing the PP. E. Um to be able to ensure that our processes or as automated as possible to limit the amount of human interaction that's required in order to perform these processes. All of that I think has accelerated both digital transformation as well as particularly the use of edge computing uh in all of our businesses. >>I think about, you know, the force marched to digital in 2020 and if you weren't a digital business you were out of business. But you're my big takeaway from what you just said is a digital transformation is just starting. And now people really have some time to think about that, that digital strategy and and as we think about doing things you know more safely, maybe with less human intervention, we love autonomous vehicles. Examples, just because they're technically they're challenging. But I wonder if you could tell us the story of the Mayflower autonomous ship, its upcoming journey, it's going to be cruelest across the atlantic, unbelievable collecting data. You know, talk about how edge relates to that story. What can you tell us? >>Well, first of all, this is simply talk about the task of navigating a ship from one port on one side of the world too, another port across the ocean, across the atlantic. Um you know, the ocean is a dangerous place. Yes, it's wide open, it's you know, lots of water, but the reality is it's full of barriers. Of course, you've got land barriers, you've got other ships, you've got marine life, you've got debris that gets dropped in the ocean. And so the task of navigating is actually quite difficult. And again, to the same point that we made earlier, you have to have local compute in order to really be able to make those decisions fast enough with enough acuity with enough clarity to be able to be able to safely safely navigate around those kinds of obstacles. So we have to put compute in the ship. So the may fire ship is as I sort of implied a ship that will be autonomous. There are no human beings involved in in operating the ship. It has to be able to on its own. Both recognize these obstacles, recognizing the ship, recognize about, recognize um, you know, that cargo, uh, container that happened to have fallen off some other ships and floating through the ocean, recognize, you know, rain life, uh, whales and other other fish and birds that might be, uh, in the way. Um, and, and, and to be able to um, do all that, you know, entirely without any human invention. So that compute power is really a prime example of an edge computer. It is compute in the, in the business of navigation, making decisions about the things that it sees and making decisions about how best to circumvent those issues. Um, Now along the way, I should also say part of what the Mayflower ship that's going to do is not only exercise the task of navigation and prove that these algorithms can efficiently and effectively bring that shit from one side of the world to the other side safely. But along the way, it's going to conduct science is going to collect water samples for the chemical makeup of the oceans. At various points along the way it's going to be sampling for microplastics are examining phytoplankton for its health and liveliness. It's going to be the detecting wave motions and the wave energy that might be indicative of how the world is transforming in the presence of global climate change. Um These science packages that are going to be formed are also being performed autonomously without inhuman invention. And that actually opens up a very exciting potential future, which is the idea of these autonomous ships navigating the oceans, collecting data that can then be brought back for the scientists to examine so that they the scientists are not having to go out and spend weeks and months at a time in these perilous conditions, these potentially lonely conditions um collecting that data, but rather they can remain safely on land. The ship will collect the data and they can analyze that data from their home labs. So this is actually a really exciting project, but one that I think will demonstrate not only the idea that computing, but also the advances in navigation and marine science. >>Yeah, because I mean the ship has to navigate itself. Not only is it bringing back data, but there's a great, great example. I mean a lot of the work in machine intelligence today is uh in the modeling side. This is this is this is inference going on in near real time, uh which we think is where the action is. That's why we love the autonomous because there's a lot of IBM tech involved in here as well. Is there not? I mean, you've got to have software and you've got your edge devices, you've got, you know, automation capabilities. I mean, it's not all right. This is like serious technical challenge. >>Yeah. Well, we were approached by the primary team on this project and it didn't take us long to realize the utility that some of our technology would have to dancing their project. And so you're right. I mean, we have things like operations, decision and ODM which typically is used in the things of the services industry, but now it's being applied to the rules of navigation would call the cold cold rags. Um We've got our Ai services that do visual recognition because obviously we've got to be able to detect and identify um, the things that the ship is seeing along the way and be able to distinguish what those things are. Uh we have our imagine application manager which is being used to manage deployment of these kinds of workloads and frankly all of the workloads that are hosted in the ship, getting that managed and deployed onto the ship. Uh and and of course, you know, all these things have to be integrated. And so that's just a small sampling of the kinds of technologies. But it's a good example of where I think the edge kind of represents the culmination of what we have all been working within this industry, which is how do we bring technologies together to solve a problem as an integrated solution? >>You mentioned financial services. So I wonder if we could, you know, think beyond shipping, maybe what, what are you seeing in other industries? Are there any patterns that are developing, where clients are saying, hey, we need this sort of this capability? What can you tell us? >>So, I think it is, it's probably greatest demand right now in manufacturing, uh, in industrial 4.0, uh, kinds of environments where, you know, most of the industry, the industrial industries and markets have grown up largely dependent upon operations technology. Ot but one of the things that people need in these kind of environments is the additional benefits that come from A. I and we talked about using ai to do visual recognition on manufacturing processes, looking at quality inspection, for example, but there's other aspects of production optimization of workers safety. We talked a little bit about that around uh, predictive maintenance and asset management. Uh, you know, these kinds of additional things that are necessary to really to run your factory efficiently or you're you're drilling rig or your energy production systems. All these kinds of industrial processes can benefit from the advances that are occurring in analytics. And um, and, and then of course, having localized compute to do that with, to both do these kinds of decisions in real time, but also to offload the amount of transmission that we end up transmitting back to the cloud. So industry 40 or manufacturing is one big area retail. We talked about that, but you think about point of sale terminals and the idea of being able to do offers at point of sale to be able to do price checking to help you navigate the stores, digital signage. Um, you know, all the user experiences, spillage and spoilage and loss prevention. These are all kinds of use cases that will benefit retail retailers. Um, lot demand, of course. Again, the need to be able to do that locally within the store. We talked to touch a little bit on automotive. The whole automotive industry right now is going through a really fundamental transformation where virtually every automobile now is being imbued with more and more compute capacity and localized processing for doing driver safety and car maintenance and, and, and even short of, you know, full autonomy, which is of course is another topic in its own right. Uh lots of experiences that can be brought there as well. So lots of opportunity and distribution, manufacturing, retail banking. Virtually every industry that we've looked at has some opportunity for leveraging the benefits of the computer. Yeah, >>it's hard to get cars right now because the chip shortest. But I wonder real quick if you could talk about five G, you hear a lot about five Gs tons of hype there. How should we be thinking about 5G? How real is it? What's your take in terms of its impact on the edge? >>So a couple of thoughts here, one is 5G obviously is accelerating And it has the effect of accelerating edge computing because one of the benefits of 5G of course is lower latency and higher bandwidth. And that opens people's minds. The potential to leverage the network connectivity of equipment that otherwise is hard to connect. If you think about the factory floor for a moment and all the kinds of equipment you have on the factory floor. If you had to hardwire all that equipment to get access to the compute power on that, that could be a very expensive proposition. You'd like to kind of wirelessly connect that equipment and that's one of things that five day brings to the table because some of the spectrum five take uses has less potential to interfere with that equipment than than you would otherwise. So I think that what we're going to see is 5G will disproportionately benefit. I'll call him industrial or commercial use cases as compared to four G. And L. T. Which were very much centered on consumer use case five Gs accelerating edge computing in many ways Five G actually depends on edge computing doesn't mean that we can't do edge computing without five do we can we can certainly do it for dlt even wire line But I think 5G is going to have a very symbiotic effect on edge computing. >>Yeah just like wifi was enabler mobile but this is much much much larger potential rob. We gotta go. Thanks so much for coming on and sharing your insights. I'd love to have you back, awesome. Thanks. >>Alright appreciate it. Thank >>you for watching everybody's Day Volonte for the cubes coverage of IBM. Think 2020 21 2021 will be right back. >>Yeah. >>Yeah.
SUMMARY :
It's great to see you again. Good seeing you too. to put a camera on the manufacturing floor, you know, to process the data of, depending on late and see and other factors. So you know, E. Um to be able to ensure that our processes or as automated as I think about, you know, the force marched to digital in 2020 and if you weren't a digital business and, and, and to be able to um, do all that, you know, Yeah, because I mean the ship has to navigate itself. you know, all these things have to be integrated. So I wonder if we could, you know, think beyond shipping, Again, the need to be able to do that locally within the store. it's hard to get cars right now because the chip shortest. potential to interfere with that equipment than than you would otherwise. I'd love to have you back, awesome. Alright appreciate it. you for watching everybody's Day Volonte for the cubes coverage of IBM.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
2020 | DATE | 0.99+ |
both | QUANTITY | 0.99+ |
Both | QUANTITY | 0.99+ |
one port | QUANTITY | 0.98+ |
one side | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
one | QUANTITY | 0.97+ |
Edge | COMMERCIAL_ITEM | 0.97+ |
five day | QUANTITY | 0.95+ |
pandemic | EVENT | 0.93+ |
tons and tons of data | QUANTITY | 0.92+ |
2021 | DATE | 0.87+ |
five | QUANTITY | 0.86+ |
Rob | PERSON | 0.86+ |
atlantic | LOCATION | 0.85+ |
one big | QUANTITY | 0.83+ |
40 | QUANTITY | 0.82+ |
5G | ORGANIZATION | 0.79+ |
one big area | QUANTITY | 0.76+ |
phytoplankton | OTHER | 0.73+ |
Day Volonte | EVENT | 0.73+ |
first | QUANTITY | 0.72+ |
5G | QUANTITY | 0.66+ |
Five G | TITLE | 0.65+ |
2022 | DATE | 0.63+ |
Cto | ORGANIZATION | 0.6+ |
rob | PERSON | 0.58+ |
Q. R. | TITLE | 0.55+ |
industry | QUANTITY | 0.54+ |
five G | ORGANIZATION | 0.51+ |
five Gs | TITLE | 0.48+ |
L. T. | ORGANIZATION | 0.42+ |
five | OTHER | 0.4+ |
21 | DATE | 0.36+ |
G. | TITLE | 0.31+ |
four | ORGANIZATION | 0.3+ |
5G | TITLE | 0.29+ |
Mayflower | PERSON | 0.25+ |
BOS5 Allen Downs & Michelle Weston VTT
>>from >>Around the globe. It's the cube with digital coverage of IBM think 2021 brought to you by IBM. >>Welcome back to the cubes ongoing coverage of IBM Think 2021 virtual cube, you know, the pandemic has caused us to really rethink this this whole concept of operational resilience and we're gonna dig into that and talk about the importance of constructing a holistic resilience plan and get the perspective of some really great domain experts. Alan Downs is the vice president, global Cloud security and resiliency services at IBM and he's joined by MS Michelle what? Weston who is the director of cloud security and resiliency offerings at IBM folks. Welcome to the cube. Thanks for coming on. >>Thank you. >>Now before we get into it, I said IBM but I want to ask you, alan about an announcement you made last month about Kendrell new spin out from IBM. What can you tell us? >>Very excited about the name? I think there's a lot of meaning in the name centered around new growth and censored around partnership and relationship. So if you look at the name that was announced I think it really does typify what we set out to be as a trusted partner in the industry. All born around new growth centered around strong partnership and relationship. So very pleased and excited and look forward to the opportunity we have going forward. >>Yeah congratulations on that. Had some clarity martin schroder. New ceo Cubillan. Great executive love it. So good luck. Um Alan let me stay with you for a second. I mean operational resilience it means different things to different people and we know from speaking with C. IOS in our community during the pandemic. It doesn't just mean disaster recovery. In fact a lot of C. I. O. Said that their business continuing strategy were too focused on on D. R. Ellen. What does operational resilience mean from your perspective? >>So I'll answer it this way. Operational resiliency risk is defined as the quantifiable steps that any client needs to take in order to respond, recover from an unplanned outage. It sits squarely within operational risk. And if you think about it, operational risk is the kind of non financial element of risk. And defined within that category, operational resiliency risk is trying to identify those steps both pre active and reactive that a client needs to consider that they would have to take in the event of an unplanned disruption or an unplanned outage that would impact their ability to serve their clients or to serve their organization. That's how I define operational resiliency risk. >>Great and I wonder Michelle if you can add to that but I think you know I sometimes say that the pandemic was like a forced march to digital and part of that was business resilience. But You know, where do we go from here? You know, we had 14 months shoved into our face and now we have some time to think about. So how should clients think about evolving their strategies in this regard? >>Yeah, Well, certainly with respect to what was called Newco now, Kendrell, um our approach has been advisory led. Uh we will help clients along this journey. Uh, one thing that I'd like to point out in one of the journeys that we've been taking over the last couple of years is it really is about security and resiliency together. If you think of that planning and how to mitigate your operational risk, the security and resiliency go hand in hand through the same people within the organization that are planning for that and worried about it. And so we had already started about three years ago to pull the two together and to have a unified value proposition for clients around security and resiliency, both being advisory lead, doing everything for a client from project based to the digital consumption world which we know clients live in today to a fully managed service all around security and resiliency together. >>Yeah, so I mean it's really important topic. I mean you heard Chair Powell last month. He was he was on 60 minutes saying well yeah worried about inflation, were way more worried about security. So so alan you know, were let's say you're in the virtual, you know, conference room with the board of directors. What's that conversation like? Uh where does it start? >>I think there is a huge concern right now with regard to security and obviously resiliency as well. But if you just think about what we've all been through and what's transpired in the last 12 months, the what we call the threat landscape has broadened significantly and therefore clients have had to go through a rapid transformation not just by moving employees to home base, but also their clients having a much higher expectation in terms of access to systems, access to transactions which are all digital. So you referred to it earlier. But the transformation, our clients have had to go on driving a higher dependence on those systems that enable them to serve their clients digitally and enable them to allow the employees to work remotely in this period has increased the dependencies that they have across the environment that are running many of the critical business processes. So the discussion in the boardroom is very much are we secure? Are we safe? How do we know how safe and secure and resilient should we be? And based on that fact about how safe and secure should we be? Where are we today as an organization? And I think these are the questions that are at the boardroom is basically from a resiliency security perspective, where should we be that supports our strategy vision and our client expectation? And then the second question is very much where are we today? How do we know that we are secure? How do we know that we can recover from any unplanned or unforeseen disruption to our environments? >>So Michelle, I mean I just mentioned the threat surface is expanding and we're just getting started, everybody's like crazy about five G leaning in the edge Iot and that's just uh this could be orders of magnitude by the end of the decade compared to where it is today. So how do you think about the key steps that organizations should should take to ensure operational resilience, you know, not only today, but also putting in a road map. >>Yeah, yeah. And and one thing that we do know from our clients is those that have actually planned for resiliency and security at the forefront. They tend to do that more effectively and more efficiently. Um It's much better to do that than to try to do that after an outage. You certainly learn a lot. Um but that's not the experience that you want to go through. You want to have that planning and strategy in the forefront. As Alan said in terms of the threat vector, the pandemic brought that on as well. We saw surgeons Of cyberattacks, opportunistic attacks. Um you know, we saw the best of people in the pandemic as well as the worst in people. Some of those attacks were on agencies that we're trying to recover. We're trying to treat the public with respect to the COVID-19 pandemic. So none of us can let our guard down here. I think we can anticipate that that's only going to increase. And with the emergence of these new technologies like cloud, we know that there's been such a massive benefit to clients. In fact those that were cloud enabled to sustain their businesses during the pandemic full stop. But with that comes a lot more complexity. Those threat vectors increase five G. I expect to be the same. So again, resilience and security have never been more relevant. More important, we see a lot of our clients putting budget there and those that plan for it with a strategic mindset and understand that whatever they have today may be good enough, but in the future they're going to have to invest and continue to evolve that strategy. Are those that have done the best. >>Yeah, the bolt on strategy doesn't doesn't really work that well, but and I wonder if you think about when we talk to CSOS for example, and you ask them what's your biggest challenge? They'll say things like lack of talent. We got too many tools. It's just as we're on the hamsters on wheels. So I would think that's, you know, unfortunately for some, but it's good for your, your business. That's that's a dynamic that you can help with. I mean you're a services organization, you got deep expertise in this. So I wonder if you could, could talk a little bit about that, that lack of talent, that skills gap and how you guys address that. >>I think this is really the fit for managed services providers like Kendrell, um, certainly with some of our largest clients, if we look at Peta as an example, that notion of phone a friend is really important when it starts to go down and you're not sure what you're gonna do next. You want the expertise, you want to be able to phone someone and you want to be able to rely on them to help you recover your most critical data. One of the things clients have also been asking us for is a vaulted capability, almost like the safe deposit box for your data and your critical applications. Being able to put them somewhere and then in the event of needing to recover, um, you certainly could call someone to help you do exactly that >>Ellen. I wonder if you can address this. I mean, I like IBM I was I'm a customer. I trust IBM. What's your relationship? Are you still gonna, you know, be able to allow me to tap the pieces that that I like and maybe you guys can be more agile in some respects, maybe you can talk about that a little bit. >>She has Sure, Dave and many of our clients, we have a long history with a very positive experience of delivering, you know, market leading and high high quality of services and product the relationship continue. So we will remain very close to IBM and we will continue to work with many of IBM's customers as will IBM work with our customers going forward. So the relationship, I believe whilst a different dynamic will continue and I believe engenders an opportunity for growth and you know, we mentioned earlier the very name signifies the fact that it's new growth and I do think that that partnership will continue and we'll continue together to deliver the type of service, the quality of products and services that our clients have, you know, enjoyed from IBM over the last number of years, >>Michelle my, one of my takeaway from your earlier comments as you guys are hands on consultative in nature. Um, and I think about the comment I made about a lot of Ceo said we were way too d our focus. But when I think about d are a lot of times it was a checkbox to the board. Hey, we got it. But it was last time you tested it. Well, we don't test it because it's too risky to test. You know, we, we do fail over, but we don't fail back because it's just too risky. Can I stress test, you know, my environment, we, at the point now where technology and expertise will allow us to do that is that part of what you bring to the table? >>It is exactly exactly what we bring to the table. So from a first of all, from a compliance and regulatory perspective, you no longer have that option. A lot of the auditors are asking you to demonstrate your d our plan. We have technology and I think we've talked about this before about the automation that we have in our portfolio with resiliency orchestration that allows you to see the risk in your environment on a day to day basis. Proactively manage it. I tried to recover this, there's a there's a failure and then you're able to proactively address it. I also give the example from a resiliency orchestration perspective in this very powerful software automation that we have for D. R. We've had clients that have come in scheduled A. D. R. Test, it was to be all day they've ordered in lunch And the D. R. test fail over failed back took 22 minutes and lunch was canceled. >>I love >>it. Very powerful and very powerful with an auditor. >>That's awesome. Okay guys, we've got to leave it there. Really great to get the update. Best of luck to you and congratulations. Thanks for coming on. >>Thank you so much >>and thank you for watching. This is Dave Volonte for the cubes continuous coverage of IBM think 2021 right back. >>Mhm.
SUMMARY :
think 2021 brought to you by IBM. you know, the pandemic has caused us to really rethink this this whole concept of operational resilience and we're What can you tell us? So if you look at the name that was announced I think it really does typify I mean operational resilience it means different things to different people and we know from speaking with C. And if you think about it, operational risk is the kind of non financial element Great and I wonder Michelle if you can add to that but I think you know I sometimes say If you think of that planning and how to mitigate So so alan you know, were let's say you're in the virtual, So you referred to it earlier. So how do you think Um but that's not the experience that you want to So I would think that's, you know, unfortunately for some, but it's good for your, rely on them to help you recover your most critical data. I wonder if you can address this. and I believe engenders an opportunity for growth and you know, Can I stress test, you know, my environment, we, at the point now where technology A lot of the auditors are asking you Best of luck to you and congratulations. and thank you for watching.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
IBM | ORGANIZATION | 0.99+ |
Alan | PERSON | 0.99+ |
Michelle | PERSON | 0.99+ |
Alan Downs | PERSON | 0.99+ |
Dave Volonte | PERSON | 0.99+ |
Weston | PERSON | 0.99+ |
second question | QUANTITY | 0.99+ |
Dave | PERSON | 0.99+ |
60 minutes | QUANTITY | 0.99+ |
martin schroder | PERSON | 0.99+ |
22 minutes | QUANTITY | 0.99+ |
D. R. Ellen | PERSON | 0.99+ |
CSOS | ORGANIZATION | 0.99+ |
14 months | QUANTITY | 0.99+ |
Ellen | PERSON | 0.99+ |
today | DATE | 0.99+ |
two | QUANTITY | 0.99+ |
last month | DATE | 0.99+ |
last month | DATE | 0.99+ |
one | QUANTITY | 0.98+ |
Kendrell | PERSON | 0.98+ |
Kendrell | ORGANIZATION | 0.98+ |
both | QUANTITY | 0.98+ |
Michelle Weston | PERSON | 0.97+ |
2021 | DATE | 0.97+ |
pandemic | EVENT | 0.96+ |
Allen Downs | ORGANIZATION | 0.95+ |
Chair Powell | PERSON | 0.94+ |
Think 2021 | COMMERCIAL_ITEM | 0.93+ |
COVID-19 pandemic | EVENT | 0.91+ |
D. R. | TITLE | 0.91+ |
one thing | QUANTITY | 0.9+ |
One | QUANTITY | 0.88+ |
last couple of years | DATE | 0.88+ |
think 2021 | COMMERCIAL_ITEM | 0.86+ |
ceo Cubillan | PERSON | 0.82+ |
alan | PERSON | 0.82+ |
about three years ago | DATE | 0.8+ |
end of | DATE | 0.76+ |
Ceo | ORGANIZATION | 0.73+ |
first | QUANTITY | 0.72+ |
MS | ORGANIZATION | 0.72+ |
C. IOS | PERSON | 0.71+ |
IBM | COMMERCIAL_ITEM | 0.68+ |
last | DATE | 0.68+ |
last 12 months | DATE | 0.67+ |
Newco | ORGANIZATION | 0.66+ |
C. I. O. | PERSON | 0.65+ |
my takeaway | QUANTITY | 0.62+ |
five G | ORGANIZATION | 0.6+ |
Peta | ORGANIZATION | 0.55+ |
second | QUANTITY | 0.55+ |
years | DATE | 0.51+ |
five | QUANTITY | 0.44+ |