Steven Hillion & Jeff Fletcher, Astronomer | AWS Startup Showcase S3E1
(upbeat music) >> Welcome everyone to theCUBE's presentation of the AWS Startup Showcase AI/ML Top Startups Building Foundation Model Infrastructure. This is season three, episode one of our ongoing series covering exciting startups from the AWS ecosystem to talk about data and analytics. I'm your host, Lisa Martin and today we're excited to be joined by two guests from Astronomer. Steven Hillion joins us, it's Chief Data Officer and Jeff Fletcher, it's director of ML. They're here to talk about machine learning and data orchestration. Guys, thank you so much for joining us today. >> Thank you. >> It's great to be here. >> Before we get into machine learning let's give the audience an overview of Astronomer. Talk about what that is, Steven. Talk about what you mean by data orchestration. >> Yeah, let's start with Astronomer. We're the Airflow company basically. The commercial developer behind the open-source project, Apache Airflow. I don't know if you've heard of Airflow. It's sort of de-facto standard these days for orchestrating data pipelines, data engineering pipelines, and as we'll talk about later, machine learning pipelines. It's really is the de-facto standard. I think we're up to about 12 million downloads a month. That's actually as a open-source project. I think at this point it's more popular by some measures than Slack. Airflow was created by Airbnb some years ago to manage all of their data pipelines and manage all of their workflows and now it powers the data ecosystem for organizations as diverse as Electronic Arts, Conde Nast is one of our big customers, a big user of Airflow. And also not to mention the biggest banks on Wall Street use Airflow and Astronomer to power the flow of data throughout their organizations. >> Talk about that a little bit more, Steven, in terms of the business impact. You mentioned some great customer names there. What is the business impact or outcomes that a data orchestration strategy enables businesses to achieve? >> Yeah, I mean, at the heart of it is quite simply, scheduling and managing data pipelines. And so if you have some enormous retailer who's managing the flow of information throughout their organization they may literally have thousands or even tens of thousands of data pipelines that need to execute every day to do things as simple as delivering metrics for the executives to consume at the end of the day, to producing on a weekly basis new machine learning models that can be used to drive product recommendations. One of our customers, for example, is a British food delivery service. And you get those recommendations in your application that says, "Well, maybe you want to have samosas with your curry." That sort of thing is powered by machine learning models that they train on a regular basis to reflect changing conditions in the market. And those are produced through Airflow and through the Astronomer platform, which is essentially a managed platform for running airflow. So at its simplest it really is just scheduling and managing those workflows. But that's easier said than done of course. I mean if you have 10 thousands of those things then you need to make sure that they all run that they all have sufficient compute resources. If things fail, how do you track those down across those 10,000 workflows? How easy is it for an average data scientist or data engineer to contribute their code, their Python notebooks or their SQL code into a production environment? And then you've got reproducibility, governance, auditing, like managing data flows across an organization which we think of as orchestrating them is much more than just scheduling. It becomes really complicated pretty quickly. >> I imagine there's a fair amount of complexity there. Jeff, let's bring you into the conversation. Talk a little bit about Astronomer through your lens, data orchestration and how it applies to MLOps. >> So I come from a machine learning background and for me the interesting part is that machine learning requires the expansion into orchestration. A lot of the same things that you're using to go and develop and build pipelines in a standard data orchestration space applies equally well in a machine learning orchestration space. What you're doing is you're moving data between different locations, between different tools, and then tasking different types of tools to act on that data. So extending it made logical sense from a implementation perspective. And a lot of my focus at Astronomer is really to explain how Airflow can be used well in a machine learning context. It is being used well, it is being used a lot by the customers that we have and also by users of the open source version. But it's really being able to explain to people why it's a natural extension for it and how well it fits into that. And a lot of it is also extending some of the infrastructure capabilities that Astronomer provides to those customers for them to be able to run some of the more platform specific requirements that come with doing machine learning pipelines. >> Let's get into some of the things that make Astronomer unique. Jeff, sticking with you, when you're in customer conversations, what are some of the key differentiators that you articulate to customers? >> So a lot of it is that we are not specific to one cloud provider. So we have the ability to operate across all of the big cloud providers. I know, I'm certain we have the best developers that understand how best practices implementations for data orchestration works. So we spend a lot of time talking to not just the business outcomes and the business users of the product, but also also for the technical people, how to help them better implement things that they may have come across on a Stack Overflow article or not necessarily just grown with how the product has migrated. So it's the ability to run it wherever you need to run it and also our ability to help you, the customer, better implement and understand those workflows that I think are two of the primary differentiators that we have. >> Lisa: Got it. >> I'll add another one if you don't mind. >> You can go ahead, Steven. >> Is lineage and dependencies between workflows. One thing we've done is to augment core Airflow with Lineage services. So using the Open Lineage framework, another open source framework for tracking datasets as they move from one workflow to another one, team to another, one data source to another is a really key component of what we do and we bundle that within the service so that as a developer or as a production engineer, you really don't have to worry about lineage, it just happens. Jeff, may show us some of this later that you can actually see as data flows from source through to a data warehouse out through a Python notebook to produce a predictive model or a dashboard. Can you see how those data products relate to each other? And when something goes wrong, figure out what upstream maybe caused the problem, or if you're about to change something, figure out what the impact is going to be on the rest of the organization. So Lineage is a big deal for us. >> Got it. >> And just to add on to that, the other thing to think about is that traditional Airflow is actually a complicated implementation. It required quite a lot of time spent understanding or was almost a bespoke language that you needed to be able to develop in two write these DAGs, which is like fundamental pipelines. So part of what we are focusing on is tooling that makes it more accessible to say a data analyst or a data scientist who doesn't have or really needs to gain the necessary background in how the semantics of Airflow DAGs works to still be able to get the benefit of what Airflow can do. So there is new features and capabilities built into the astronomer cloud platform that effectively obfuscates and removes the need to understand some of the deep work that goes on. But you can still do it, you still have that capability, but we are expanding it to be able to have orchestrated and repeatable processes accessible to more teams within the business. >> In terms of accessibility to more teams in the business. You talked about data scientists, data analysts, developers. Steven, I want to talk to you, as the chief data officer, are you having more and more conversations with that role and how is it emerging and evolving within your customer base? >> Hmm. That's a good question, and it is evolving because I think if you look historically at the way that Airflow has been used it's often from the ground up. You have individual data engineers or maybe single data engineering teams who adopt Airflow 'cause it's very popular. Lots of people know how to use it and they bring it into an organization and say, "Hey, let's use this to run our data pipelines." But then increasingly as you turn from pure workflow management and job scheduling to the larger topic of orchestration you realize it gets pretty complicated, you want to have coordination across teams, and you want to have standardization for the way that you manage your data pipelines. And so having a managed service for Airflow that exists in the cloud is easy to spin up as you expand usage across the organization. And thinking long term about that in the context of orchestration that's where I think the chief data officer or the head of analytics tends to get involved because they really want to think of this as a strategic investment that they're making. Not just per team individual Airflow deployments, but a network of data orchestrators. >> That network is key. Every company these days has to be a data company. We talk about companies being data driven. It's a common word, but it's true. It's whether it is a grocer or a bank or a hospital, they've got to be data companies. So talk to me a little bit about Astronomer's business model. How is this available? How do customers get their hands on it? >> Jeff, go ahead. >> Yeah, yeah. So we have a managed cloud service and we have two modes of operation. One, you can bring your own cloud infrastructure. So you can say here is an account in say, AWS or Azure and we can go and deploy the necessary infrastructure into that, or alternatively we can host everything for you. So it becomes a full SaaS offering. But we then provide a platform that connects at the backend to your internal IDP process. So however you are authenticating users to make sure that the correct people are accessing the services that they need with role-based access control. From there we are deploying through Kubernetes, the different services and capabilities into either your cloud account or into an account that we host. And from there Airflow does what Airflow does, which is its ability to then reach to different data systems and data platforms and to then run the orchestration. We make sure we do it securely, we have all the necessary compliance certifications required for GDPR in Europe and HIPAA based out of the US, and a whole bunch host of others. So it is a secure platform that can run in a place that you need it to run, but it is a managed Airflow that includes a lot of the extra capabilities like the cloud developer environment and the open lineage services to enhance the overall airflow experience. >> Enhance the overall experience. So Steven, going back to you, if I'm a Conde Nast or another organization, what are some of the key business outcomes that I can expect? As one of the things I think we've learned during the pandemic is access to realtime data is no longer a nice to have for organizations. It's really an imperative. It's that demanding consumer that wants to have that personalized, customized, instant access to a product or a service. So if I'm a Conde Nast or I'm one of your customers, what can I expect my business to be able to achieve as a result of data orchestration? >> Yeah, I think in a nutshell it's about providing a reliable, scalable, and easy to use service for developing and running data workflows. And talking of demanding customers, I mean, I'm actually a customer myself, as you mentioned, I'm the head of data for Astronomer. You won't be surprised to hear that we actually use Astronomer and Airflow to run all of our data pipelines. And so I can actually talk about my experience. When I started I was of course familiar with Airflow, but it always seemed a little bit unapproachable to me if I was introducing that to a new team of data scientists. They don't necessarily want to have to think about learning something new. But I think because of the layers that Astronomer has provided with our Astro service around Airflow it was pretty easy for me to get up and running. Of course I've got an incentive for doing that. I work for the Airflow company, but we went from about, at the beginning of last year, about 500 data tasks that we were running on a daily basis to about 15,000 every day. We run something like a million data operations every month within my team. And so as one outcome, just the ability to spin up new production workflows essentially in a single day you go from an idea in the morning to a new dashboard or a new model in the afternoon, that's really the business outcome is just removing that friction to operationalizing your machine learning and data workflows. >> And I imagine too, oh, go ahead, Jeff. >> Yeah, I think to add to that, one of the things that becomes part of the business cycle is a repeatable capabilities for things like reporting, for things like new machine learning models. And the impediment that has existed is that it's difficult to take that from a team that's an analyst team who then provide that or a data science team that then provide that to the data engineering team who have to work the workflow all the way through. What we're trying to unlock is the ability for those teams to directly get access to scheduling and orchestrating capabilities so that a business analyst can have a new report for C-suite execs that needs to be done once a week, but the time to repeatability for that report is much shorter. So it is then immediately in the hands of the person that needs to see it. It doesn't have to go into a long list of to-dos for a data engineering team that's already overworked that they eventually get it to it in a month's time. So that is also a part of it is that the realizing, orchestration I think is fairly well and a lot of people get the benefit of being able to orchestrate things within a business, but it's having more people be able to do it and shorten the time that that repeatability is there is one of the main benefits from good managed orchestration. >> So a lot of workforce productivity improvements in what you're doing to simplify things, giving more people access to data to be able to make those faster decisions, which ultimately helps the end user on the other end to get that product or the service that they're expecting like that. Jeff, I understand you have a demo that you can share so we can kind of dig into this. >> Yeah, let me take you through a quick look of how the whole thing works. So our starting point is our cloud infrastructure. This is the login. You go to the portal. You can see there's a a bunch of workspaces that are available. Workspaces are like individual places for people to operate in. I'm not going to delve into all the deep technical details here, but starting point for a lot of our data science customers is we have what we call our Cloud IDE, which is a web-based development environment for writing and building out DAGs without actually having to know how the underpinnings of Airflow work. This is an internal one, something that we use. You have a notebook-like interface that lets you write python code and SQL code and a bunch of specific bespoke type of blocks if you want. They all get pulled together and create a workflow. So this is a workflow, which gets compiled to something that looks like a complicated set of Python code, which is the DAG. I then have a CICD process pipeline where I commit this through to my GitHub repo. So this comes to a repo here, which is where these DAGs that I created in the previous step exist. I can then go and say, all right, I want to see how those particular DAGs have been running. We then get to the actual Airflow part. So this is the managed Airflow component. So we add the ability for teams to fairly easily bring up an Airflow instance and write code inside our notebook-like environment to get it into that instance. So you can see it's been running. That same process that we built here that graph ends up here inside this, but you don't need to know how the fundamentals of Airflow work in order to get this going. Then we can run one of these, it runs in the background and we can manage how it goes. And from there, every time this runs, it's emitting to a process underneath, which is the open lineage service, which is the lineage integration that allows me to come in here and have a look and see this was that actual, that same graph that we built, but now it's the historic version. So I know where things started, where things are going, and how it ran. And then I can also do a comparison. So if I want to see how this particular run worked compared to one historically, I can grab one from a previous date and it will show me the comparison between the two. So that combination of managed Airflow, getting Airflow up and running very quickly, but the Cloud IDE that lets you write code and know how to get something into a repeatable format get that into Airflow and have that attached to the lineage process adds what is a complete end-to-end orchestration process for any business looking to get the benefit from orchestration. >> Outstanding. Thank you so much Jeff for digging into that. So one of my last questions, Steven is for you. This is exciting. There's a lot that you guys are enabling organizations to achieve here to really become data-driven companies. So where can folks go to get their hands on this? >> Yeah, just go to astronomer.io and we have plenty of resources. If you're new to Airflow, you can read our documentation, our guides to getting started. We have a CLI that you can download that is really I think the easiest way to get started with Airflow. But you can actually sign up for a trial. You can sign up for a guided trial where our teams, we have a team of experts, really the world experts on getting Airflow up and running. And they'll take you through that trial and allow you to actually kick the tires and see how this works with your data. And I think you'll see pretty quickly that it's very easy to get started with Airflow, whether you're doing that from the command line or doing that in our cloud service. And all of that is available on our website >> astronomer.io. Jeff, last question for you. What are you excited about? There's so much going on here. What are some of the things, maybe you can give us a sneak peek coming down the road here that prospects and existing customers should be excited about? >> I think a lot of the development around the data awareness components, so one of the things that's traditionally been complicated with orchestration is you leave your data in the place that you're operating on and we're starting to have more data processing capability being built into Airflow. And from a Astronomer perspective, we are adding more capabilities around working with larger datasets, doing bigger data manipulation with inside the Airflow process itself. And that lends itself to better machine learning implementation. So as we start to grow and as we start to get better in the machine learning context, well, in the data awareness context, it unlocks a lot more capability to do and implement proper machine learning pipelines. >> Awesome guys. Exciting stuff. Thank you so much for talking to me about Astronomer, machine learning, data orchestration, and really the value in it for your customers. Steve and Jeff, we appreciate your time. >> Thank you. >> My pleasure, thanks. >> And we thank you for watching. This is season three, episode one of our ongoing series covering exciting startups from the AWS ecosystem. I'm your host, Lisa Martin. You're watching theCUBE, the leader in live tech coverage. (upbeat music)
SUMMARY :
of the AWS Startup Showcase let's give the audience and now it powers the data ecosystem What is the business impact or outcomes for the executives to consume how it applies to MLOps. and for me the interesting that you articulate to customers? So it's the ability to run it if you don't mind. that you can actually see as data flows the other thing to think about to more teams in the business. about that in the context of orchestration So talk to me a little bit at the backend to your So Steven, going back to you, just the ability to spin up but the time to repeatability a demo that you can share that allows me to come There's a lot that you guys We have a CLI that you can download What are some of the things, in the place that you're operating on and really the value in And we thank you for watching.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jeff | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Jeff Fletcher | PERSON | 0.99+ |
Steven | PERSON | 0.99+ |
Steve | PERSON | 0.99+ |
Steven Hillion | PERSON | 0.99+ |
Lisa | PERSON | 0.99+ |
Europe | LOCATION | 0.99+ |
Conde Nast | ORGANIZATION | 0.99+ |
US | LOCATION | 0.99+ |
thousands | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
HIPAA | TITLE | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
two guests | QUANTITY | 0.99+ |
Airflow | ORGANIZATION | 0.99+ |
Airbnb | ORGANIZATION | 0.99+ |
10 thousands | QUANTITY | 0.99+ |
One | QUANTITY | 0.99+ |
Electronic Arts | ORGANIZATION | 0.99+ |
one | QUANTITY | 0.99+ |
Python | TITLE | 0.99+ |
two modes | QUANTITY | 0.99+ |
Airflow | TITLE | 0.98+ |
10,000 workflows | QUANTITY | 0.98+ |
about 500 data tasks | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
one outcome | QUANTITY | 0.98+ |
tens of thousands | QUANTITY | 0.98+ |
GDPR | TITLE | 0.97+ |
SQL | TITLE | 0.97+ |
GitHub | ORGANIZATION | 0.96+ |
astronomer.io | OTHER | 0.94+ |
Slack | ORGANIZATION | 0.94+ |
Astronomer | ORGANIZATION | 0.94+ |
some years ago | DATE | 0.92+ |
once a week | QUANTITY | 0.92+ |
Astronomer | TITLE | 0.92+ |
theCUBE | ORGANIZATION | 0.92+ |
last year | DATE | 0.91+ |
Kubernetes | TITLE | 0.88+ |
single day | QUANTITY | 0.87+ |
about 15,000 every day | QUANTITY | 0.87+ |
one cloud | QUANTITY | 0.86+ |
IDE | TITLE | 0.86+ |
Eric Feagler & Jimmy Nannos & Jeff Grimes, AWS | AWS re:Invent 2022
(bright upbeat music) >> Good morning fellow cloud community nerds and welcome back to theCube's live coverage of AWS re:Invent, we're here in fabulous Las Vegas, Nevada. You can tell by my sequence. My name's Savannah Peterson and I'm delighted to be here with theCUBE. Joining me this morning is a packed house. We have three fabulous guests from AWS's global startup program. Immediately to my right is Eric. Eric, welcome to the show. >> Thank you. >> We've also got Jimmy and Jeff. Before we get into the questions, how does it feel? This is kind of a show off moment for you all. Is it exciting to be back on the show floor? >> Always, I mean, you live for this event, right? I mean, we've got 50,000. >> You live for this? >> Yeah, I mean, 50,000 customers. Like we really appreciate the fact that time, money and resources they spend to be here. So, yeah, I love it. >> Savanna: Yeah, fantastic. >> Yeah, everyone in the same place at the same time, energy is just pretty special, so, it's fun. >> It is special. And Jimmy, I know you joined the program during the pandemic. This is probably the largest scale event you've been at with AWS. >> First time at re:Invent. >> Welcome >> (mumbles) Customers, massive. And I love seeing some of the startups that I partner with directly behind me here from theCUBE set as well. >> Yeah, it's fantastic. First time on theCUBE, welcome. >> Jimmy: Thank you. >> We hope to have you back. >> Jimmy: Proud to be here. >> Jimmy, I'm going to keep it on you to get us started. So, just in case someone hasn't heard of the global startup program with AWS. Give us the lay of the land. >> Sure, so flagship program at AWS. We partner with venture backed, product market fit B2B startups that are building on AWS. So, we have three core pillars. We help them co-built, co-market, and co-sell. Really trying to help them accelerate their cloud journey and get new customers build with best practices while helping them grow. >> Savanna: Yeah, Jeff, anything to add there? >> Yeah, I would say we try our best to find the best technology out there that our customers are demanding today. And basically, give them a fast track to the top resources we have to offer to help them grow their business. >> Yeah, and not a casual offering there at AWS. I just want to call out some stats so everyone knows just how many amazing startups and businesses that you touch. We've talked a lot about unicorns here on the show, and one of Adam's quotes from the keynote was, "Of the 1200 global unicorns, 83% run on AWS." So, at what stage are most companies trying to come and partner with you? And Eric we'll go to you for that. >> Yeah, so I run the North American startup team and our mission is to get and support startups as early as inception as possible, right? And so we've got kind of three, think about three legs of stool. We've got our business development team who works really closely with everything from seed, angel investors, incubators, accelerators, top tier VCs. And then we've got a sales team, we've got a BD team. And so really, like we're even looking before customers start even building or billing, we want to find those stealth startups, help them understand kind of product, where they fit within AWS, help them understand kind of how we can support them. And then as they start to build, then we've got a commercial team of solution architects and sales professionals that work with them. So, we actually match that life cycle all the way through. >> That's awesome. So, you are looking at seed, stealth. So, if I'm a founder listening right now, it doesn't matter what stage I'm at. >> No, I mean, really we want to get, and so we have credit programs, we have enablement programs, focus everything from very beginning to hyper scale. And that's kind of how we think about it. >> That's pretty awesome. So Jeff, what are the keys to success for a startup in working with you all? >> Yeah, good question. Highly differentiated technology is absolutely critical, right? There's a lot of startups out there but finding those that have differentiated technology that meets the demands of AWS customers, by far the biggest piece right there. And then it's all about figuring out how to lean into the partnership and really embrace what Jimmy said. How do you do the co build, the co-marketing, co-sell to put the full package together to make sure that your software's going to have the greatest visibility with our customers out there. >> Yeah, I love that. Jimmy, how do you charm them? What do the startups see in working with AWS? (indistinct) >> But that aside, Jeff just alluded to it. It's that better together story and it takes a lot of buy-in from the partner to get started. It is what we say, a partner driven flywheel. And the successful partners that I work with understand that and they're committing the resources to the relationship because we manage thousands and thousands of startups and there's thousands listed on Marketplace. And then within our co-sell ISV Accelerate program, there's hundreds of startups. So startups have to, one, differentiate themselves with their technology, but then two, be able to lean in to do the tactical engagement that myself and my PDM peers help them manage. >> Awesome, yeah. So Eric. >> Yes. >> Let's say I talk to a lot of founders because I do, and how would I pitch an AWS partnership through the global startup program to them? >> Yeah, well, so this... >> Give me my sound back. >> Yeah, yeah, look for us, like it's all about scaling your business, right? And so my team, and we have a partnership. I run the North American startup team, they run the global startup program, okay? So what my job is initially is to help them build up their services and their programs and products. And then as they get to product market fit, and we see synergy with selling with Amazon, the whole idea is to lead them into the go-to market programs, right? And so really for us, that pitch is this, simply put, we're going to help you extend your reach, right? We're going to take what you know about your service and having product market fit understanding your sales cycle, understanding your customer and your value, and then we're going to amplify that voice. >> Sounds good to me, I'm sold. I like that, I mean, I doubt there's too many companies with as much reach as you have. Let's dig in there a little bit. So, how much is the concentration of the portfolio in North America versus globally? I know you've got your fingers all over the place. >> Jimmy: Yeah. >> Go for it, Jeff. >> Jimmy: Well, yeah, you start and I'll... >> On the partnership side, it's pretty balanced between North America and AMEA and APJ, et cetera, but the type of partners is very different, right? So North America, we have a high focus on infrastructure led partners, right? Where that might be a little different in other regions internationally. >> Yeah, so I have North America, I have a peer that has AMEA, a peer that has Latin America and a peer that has APJ. And so, we have the startup team which is global, and we break it up regionally, and then the global startup program, which is partnership around APN, Amazon Partner Network, is also global. So like, we work in concert, they have folks married up to our team in each region. >> Savannah, what I'm hearing is you want do a global startup showcase? >> Yeah. (indistinct) >> We're happy to sponsor. >> Are you reading my mind? We are very aligned, Jimmy. >> I love it, awesome. >> I'm going to ask you a question, since you obviously are in sync with me all ready. You guys see what you mentioned, 50,000 startups in the program? 100, 000, how many? >> Well you're talking about for the global startup program, the ISV side? >> Sure, yeah, let's do both the stats actually. >> So, the global startup program's a lot smaller than that, right? So globally, there might be around 1,000 startups that are in the program. >> Savanna: Very elite little spot. >> Now, a lot bigger world on Eric's side. >> Eric: Yeah, globally over 200,000. >> Savanna: Whoa. >> Yeah, I mean, you think about, so just think about the... >> To keep track, those all in your head? >> Yeah, I can't keep track. North America's quite large. Yeah, no, because look, startups are getting created every day, right? And then there's positive exits and negative exits, right? And so, yeah, I mean, it's impressive. And particularly over the last two years, over the last two years are a little bit crazy, bonkers with the money coming. (mumbles) And yet the creation that's going to happen right now in the market disruption is going to mirror what happened in 2008, 2009. And so, the creation is not going to slow down. >> Savanna: No, hopefully not. >> No. >> No, and our momentum, I mean everyone's doing things faster, more data, it's all that we're talking about, do more and make it easier for everybody in the same central location. Jimmy, of those thousand global startups that you're working with, can you tell us some of the trends? >> Yeah, so I think one of the big things, especially, I cover data analytics startups specifically. So, one moving from batch to real time analytics. So, whether that's IOT, gaming, leader boards, querying data where it sits in an AWS data, like companies need to make operational decisions now and not based off of historic data from a week ago or last night or a month ago. So, that's one. And then I'm going to steal one of John's lines, is data is code. That is becoming that base layer that a lot of startups are building off of and operationalizing. So, I think those are the two big things I'm seeing, but would love... >> Curious to both, Jeff, let's go to you next, I'm curious, yeah. >> Yeah, totally. I think from a broader perspective, the days of completely free money and infinite resources are coming to a close, if not already closed. >> We all work with startups, we can go ahead and just talk about all the well is just a little (indistinct)... >> So, I think it's closed, and so because of that, it's how do you deal with a lot? How do you produce the results on the go to market side with fewer resources, right? And so it's incumbent on our team to figure out how to make it an easier, simpler process to partner with AWS, knowing those constraints are very real now. >> Savanna: Yeah. >> Yeah. >> Yeah, and to build on that. I think mid stage, it's all about cash preservation, right? And it's in that runway... >> Especially right now. >> Yeah, and so part of that is getting into the right infrastructure, when you had a lot of people, suddenly you don't have as many people moving into managed services, making sure that you can scale at a cost efficient way versus at any cost. That's kind of the latter stage. Now what's really been fascinating more at the at the early stages, I call it the rise of the AIML native. And so, where you say three years ago, you saw customers bolting on AI, now they're building AI from the start, right? And that's pervasive across every industry, whether it's in FinTech, life sciences, healthcare, climate tech, you're starting to see it all the way across the board. And then of course the other thing is, yeah, the other one is just the rise of just large language models, right? And just, I think there's the hype and there's the promise, but you know, over time, like the amount of customers big and small, whom are used in large language models is pretty fascinating. >> Yeah, you must have fascinating jobs. I mean, genuinely, it's so cool to get to not only see and have your finger on the pulse of what's coming next, essentially that's what startups are, but also be able to support them and to collaborate with them. And it's clear, the commitment to community and to the customers that you're serving. Last question for each of you, and then we're talking about your DJing. >> Oh yeah, I definitely, I want to see that. >> No, we're going to close with that as a little pitch for everyone watching this show. So, we make sure the crowd's just packed for that. This is your show, as you said, you live for this show, love that. >> Yeah. >> Give us your 30 second hot take, most important soundbites, think of this as your thought leadership shining moment. What's the biggest takeaway from the show? Biggest trend, thing that has you most excited? >> Oh, that's a difficult one. There's a lot going on. >> There is a lot going on. I mean, you can say a couple things. I'll allow you more than 30 seconds if you want. >> No, I mean, look, I just think the, well, what's fascinating to me in having this is my third or fourth re:Invent is just the volume of new announcements that come out. It's impressive, right? I mean it's impressive in terms of number of services, but then the depth of those services and the building on, I think it's just really amazing. I think that the trend you're going to continue to see and there's going to be more keynotes tomorrow, so, I can't let anything out. But just the AI, ML, real excited about that, analytic space, serverless, just continue to see the maturation of that space, particularly for startups. I think that to me is what's really exciting. And just seeing folks come together, start exchanging ideas, and I think the last piece I'll do is a pitch for my own team, like we have like 18 different sessions from the North American startup team. And so, I mean, shout out to our solution architects putting those sessions together, geared towards startups for startups, and so, that's probably what I'm most excited about. >> Casual, that was good, and you pitched it in time. I think that was great. >> There you go. >> All right, Jeff, you just had a little practice time while he was going. Let's (indistinct). >> No, so it's just exciting to see all the partners that we support here, so many of them have booths here and are showcasing their technology. And being able to connect them with customers to show how advanced their capabilities are that they're bringing to the table to supplement and compliment all the new capabilities that AWS is launching. So, to be able to see all of that in the same place at the same time and really hear what they need from a partnership perspective, that's what's special for us. >> Savanna: This is special. All right, Jimmy. >> My thoughts on re:Invent or? >> Not DJ yet. >> Not DJ. Not DJ, but I mean, your first re:Invent. Probably your first time getting to interact with a lot of the people that you chat with face to face. How does it feel? What's your hot take? Your look through the crystal ball, if you want to take it farther out in front. >> I think it's finally getting FaceTime with some of the relationships that I've built purely over Chime and virtual calls over the past two years has been incredible. And then secondly, to the technical enablement piece, I can announce this 'cause it was already announced earlier, is AWS Security Lake, one of my partners, Cribl, was actually a launch partner for that service. So, a little too to the Horn for Global Startup program, one of the coolest things at the tactical level as a PDM is working with them throughout the year and my partner solution architect finding these unique alignment opportunities with native AWS services and then seeing it build all the way through fruition at the finish line, announced at re:Invent, their logo up on screen, like that's, I can sleep well tonight. >> Job well done. >> Yeah. >> Yeah. >> That's pretty cool. >> That is cool. >> So, I've already told you before you even got here that you're a DJ and you happen to be DJing at re:Invent. Where can we all go dance and see you? >> So, shout out to Mission Cloud, who has sponsored Tao, Day Beach Club on Wednesday evening. So yes, I do DJ, I appreciate AWS's flexibility work life balance. So, I'll give that plug right here as well. But no, it's something I picked up during COVID, it's a creative outlet for me. And then again, to be able to do it here is just an incredible opportunity. So, Wednesday night I hope to see all theCUBE and everyone that... >> We will definitely be there, be careful what you wish for. >> What's your stage name? >> Oh, stage name, DJ Hot Hands, so, find me on SoundCloud. >> DJ Hot Hands. >> All right, so check out DJ Hot Hands on SoundCloud. And if folks want to learn more about the Global Startup program, where do they go? >> AWS Global Startup Program. We have a website you can easily connect with. All our startups are listed on AWS Marketplace. >> Most of them are Marketplace, you can go to our website, (mumbles) global startup program and yeah, find us there. >> Fantastic. Well, Jeff, Jimmy, Eric, it was an absolute pleasure starting the day. We got startups for breakfast. I love that. And I can't wait to go dance to you tomorrow night or tonight actually. I'm here for the fist bumps. This is awesome. And you all are great. Hope to have you back on theCUBE again very soon and we'll have to coordinate on that global Startup Showcase. >> Jimmy: All right. >> I think it's happening, 2023, get ready folks. >> Jimmy: Here we go. >> Get ready. All right, well, this was our first session here at AWS re:Invent. We are live from Las Vegas, Nevada. My name is Savannah Peterson, we're theCUBE, the leader in high tech reporting. (bright upbeat music)
SUMMARY :
and I'm delighted to be here with theCUBE. Is it exciting to be Always, I mean, you they spend to be here. Yeah, everyone in the And Jimmy, I know you joined the program And I love seeing some of the startups Yeah, it's fantastic. of the global startup program with AWS. So, we have three core pillars. to the top resources we have to offer and businesses that you touch. And then as they start to build, So, you are looking at seed, stealth. and so we have credit programs, to success for a startup that meets the demands of AWS customers, What do the startups from the partner to get started. So Eric. initially is to help them So, how much is the you start and I'll... but the type of partners and a peer that has APJ. Yeah. Are you reading my mind? I'm going to ask you a question, both the stats actually. that are in the program. Yeah, I mean, you think about, And so, the creation is in the same central location. And then I'm going to Jeff, let's go to you are coming to a close, talk about all the well on the go to market side Yeah, and to build on that. Yeah, and so part of that and to collaborate with them. I want to see that. said, you live for this show, What's the biggest takeaway from the show? There's a lot going on. I mean, you can say a couple things. and there's going to be and you pitched it in time. All right, Jeff, you just that they're bringing to the table Savanna: This is special. time getting to interact And then secondly, to the to be DJing at re:Invent. And then again, to be able to do it here be careful what you wish for. so, find me on SoundCloud. about the Global Startup We have a website you you can go to our website, Hope to have you back on I think it's happening, We are live from Las Vegas, Nevada.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Savanna | PERSON | 0.99+ |
Eric | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Savannah Peterson | PERSON | 0.99+ |
Jimmy | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
2008 | DATE | 0.99+ |
John | PERSON | 0.99+ |
thousands | QUANTITY | 0.99+ |
50,000 | QUANTITY | 0.99+ |
Jeff Grimes | PERSON | 0.99+ |
Eric Feagler | PERSON | 0.99+ |
83% | QUANTITY | 0.99+ |
Adam | PERSON | 0.99+ |
100, 000 | QUANTITY | 0.99+ |
Amazon Partner Network | ORGANIZATION | 0.99+ |
Wednesday evening | DATE | 0.99+ |
AMEA | ORGANIZATION | 0.99+ |
APJ | ORGANIZATION | 0.99+ |
2009 | DATE | 0.99+ |
tonight | DATE | 0.99+ |
Wednesday night | DATE | 0.99+ |
two | QUANTITY | 0.99+ |
tomorrow night | DATE | 0.99+ |
third | QUANTITY | 0.99+ |
more than 30 seconds | QUANTITY | 0.99+ |
APN | ORGANIZATION | 0.99+ |
both | QUANTITY | 0.99+ |
a month ago | DATE | 0.99+ |
50,000 customers | QUANTITY | 0.99+ |
North America | LOCATION | 0.99+ |
a week ago | DATE | 0.98+ |
Jimmy Nannos | PERSON | 0.98+ |
first time | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
last night | DATE | 0.98+ |
first session | QUANTITY | 0.98+ |
fourth | QUANTITY | 0.98+ |
over 200,000 | QUANTITY | 0.98+ |
Las Vegas, Nevada | LOCATION | 0.98+ |
Savannah | PERSON | 0.98+ |
Jeff Bloom & Keith McClellan
(upbeat techno music) >> Hello, wonderful cloud community, and welcome to theCUBE's continuing coverage of AWS re:Invent. My name is Savannah Peterson, and I am very excited to be joined by two brilliant gentlemen today. Please welcome Keith from Cockroach Labs and Jeff from AMD. Thank you both for tuning in, coming in from the East coast. How you doing? >> Not too bad. A little cold, but we're going >> Doing great. >> Love that and I love the enthusiasm Keith, you're definitely bringing the heat in the green room before we got on, so I'm going to open this up with you. Cockroach Labs puts out a pretty infamous and useful cloud report each year. Can you tell us a little bit about that, the approach and the data that you report on? >> Yeah, so Cockroach Labs builds a distributed SQL database that we are able to run across multiple cloud regions, multiple sites, multiple data centers. Frequently is running a hybrid kind of a use case and it's important for our customers to be able to compare the performance of configurations when they don't have exact the same hardware available to them in every single location. So since we were already doing this internally for ourselves and for our customers, we decided to turn it into something we shared with the greater community. And it's been a great experience for us. A lot of people come and ask us every year, "Hey, when's the new cloud report coming out?" Because they want to read it. It's been a great win for us. >> How many different things are you looking at? I mean, when you're comparing configurations I imagine there's a lot of different complex variables there. Just how much are you taking into consideration when you publish this report? >> Yeah, so we look at micro benchmarks around CPU network and storage. And then our flagship benchmark is we use the database itself where we have the most expertise to create a real world benchmark on across all of these instances. This year I think we tested over 150 different discrete configurations and it's a bit of a labor of love for us because we then not only do we consume it for best practices for our own as a service offering, but we share it with our customers. We use it internally to make all kinds of different decisions. >> Yeah, 150 different comparisons is not a small number. And Jeff, I know that AMD's position in this cloud report is really important. Where do you fit into all of this and what does it mean for you? >> Right, so what it means for us and for our customers is, there's a good breath and depth of testing that has gone of from the lab. And you look at this cloud report and it helps them traverse this landscape of, why to go on instance A, B, or C on certain workloads. And it really is very meaningful because they now have the real data across all those dimensional kinds of tests. So this definitely helps not only the customers but also for ourselves. So we can now look at ourselves more independently for feedback loops and say, "Hey, here's where we're doing well, here's where we're doing okay, here's where we need to improve on." All those things are important for us. So love seeing the lab present out such a great report as I've seen, very comprehensive, so I very much appreciate it. >> And specifically I love that you're both fans of each other, obviously, specifically digging in there, what does it mean that AMD had the best performance ratio tested on AWS instances? >> Yeah, so when we're looking at instances, we're not just looking at how fast something is, we're also looking at how much it costs to get that level of performance because CockroachDB as a distributed system has the opportunity to scale up and out. And so rather than necessarily wanting the fastest single instance performance, which is an important metric for certain use cases for sure, the comparison of price for performance when you can add notes to get more performance can be a much more economical thing for a lot of our customers. And so AMD has had a great showing on the price performance ratio for I think two years now. And it makes it hard to justify other instance types in a lot of circumstances simply because it's cheaper to get, for each transaction per second that you need, it's cheaper to use an AMD instance than it would be a competitive instance from another vendor. >> I mean, everyone I think no matter their sector wants to do things faster and cheaper and you're able to achieve both, it's easy to see why it's a choice that many folks would like to make. So what do these results mean for CIOs and CTOs? I can imagine there's a lot of value here in the FinOps world. >> Yep. Oh, I'll start a few of 'em. So from the C-suite when they're really looking at the problem statement, think of it as less granular, but higher level. So they're really looking at CapEx, OpEx, sustainability, security, sort of ecosystem on there. And then as Keith pointed out, hey, there's this TCO conversation that has to happen. In other words, as they're moving from sort of this lift and shift from their on-prem into the cloud, what does that mean to them for spend? So now if you're looking at the consistency around sort of the performance and the total cost of running this to their insights, to the conclusions, less time, more money in their pocket and maybe a reduction for their own customers so they can provide better for the customer side. What you're actually seeing is that's the challenge that they're facing in that landscape that they're driving towards that they need guidance and help with towards that. And we find AMD lends itself well to that scale out architecture that connects so well with how cloud microservices are run today. >> It's not surprising to hear that. Keith, what other tips and tricks do you have for CIOs and CTOs trying to reduce FinOps and continue to excel as they're building out? >> Yeah, so there were a couple of other insights that we learned this year. One of those two insights that I'd like to mention is that it's not always obvious what size and shape infrastructure you need to acquire to maximize your cost productions, right? So we found that smaller instance types were by and large had a better TCO than larger instances even across the exact same configurations, we kept everything else the same. Smaller instances had a better price performance ratio than the larger instances. The other thing that we discovered this year that was really interesting, we did a bit of a cost analysis on networking. And largely because we're distributed system, we can scan span across availability zones, we can span across regions, right? And one of the things we discovered this year is the amount of cost for transferring data between availability zones and the amount of cost for transferring data across regions at least in the United States was the same. So you could potentially get more resiliency by spanning your infrastructure across regions, then you would necessarily just spanning across availability zones. So you could be across multiple regions at the same cost as you were across availability zones, which for something like CockroachDB, we were designed to support those workloads is a really big and important thing for us. Now you have to be very particular about where you're purchasing your infrastructure and where those regions are. Because those data transfer rates change depending on what the source and the target is. But at least within the United States, we found that there was a strong correlation to being more survivable if you were in a multi-region deployment and the cost stayed pretty flat. >> That's interesting. So it's interesting to see what the correlation is between things and when you think there may be relationship between variables and when there maybe isn't. So on that note, since it seems like you're both always learning, I can imagine, what are you excited to test or learn about looking forward? Jeff, let's start with you actually. >> For sort of future testing. One of those things is certainly those more scale out sort of workloads with respect to showing scale. Meaning as I'm increasing the working set, as I'm increasing the number of connections, variability is another big thing of showing that minimization from run to run because performance is interesting but consistency is better. And as the lower side is from the instant sizes as I was talking about earlier, a (indistinct) architecture lends itself so well to it because they have the local caching and the CCDs that you can now put a number of vCPUs that will benefit from that delivery of the local caching and drive better performance at the lower side for that scale out sort of architecture, which is so consistent with the microservices. So I would be looking for more of those dimensional testings variability across a variety of workloads that you can go from memory intense workloads to database persistence store as well as a blend of the two, Kafka, et cetera. So there's a great breath and depth of testing that I am looking for and to more connect with sort of the CTOs and CIOs, the higher level that really show them that that CapEx, OpEx, sustainability and provide a bit more around that side of it because those are are the big things that they're focused on as well as security, the fact that based on working sets et cetera, AMD has the ability with confidential compute around those kind of offerings that can start to drive to those outcomes and help from what the CTOs and CIOs are looking for from compliance as well. So set them out (indistinct). >> So you're excited about a lot. No, that's great. That means you're very excited about the future. >> It's a journey that continues as Keith knows, there's always something new. >> Yeah, absolutely. What about you Keith? What is the most excited on the journey? >> Yeah, there are a couple of things I'd like to see us test next year. One of those is to test a multi-region CockroachDB config. We have a lot of customers running in that configuration and production but we haven't scaled that testing up to the same breadth that we we do with our single region testing which is what we've based the cloud report on for the past four years. The other thing that I'd really love to see us do,, I'm a Kubernetes SME, at least that's kind of my technical background. I would love to see us get to a spot where we're comparing the performance of raw EC2 instances to using that same infrastructure running CockroachDB via EKS and kind of see what the differences are there. The vast majority of CockroachDB customers are running at least a portion of their infrastructure in Kubernetes. So I feel like that would be a real great value add to the report for the next time that we go around but go about publishing it. >> If I don't mind adding to that just to volley it back for a moment. And also as I was saying about the ScaleOut and how it leverages our AMD architecture so well with EKS specifically around the spin up, spin down. So you think of a whole development life cycle. As they grow and shrink the resources over time, time of those spin ups to spin downs are expensive. So that has to be as reduced as much as possible. And I think they'll see a lot of benefits in AMD's architecture with EKS running on it as well. >> The future is bright. There's a lot of hype about many of the technologies that you both just mentioned, so I'm very curious to see what the next cloud report looks like. Thank you Keith, and the team for the labor of love that you put into that every year. And Jeff, I hope that you continue to be as well positioned as everyone's innovation journey continues. Keith and Jeff, thank you so much for being on the show with us today. As you know, this is a continuation of our coverage of AWS re:Invent here on theCUBE. My name's Savannah Peterson and we'll see you for our next fascinating segment. (upbeat music)
SUMMARY :
coming in from the East coast. A little cold, but we're going data that you report on? that we are able to run things are you looking at? and it's a bit of a labor of And Jeff, I know that AMD's position of testing that has gone of from the lab. has the opportunity to scale up and out. here in the FinOps world. So from the C-suite and continue to excel at the same cost as you were So it's interesting to see and the CCDs that you can excited about the future. It's a journey that What is the most excited on the journey? One of those is to test a So that has to be as And Jeff, I hope that you
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Keith | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
Savannah Peterson | PERSON | 0.99+ |
Jeff Bloom | PERSON | 0.99+ |
Cockroach Labs | ORGANIZATION | 0.99+ |
United States | LOCATION | 0.99+ |
next year | DATE | 0.99+ |
AMD | ORGANIZATION | 0.99+ |
Keith McClellan | PERSON | 0.99+ |
two years | QUANTITY | 0.99+ |
United States | LOCATION | 0.99+ |
One | QUANTITY | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
two | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
this year | DATE | 0.98+ |
This year | DATE | 0.98+ |
two insights | QUANTITY | 0.98+ |
both | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
150 different comparisons | QUANTITY | 0.98+ |
each transaction | QUANTITY | 0.98+ |
CockroachDB | TITLE | 0.97+ |
each year | QUANTITY | 0.97+ |
both fans | QUANTITY | 0.97+ |
Kubernetes | TITLE | 0.96+ |
CapEx | ORGANIZATION | 0.95+ |
theCUBE | ORGANIZATION | 0.95+ |
Kafka | TITLE | 0.94+ |
two brilliant gentlemen | QUANTITY | 0.94+ |
single region | QUANTITY | 0.93+ |
over 150 different discrete configurations | QUANTITY | 0.92+ |
SQL | TITLE | 0.92+ |
EC2 | TITLE | 0.91+ |
OpEx | ORGANIZATION | 0.9+ |
single instance | QUANTITY | 0.9+ |
past four years | DATE | 0.81+ |
EKS | TITLE | 0.8+ |
single location | QUANTITY | 0.7+ |
coast | LOCATION | 0.67+ |
ScaleOut | TITLE | 0.65+ |
Kubernetes | ORGANIZATION | 0.64+ |
second | QUANTITY | 0.64+ |
CockroachDB | ORGANIZATION | 0.63+ |
re:Invent | EVENT | 0.62+ |
EKS | ORGANIZATION | 0.59+ |
every year | QUANTITY | 0.57+ |
A lot of people | QUANTITY | 0.52+ |
Invent | EVENT | 0.45+ |
FinOps | ORGANIZATION | 0.41+ |
theCUBE | TITLE | 0.34+ |
Jeff Boudreau and Travis Vigil, Dell
(bright music) >> Okay, we're back. With Jeff and Travis Vigil to dig deeper into the news. Guys, again, good to see you. Travis, if you could, maybe before we get into the news, can you set the business context for us? What's going on out there? >> Yeah, thanks for that question, Dave. To set a little bit of the context when you look at the data protection market, Dell has been a leader in providing solutions to customers for going on nearly two decades now. We have tens of thousands of people using our appliances. We have multiple thousands of people using our latest, modern, simple power protect data manager software. And as Jeff mentioned, we have, you know, 1700 customers protecting 14 exabytes of data in the public clouds today. And that foundation gives us a unique vantage point. We talked to a lot of customers. And they're really telling us three things. They want simple solutions, they want us to help them modernize, and they want us as the highest priority, maintain that high degree of resiliency that they expect from our data protection solutions. So that's the backdrop to the news today. And as we go through the news, I think you'll agree that each of these announcements deliver on those pillars. And in particular, today we're announcing the PowerProtect Data Manager Appliance. We are announcing PowerProtect Cyber Recovery enhancements, and we are announcing enhancements to our APEX data storage services. >> Okay, so three pieces, let's dig to that. It's interesting appliance, everybody wants software but then you talk to customers and they're like, "Well, we actually want appliances because we just want to put it in and it works, and performs great." So what do we need to know about the appliance? What's the news there? >> Well, you know, part of the reason I gave you some of those stats to begin with is, that we have this strong foundation of experience, but also intellectual property. Components that we've taken, that have been battle tested in the market. And we've put them together in a new simple, integrated appliance that really combines the best of the target appliance capabilities, we have with that modern, simple software. And we've integrated it from the, you know, sort of taking all of those pieces, putting them together in a simple, easy-to-use and easy-to-scale interface for customers. >> So the premise that I've been putting forth for, you know, months now, probably well over a year, is that data protection is becoming an extension of your cybersecurity strategies. So I'm interested in your perspective on Cyber Recovery, your specific news that you have there? >> Yeah, you know, we are in addition to simplifying things via the appliance. We are providing solutions for customers no matter where they're deploying. And Cyber Recovery, especially, when it comes to cloud deployments, it's an increasing area of interest and deployment that we see with our customers. So what we're announcing today is that we're expanding our Cyber Recovery services to be available in Google Cloud. With this announcement, it means we're available in all three of the major Clouds. And it really provides customers the flexibility to cure their data no matter if they're running, you know, on premises, in a Colo, at the edge in the public cloud. And the other nice thing about this announcement is that you have the ability to use Google Cloud as a Cyber Recovery vault. That really allows customers to isolate critical data and they can recover that critical data from the vault back to on-premises or from that vault back to running their cyber protection, or their data protection solutions in the public cloud. >> I always involve my favorite Matt Baker here, It's not a zero-sum game, but this is a perfect example where there's opportunities for a company like Dell to partner with the public cloud provider. You've got capabilities that don't exist there. You've got the on-prem capabilities. We could talk about Edge all day, but that's a different topic. Okay so my other question, Travis, is how does this all fit into APEX? We hear a lot about APEX as a service it's sort of the new hot thing. What's happening there? What's the news around APEX? >> Yeah, we've seen incredible momentum with our APEX Solutions, since we introduced data protection options into them earlier this year. And we're really building on that momentum with this announcement being, you know, providing solutions that allow customers to consume flexibly. And so what we're announcing specifically is, that we're expanding APEX Data Storage Services to include a data protection option. And it's like with all APEX offers, it's a pay-as-you go solution. Really streamlines the process of customers purchasing, deploying, maintaining and managing their backup software. All a customer really needs to do is, you know, specify their base capacity, they specify their performance tier, they tell us do they want a one-year term, or a three-year term? And we take it from there. We get them up and running, so they can start deploying and consuming flexibly. And as with many of our APEX solutions, it's a simple user experience all exposed through a unified APEX console. >> Okay, so you're keeping a simple, like, I think large, medium, small, you know, we hear a lot about T-shirt sizes. I'm a big fan of that 'cause you guys should be smart enough to figure out, you know, based on my workload, what I need. How different is this? I wonder if you guys could address this, Jeff, maybe you can- >> So, I'll start and then, pitch me, you know, Travis, you jump in when I screw up here so... >> Awesome. >> So first I'd say we offer innovative Multi-cloud data protection solutions. We provide that deliver performance, efficiency and scale that our customers demand and require. We support as Travis at all the major public clouds. We have a broad ecosystem of workload support and I guess the great news is we're up to 80% more cost effective than any of the competition. >> 80%? >> 80%. >> That's a big number. Travis, what's your point of view on this? >> Yeah, I think number one, end-to-end data protection. We, we are that one stop shop that I talked about. Whether it's a simplified appliance, whether it's deployed in the cloud, whether it's at the edge, whether it's integrated appliances, target appliances, software we have solutions that span the gamut as a service. I mentioned the APEX solution as well. So really we can provide solutions that helps support customers and protect them, any workload, any cloud, anywhere that data lives, Edge core to cloud. The other thing that we're here, as a big differentiator for Dell and Jeff touched on this a little bit earlier, is our intelligent cyber resiliency. We have a unique combination in the market where we can offer immutability or protection against deletion as sort of that first line of defense. But we can also offer a second level of defense which is isolation, talking about data vaults or cyber vaults and Cyber Recovery. And more importantly, the intelligence that goes around that vault. It can look at detecting cyber-attacks, it can help customer speed time to recovery and really provides AI and ML to help early diagnosis of a cyber-attack and fast recovery should a cyber-attack occur. And you know, if you look at customer adoption of that solution specifically in the clouds, we have over 1300 customers utilizing PowerProtect Cyber Recovery. >> So I think it's fair to say that your, I mean your portfolio has obviously been a big differentiator whenever I talk to, you know your finance team, Michael Dell, et cetera that an end-to-end capability that that your ability to manage throughout the supply chain. We actually just did an event recently with you guys where you went into what you're doing to make infrastructure trusted. And so my take on that is, in a lot of respects, you're shifting, you know, the client's burden to your R&D, and now, they have a lot of work to do, so it's not like they can go home and just relax, but that's a key part of the partnership that I see. Jeff, I wonder if you could give us the final thoughts. >> Sure, Dell has a long history of being a trusted partner within IT, right? So we have unmatched capabilities, going back to your point, we have the broadest portfolio, we have, you know, we're a leader in every category that we participate and we have a broad deep breadth of portfolio. We have scale, we have innovation that is just unmatched. Within data protection itself, we have the trusted market leader, no if and or buts. We're a number one for both data protection software in appliances per IDC. And we were just named, for the 17th consecutive time the leader in the Gartner Magic Quadrant. So bottom line is customers can count on Dell. >> Yeah. And I think again, we're seeing the evolution of data protection. It's not like the last 10 years, it's really becoming an adjacency and really a key component of your cyber strategy. I think those two parts of the organization are coming together. So guys, really appreciate your time. Thanks for (indistinct). >> Thank you, sir. Thanks, Travis, good to see you. All right, in a moment, I'm going to come right back and summarize what we learned today, what actions you can take for your business. You're watching "The Future of Multicloud Data Protection" made possible by Dell and collaboration with the Cube, your leader in enterprise and emerging tech coverage, right back. (upbeat music) >> In our data driven world. Protecting data has never been more critical, to guard against everything from cyber incidents to unplanned outages. You need a cyber resilient multi-cloud data protection strategy. >> It's not a matter of if you're going to get hacked, it's a matter of when. And I want to know that I can recover and continue to recover each day. >> It is important to have a cyber security and a cyber resiliency plan in place, because the threat of cyber-attack are imminent. >> PowerProtects Data manager from Dell Technologies helps deliver the data protection and security confidence you would expect from a trusted we chose PowerProtect Data Manager because we've been on strategic partner with Dell Technologies, for roughly 20 years now. Our partnership with Dell Technologies has provided us with the ability to scale, and grow as we've transition from 10 billion in assets to 20 billion. >> With PowerProtect Data Manager, you can enjoy exceptional ease of use to increase your efficiency and reduce costs. >> Got installed it by myself, learn it by myself, with very intuitive >> While restoring a machine with PowerProtect Data Manager is fast. We can fully manage PowerProtect through the center. We can recover a whole machine in seconds. >> Data Manager offers innovation such as Transparent Snapshots to simplify virtual machine backups and it goes beyond backup and restore to provide valuable insights and to protected data, workloads and VMs. >> In our previous environment, it would take anywhere from three to six hours a night to do a single backup of each VM. Now we're backing up hourly and it takes two to three seconds with the Transparent Snapshots. >> With PowerProtect's Data Manager, you get the peace of mind knowing that your data is safe and available whenever you need it. >> Data is extreme important. We can't afford to lose any data. We need things just to work. >> Start your journey to modern data protection with Dell PowerProtect Data Manager. Visit dell.com/powerprotectdatamanager. >> We put forth the premise in our introduction that the worlds of data protection and cyber security must be more integrated. We said that data recovery strategies have to be built into security practices and procedures and by default, this should include modern hardware and software. Now in addition, to reviewing some of the challenges that customers face, which have been pretty well documented, we heard about new products that Dell Technologies is bringing to the marketplace. Specifically, address these customer concerns. There were three that we talked about today. First, the PowerProtect Data Manager Appliance, which is an integrated system. Taking advantage of Dell's history in data protection but adding new capabilities. And I want to come back to that in a moment. Second is Dell's PowerProtect Cyber Recovery for Google Cloud platform. This rounds out the big three public cloud providers for Dell, which joins AWS and Azure support. Now finally, Dell has made its target backup appliances available in APEX. You might recall earlier this year, we saw the introduction from Dell of APEX backup services. And then in May at Dell Technologies World, we heard about the introduction of APEX Cyber Recovery Services. And today, Dell is making its most popular backup appliances available in APEX. Now I want to come back to the PowerProtect Data Manager Appliance because it's a new integrated appliance. And I asked Dell off camera, really, what is so special about these new systems and what's really different from the competition because look, everyone offers some kind of integrated appliance. So I heard a number of items Dell talked about simplicity and efficiency and containers and Kubernetes. So I kind of kept pushing and got to what I think is the heart of the matter in two really important areas. One is simplicity. Dell claims that customers can deploy the system in half the time relative to the competition. So we're talking minutes to deploy and of course, that's going to lead to much simpler management. And the second real difference I heard, was backup and restore performance for VMware workloads. In particular, Dell has developed transparent snapshot capabilities to fundamentally change the way VMs are protected which leads to faster backup and restores with less impact on virtual infrastructure. Dell believes this new development is unique in the market, and claims that in its benchmarks, the new appliance was able to back up 500 virtual machines in 47% less time compared to a leading competitor. Now this is based on Dell benchmarks so hopefully these are things that you can explore in more detail with Dell to see if and how they apply to your business. So if you want more information go to the Data Protection page at Dell.com. You can find that at dell.com/dataprotection. And all the content here and all the videos are available on demand at thecube.net. Check out our series, on the blueprint for trusted infrastructure it's related and has some additional information. And go to siliconangle.com for all the news and analysis related to these and other announcements. This is Dave Vellante. Thanks for watching "The Future of Multi-cloud Protection." Made possible by Dell in collaboration with the Cube your leader in enterprise and emerging tech coverage. (upbeat music)
SUMMARY :
to dig deeper into the news. So that's the backdrop to the news today. let's dig to that. stats to begin with is, So the premise that I've been is that you have the to partner with the public cloud provider. needs to do is, you know, to figure out, you know, based pitch me, you know, Travis, and scale that our customers Travis, what's your point of view on this? And you know, if you So I think it's fair to say that your, going back to your point, we of the organization Thanks, Travis, good to see you. to guard against everything and continue to recover each day. It is important to from 10 billion in assets to 20 billion. to increase your efficiency We can fully manage and to protected data, workloads and VMs. three to six hours a night and available whenever you need it. We need things just to work. with Dell PowerProtect Data Manager. and got to what I think is the heart
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Vellante | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
Travis | PERSON | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
Dave | PERSON | 0.99+ |
Jeff Boudreau | PERSON | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
two | QUANTITY | 0.99+ |
47% | QUANTITY | 0.99+ |
Matt Baker | PERSON | 0.99+ |
10 billion | QUANTITY | 0.99+ |
three | QUANTITY | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
Travis Vigil | PERSON | 0.99+ |
one-year | QUANTITY | 0.99+ |
20 billion | QUANTITY | 0.99+ |
May | DATE | 0.99+ |
thecube.net | OTHER | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
1700 customers | QUANTITY | 0.99+ |
First | QUANTITY | 0.99+ |
second | QUANTITY | 0.99+ |
Second | QUANTITY | 0.99+ |
three seconds | QUANTITY | 0.99+ |
One | QUANTITY | 0.99+ |
The Future of Multi-cloud Protection | TITLE | 0.99+ |
each | QUANTITY | 0.99+ |
Michael Dell | PERSON | 0.99+ |
second level | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
siliconangle.com | OTHER | 0.99+ |
both | QUANTITY | 0.99+ |
two parts | QUANTITY | 0.99+ |
dell.com/dataprotection | OTHER | 0.98+ |
dell.com/powerprotectdatamanager | OTHER | 0.98+ |
three pieces | QUANTITY | 0.98+ |
each day | QUANTITY | 0.98+ |
over 1300 customers | QUANTITY | 0.98+ |
each VM | QUANTITY | 0.98+ |
500 virtual machines | QUANTITY | 0.98+ |
first line | QUANTITY | 0.97+ |
Cube | ORGANIZATION | 0.97+ |
80% | QUANTITY | 0.97+ |
Gartner | ORGANIZATION | 0.97+ |
earlier this year | DATE | 0.96+ |
APEX | ORGANIZATION | 0.96+ |
thousands of people | QUANTITY | 0.96+ |
20 years | QUANTITY | 0.95+ |
three things | QUANTITY | 0.94+ |
tens of thousands of people | QUANTITY | 0.94+ |
up to 80% | QUANTITY | 0.91+ |
PowerProtect Data Manager | COMMERCIAL_ITEM | 0.9+ |
PowerProtect | COMMERCIAL_ITEM | 0.89+ |
three-year term | QUANTITY | 0.88+ |
Jeff Boudreau, President, Dell Technologies 11-14
>> We're here with Jeff Boudreau and Travis Vigil, and we're going to dig into the details about Dell's big data protection announcement. Guys, good to see you. Thanks for coming in. >> Good to see you. Thank you for having us. >> You're very welcome. Let's start off, Jeff, with a high level, you know I'd like to talk about the customer, what challenges they're facing. You're talking to customers all the time, what are they telling you? >> Sure. As you know, we spend a lot of time with our customers, specifically listening, learning understanding their use cases their pain points within their specific environments. They tell us a lot, to no surprise to any of us that data is a key theme that they talk about. It's one of their most important assets. They need to extract more value from that data to fuel their business models their innovation engines, their competitive edge. So they need to make sure that that data is accessible it's secure, and it's recoverable, especially in today's world with the increased cyber attacks. >> Okay. So maybe we could get into some of those challenges. I mean, when you talk about things like data sprawl what do you mean by that? What should people know? >> Sure, so for those big three themes, I'd say, you know you have data sprawl, which is the big one which is all about the massive amounts of data. It's the growth of that data which is growing at an unprecedented rates. It's the gravity of that data and the reality of the multi-cloud sprawl. So stuff is just everywhere, right? Which increases that service, attack space for cyber criminals. >> And by gravity you mean the data's there and people don't want to move it. >> It's everywhere, right? And so when it lands someplace, think Edge, Core or Cloud, it's there. And it's something we have to help our customers with. >> Okay. So it's nuanced cause complexity has other layers. What are those layers? >> Sure. When we talk to our customers they tell us complexity is one of their big themes. And specifically it's around data complexity. We talked about that growth and gravity of the data. We talk about multi-cloud complexity and we talk about multi-cloud sprawl. So multiple vendors, multiple contracts multiple tool chains, and none of those work together in this, you know, multi-cloud world. Then that drives their security complexity. So we talk about that increased attack surface. But this really drives a lot of operational complexity for their teams. Think about, we're lack consistency through everything. So people, process, tools, all that stuff which is really wasting time and money for our customers. >> So how does that affect the cyber strategies and the, I've often said the CISO, now they have this shared responsibility model they have to do that across multiple clouds. Every cloud has its own security policies and frameworks and syntax. So maybe you could double click on your perspective on that. >> Sure. I'd say the big challenge customers have seen, it's really inadequate cyber resiliency. And specifically they're feeling very exposed. And today as the world with cyber attacks being more and more sophisticated, if something goes wrong it is a real challenge for them to get back up and running quickly. And that's why this is such a big topic for CEOs and businesses around the world. >> You know, it's funny, I said this in my open, I think that prior to the pandemic businesses were optimized for efficiency and now they're like, wow, we have to actually put some headroom into the system to be more resilient, you know? Are you hearing that? >> Yeah, we absolutely are. I mean, the customers really they're asking us for help, right? It's one of the big things we're learning and hearing from them. And it's really about three things one's about simplifying IT. Two, it's really helping them to extract more value from their data. And then the third big piece is ensuring their data is protected and recoverable regardless of where it is going back to that data gravity and that very, you know the multi-cloud world. Just recently, I don't know if you've seen it, but the global data protected, excuse me the global data protection index. >> GDPI. >> Yes. Jesus! >> Not to be confused with GDPR. >> Actually that was released today and confirms everything we just talked about around customer challenges but also it highlights an importance of having a very cyber, a robust cyber resilient data protection strategy. >> Yeah, I haven't seen the latest, but I want to dig into it. I think this, you've done this many, many years in a row. I like to look at the time series and see how things have changed. All right. At a high level, Jeff, can you kind of address why Dell and from your point of view is best suited? >> Sure. So we believe there's a better way or a better approach on how to handle this. We think Dell is uniquely positioned to help our customers as a one stop shop, if you will, for that cyber resilient multi-cloud data protection solution and needs. We take a modern, a simple and resilient approach. >> Well what does that mean? What do you mean by modern? >> Sure. So modern, we talk about our software defined architecture, right? It's really designed to meet the needs not only of today but really into the future. And we protect data across any cloud and any workload. So we have a proven track record doing this today. We have more than 1700 customers that trust us to protect more than 14 exabytes of their data in the cloud today. >> Okay. So you said modern, simple and resilient. What, what do you mean by simple? >> Sure. We want to provide simplicity everywhere, going back to helping with the complexity challenge, and that's from deployment to consumption to management and support. So our offers will deploy in minutes. They are easy to operate and use and we support flexible consumption models for whatever customer may desire. So traditional, subscription, or as a service. >> And when you talk about resilient, I mean I put forth that premise, but it's hard because people say, well, that's going to going to cost us more. Well, it may, but you're going to also reduce your risk. So what's your point of view on resilience? >> Yeah, I think it's something all customers need. So we're going to be providing a comprehensive and resilient portfolio of cyber solutions that are secured by design. We have some some unique capabilities in a combination of things like built in immuneability, physical and logical isolation. We have intelligence built in with AI parred recovery and just one, I guess fun fact for everybody is we have our cyber vault is the only solution in the industry that is endorsed by Sheltered Harbor that meets all the needs of the financial sector. >> So it's interesting when you think about the NIST framework for cybersecurity, it's all about layers. You're sort of bringing that now to data protection. >> Correct. >> Yeah. All right. In a minute we're going to come back with Travis and dig into the news. We're going to take a short break, keep it right there. (calming piano music)
SUMMARY :
Guys, good to see you. Good to see you. I'd like to talk about the customer, So they need to make sure what do you mean by that? and the reality of the multi-cloud sprawl. And by gravity you And it's something we have What are those layers? and gravity of the data. So maybe you could double click CEOs and businesses around the world. and that very, you know and confirms everything I like to look at the time series positioned to help our customers It's really designed to meet What, what do you mean by simple? to helping with the complexity And when you talk about that meets all the needs to data protection. We're going to take a short
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jeff | PERSON | 0.99+ |
Jeff Boudreau | PERSON | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
Sheltered Harbor | ORGANIZATION | 0.99+ |
Jeff Boudreau | PERSON | 0.99+ |
more than 1700 customers | QUANTITY | 0.99+ |
more than 14 exabytes | QUANTITY | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
Two | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
GDPR | TITLE | 0.98+ |
Travis | PERSON | 0.98+ |
one | QUANTITY | 0.97+ |
pandemic | EVENT | 0.96+ |
Jesus | PERSON | 0.96+ |
Travis Vigil | PERSON | 0.95+ |
three things | QUANTITY | 0.9+ |
third big piece | QUANTITY | 0.83+ |
three themes | QUANTITY | 0.82+ |
11-14 | OTHER | 0.73+ |
one stop shop | QUANTITY | 0.71+ |
double | QUANTITY | 0.65+ |
Edge | TITLE | 0.56+ |
themes | QUANTITY | 0.55+ |
Core | ORGANIZATION | 0.47+ |
NIST | ORGANIZATION | 0.4+ |
Cloud | TITLE | 0.39+ |
Martin Mao & Jeff Cobb, Chronosphere | KubeCon + CloudNativeCon NA 2022
>>Good afternoon everyone, and welcome back to Cuan where my cohost John Farer and I are broadcasting live, along with Lisa Martin from Cuan Detroit, Michigan. We are joined this afternoon by two very interesting gentlemen who also happen to be legends on the cube. John, how long have you known the next few? They've, >>They've made their mark on the cube with Jerry Chen from Greylock was one of our most attended cube guests. He's a VC partner at Greylock and an investor and this company that just launched their new cloud observability platform should be a great segment. >>Well, I'm excited. I are. Are you excited? Should I string this out just a little bit longer? No, I won't. I won't do that to you. Please welcome Martin and Jeff from Chronosphere Martin. Jeff, thank you so much for being >>Here. Thank you for having us. Thank you. >>I noticed right away that you have raised a mammoth series C. Yeah. 200 million if I'm not mistaken. >>That is correct. >>Where's the company at? >>Yeah, so we raised that series C a year ago. In fact, we were just talking about it a year ago at Cub Con. Since then, at the time we're about 80 employees or so. Since then, we've tripled the headcount, so we're over 200 people. Casual, triple casual, triple of the headcount. Yeah. Luckily it was the support of business, which is also tripled in the last year. So we're very lucky from that perspective as well. And a couple of other things we're pretty proud of last year. We've had a hundred percent customer retention, which is always a great thing to have as a SaaS platform there. >>Real metric if you've had a hundred percent. I'm >>Kidding. It's a good metric to, to put out there if you had a hundred percent. I would say for sure. It's an A for sure and exactly welcome to meet >>Anyone else who's had a hundred percent >>Customer attention here at coupon this week and 90% of our customers are using more of the service and, and you know, therefore paying more for the service as well. So those are great science for us and I think it shows that we're clearly doing something right on the product side. I would say. And >>Last and last time you're on the cube. We're talking about about the right data. Not so much a lot of data, if I remember correctly. Yeah, a hundred percent. And that was a unique approach. Yeah, it's a data world on relative observability. And you guys just launched a new release of your platform, cloud native platform. What's new in the platform? Can you share an update on what you guys release? >>Yeah, well we did and, and you, you bring up a great point. You know, like it's not just in observably but overall data is exploding. Alright, so three things there. It's like, hey, can your platform even handle the explosion of data? Can it control it over time and make sure that as your business grows, the data doesn't continue explode at the same time. And then for the end users, can they make sense of all this data? Cuz what's the point of having it if the end users can't make sense of it? So actually our product announcement this time is a pretty big refresh of, of a lot of features in our, in our platform. And it actually tackles all three of these particular components. And I'll let Jeff, our head of product, Doug, >>You, you run product, you get the keys to the kingdom, I do product roadmap. People saying, Hey this, take this out. You're under a lot of pressure. What makes the platform platform a great observability product? >>So the keystone of what we do that's different is helping you control the data, right? As we're talking about there's an infinite amount of data. These systems are getting more and more and more complicated. A lot of what we do is help you understand the utility of the telemetry so that you can optimize for keeping and storing and paying for the data that's actually helpful as opposed to the stuff that isn't. >>What's the benefit now with observability, with all the noise out in the marketplace, there's been a shift over the past couple years. Cloud native at scale, you're seeing a lot more automation, almost a set to support the growth for more application development. We had a Docker CEO on earlier today, he said there are more applications being deployed in the past year than in the history of open source. So more and more apps are being deployed, more data's being generated. What's the key to observability right now that's gonna separate the winners from the losers? >>Yeah, I think, you know, not only are there more applications being deployed, but there are smaller and small applications being deployed mostly on containers these days more than if they, hence this conference gets larger and larger every year. Right? So, you know, I think the key is a can your system handle this data explosion is, is the first thing. Not only can it handle the data explosion, but you know, APM solutions have been around for a very long time and those were really introspecting into an application. Whereas these days what's more important is, well how is your application interfacing with every other application in your distributed architecture there, right? So the use case is slightly different there. And then to what Jeff was saying is like once the data is there, not only making use of what is actually useful to you, but then having the end user make sense of it. >>Because we, we, we always think about the technology changes. We forget that the end users are different now we used to have IT operations team operating everything and the developers would write the application, just throw it over the wall. These days the developers have to actually operate this thing in production. So the end users of these systems are very different as well. And you can imagine these are folks, your average developer as maybe not operated things for many years in production before. So they need to, that they need to pick up a new skill set, they need to use new tooling in order to, to do that. So yeah, it's, it's, >>And you got the developer persona, you got a developer that's building products for builders and developers that are building products to be consumed. So they're not, they're not really infrastructure builders, they're just app developers. >>Exactly. Exactly. That's right. And that's what a lot of the new functionality that we're introducing here at the show is all about is helping developers who build software by day and are on call by night, actually get in context. There's so much data chances of when that, when one of those pages goes off and your number comes up, that the problem happens to be in the part of the system that you know a lot about are pretty low, chances are you're gonna get bothered about something else. So we've built a feature, we call it collections that's about putting you in the right context and connecting you into the piece of the system where the problem is to orient you and to get you started. So instead of waiting through, through hundreds of millions of things, you're waiting through the stuff that's in the immediate neighborhood of where the >>Problem is. Yeah. To your point about data, you can't let it go unchecked. That's right. You gotta gotta understand that. And we were talking about containers again with, again with docker, you know, nuance point, but oh, scan your container. But not everyone's scanning the containers security nightmare, right? I mean, >>Well I think one of the things that I, I loved in reading the notes in preparation for you coming up is you've actually created cloud native observability with the goal of eliminating engineering burnout. And what you're talking about there is actually the cognitive burden of when things happen. Yeah, for sure. We we're, you know, we're not just designing for when everything goes right, You need to be prepared for when everything goes wrong and that poor lonely individual in the middle of the night has, it's >>A tough job. >>Has to navigate that >>And, and observability is just one thing you gotta mean like security is another thing. So, so many more things have been piled on top of the developer in addition to actually creating the application. Right? It is. There is a lot. And you know, observably is one of those key things you need to do your job. So as much as, as much as we can make that easier, that's a better bit. Like there are so many things being piled on right now. >>That's the holy grail right there. Because they don't want to be doing exactly >>The work. Exactly. They're not observability experts. >>Exactly. And automating that in. So where do you guys weigh in on the automation wave? Everything's automation. Yeah. Is that kind of a hand waving or what's going on? What's the reality? What's actually happening? >>Yeah, I think automation I think is key. You hear a lot of ai ml ops there. I, I don't know if I really believe in that or having a machine self heal itself or anything like that. But I think automation is key because there are a lot of repeatable tasks in a lot of what you're doing. So once you detect that something goes wrong, generally if you've seen it before, you know what the fix is. So I think automation plays a key on the sense that once it's detected again the second time, the third time, okay, I know what I did the previous time, let, let's make sure we can do that again. So automation I think is key. I think it helps a lot with the burnout. I dunno if I'd go as far as the >>Same burnout's a big deal. >>Well there's an example again in the, in the stuff we're releasing this week, a new feature we call query accelerator. That's a form of automation. Problem is you got all this data, mountain of data, put you in the right context so you're at least in the right neighborhood, but now you need to query it. You gotta get the data to actually inform the specific problem you're trying to solve. And the burden on the developer in that situation is really high. You have to know what you're looking for and you have to know how to efficiently ask for it. So you're not waiting for a long time and >>We >>Built a feature, you tell us what you want, we will figure out how to get it for you efficiently. That's the kind of automation that we're focused on. That's actually a good service. How can we, it >>Sounds >>Blissful. How can we accelerate and optimize what you were gonna do anyway, rather than trying to read your mind or predict the future. >>Yes, >>Savannah, some community forward. Yeah, I, I'm, so I'm curious, you, you clearly lead with a lot of empathy, both of you and, and putting your, well you probably have experience with this as well, but putting your mind or putting yourself in the mind to the developer are, what's that like for you from a product development standpoint? Are you doing a lot of community engagement? Are you talking to developers to try and anticipate what they're gonna be needing next in terms of, of your offering? Or how has that work >>For you? Oh, for sure. So, so I run product, I have a lot of product managers who work for me. Somebody that I used to work with, she was accusing me, but what she called, she called me an anthropologist of a product manager. I >>Get these kind of you, the very good design school vibes from you both of you, which >>Is, and the reason why she said the way you do this, you go and you live with them in order to figure out what a day in their life is really like, what the job is really like, what's easy, what's hard. And that's what we try to aim at and try to optimize for. So that's very much the way that we do all of >>Our work. And that's really also highlights the fact that we're in a market that requires acute realtime data from the customer. Cause it's, and it's all new data. Well >>Yeah, it's all changing. The tools change every day. I mean if we're not watching how, and >>So to your point, you need it in real time as well. The whole point of moving to cloud native is you have a reliable product or service there. And like if you need to wait a few minutes to even know that something's wrong, like you've already lost at that point, you've already lost a ton of customers, potentially. You've already lost a ton of business. You know, to your point about the, the community earlier, one other thing we're trying to do is also give back to the community a little bit. So actually two days ago we just announced the open source of a tool that we've been using in our product for a very long time. But of course our product is, is a paid product, right? But actually open source a part of that tool thus that the broader community can benefit as well. And that tool which, which tool is that? It's, it's called Prom lens. And it's actually the Prometheus project is the open sourced metrics project that everybody uses. So this is a query builder that helps developers understand how to create queries in a much more efficient way. We've had in our product for a long time, but we're like, let's give that back to the community so that the broader community of developers out there can have a much easier time creating these queries as well. What's >>Been the feedback? >>We only now it's two days ago so I'm not, I'm not exactly sure. I imagine >>It's great. They're probably playing with it right now. >>Exactly. Exactly. Exactly. For sure. I imagine. Great. >>Yeah, you guys mentioned burnout before and we heard this a lot now you mentioned in terms of data we've been hearing and reporting about Insta security world, which is also data specific observability ties right into security. Yep. How does a company figure out, first of all, burnout's a big problem. It's more and more data coming. It's like, it's like doesn't stop and the breaches are coming too. How does a company know when they need that their observability strategy is broken? Is there sig signs of you know, burnout? Is there signs of breaches? I mean, what are some of the tell signs that if I'm a CSO I go, you know what, maybe I should check out promisee. When do, when do you guys match in and go we're a perfect fit to solve that problem? >>Yeah, I, I would say, you know, because we're focused on the observability side, less so on the security side, some of those signals are like how many incidents do you have? How many outages do you have? What's the occurrence of these things and how long does it take to recover from from from these particular incidents? How >>Upsetting are we finding customers? >>Upsetting are >>Customer. Exactly. >>And and one trend was seeing >>Not churn happening. Exactly. >>And one trend we're seeing in the industry is that 68% of companies are saying that they're having more incidents over time. Right. And if you have more incidents, you can imagine more engineers are being paid, are being woken up and they're being put under more stress. And one thing you said that very interesting is, you know, I think generally in the observability world, you ideally actually don't want to figure out the problem when it goes wrong. Ideally what you want to do these days is figure out how do I remediate this and get the business back to a running state as quickly as I can. And then when the business isn't burning, let me go and figure out what the underlying root cause is. So the strategy there is changed as well from the APM days where like I don't want to figure out the problem in real time. I wanna make sure my business and my service is running as it should be. And then separately from that, once it is then I wanna go >>Under understand that assume it's gonna happen, be ready to close that isolate >>The >>Fire. Exactly. Exactly. And, and you know, you can imagine, you know the whole movement towards C I C D, like generally when you don't touch a system, nothing goes wrong. You deploy change, first thing you do is not figure out why you change break thing. Get that back like underplay that change roll that change back, get your business back to a estate and then take the time where you're not under pressure, you're not gonna be burnt out to figure out what was it about my change that that broke everything. So, yeah. Got >>It. >>Well it's not surprising that you've added some new exciting customers to the roster. We have. We have. You want to tell the audience who they might >>Be? Yes. It's been a few big names in the last year we're pretty excited about. One is Snapchat, I think everybody knows, knows that application And one is Robin Hood. So you know, you can imagine very large, I'll say tech forward companies that have completed their migrations to, to cloud native or a wallet on their way to Cloudnative and, and we like helping those customers for sure. We also like helping a lot of startups out there cause they start off in the cloud native world. Like if you're gonna build a business today, you're gonna use Kubernetes from day one. Right? But we're actually interestingly seeing more and more of is traditional enterprises who are just early, pretty early on in their cloudnative migration then now starting to adopt cloud native at scale and now they're running to the same problems. As well >>Said, the Gartner data last year was something like 85% of companies had not made that transformation. Right. So, and that, I mean that's looking at larger scale companies, obviously >>A hundred, you're >>Right on the pulse. They >>Have finished it, but a lot of them are starting it now. So we're seeing pilot >>Projects, testing and cadence. And I imagine it's a bit of a different pace when you're working with some of those transforming companies versus those startups that are, are just getting rolling. I >>Love and you know, you have a lot of legacy use case you have to, like, if you're a startup, you can imagine there's no baggage, there's no legacy. You're just starting brand new, right? If you're a large enterprise, you have to really think about, okay, well how do I get my active business moved over? But yeah. >>Yeah. And how do you guys see the whole cloud native scale moving with the hyper scales? Like aws? You've got a lot of multi-cloud conversation. We call it super cloud in our narrative, but there's now this new, we're gonna get some of common services being identified. We're seeing a, we're seeing a lot more people recognize and with Kubernetes that hey, you know what, you could get some common services maybe across clouds with SOS doing storage. We got Min iOS doing some storage. Yeah. Cloud flare, I mean starting to see a lot more non-hyper scale systems. >>Yeah, I mean I, and I think that's the pattern there and I think it, it's, especially for enterprise at the top end, right? You see a, a lot of companies are trying to de-risk by saying, Hey, I, I don't want to bet maybe on one cloud provider, I sort of need to hedge my bets a little bit. And Kubernetes is a great tool to go do that. You can imagine some of these other tools you mentioned is a great way to do that. Observability is another great way to do that. Or the cloud providers have their observability or monitoring tooling, but it's really optimized just for that cloud provider, just for those services there. So if you're really trying to run either your custom applications or a multi-cloud approach, you really can't use one cloud providers solution to go solve that problem. Do you >>Guys see yourselves with that unifying >>Layer? We, we, we are a little bit as that lay because it's agnostic to each of the cloud providers. And the other thing is we actually like to understand where our customers run and then try to run their observability stack on a different cloud provider. Cuz we use the cloud ourselves. We're not running our own data centers of course, but it's an interesting thing where everybody has a common dependency on the cloud provider. So when us e one ofs hate to call them out, but when us E one ofs goes down, imagine half the internet goes down, right? And that's the time that you actually need observability. Right? Seriously. And every other tooling there. So we try to find out where do you run and then we try to actually run you elsewhere. But yeah, >>I like that. And nobody wants to see the ugly bits anyway. Exactly. And we all know who when we're all using someone when everything >>Exactly. Exactly, exactly. >>People off the internet. So it's very, I, I really love that. Martin, Jeff, thank you so much for being here with us. Thank you. What's next? What, how do people find out, how do they get one of the jobs since three Xing your >>Employee growth? We're hiring a lot. I think the best thing is to go check out our website chronosphere.io. You'll find out a lot about our, our, our careers, our job openings, the culture we're trying to build here. Find out a lot about the product as well. If you do have an observability problem, like that's the best place to go to find out about that as well. Right. >>Fantastic. Well if you want to join a quarter billion, a quarter of a billion dollar rocket ship over here and certainly a unicorn, get in touch with Martin and Jeff. John, thank you so much for joining me for this very special edition and thank all of you for tuning in to the Cube live here from Motor City. My name's Savannah Peterson and we'll see you in a little bit. >>Robert Herbeck. People obviously know you from Shark Tanks, but the Herbeck group has been really laser focused on cyber security. So I actually helped to bring my.
SUMMARY :
John, how long have you known the next few? He's a VC partner at Greylock and an investor and this company that just launched their new cloud Jeff, thank you so much for being Thank you. I noticed right away that you have raised a mammoth series C. And a couple of other things we're pretty proud of last year. Real metric if you've had a hundred percent. It's a good metric to, to put out there if you had a hundred percent. and you know, therefore paying more for the service as well. And you guys just launched a new release of your platform, cloud native platform. So actually our product announcement this time is a pretty big refresh of, You, you run product, you get the keys to the kingdom, I do product roadmap. So the keystone of what we do that's different is helping you control the What's the key to observability right now that's gonna separate the winners from the losers? Not only can it handle the data explosion, but you know, APM solutions have been around for And you can imagine these are folks, And you got the developer persona, you got a developer that's building the part of the system that you know a lot about are pretty low, chances are you're gonna get bothered about And we were talking about containers again with, again with docker, you know, nuance point, We we're, you know, we're not just designing for when everything goes right, You need to be prepared for when everything And you know, observably is one of those key things you need to do your job. That's the holy grail right there. Exactly. So where do you guys weigh in on the automation wave? So once you detect that something goes wrong, generally if you've seen it before, you know what the fix is. You gotta get the data to actually inform the specific problem you're trying to solve. Built a feature, you tell us what you want, we will figure out how to get it for you efficiently. How can we accelerate and optimize what you were gonna do anyway, empathy, both of you and, and putting your, well you probably have experience with this as well, of a product manager. Is, and the reason why she said the way you do this, you go and you live with them in order to And that's really also highlights the fact that we're in a market that requires acute realtime I mean if we're not watching how, and And like if you need to wait a few minutes to even know that something's wrong, like you've already lost at that point, I imagine They're probably playing with it right now. I imagine. I mean, what are some of the tell signs that if I'm a CSO I go, you know what, Exactly. Exactly. And if you have more incidents, you can imagine more engineers are being paid, are being woken up and they're being put And, and you know, you can imagine, you know the whole movement towards C I C D, You want to tell the audience who they might So you know, you can imagine very large, Said, the Gartner data last year was something like 85% of companies had not made that transformation. Right on the pulse. So we're seeing pilot And I imagine it's a bit Love and you know, you have a lot of legacy use case you have to, like, if you're a startup, you can imagine there's no baggage, We're seeing a, we're seeing a lot more people recognize and with Kubernetes that hey, you know what, tools you mentioned is a great way to do that. And that's the time that you actually need observability. And we all know who when we're all using someone when Exactly. Martin, Jeff, thank you so much for being here with If you do have an observability problem, like that's the best place to go to find out about of you for tuning in to the Cube live here from Motor City. People obviously know you from Shark Tanks, but the Herbeck group has been really
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jeff | PERSON | 0.99+ |
Martin | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Jerry Chen | PERSON | 0.99+ |
Jeff Cobb | PERSON | 0.99+ |
Doug | PERSON | 0.99+ |
John | PERSON | 0.99+ |
John Farer | PERSON | 0.99+ |
Savannah Peterson | PERSON | 0.99+ |
Robert Herbeck | PERSON | 0.99+ |
third time | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
Cuan | LOCATION | 0.99+ |
85% | QUANTITY | 0.99+ |
68% | QUANTITY | 0.99+ |
Martin Mao | PERSON | 0.99+ |
second time | QUANTITY | 0.99+ |
90% | QUANTITY | 0.99+ |
Gartner | ORGANIZATION | 0.99+ |
first | QUANTITY | 0.99+ |
a year ago | DATE | 0.99+ |
200 million | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
hundred percent | QUANTITY | 0.99+ |
two days ago | DATE | 0.99+ |
KubeCon | EVENT | 0.99+ |
Shark Tanks | ORGANIZATION | 0.99+ |
CloudNativeCon | EVENT | 0.98+ |
one | QUANTITY | 0.98+ |
Snapchat | ORGANIZATION | 0.98+ |
hundreds of millions | QUANTITY | 0.98+ |
Docker | ORGANIZATION | 0.98+ |
over 200 people | QUANTITY | 0.98+ |
this week | DATE | 0.97+ |
one trend | QUANTITY | 0.97+ |
Greylock | ORGANIZATION | 0.97+ |
three things | QUANTITY | 0.97+ |
first thing | QUANTITY | 0.97+ |
three | QUANTITY | 0.97+ |
One | QUANTITY | 0.95+ |
past year | DATE | 0.95+ |
about 80 employees | QUANTITY | 0.93+ |
two very interesting gentlemen | QUANTITY | 0.93+ |
Savannah | PERSON | 0.93+ |
Kubernetes | TITLE | 0.92+ |
this afternoon | DATE | 0.92+ |
one thing | QUANTITY | 0.91+ |
Prometheus | TITLE | 0.9+ |
today | DATE | 0.9+ |
each | QUANTITY | 0.9+ |
chronosphere.io | OTHER | 0.89+ |
Robin Hood | PERSON | 0.88+ |
Motor City | LOCATION | 0.87+ |
earlier today | DATE | 0.86+ |
Cuan Detroit, Michigan | LOCATION | 0.85+ |
a quarter of a billion dollar | QUANTITY | 0.82+ |
Chronosphere | ORGANIZATION | 0.81+ |
ton | QUANTITY | 0.81+ |
iOS | TITLE | 0.81+ |
aws | ORGANIZATION | 0.8+ |
half | QUANTITY | 0.78+ |
past couple years | DATE | 0.75+ |
NA 2022 | EVENT | 0.75+ |
Prom lens | OTHER | 0.72+ |
hundred | QUANTITY | 0.68+ |
day one | QUANTITY | 0.65+ |
quarter billion | QUANTITY | 0.63+ |
wave | EVENT | 0.63+ |
Jeff Boudreau, Dell Technology Summit
>>Welcome back to the Cube's exclusive coverage of the Dell Technology Summit. I'm Dave Ante. We're going inside with Dell Execs to extract the signal from the noise. And right now we're gonna dig into customer requirements in a data intensive world and how cross cloud complexities get resolved from a product development perspective and how the ecosystem fits in to that mosaic to close the gaps and accelerate innovation. And with me now as friend of the cube, Jeff Boudreau, he's the president of the Infrastructure Solutions Group, ISG at Dell Technologies. Jeff, always good to see you. Welcome. >>You too. Thank you for having me. It's great to see you. And thanks for having me back on the cube. I'm thrilled to be here. Yeah, >>It's our pleasure. Okay, so let's talk about what you're observing from customers today. You know, we talk all the time about operating in a data driven multi-cloud world, blah, blah, blah, blah. But what does that all mean to you when you have to translate that noise into products that solve specific customer problems, Jeff? >>Sure. Hey, great question. And everything always starts with our customers. They're our motivation, They're top of mind, everything we do. My leadership team and I spend a lot of time with our customers. We're listening, we're learning, we're really understanding their pain points, and we want to get their feedback in regards to our solutions, both turn and future offerings, really ensure that we're aligned to meeting their business objectives. I would say from these conversations, I'd say customers are telling us several things. First, it's all about data. So no surprise going back to your opening. And second, it's about the multi-cloud world. And I'd say the big thing coming from all of this is that both of those are driving a ton of complexity for our customers. And I'll unpack that just a bit, which is first the data. As we all know, data is growing at unprecedented rates with more than 90% of the world's data being produced in the last two years alone. >>And you can just think of that in its everywhere, right? And so as it is, the IT world shifts towards distributed compute to support that data growth and that data gravity to really extract more value from that data in real time environments become inherently more and more hybrid and more and more multi-cloud. Which leads me to the second key point that I've been hearing from our customers, which it's a multi-cloud world, not new news. Customers by default have multiple clouds running across multiple locations. That's OnPrem and off, it's running at the edge and it's serving a variety of different needs. Unfortunately, for most of our CU customers, multicloud actually added to their complexity. As we've discussed, it's been a lot more of multi-cloud by default versus multicloud by design. If you really think about our customers, I mean, I, I, I'm talking to 'EM all the time. >>You think about the data complexity, that's the growth and the gravity. You think about their infrastructure complexity shifting from central to decentralized it, you think about multi-cloud complexity. So you have these walled gardens, if you will. So you have multiple vendors and you have these multiple contracts that all creates operational complexity for their teams around their processes of their tools. And then you think about the security complexity that that drives with the, just the increased tax service and the list goes on. So what are we seeing for our customers? They, what they really want from, also what they're asking us for is simplicity, not complexity. The mediacy, not latency. They're asking for open and align versus I'd say siloed and closed. And they're looking for a lot more agility and not rigidity in what we do. So they really wanna simplify everything. They're looking for a simpler IT in a more agile it, and they want more control of their data, right? >>And so, and they want to extract more of the value to enrich their business or their customer engagements, which all sounds pretty obvious and we've probably all heard it a bunch, but it's really hard to achieve. And that's where I believe, and we believe as Dell, that we, it creates a big opportunity for us to really help our customers as that great simplifier of it. We're already doing this today. Just a couple quick examples. First is Salesforce. We've supported recently, we've supported their global expansion with a multi-cloud solution to help them drive their business growth. Our solution delivered a reliable and consistent IT experience will go back to that complexity. And it was across a very distributed environment, including more than 60 data centers, 230 countries in hundreds of thousands of customers. It really provided Salesforce with the flexibility of placing workloads and data in an environment based on the right service level. >>Objective things like cost complexity or even security compliance considerations. The second customer A is a big new knowing little Patriot fan. And Dan, Dave, I know you are as well. Oh yeah, this one's near, near and data to my heart, it's the craft group. We just created a platform to span all their businesses that created more, I'd say data driven, immersive, secure experience, which is allowing them to capture data at the edge and use it for real time insights for things like cyber resiliency, but also like safety of the facilities. And as being a PA patron fan like I am, did they truly are meeting us where we are in our seats on their mobile devices and also in the parking lot. So just keep that in mind next time you're there. The bottom line, everything we're doing is really to make it simpler for our customers and to help them get the most of their data. I'd say we're gonna do this, is it through a multi-cloud by design approach, which we've talked a lot about with you and and others at Dell Tech world earlier this >>Year, right? And we had Salesforce on, actually at Dell Tech Group. The craft group is interesting because, you know, when you get to the stadium, you know, everybody's trying to get, get, get out to the internet and, and, but then the experience is so much better if you can actually, you know, deal with that edge. So I wanna talk about complexity though. You got data, you got, you know, the, the edge, you got multiple clouds, you got a different operating model across security model, different. So a lot of times in this industry we solve complexity with more complexity and it's like a bandaid. So I wanna, I wanna talk to, to how you're innovating around simplicity in ISG to address this complexity and what this means for Dell's long term strategy. >>Sure, I'd love to. So first I, I'd like to state the obvious, which are our investments in our innovations really focused on advancing, you know, our, our our customers needs, right? So we are really, our investments are gonna be targeted. We, we believe customers can have the most value. And some of that's gonna be around how we create strategic partnerships as well. Connecting to what we just spoke about. Much of the complexity of customers have or experiencing is the orchestration and management of all the data in all these different places. And customers, you know, they must be able to quickly deploy and operate across cloud environments. They need to increase their developer productivity, really enabling those developers that do what they do best, which is creating more value for their customers than for their businesses. Our innovation efforts are really focused on addressing this by delivering an open and modern IT architecture that allows customers to run and manage any workload in any cloud anywhere. >>Data lives we're focused on, also focused on consumption based solutions, which allow for a greater degree of simplicity and flexibility, which they're really asking for as well. The foundation for this is our software defined common storage layer. That common storage layer, You can think about this, Dave, as our ias if you will. It underpins our data access in mobility across all data types of locations. So you can think private, public, telecom, colo, edge, and it's delivered in a secure, holistic, and consistent cloud experience through Apex. We are making a ton of progress to let you, just to be, just to be clear, we made headway in things like Project Alpine, which you're very well aware of. This is our storage as a service. We announced us back in in January, which brings our unique software IP from our flagship storage platform to all the major public clouds. >>Really delivering the best of both worlds, allowing our customers to take advantage of Dell's enterprise class data services and storage software, such as performance at scale, resiliency, efficiency and security. But in addition to that, we're leveraging the breadth of the public cloud services, right? They're on demand scaling capabilities and access to analytical services. So in addition, we're really, we're, we're on our way to win at the edge as well with Project Frontier, which reduces complexity at the edge by creating an open and secure software platform to help our customers simplify their edge operations, optimize their edge environments and investments, secure that edge environment as well. I believe you're gonna be discussing Project Frontier here with Sam Broco in the very near future. So I won't give up more, too many more details there. And lastly, we're also scaling Apex, which, you know, well shifting from our vision, really shifting from vision to reality and introducing several new Apex service offerings, which are coming to market over the next month or so. And the intent is really supporting our customers on there as a service transitions by modernize the con consumption experience and providing that flexible as a service model. Ultimately, we're trying to help our customers achieve that multi-cloud by design to really simplify it in a, unlock the power of their data. >>So some good examples there. I I like to talk about the super Cloud as you, you know, you're building on top of the, you know, hyperscale infrastructure and you got Apex is your cloud, the common storage layer, you call it your ISAs. And that's, that's a ingredient in what we call the super cloud out to the edge. You have to have a common platform there and one of the hallmarks of a cloud company. And as you become a cloud company, everybody's a cloud company ecosystem becomes really, really important in terms of product development and, and innovation. Matt Baker always loves to stress it's not a zero sum game. And, and I think Super Cloud recognizes that, that there's value to be built on top of other clouds and, and, and of course on top of your infrastructure so that your ecosystem can add value. So what role does the ecosystem play there? >>For me, it's, it's pretty clear. It's, it's, it's critical. I can't say that enough above the having an open ecosystem. Think about everything we just discussed, and I agree with your super cloud analogy. I agree with what Matt Baker had said to you, I would assert no one company can actually address all the pain points and all the issues and challenges that customers are having on their own, not one. I think customers really want and deserve an open technology ecosystem, one that works together. So not these close stacks that discourage this interoperability or stifles innovation and productivity of our, of each of our teams. We Dell, I guess, have a long history of supporting open ecosystems that really put customers first. And to be clear, we're gonna be at the center of the multi-cloud ecosystem and we're working with partners today to make that a reality. >>I mean, just think of what we're doing with VMware. We continue to build on our first investment alliances with them in August at their VMware explorer, which I know you were at. We announced several joint engineering initiatives to really help customers more easily manage and gain value from their data in their infrastructure. For multi-cloud specifically, we strength our relationship with VMware and know with Tansu as part of that. In addition, just a few weeks ago we announced our partnership with Red Hat to simplify our multicloud deployments for managing containerized workloads. I'd say, and using your analogy, I could think of that as our multicloud platform. So that's kind of our PAs layer, if you will. And as you're aware, we have a very longstanding and strategic partnership with Microsoft and I'd say stay tuned. There's a lot more to come with them and also others in this multi-cloud space. >>Shifting a bit to some of the growth engines that my team's responsible for the edge, right? As you think about data being everywhere, we've established partnerships for the Edge as well with folks like PTC and Litmus for the manufacturing edge, but also folks like Deep North for the retail edge analytics in data management, using your Supercloud analogy data, the sa right? This is our SAS layer. We've announced that we're collaborating, partnering with folks like Snowflake and, and there's other data management companies as well to really simplify data access and accelerate those data insights. And then given customers choice of where they'd like to have their IT and their infrastructure, we've we're expanding our colo partnerships as well with folks like Equinox and, and they're allowing us to broaden our availability of Apex, providing customers the flexibility to take advantage of those as a service offerings wherever it's delivered and where they can get the most value. So those are just some you can hear from me. I think it's critical not only for, for us, I think it's critical for our customers. I think it's been critical, critical for the entire, you know, industry as a whole to really have that open technology ecosystem as we work with our customers on our multi-cloud solutions really to meet their needs. We'll continue to collaborate with whoever customers choose and you know, and who they want us to do business with. So I'd say a lot more coming in that space. >>So it's been an interesting three years for you, just, just over three years now since you've been made the president of the IS isg. And so you had to dig in and it was obviously strange time around the world, but, but you really had to look at, okay, how do we modernize the platform? How do we make it, you know, cloud first? You've mentioned the Edge, we're expanding. So what are the big takeaways? What do you want customers and our audience to understand? Just some closing thoughts and if you could summarize. >>Sure. So I'd say first, you know, we discuss, we're working in a very fast paced, ever changing market with massive amounts of data that needs to be managed. It's very complex and our customers need help with that complexity. I believe that Dell Technologies is uniquely positioned to help as their multi-cloud champion. No one else can solve the breadth and depth of the challenges like we can. And we're gonna help our customers move forward when they basically moving from a multi-cloud by default, as we've discussed before, to multicloud by design. And I'm really excited for the opportunity to work with our customers to help them expand that ecosystem as they truly realize the future of it and, and what they're trying to accomplish. >>Jeff, thanks so much. Really appreciate your time. Always a pleasure. Go pats and we'll see you on the blog. >>Thanks Dave. >>All right, you're watching Exclusive Inside Insights from Dell Technology Summit on the cube, your leader in enterprise and emerging tech coverage.
SUMMARY :
how the ecosystem fits in to that mosaic to close the gaps and accelerate And thanks for having me back on the cube. But what does that all mean to you when you have to translate And I'd say the big thing coming from all of this is that both of those are driving And you can just think of that in its everywhere, right? from central to decentralized it, you think about multi-cloud complexity. And so, and they want to extract more of the value to enrich their business or their customer engagements, And Dan, Dave, I know you are as well. So a lot of times in this industry we solve complexity with more complexity So first I, I'd like to state the obvious, which are our investments in So you can think private, public, So in addition, we're really, we're, we're on our way to win at the edge as well with And as you become a cloud company, I can't say that enough above the having We continue to build on our first investment alliances with I think it's been critical, critical for the entire, you around the world, but, but you really had to look at, okay, how do we modernize the platform? And I'm really excited for the opportunity to work with our customers to help them expand that ecosystem as Go pats and we'll see you All right, you're watching Exclusive Inside Insights from Dell Technology Summit on the cube,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jeff Boudreau | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
Matt Baker | PERSON | 0.99+ |
Dan | PERSON | 0.99+ |
Equinox | ORGANIZATION | 0.99+ |
August | DATE | 0.99+ |
January | DATE | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
Dave Ante | PERSON | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
First | QUANTITY | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Sam Broco | PERSON | 0.99+ |
PTC | ORGANIZATION | 0.99+ |
second | QUANTITY | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
three years | QUANTITY | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
Infrastructure Solutions Group | ORGANIZATION | 0.99+ |
230 countries | QUANTITY | 0.99+ |
more than 60 data centers | QUANTITY | 0.99+ |
more than 90% | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
Tansu | ORGANIZATION | 0.98+ |
Litmus | ORGANIZATION | 0.98+ |
over three years | QUANTITY | 0.98+ |
Dell Technology Summit | EVENT | 0.98+ |
Dell Tech Group | ORGANIZATION | 0.98+ |
Apex | ORGANIZATION | 0.98+ |
today | DATE | 0.97+ |
both worlds | QUANTITY | 0.97+ |
Dell Tech | ORGANIZATION | 0.97+ |
Deep North | ORGANIZATION | 0.95+ |
one | QUANTITY | 0.94+ |
ISG | ORGANIZATION | 0.93+ |
second key point | QUANTITY | 0.93+ |
Project Frontier | ORGANIZATION | 0.93+ |
IS | ORGANIZATION | 0.93+ |
second customer | QUANTITY | 0.92+ |
each | QUANTITY | 0.9+ |
next month | DATE | 0.89+ |
first investment alliances | QUANTITY | 0.87+ |
Snowflake | ORGANIZATION | 0.86+ |
few weeks ago | DATE | 0.86+ |
Salesforce | ORGANIZATION | 0.82+ |
Edge | ORGANIZATION | 0.81+ |
hundreds of thousands of customers | QUANTITY | 0.75+ |
Project Alpine | ORGANIZATION | 0.73+ |
couple | QUANTITY | 0.71+ |
last two years | DATE | 0.7+ |
Patriot | ORGANIZATION | 0.67+ |
Super | TITLE | 0.66+ |
super Cloud | TITLE | 0.64+ |
multicloud | ORGANIZATION | 0.6+ |
Apex | TITLE | 0.59+ |
Supercloud | ORGANIZATION | 0.57+ |
super cloud | TITLE | 0.56+ |
Cloud | ORGANIZATION | 0.51+ |
Execs | COMMERCIAL_ITEM | 0.43+ |
Jeff Boudreau, Dell Technologies| | Dell Technologies Summit 2022
>>Welcome back to the Cube's exclusive coverage of the Dell Technology Summit. I'm Dave Ante. We're going inside with Dell Execs to extract the signal from the noise. And right now we're gonna dig into customer requirements in a data intensive world and how cross cloud complexities get resolved from a product development perspective and how the ecosystem fits in to that mosaic to close the gaps and accelerate innovation. And with me now is friend of the Cube, Jeff Boudreau. He's the president of the Infrastructure Solutions Group, ISG at Dell Technologies. Jeff, always good to see you. Welcome. >>You too. Thank you for having me. It's great to see you and thanks for having me back on the key. I'm thrilled to be here. >>Yeah, it's our pleasure. Okay, so let's talk about what you're observing from customers today. You know, we talk all the time about operating in a data driven multi-cloud world, blah, blah, blah, blah. But what does that all mean to you when you have to translate that noise into products that solve specific customer problems, Jeff? >>Sure. Hey, great question. And everything always starts with our customers. They're our motivation. They're top of mind in everything we do. My leadership team and I spend a lot of time with our customers. We're listening, we're learning, we're really understanding their pain points, and we wanna get their feedback in regards to our solutions. Both turn and future offerings really ensured that we're aligned to meeting their business objectives. I would say from these conversations, I'd say customers are telling us several things. First, it's all about data for no surprise going back to your opening. And second, it's about the multi-cloud world. And I'd say the big thing coming from all of this is that both of those is driving a ton of complexity for our customers. And I'll unpack that just a bit, which is first the data. As we all know, data is growing at unprecedented rates with more than 90% of the world's data being produced in the last two years alone. >>And you can just think of that in its everywhere, right? And so as it is, the IT world shifts towards distributed compute to support that data growth and that data gravity to really extract more value from that data in real time environments become inherently more and more hybrid and more and more multi-cloud. Which leads me to the second key point that I've been hearing from our customers, which it's a multi-cloud world, not new news. Customers by default have multiple clouds running across multiple locations. That's on-prem and off, it's running at the edge and it's serving a variety of different needs. Unfortunately, for most of our CU customers, multicloud actually added to their complexity. As we've discussed, it's been a lot more of multicloud by default versus multicloud by design. Really think about customers, I I, I'm talking to 'EM all the time. You think about the data complexity, that's the growth in the graph. >>You think about their infrastructure complexity, shifting from central to decentralized it, you think of a multi-cloud complexity. So you have these walled gardens, if you will. So you have multiple vendors and you have these multiple contracts that all creates operational complexity for their teams around their processes of their tools. And then you think about the security complexity that that drives with the, just the increased tax service and the list goes on. So what are we seeing for our customers? They, what they really want from, also what they're asking us for is simplicity, not complexity. The immediacy, not latency. They're asking for open and align versus I'd say siloed and closed. And they're looking for a lot more agility and not rigidity in what we do. So they really wanna simplify everything. They're looking for a simpler IT in a more agile it, and they want more control of their data, right? >>And so, and they want to extract more of the value to enrich their business or their customer engagements, which all sounds pretty obvious and we've probably all heard it a bunch, but it's really hard to achieve. And that's where I believe, and we believe as Dell that we, it creates a big opportunity for us to really help our customers as that great simplifier of it. We're already doing this today on just a couple quick examples. First is Salesforce. We've supported recently, we've supported their global expansion with a multi-cloud solution to help them drive their business growth. Our solution delivered a reliable and consistent IT experience. We go back to that complexity and it was across a very distributed environment, including more than 60 data centers, 230 countries in hundreds of thousands of customers. It really provided Salesforce with the flexibility of placing workloads and data in an environment based on the right service level. >>Objective things like cost complexity or even security compliance considerations. The second customer A is a big New England Patriot fan. And Dan, Dave, I know you are as well. Oh yeah, this one's near, near data, my heart, it's the craft group. We just created a platform to span all their businesses that created more, I'd say data driven, immersive, secure experience, which is allowing them to capture data at the edge and use it for realtime insights for things like cyber resiliency, but also like safety of the facilities. And as being a pare fan like I am Dave, they truly are meeting us where we are in, in our seats on their mobile devices and also in the parking lot. So just keep that in mind next time you're there. But bottom line, everything we're doing is really to make it simpler for our customers and to help them get the most of their data. I'd say we're gonna do this, is it through a multi-cloud by design approach, which we talked a lot about with you and and others at Dell Tech world earlier this year, >>Right? And we had Salesforce on, actually at Dell Tech Group. The craft group is interesting because, you know, when you get to the stadium, you know, everybody's trying to get, get, get out to the internet and, and, but then the experience is so much better if you can actually, you know, deal with that edge. So I wanna talk about complexity though. You got data, you got, you know, the, the edge, you got multiple clouds, you got a different operating model across security models, different. So a lot of times in this industry we solve complexity with more complexity and it's like a bandaid. So I wanna, I wanna talk to, to how you're innovating around simplicity in ISG to address this complexity and what this means for Dell's long term strategy. >>Sure, I'd love to. So first I, I'd like to state the obvious, which are our investments in our innovations really focused on advancing, you know, our, our our customers needs, right? So we are really, our investments are gonna be targeted. We, we believe customers can have the most value. And some of that's gonna be around how we create strategic partnerships as well connected to what we just spoke about. Much of the complexity of customers have or experiencing is in the orchestration and management of all the data in all these different places and customers, you know, they must be able to quickly deploy and operate across cloud environments. They need to increase their developer productivity, really enabling those developers that do what they do best, which is creating more value for their customers than for their businesses. Our innovation efforts are really focused on addressing this by delivering an open and modern IT architecture that allows customers to run and manage any workload in any cloud anywhere. >>Data lives we're focused on, also focused on consumption based solutions, which allow for a greater degree of simplicity and flexibility, which they're really asking for as well. The foundation for this is our software defined common storage layer. That common storage layer, You can think about this, Dave, as our ias if you will. It underpins our data access in mobility across all data types of locations. So you can think private, public, telecom, colo, edge, and it's delivered in a secure, holistic, and consistent cloud experience through Apex. We are making a ton of progress to let you, just to be, just to be clear, we made headway in things like Project Alpine, which you're very well aware of. This is our storage as a service. We announce us back in, in January, which brings our unique software IP from our flagship storage platform to all the major public clouds, really delivering the best of both world, allowing our customers to take advantage of Dell's enterprise class data services and storage software, such as performance at scale, resiliency, efficiency and security. >>But in addition to that, we're leveraging the breadth of the public cloud services, right? They're on demand scaling capabilities and access to analytical services. So in addition, we're really, we're on our way to win at the edge as well with Project Frontier, which reduces complexity at the edge by creating an open and secure software platform to help our customers simplify their edge operations, optimize their edge environments and investments, secure that edge environment as well. I believe you're gonna be discussing Cru in Frontier here with Sam Broco in the very near future. So I won't give up more, too many more details there. And lastly, we're also scaling Apex, which, you know, well shifting from our vision, really shifting from vision to reality and introducing several new Apex service offerings, which are coming to market over the next month or so. And the intent is really supporting our customers on their as a service transitions by modernize the consumption experience and providing that flexible as a service model. Ultimately, we're trying to help our customers achieve that multicloud by design to really simplify it and unlock the power of their data. >>So some good examples there. I I like to talk about the super Cloud as you, you know, you're building on top of the, you know, hyperscale infrastructure and you got Apex is your cloud, the common storage layer, you call it your ISAs. And that's, that's a ingredient in what we call the super cloud out to the edge. You have to have a common platform there and one of the hallmarks of a cloud company. And as you become a cloud company, everybody's a cloud company ecosystem becomes really, really important in terms of product development and, and innovation. Matt Baker always loves to stress it's not a zero sum game. And, and I think Super Cloud recognizes that, that there's value to be built on top of other clouds and, and, and of course on top of your infrastructure so that your ecosystem can add value. So what role does the ecosystem play there? >>For me, it's, it's pretty clear. It's, it's, it's critical. I can't say that enough above the having an open ecosystem. Think about everything we just discussed, and I agree with your super cloud analogy. I agree with what Matt Baker had said to you, I would certain no one company can actually address all the pain points and all the issues and challenges our customers are having on their own. Not one. I think customers really want and deserve an open technology ecosystem, one that works together. So not these close stacks that discourages interoperability or stifles innovation and productivity of each of our teams. We del I guess, have a long history of supporting open ecosystems that really put customers first. And to be clear, we're gonna be at the center of the multi-cloud ecosystem and we're working with partners today to make that a reality. I mean, just think of what we're doing with VMware. >>We continue to build on our first and best alliances with them in August at their VMware explorer, which I know you were at. We announced several joint engineering initiatives to really help customers more easily manage and gain value from their data and their infrastructure. For multi-cloud. Specifically, we strength our relationship with VMware and know with Tansu as part of that. In addition, just a few weeks ago we announced our partnership with Red Hat to simplify our multicloud deployments for managing containerized workloads. I'd say, and using your analogy, I could think of that as our multicloud platform. So that's kind of our PAs layer, if you will. And as you're aware, we have a very long standing and strategic partnership with Microsoft and I'd say stay tuned. There's a lot more to come with them and also others in this multi-cloud space. Shifting a bit to some of the growth engines that my team's responsible for the edge, right? >>As you think about data being everywhere, we've established partnerships for the Edge as well with folks like PTC and Litmus for the manufacturing edge, but also folks like Deep North for the retail edge analytics in data management, using your Supercloud analogy, Dave the sa, right? This is our SAS layer. We've announced that we're collaborating, partnering with folks like Snowflake and, and there's other data management companies as well to really simplify data access and accelerate those data insights. And then given customers choice of where they'd like to have their IT and their infrastructure, we've we're expanding our colo partnerships as well with folks like Equinox and, and they're allowing us to broaden our availability of Apex, providing customers the flexibility, take advantage of those as a service offerings wherever it's delivered and where they can get the most value. So those are just some you can hear from me. I think it's critical not only for, for us, I think it's critical for our customers. I think it's been critical, critical for the entire, you know, industry as a whole to really have that open technology ecosystem as we work with our customers on our multi-cloud solutions really to meet their needs. We'll continue to collaborate with whoever customers choose and you know, and who they want us to do business with. So I'd say a lot more coming in that space. >>So it's been an interesting three years for you, just, just over three years now since you've been made the president of the I isg. And so you had to dig in and it was obviously strange time around the world, but, but you really had to look at, okay, how do we mo modernize the platform? How do we make it, you know, cloud first? You've mentioned the edge, we're expanding. So what are the big takeaways? What do you want customers and our audience to understand? Just some closing thoughts and if you could summarize. >>Sure. So I'd say first, you know, we've discussed, we're working in a very fast paced, ever changing market with massive amounts of data that needs to be managed. It's very complex and our customers need help with that complexity. I believe that Dell Technologies is uniquely positioned to help as their multi-cloud champion. No one else can solve the breadth and depth of the challenges like we can. And we're gonna help our customers move forward when they basically moving from a multicloud by default, as we've discussed before, to multicloud by design. And I'm really excited for the opportunity to work with our customers to help them expand that ecosystem as they truly realize the future of it and, and what they're trying to accomplish. >>Jeff, thanks so much. Really appreciate your time. Always a pleasure. Go pats and we'll see you on the blog. >>Thanks Dave. >>All right, you're watching exclusive insights from Dell Technology Summit on the cube, your leader in enterprise and emerging tech coverage.
SUMMARY :
how the ecosystem fits in to that mosaic to close the gaps and accelerate It's great to see you and thanks for having me back on the key. But what does that all mean to you when you have to translate And I'd say the big thing coming from all of this is that both of those is driving And you can just think of that in its everywhere, right? And then you think about the security complexity that that drives We go back to that complexity and which we talked a lot about with you and and others at Dell Tech world earlier this year, you know, when you get to the stadium, you know, everybody's trying to get, get, get out to the internet of all the data in all these different places and customers, you know, So you can think private, public, And lastly, we're also scaling Apex, which, you know, well shifting from our vision, really shifting from vision to reality And as you become And to be clear, We continue to build on our first and best alliances with them in August at We'll continue to collaborate with whoever customers choose and you know, around the world, but, but you really had to look at, okay, how do we mo modernize the platform? And I'm really excited for the opportunity to work with our customers to help them expand that ecosystem as Go pats and we'll see you All right, you're watching exclusive insights from Dell Technology Summit on the cube,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jeff Boudreau | PERSON | 0.99+ |
Dan | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
Matt Baker | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
August | DATE | 0.99+ |
Equinox | ORGANIZATION | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
Dave Ante | PERSON | 0.99+ |
January | DATE | 0.99+ |
First | QUANTITY | 0.99+ |
Sam Broco | PERSON | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
three years | QUANTITY | 0.99+ |
second | QUANTITY | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
Infrastructure Solutions Group | ORGANIZATION | 0.99+ |
first | QUANTITY | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
PTC | ORGANIZATION | 0.99+ |
230 countries | QUANTITY | 0.99+ |
Dell Tech Group | ORGANIZATION | 0.99+ |
Both | QUANTITY | 0.99+ |
more than 90% | QUANTITY | 0.99+ |
more than 60 data centers | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
Deep North | ORGANIZATION | 0.98+ |
Dell Technology Summit | EVENT | 0.98+ |
over three years | QUANTITY | 0.98+ |
Dell Tech | ORGANIZATION | 0.98+ |
Litmus | ORGANIZATION | 0.97+ |
Tansu | ORGANIZATION | 0.97+ |
today | DATE | 0.97+ |
each | QUANTITY | 0.97+ |
Project Alpine | ORGANIZATION | 0.96+ |
Frontier | ORGANIZATION | 0.96+ |
Dell Technologies Summit | EVENT | 0.96+ |
ISG | ORGANIZATION | 0.95+ |
second key point | QUANTITY | 0.95+ |
Apex | ORGANIZATION | 0.95+ |
next month | DATE | 0.95+ |
earlier this year | DATE | 0.94+ |
I isg | ORGANIZATION | 0.92+ |
Edge | ORGANIZATION | 0.92+ |
Salesforce | ORGANIZATION | 0.9+ |
Snowflake | ORGANIZATION | 0.9+ |
one | QUANTITY | 0.87+ |
hundreds of thousands | QUANTITY | 0.85+ |
both world | QUANTITY | 0.85+ |
few weeks ago | DATE | 0.83+ |
New England Patriot | ORGANIZATION | 0.81+ |
couple | QUANTITY | 0.8+ |
Project Frontier | ORGANIZATION | 0.8+ |
second customer | QUANTITY | 0.8+ |
Apex | TITLE | 0.77+ |
last two years | DATE | 0.76+ |
multicloud | ORGANIZATION | 0.75+ |
super Cloud | TITLE | 0.67+ |
Super Cloud | TITLE | 0.63+ |
customers | QUANTITY | 0.61+ |
2022 | DATE | 0.58+ |
VMware explorer | TITLE | 0.58+ |
Supercloud | ORGANIZATION | 0.56+ |
Cube | ORGANIZATION | 0.55+ |
Cube | COMMERCIAL_ITEM | 0.51+ |
Execs | COMMERCIAL_ITEM | 0.39+ |
Jeff Sieracki, Lumen | VMware Explore 2022
foreign welcome back to thecube's coverage of VMware Explorer 2022 Lisa Martin and Dave Nicholson here at Moscone West we're with about seven to ten thousand folks here so really good attendance at this first event since 2019 and the First with the new name Dave and I are pleased to welcome Jeff seraki the senior director of product management at Lumen as our next guest Jeff great to have you thank you for having me welcome so looked at the website I always love to see what taglines are and and lumen's website says welcome to the platform for amazing things talk to the audience a little bit about Lumen it's Mission Vision value prop would love to so much like a lot of the Enterprises that are out there today in the market lumens in the process of transforming we're transforming to a technology company from our Network routes but we also have roots in the I.T infrastructure business so we're bringing those together and creating that platform for amazing things uh we believe that our purpose is if you further human progress through technology and how we do that is we're enabling the fourth Industrial Revolution so moving in to the digital age where everything is it's all about data it's about real-time use of that data you machine learning artificial intelligence autonomous Cars Smart cities so the key tenet that we have around the fourth Industrial Revolution is data you need to acquire it and once you acquire it you need to analyze it then you need to act upon it because when you think about it data is just growing and growing and growing from the phones in your pocket to the devices that are sitting in front of us it's not going to stop and information that data is critical to driving business value and outcomes for customers so um so with that the I totally lost my train of thought sorry um uh the ability to to leverage that is critical um you know driving driving the revenue from that so for example like machine learning you can't have machine learning without data to feed the machine so they can start learning so they can look at pictures like oh look this is a picture of a dog this is a picture of a kangaroo so that's what our platform enables and that's what we're building we're building it brand new sitting on top of the Lumen networking capabilities of Global Network one of the largest IP backbone providers so we're super excited about what we have so these days every company has to be a data company to be competitive to you know well even to survive talk a little bit about enabling lumens customers to become data companies while enabling the fourth Industrial Revolution those two seem to be hand in hand yes so with the services that we provide particularly with our partnership with VMware we provide private cloud services that we can deploy on the customer premises or so whether it's a corporate office manufacturing facility a you know logistical facility so we can provide compute there or we can provide it in one of our plus 60 Edge data centers that are located in plus 60 metros so you don't have to put equipment on premises that's all connected by the Lumen Network Dynamic networking capabilities that connect from a customer Prem to Edge data center third party data center all the way into the public Cloud so we can stitch all of that together so I know you mentioned that you know you're you're you know based on your history you're moving further up the value chain with your customers but I'm still fascinated by kind of the history of lumen and when you when you refer to this Lumen Network um tell us a little more about that because that that's kind of a secret sauce ingredient to what you're doing yes so roots and Telecom roots and fiber and we have one of the largest fiber networks in the world and with that comes not only breath but also capillarity going to the markets we have over a hundred and eighty thousand fiber fed Enterprise buildings so with that imagine if your compute's there or if it's in a one of our Edge data centers how quickly you can transmit information from that Prem to the compute all the way into the cloud to acquire analyze and act on that data so that's really kind of the secret sauce we have that as you mentioned is that is that fiber backbone so I'm going to use the word capillarity at least once a day for the next week that's one of my favorite words awesome awesome word in it because and it actually it's evocative of exactly what I know you're what you're referencing but so you you guys are experts in latency bandwidth throughput those underpinnings of making sure that you can get data where it needs to be you can communicate between between environments um you've got that you've got that down so that's a very very strong Foundation to build off of is I guess the point that I wanted to see if I was correct definitely understanding and um just with that capability it really it comes down to outside the data is the user experience and with application performance you know one of the levers you can pull to drive application performance is is network but also location so you can put more bandwidth at it you can take put it on a network with less hops that's one of the advantages of our large backbone or you move the compo compute closer to the point of digital interaction which is what we're doing with our Edge platform so whether it's an edge data center on-prem yeah one thing one thing at the cube that we like to do is we we dive into those things that sometimes people think are inane and banal because we know how important they are we have a whole series on the question of does Hardware matter and so so we understand that you're delivering higher value to your customers but we also want to acknowledge just how important it is for you to have that Foundation yes underneath yeah and we're I mean the customers that in the marketplace they're expecting more and more services up this stack they don't want to have to worry about speeds and feeds well the way we're looking at it is the network has compute endpoints on it and everything has compute customers want to run their applications they don't want to worry about everything underneath it so that's why we're moving up so we want to be able to create that platform you worry about your applications you worry about development and execution of your applications and we'll take care of everything else talk a little bit about the VMware partnership I see Lumen Edge private Cloud on VCF talk a little bit about that how you guys are working together and some of the value of what's in it for me as a customer okay we've been working with for VMware for decades they're one of our best partners and our Flagship private Cloud product is based upon the cloud Foundation and it's a tried and true platform that the market understands and they have confidence in so it's something that they can relate to and they already have experience in so they're not trying to learn something new like trying to go out and find resources that can manage kubernetes like that's probably one of the hottest jobs out there probably took the wrong career path but anyways it's it's new it's emerging whereas VMware people know it there's a lot of people that know it so why spend time as an Enterprise retooling and learning and going to a different platform so with that VMware brings that foundation and the security of that that cohesive ecosystem that comes with VCF so we can provide that dedicated solution to our customers that they know and they Trust trust is critical right I mean it's it's table Stakes for businesses and their vendors and suppliers you know here we are at the VMware explore event that called uh the center of the multi-cloud universe which just sounds like a Marvel movie to me haven't seen any superheroes yet but there's got to be somebody around here in a costume in any event talk about how Lumen and VMware are enabling customers to navigate the the multi-cloud world that they're in by default and really turn it into a strategic advantage uh sure it's tied to the network um as much as I'm trying to say we opsificate it but it's um network is the critical part to it because you do have to physically connect things and the cloud is their computer somewhere so there is a physical behind everything but with the connectivity that we have and the partnership with VMware and the ability to take that platform and either from on-prem Edge data center third party data center or we can also provide that service with uh vmc and AWS we can provide it in the cloud so you have a ubiquitous platform that looks and feels the same no matter where it is and then that's critical to our customers again that the switching costs of learning it's it's a great product VMware is a great partnership to help bring that all together so what is a delighted customer sound like you're interacting with a delighted customer they're not gonna they're not going to pick up the phone and tell you you know what I love your network what what are they going to be what are they going to tell you they're happy about a delighty customer wouldn't talk about our infrastructure at all our virtual machines work our applications work our software Engineers they can develop against it our costs are optimized that's what they're going to care about if they start talking about oh our virtual machines or servers and that means there's probably something wrong so we need to make sure that platform that we're providing as a service and managing works so it's really if your application if you want to talk to me about your application that's what's top of mind for you we're doing our job now you share that love with the folks in your organization responsible for making sure that that infrastructure works right yes you let them know it's like look no no one is no one is touting what you do but it really still is important it is very you want to make sure keep those folks happy yes very important talk a little bit Jeff about how your customer conversations have evolved over the last couple of years as we saw you know two and a half years ago businesses in every industry scrambling to go digital have you seen priorities shift up the c-suite stock over to the board in terms of the infrastructure and the network that powers these organizations yeah I mean over the past couple years with the proliferation of public cloud you know the edicts of got to go to the cloud we got to go Cloud go to the go to the cloud so everything goes to the cloud it's great it's good for a lot of applications but not for all applications and the customer conversations were having a lot of it are okay what what comes back because with Cloud cream and costs it just yeah if you're looking at a permanent VM basis you know public Cloud works but when you have an entire ecosystem of virtual machines and applications to support entire Enterprise that cost can get out of hand pretty quickly are you saying that we we yeah we hear the term repatriation yes used are you saying a fair fair amount of that yes we're seeing that then the other part that we're seeing is getting out of the data center business that's expensive especially if an Enterprise has their own like that's you're talking about 10 million dollars per megawatt just of capital cost there so and then if they're in a third party you still have physical space and power you have servers there you have to assume someone's optimizing those servers and even if you have a hypervisor sitting on top of it that's a lot of work that's a lot of resources and human capital that our private Cloud solution with VMware takes away so that they can again they can worry about their applications providing business value providing customer experience versus is there anything on this server or not does somebody need this virtual machine what are all these public Cloud spend items we have how's this out of control it allows them to focus so that's kind of how things have have evolved and changed over the years one of the things that VMware talked about this morning in terms of the journey the cloud journey is going from cloud chaos which is where a lot of businesses are now to Cloud smart how does Lumen facilitate that transition of a business from cloud chaos to Cloud smart what is a cloud smart strategy from lumen's lens look like first of all you have to have a strategy as an Enterprise you'd be surprised how many of those that are out there that they don't know what to do and part of not knowing what to do is do we even have the right people looking at this and so what Lumen what we bring is that consultative capability to start breaking down some of those issues so maybe they do have a hybrid Cloud strategy okay have you implemented it no why not we don't have enough people okay those are resources we can bring in because not only you provide network and infrastructure but we also have managed surface capabilities managed Services capabilities we can sit on top of that we have Cloud migration practices we have centers of excellence around sap and other services so let us help dissect your problem let's take a let's look at the landscape you have out there find out where everything's buried and dig it up and then we figure out okay how do we move from one place the other you don't just lift and shift and so that those are the other services that Lumen brings in and that's how we help them and our private Cloud product we have it sitting on our Edge right in those 60 metros they can spin up a private Cloud instance tomorrow and they can start moving virtual machines from their data center to that cloud as a staging point to either keep it there you know move it to another place or move it into the public Cloud if that's where the application needs to live I'm curious about lumen's go to market strategy customers have a finite number of strategic seats at the table when it comes time to planning things out like what you just were referencing you know what what do we do next uh what's lumen's path to a seat at that table are you are you generally seeking to directly engage separately with that end user customer or are you going in partnering with others what does that look like in the real world in the real world it's Partners working together no one single entity can provide everything we have to work together and with our infrastructure layer we want to find the right partners that can help provide vertical specific Solutions that then you know they can be Hardware Partners they can be software Partners but then we can collectively go talk to the market talk to our customers about what we can help them with and then with our managed Services capabilities that's how we can kind of glue it all together so that's the direction we're going in so be very focused we're focused on manufacturing you're focused on retail because we see the largest opportunities there that's where we have a strong customer base strong customer relationships and that's how we're doing it we don't want to have an infrastructure conversation we want to outcome and application conversation that's what every customer is talking about it's all about outcomes is there Jeff a favorite customer story in manufacturing or retail that you think really articulates the value of what Lumen and VMware are delivering together yeah it's a yeah we kind of use this one a lot but it's it's uh it's a really good one um and we've seen um uh clones of this and and other opportunities manufacturing smart manufacturing you need to have the equipment that takes that information again that data from all the iot devices analyze it operate your manufacturing facility because most of it's all automated now so you can run that facility at optimal production with that compute you don't necessarily want that compute you know a thousand miles away you want it as close as possible particularly if you look at what if there's a fiber cut your network goes down okay then your factory goes down that's millions of dollars so with that compute there we allow that smart manufacturing capabilities and that's running on Lumen private cloud based upon VMware on vcloud foundation and it's working great and it's it's an opportunity for us to continue to expand I've seen similar use cases in logistics it's yeah I mean it's phenomenal what we can do when you're in conversations with prospects what's the why what's the pitch that you give them about why they should be working with Lumen to help them really maximize the value of their Edge Solutions it's really the resources we bring to bear like you know we we keep talking a lot about Network and uh trying to get away from the sniper that's my cousin the network is is key to the value proposition but it's not what people look at first but it's those other resources the ability to to manage I.T infrastructure which have been doing for decades a lot of people don't know that but we've been doing this a very long time and then with those areas of expertise managed Services it's providing that all together and with lumen's history the Partnerships we have I mean we have a lot of Partnerships so we have the ability to bring all these resources to provide the best solution for the customer and we like to use the term best execution venue so each application has an optimal place to live and we'll help help customers find that out and it's really I mean it's that simple we just need to sit down and have a conversation we can figure out where we can help you and we can get started as soon as the customer is ready so obviously some some changes coming up for VMware in the next few months or so what are you excited about as you continue this long-standing partnership and evolving it forward I'm most excited about us working together even more because we have not only do we have our private Cloud products uh we're leveraging them for kubernetes but also our sassy product we're partnered with VMware on that so we're really tight at the hip with these Cutting Edge Products that we're taking to Market to help customers solve those problems that we were just talking about so I'm just looking forward us coming together more and just getting out there and helping people threatening of the partnership excellent Jeff thank you for joining Dave and me on the program talking about what's going on with Lumen how you're enabling the fourth Industrial Revolution enabling customers to really become data companies we appreciate your time on your insights thank you for Jeff saraki and Dave Nicholson I'm Lisa Martin you're watching thecube live from VMware Explorer 2022. you're watching thecube the leader in Live tech coverage [Music]
SUMMARY :
so the key tenet that we have around the
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave | PERSON | 0.99+ |
Jeff Sieracki | PERSON | 0.99+ |
Dave Nicholson | PERSON | 0.99+ |
Jeff saraki | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Jeff seraki | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
60 metros | QUANTITY | 0.99+ |
Lumen Network | ORGANIZATION | 0.99+ |
Lumen | ORGANIZATION | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
millions of dollars | QUANTITY | 0.99+ |
over a hundred and eighty thousand | QUANTITY | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
next week | DATE | 0.98+ |
first event | QUANTITY | 0.98+ |
two and a half years ago | DATE | 0.98+ |
First | QUANTITY | 0.98+ |
two | QUANTITY | 0.98+ |
each application | QUANTITY | 0.97+ |
one | QUANTITY | 0.96+ |
tomorrow | DATE | 0.96+ |
ten thousand folks | QUANTITY | 0.96+ |
decades | QUANTITY | 0.95+ |
Moscone West | LOCATION | 0.95+ |
VCF | ORGANIZATION | 0.95+ |
plus 60 metros | QUANTITY | 0.94+ |
2019 | DATE | 0.93+ |
lumen | ORGANIZATION | 0.92+ |
uh | ORGANIZATION | 0.91+ |
last couple of years | DATE | 0.9+ |
fourth Industrial Revolution | EVENT | 0.9+ |
lot of people | QUANTITY | 0.9+ |
one of my favorite words | QUANTITY | 0.89+ |
about 10 million dollars per megawatt | QUANTITY | 0.89+ |
next few months | DATE | 0.88+ |
about seven | QUANTITY | 0.88+ |
single entity | QUANTITY | 0.87+ |
Prem | ORGANIZATION | 0.86+ |
fourth Industrial Revolution | EVENT | 0.85+ |
VMware | TITLE | 0.85+ |
one thing | QUANTITY | 0.85+ |
Global Network | ORGANIZATION | 0.85+ |
a lot of people | QUANTITY | 0.84+ |
this morning | DATE | 0.83+ |
past couple years | DATE | 0.81+ |
first | QUANTITY | 0.81+ |
lot of applications | QUANTITY | 0.8+ |
lumens | ORGANIZATION | 0.79+ |
a thousand miles | QUANTITY | 0.79+ |
today | DATE | 0.78+ |
Edge | ORGANIZATION | 0.77+ |
at least once a day | QUANTITY | 0.75+ |
Edge | TITLE | 0.74+ |
iot | TITLE | 0.74+ |
lot of resources | QUANTITY | 0.73+ |
VMware Explorer 2022 | TITLE | 0.71+ |
Lumen Edge | ORGANIZATION | 0.71+ |
one of the largest fiber networks | QUANTITY | 0.69+ |
Marvel | ORGANIZATION | 0.68+ |
Jeff Clarke, Dell Technologies | Dell Technologies World 2022
>>The cube presents, Dell technologies world brought to you by Dell. >>Welcome back to Las Vegas. We're here in the Venetian convention center. My name is Dave Alan. I'm here with my co-host John fur. You're watching the Cube's live coverage of Dell tech world 2022. Great crowd. I would say 7,000, maybe even 8,000 people. When you add in all the peripheral attendees, Jeff Clark is here. He's the vice chairman and co-chief operating officer of Dell technologies. Great to see you face to face, man. >>Hey guys. Good to see you again. Awesome. >>So really enjoyed your keynote this morning. You were pumped up, uh, I thought the, the presentations and the demos were crisp. So congratulations. Thank you. How you feeling? >>Doing a great job? How am I feeling? Uh, well, one relieved. If you know me well enough, I'm an engineer by heart. So trade the anxiety to do that is, uh, and build up is quite draining, but having it done, I feel pretty good now, but I feel good about what we discussed. Uh, it was a fun day to be able to talk to real customers and partners face to face like we're doing here and showcasing what we've been doing. I must admit that was a little bit of fun. Yeah. >>Well, we're chilling on the cube. Uh, we're laid back as you know. Um, what was your favorite moment? Cause you got a lot of highlights. The snowflake deal. We love been talking about it all, all show. Um, the, the, I IP of Dell with software define was pretty cool. Lot of great stuff. What's what >>Some cool laptop stuff too. That was interesting. You know, I don't have to. Where's the, where's the share button. >>We have a discord server now and all 18,000 people want to know. >>You're asking me to pick a monks, my should, which I like the most. >>How big is your monitor on your desk? >>Uh, I have a 49 on one side and a 42 on the other side. That's what both you guys need >><laugh> productivity, da >><laugh> well, in the world of zoom, it was incre incredibly productive to have that surface area in front of you. So, which of my announcements was my favorite, I think from a raw technology point of view, showcasing Dell, thinking about what we've done in a very differentiated way. It's hard not to say the power flex >>Engagement. Oh, look at that. Look, I wrote just, just wrote down power flex. Yep. Right. >><laugh> okay. Think about it. Softer defined. We, the leader and softer defined, uh, infrastructure that can be, think of it as independently, independent ability to scale compute from storage so we can linear scale and those no bounds, unlimited IO performance. The ability to put file block support, hyper hypervisors and bare metal all on a single platform. And then we made a, a bunch of other improvements around it. It's truly an area where we a leader we're differentiated in our core IP matters >>And that's Dell IP, Dell technology top >>The bottom. >>Okay, cool. >>So from a pure technical point of view, it's probably my favorite. What's not liked about PowerMax, the most mission critical, the most secure high end storage system in the world. And we made it better. We made it more secure. We put an isolated vault in it. We added some, uh, multifactor authentication. We improved the architecture for twice the performance, 50% better response time, blah, blah, blah, blah, blah. Yes, pretty cool. <laugh> and then you gotta put a notebook in front of everybody where you think about in this modern workplace. And what we've learned is hybrid users. What software that we've embedded into that latitude 93 30 was pretty interesting. I thought. And then if I pull day one into the conversation, sort of the direction of where we're going of, multi-cloud the role of multi-cloud and our ability to be sort at the center of our customers multi-cloud world. I loved how Chuck described moving from multi-cloud by default to multi cloud, by design, and then the subsequent architecture that we put behind it. And then probably cherry on the old cake was the snowflake announcement that got a lot of people excited about bringing a really differentiated view of cloud based analytics down on our object storage. I know that was more than one, but I can't help. >>I like the cherry on top >>You've um, said a number of times, I think the 85% of your engineers are software engineers. You talked about, is that the right number, roughly? Yes, sir. And, and so, uh, you talked also about 500 new features today and, and every time you're talking about those features, I inferred anyway, it was part of the OS. A lot of it anyway, a lot of software does hardware still matter? And if so, why? >>Of course hardware still >>Matter. Explain why. >>Well, last time I checked doesn't the software stuff work on the hardware. Exactly. Doesn't the software things make hardware calls to exploit the capability we built into the software. Of course it does says it absolutely does matter, but I think what we're trying to describe or to get across today is we're moving up the stack, we're adding more value. Basically our customers are dragging us into a broader set of problems and software is increasingly the answer to that running on the best hardware, the best infrastructure, being able to build the right software abstraction to hook into either data frameworks, like a snowflake, being able to present our storage assets of software in the pub book cloud, ultimately the ability to pull them and think of it as a pool of storage for developers to make developers lives easier. Yeah. That's where we're going >>And, and is accurate in your view, you're going up to stack more software content and there's value. That's also flowing into Silicon, whether it's accelerators or Nicks and things like that, is that a right way to think about what's happening in hardware and software. We, >>You and I have had a number of conversations, David, the evolution of the architecture, where we're going from a general purpose CPU based thing to now specialty processors, whether that be a smart Nick purpose, built accelerators. If we leaped all the way out to quantum, really purpose built accelerators for a specific algorithm, there's certainly specialization going on. And as that happens, more software and software defined is necessary to knit together. And we have to be the person that does that. Mm-hmm <affirmative> yeah. >>Talk about how the software defined piece makes the innovation happen on the hardware. Is it, is it the relationship that it's decoupled or you guys are just building design Silicon to make the software better? Cuz that interplay is a design, uh, is designed in, right? >>Uh, I, I think it's a little bit of both clearly being able to exploit the underlying hardware features and capabilities in your software in a differentiated way is important. Something we've excelled at for many, many years, but then the ability to abstract. If you think about some of the things that we talk about as a data fabric or a data plane and a data plane working across different architectures, that's an abstracted piece of software that ultimately leads to a very different and that's where we're driving towards >>What's different now. And what's similar now from the past, I was just on a, a panel. I talking about space, Cal poly and California space symposium and this hardware and space and it's, software's driving everything you can't do break, fix and space. It's talk about the edge. You can't talk about. You can't do break hard to do break, fix and space. So you gotta rely on software in the supply chain. Big part of the design as software becomes more prevalent with open source and et cetera, that innovation equation is designed in. What's your, what's your thoughts on that? >>Help me understand John, what more of this specific of what you're looking for, where do you want to dive into >>The, as Silicon becomes more of a more efficient, what does that do for the software in things like edge, for instance, as the boxes move out and the, the devices move to the home, they gotta be faster, more intelligent, more secure. Uh, Michael says it's a, it's a compute tower now 5g for instance. >>Yeah. Uh, maybe another way to look at it. We've been in the industry a little while for the longest time hardware capabilities were always ahead of software. We built great hardware. We let software catch up. What's changed certainly in this time. And as we look going forward is the software capabilities are now ahead of those very hardware capabilities in bringing it. And to me, that's a, it's a very fundamental change. Certainly in my 35 years of doing this, that's very different. And if you believe that continues, which I do, particularly as we face increasingly more difficult challenges to continue with Moore's law, how do we continue to build out the transistor density? We've all benefited from for four, five decades now, softer innovation is going to lead, which is what we tried to hint at today. And I think that's the future. That's where you're gonna see us continue to drive and think about how we talk about, uh, technology today. I know Dave and I had this conversation not too long ago, whether it's infrastructure is code, who would've thought of that idea a decade ago. <laugh> uh, if we think about, uh, data as code we were talking about before we got on air, what data on code data's little bits, one's in zero stored in Silicon, you store >>It, <laugh> you move it >>Around now. So it, it opens the door or the door to, I think innovation done differently and perhaps even done it more scale as if we abstract it correctly. >>Yeah. And might led a good point on when he was on about all the good benefits that come from that in the customer and in society. And I guess the next question with the customer side, it take your, if the, if the flip, if the script is flipping, which I believe that it is, I agree with you. How does the customers deal with the innovation strategy? Because now they wanna take advantage of the new innovation, but what problems and opportunities are they facing? That's different now than say a decade ago, if you're in it or you're trying to create a great group within your CISO organization. I mean, there are problems now that we didn't see before. What do you, how do you see that? >>Well, I, I, I think the, the biggest change would be again, if you look and reflect on our careers, it was sort of in the business, it played a role. It was often put off to the corner, just make the place sort of work. And today, and I think the pandemic has the pandemic and global health crisis accelerated this technology is now part of people's business and you can't compete without technology. And in fact, we saw it during the early days of the pandemic, those CU customers that were further along on their digital transformation, generally weathered the storm in their sector better than those who were behind. >>Yeah, >>Absolutely. What does that tell us technology was an enabler. Technology helped them, whether the storm prepared them, made them more competitive. So now I think I don't meet many CIO and CEOs who don't have the conversation about their business model and technology being symbiotic, that they're integrated, that they can't do one without the other. That's a very different mindset than when we grew up in this industry where this stuff was. So now you take that as a basis. We got data everywhere. Most of the data's gonna come out of the data, not in the data center's gonna be created outside of the data center. The attack surface has grown disproportionately >>People, people sharing data, too, their data with other data, very much so generating >>Data in places. Sometimes they don't know where it is and hope to get it back. So the role to be able to protect that estate, if you will, to be able to protect the information, which increasingly data is companies fuel, but makes 'em go, how do you protect it? How do you ultimately analyze it? How do you provide them the insights to ultimately run and drive their business? That's the opportunity. >>So we are in the same wavelength with Powerflex and, and I'm a little concerned about confirmation bias, but, but I, I wanna say this, I really like the way your Dell's language and yours specifically has evolved. You talk about abstraction layers, hiding that underlying complexity, building value on top of the hyperscalers on prem connecting sore, we call it super cloud. You guys call it multi-cloud. We saw two examples of that today, project Alpine and the snowflake is early examples. Uh, I'm trying to gauge how real this is. We think it's real. Uh, we talked to customers who clearly say, this is what they want. Um, I wonder if you could add a little detail to that, some color on your thoughts on, on how real this is, how it will evolve over time. >>Well, from our, from our seat and the way that I, that, that I see it in driving our underlying product development, roadmaps, people want to drag into conversation about public and private and this, and what have you. And, and that's not how customers work today. Uh, customers really have got to this point where they want to use the best capabilities regardless of where they lie. And if that's keeping mission critical data on premise taking advantage of analytic tools in the cloud, doing some test dev in the public cloud, moving out to edge, they want to be able to do that reasonably quickly and not. We were talking about this before we got on the air in an easy fashion. It can't be complex. Yeah. So how do you actually knit this together in a way that is not complex and enables customers? That's what I think customers want. So you think about our multi-cloud vision. It's about building an ecosystem across all of the public clouds, which we've made announcement and announcement to do that. Well, >>You said earlier default versus by design, which referencing to the multi-cloud. But I think the design is the key word here. The design is a system architecture you're talking about. You said also technology and business models are tied together and enable or that's. If you believe that, then you have to believe that it's a business operating system that they want, they wanna leverage whatever they can. And at the end of the day, they have to differentiate what they do >>Well, that that's exactly right. If I take that in what, what Dave was saying. And, and, and I summarize it the following way. If we can take these cloud assets in Cape capabilities, combine them in an orchestrated way to delivery, distributed platform, game over, >>Tell us we gotta wrap, which bummed me out because I, we had so much, we haven't covered. We haven't talked about 5g. We really haven't hit on apex. Uh, what else is exciting? You something, you know, let's let's in the last minute or so, let's do a wrap. >>We just, >>I know we just got started. We had >>A schedule, >>Two guys, the boss, this >>Is great. We wanna go the next, >>Not when it comes to the schedule, just laid >>Out the, just laid out the checkmate move right there. You know, um, >>Look, what I get excited about, uh, >>Edge to me is a domain that we're gonna see in this part of our careers have the same level of innovation and discovery that we just saw in the early part of our careers and probably times 10 or times a hundred. And I, and I think about the world we live in and matching up what's happening in this digitization of our world and everything, having a sensor in it, collecting data everywhere on everything, and then being able to synthesize it in a way that we can derive reasonable insight from to be able to make real time decisions from whether that be in healthcare, a smart city, a factory of the transportation area, our own website of how the traffic comes in and how we present our offers more effectively to what you want, which are different than what Dave wants. The possibilities are unlimited and, or on the half of the first ending, if you like baseball, analogies, absolutely. And a long way to go and a tremendous amount of innovation that'll happen here. I get excited about that place. Now. It's not gonna happen overnight every once say, oh, we're smoking edge. Wasn't at IOT, stop putting a timeframe on it. Yeah. Know, the foundation is built to be able to develop, evolve and innovate from here. Like I've never seen. >>And the playbook to get back to your game overcome is whoever can simplify the comp and reduce the complexity and make things simpler and easier. That's, I mean, that's kind of the formula for success basically. I mean, it sounds kind of easy, right? Like >>Spot on, >>Just do it, but what, but that's hard. >>Remember it's hard and being able to build data centers and, and millions of places. So for example, what we'll leave in a little 5g, you think about all of the public cloud data centers today. I think there's roughly 600 locations. You've got 7 million cell towers. Yeah. 7 million cell towers gonna >>Be like how reach right there. >>Data center at the edge of the network. Yeah. As we just aggregate the telecom infrastructure. Sure. From a monolithic big black box into a disaggregated standards based architecture with virtualization and containerization in it. >>I mean, outta compute, I love the whole Metro operating model there, like having that data center at that edge, all that wire wireless coming in. >>I >>Agree. Pretty impressive. Powering the Teslas and all the cars out there sending telematics to, uh, people's phones. And >>Let's wait to next wearables >>Here >>To, I was gonna say next Dell technology world choose to have some fun. <laugh> >>Jeff Clark. Thanks so much for coming to the cube. You're awesome guest and, uh, congratulations on all the success and really appreciate your time. Yeah. Thanks for >>Having me. Thanks for kind words. >>All right. Thank you for watching. This is Dave for John furrier, Dell tech world 2022 live. We'll be right back. You're watching the cube. >>That was great. Mean you great riff.
SUMMARY :
Great to see you face to Good to see you again. the presentations and the demos were crisp. and partners face to face like we're doing here and showcasing what we've been doing. Uh, we're laid back as you know. You know, I don't have to. Uh, I have a 49 on one side and a 42 on the other side. It's hard not to say the Look, I wrote just, just wrote down power flex. independent ability to scale compute from storage so we can linear scale and those no bounds, sort of the direction of where we're going of, multi-cloud the role of You talked about, is that the right number, roughly? is increasingly the answer to that running on the best hardware, the best infrastructure, And, and is accurate in your view, you're going up to stack more software content and there's You and I have had a number of conversations, David, the evolution of the architecture, where we're going from a general purpose CPU is it the relationship that it's decoupled or you guys are just building design Silicon to Uh, I, I think it's a little bit of both clearly being able to exploit the underlying Big part of the design as software becomes more prevalent with open source and et cetera, the devices move to the home, they gotta be faster, more intelligent, more secure. And if you believe that continues, which I do, So it, it opens the door or the door to, I think innovation And I guess the next question with the customer side, it take your, if the, And in fact, we saw it during the early days of the pandemic, Most of the data's gonna come out of the data, not in the data center's gonna be created outside of So the role to be able So we are in the same wavelength with Powerflex and, and I'm a little concerned about confirmation bias, It's about building an ecosystem across all of the public clouds, which we've And at the end of the day, they have to differentiate what they do And, and, and I summarize it the following You something, you know, let's let's in the last minute or so, let's do a wrap. I know we just got started. We wanna go the next, You know, um, or on the half of the first ending, if you like baseball, analogies, absolutely. And the playbook to get back to your game overcome is whoever can simplify the comp and reduce the complexity So for example, what we'll leave in a little 5g, you think about all of the public cloud Data center at the edge of the network. I mean, outta compute, I love the whole Metro operating model there, like having that data center at that edge, Powering the Teslas and all the cars out there sending telematics to, To, I was gonna say next Dell technology world choose to have some fun. Thanks so much for coming to the cube. Thanks for kind words. Thank you for watching. Mean you great riff.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jeff Clarke | PERSON | 0.99+ |
Jeff Clark | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Michael | PERSON | 0.99+ |
Dave Alan | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Chuck | PERSON | 0.99+ |
David | PERSON | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
85% | QUANTITY | 0.99+ |
35 years | QUANTITY | 0.99+ |
50% | QUANTITY | 0.99+ |
John fur | PERSON | 0.99+ |
7,000 | QUANTITY | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
18,000 people | QUANTITY | 0.99+ |
millions | QUANTITY | 0.99+ |
Two guys | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
8,000 people | QUANTITY | 0.99+ |
42 | QUANTITY | 0.99+ |
John furrier | PERSON | 0.99+ |
49 | QUANTITY | 0.99+ |
two examples | QUANTITY | 0.99+ |
Moore | PERSON | 0.99+ |
four | QUANTITY | 0.99+ |
Powerflex | ORGANIZATION | 0.98+ |
twice | QUANTITY | 0.98+ |
both | QUANTITY | 0.98+ |
five decades | QUANTITY | 0.98+ |
pandemic | EVENT | 0.97+ |
single platform | QUANTITY | 0.97+ |
Teslas | ORGANIZATION | 0.97+ |
10 | QUANTITY | 0.97+ |
Venetian | LOCATION | 0.96+ |
about 500 new features | QUANTITY | 0.96+ |
one side | QUANTITY | 0.96+ |
a decade ago | DATE | 0.95+ |
7 million cell towers | QUANTITY | 0.94+ |
2022 | DATE | 0.92+ |
600 locations | QUANTITY | 0.92+ |
day one | QUANTITY | 0.88+ |
global health crisis | EVENT | 0.87+ |
5g | QUANTITY | 0.87+ |
more than one | QUANTITY | 0.86+ |
California | LOCATION | 0.85+ |
apex | ORGANIZATION | 0.8+ |
PowerMax | COMMERCIAL_ITEM | 0.78+ |
IOT | ORGANIZATION | 0.78+ |
Dell technologies | ORGANIZATION | 0.77+ |
Dell Technologies World | ORGANIZATION | 0.77+ |
this morning | DATE | 0.77+ |
Cape | LOCATION | 0.76+ |
CU | ORGANIZATION | 0.73+ |
Alpine | TITLE | 0.72+ |
latitude | COMMERCIAL_ITEM | 0.71+ |
first ending | QUANTITY | 0.7+ |
30 | COMMERCIAL_ITEM | 0.7+ |
zero | QUANTITY | 0.67+ |
CISO | ORGANIZATION | 0.63+ |
a hundred | QUANTITY | 0.61+ |
Cal poly | EVENT | 0.5+ |
93 | LOCATION | 0.44+ |
Cube | COMMERCIAL_ITEM | 0.44+ |
ed | ORGANIZATION | 0.34+ |
Jeff Grimes & Serge Shevchenko, AWS | AWS Summit SF 2022
(bright music) >> Okay, welcome back everyone. It's theCUBE's coverage here in San Francisco, California. We're live on the show floor of AWS Summit 2022. I'm John Furrier, your host of theCUBE. And remember AWS Summit in New York city coming up this summer. We'll be there as well. And of course, re:Invent at the end of the year for all theCUBE coverage on cloud computing and AWS. The two great guests here from the APN, Global APN, Serge Shevchenko and Jeff Grimes Partner Leader. Jeff and Serge is doing partnerships. Global APN >> AWS Global Startup Program. >> Okay, say that again. >> AWS Global Startup Program. >> That's the official name. >> I love it >> Too long for me. Thanks for coming on. >> Yeah, of course. >> Yeah, appreciate it. >> Tell us about what's going on with you guys? How was you guys organized? You guys, we're obviously we're in San Francisco bay area, Silicon Valley, zillions of startups here. New York has got another one we're going to be at. Tons of startups, a lot of them getting funded, big growth in cloud, big growth in data, security, hot in all sectors. >> Jeff: Absolutely. >> So maybe we could just start with the global startup program. It's essentially a white glove service that we provide to startups that are built on AWS. And the intention there is to help identify use cases that are being built on top of AWS. And for these startups, we want to provide white glove support in co building products together, co-marketing and co-selling. Essentially, the use cases that our customers need solved that either they don't want to build themselves or perhaps more innovative. So the AWS Global Startup Program provides white glove support, dedicated headcount for each one of those pillars. And within our program, we've also provided incentives, programs, go to market activities like the AWS Startup Showcase that we've built for these startups. >> Yeah, by the way, awsstartups.com is the URL. Check it out. Okay, so your partnerships are key. Jeff, what's your role? >> So I'm responsible for leading the overall effort for the AWS Global Startup Program. So I've got a team of partner managers that are located throughout the US managing a few hundred startup ISVs right now. >> Yeah, you got a lot. >> We've got a lot. There's a lot. >> I got to ask a tough question. I'm a startup founder. I got a team. I just got my series A. We're grown and I'm trying to hire people. I'm super busy. What's in it for me? What do you guys bring to the table? I love the white glove service but translate that. What's in it for me? What do I get out of it? What's the story? >> That's a good question. Focus, I think. >> Jeff: Yeah. >> Because we get to see a lot of partners building their businesses on AWS. So from our perspective, helping these partners focus on what do we truly need to build by working backwards from customer feedback. How do we effectively go to market? Because we've seen startups do various things through trial and error and also just messaging. Because oftentimes partners or rather startups try to boil the ocean with many different use cases. So we really help them sort of laser focus on what are you really good at and how can we bring that to the customer as quickly as possible? >> Yeah, it's truly about helping that founder accelerate the growth of their company. And there's a lot that you can do with AWS but focus is truly the key word there because they're going to be able to find their little piece of real estate and absolutely deliver incredible outcomes for our customers and then they can start their growth curve there. >> What are some of the coolest things you've seen with the APN that you can share publicly? I know you got a lot going on there, a lot of confidentiality, but we're here, a lot of great partners on the floor here. I'm glad we're back at events, a lot of stuff going on, digitally with virtual stuff and hybrid. What are some of the cool things you guys have seen in the APN that you can point to? >> Yeah, absolutely. I can point to few, you can take them. So I think what's been fun over the years for me personally, I came from a startup, ran sales at an early stage startup and I went through the whole thing. So I have a deep appreciation for what these guys are going through. And what's been interesting to see for me is taking some of these early stage guys, watching them progress, go public, get acquired, and see that big day. And being able to point to very specific items that we help them to get to that point. And it's just a really fun journey to watch. >> Yeah, and part of the reason why I really love working at the AWS Global Startup Program is working with passionate founders. I just met with a founder today, he's going to build a very big business one day and watching them grow through these stages and supporting that growth, I like to think of our program as a catalyst for enterprise sort of scale. And through that we provide visibility, credibility and growth opportunities. >> A lot of partners too, what I found, talking to staff founders is when they have that milestone, they worked so hard for it. whether it's a B round, C round, or public or get bought. Then they take a deep breath and they look back at, wow what a journey it's been. So it's kind of emotional for sure, but still it's a grind. When you get funding, it's still day one. You don't stop. It's no celebrate, you got a big round or valuation. You still got to execute. >> And look it's hypercompetitive and it's brutally difficult. And our job is to try to make that a little less difficult and navigate those waters where everyone's going after similar things. >> Yeah, and I think as a group element too. I observe that startups that I meet through the APN has been interesting because they feel part of AWS. >> Serge: Totally. >> As a group of community, as a vibe there. I know they're hustling. They're trying to make things happen. But at the same time, Amazon throws a huge halo effect. That's a huge factor. You guys are the number one cloud in the business. The growth and every sector is booming. And if you're a startup, you don't have that luxury yet. And look at companies like Snowflake that built on top of AWS. People are winning by building on AWS. >> Our program really validates their technology first. So we have what's called a foundation's technical review that we put all of our startups through before we go to market. So that when enterprise customers are looking at startup technology, they know that it's already been vetted. And to take that a step further and help these partners differentiate, we use programs like the competency programs, the DevOps competency, the security competency which continues to help provide a platform for these startups, help them differentiate, and also there's go to market benefits that are associated with that. >> So let me ask the question that's probably on everyone's mind who's watching us. Actually, I asked this a lot. There's a lot of companies startups out there. Who makes the cut? Is there a criteria? God, that's not like it's sports team or anything. >> Sure. >> There's activate program, which is like there's hundreds of thousands of startups out there. Not everyone is at the APN. >> Serge: Correct. >> So ISVs, again, that's a whole nother. That's a more mature partner that might have huge market cap or growth. How do you guys focus? How do you guys focus? >> Serge: Good question. >> A thousand flowers blooming all the time. Is there a new way you guys are looking at it? I know there's been some talk about restructure or new focus. What's the focus? >> It's definitely not an easy task by any means but I recently took over this role and we're really trying to establish focus areas. So obviously a lot of the ISVs that we look after are infrastructure ISVs. That's what we do and so we have very specific pods that look after different type of partners. So we've got a security pod, we've got a DevOps pod, we've got core infrastructure, et cetera. And really we're trying to find these ISVs that can solve really interesting AWS customer challenges. >> Do you guys have a deliberate focus on these pillars? So one, infrastructure. >> Security, DevOps and data and analytics and then line of business. >> Line of business, like web marketing solutions. (group chattering) >> Yeah, exactly. >> So solutions there. >> Yeah. More solutions and the other ones are like hardcore. So infrastructure as well like storage, backup, ransomware, kind of stuff. >> Storage, networking. >> Okay, yeah, the classic. >> Database, et cetera. >> And so there's teams on each pillar. >> Yep. So I think what's fascinating for the startups that we cover is that they truly have support from a build market sell perspective. So you've got someone who's technical to really help them get the technology figured out, someone to help them get the marketing message dialed and spread, and then someone to actually do the co-sell day to day activities to help them get in front of customers. >> Probably the number one request that we always ask for Amazon is can we wish that SOC report, oh download it on the console, which we use all the time. >> Exactly. >> But security's a big deal. SREs are evolve in that role of DevOps is taking on DevSecOps. I could see a lot of customers having that need for a relationship to move things faster. Do you guys provide like escalation or is that a part of a service or not part of? >> So the partner development manager can be an escalation point, absolutely. Think of them as an extension of your business inside of AWS. >> Great and you guys, how is that partner managers measured? >> On those three pillars. >> Got it, okay. >> Are we building valuable use cases? So product development. Go to market, so go to market activities. Think blog posts, webinars, case studies, so on and so forth. And then co-sell. Not only are we helping these partners win their current opportunities that they are sourcing, but can we also help them source net new deals? >> Jeff: Yeah. >> That's very important. Top ask from the partners is get me in front of customers. Not an easy task, but that's a huge goal of ours to help them grow their top line. >> In fact, we have some interviews here on theCUBE earlier talking about that dynamic of how enterprise customers are buying. And it's interesting, a lot more POCs. I have one partner here that you guys work with on observability. They got a huge POC with Capital One and the enterprises are engaging the startups and bringing them in. So the combination of open source software, enterprises are leaning into that hard and bringing young growing startups in. So I could see that as a huge service that you guys can bring people in. >> Right and they're bringing massively differentiated technology to the table. The challenge is they just might not have the brand recognition that the big guys have. And so that's our job is how do you get that great tech in front of the right situations. >> So my next question is about the show here and then we'll talk globally. So here in San Francisco, Silicon Valley, bay area, San Francisco bay area, a lot of startups, a lot of VCs, a lot of action. So probably a big marker for you guys. So what's exciting here in SF? And then outside of SF, you guys have a global program. You see any trends that are geography-based or is it areas more mature? There's certain regions that are better. And I just interviewed a company here that's doing AWS Edge really well. It's interesting that the partners are filling a lot of holes and gaps in the opportunities with AWS. So what's exciting here, and then what's the global perspective? >> Yeah, totally. So obviously, a ton of partners from the bay area that we support, but we're seeing a lot of really interesting technology coming out of EMEA specifically. And making a lot of noise here in the United States, which is great. And so we definitely have that global presence and starting to see super differentiated technology come out of those regions. >> Yeah, especially Tel Aviv. >> Yeah. >> EMEA real quick before you get into surge. It's interesting. The VC market in Europe is hot. They've got a lot of unicorns coming in. We've seen a lot of companies coming in. They're kind of rattling their own cage right now. Hey, look at us. Let's see if they crash, but we don't see that happening. I mean, people have been predicting a crash now in the startup ecosystem for at least a year. It's not crashing. In fact, funding's up. >> The pandemic was hard on a lot of startups for sure. >> Jeff: Yeah. >> But what we've seen is many of these startups, as quickly as they can grow, they can also pivot as well. And so I've actually seen many of our startups grow through the pandemic because their use cases are helping customers either save money, become more operationally efficient, and provide value to leadership teams that need more visibility into their infrastructure during a pandemic. >> It's an interesting point. I talked to Andy Jassy and Adam Selipsky both say the same thing during the pandemic. Necessity is the mother of all invention. And startups can move fast. So with that, you guys are there to assist. If I'm a startup and I got to pivot, 'cause remember iterate and pivot, iterate and pivot so you get your economics. That's the playbook of the ventures and the models. >> Yeah, exactly. >> How do you guys help me do that? Give an example, walk me through. Pretend me I'm a startup. Hey, I am on the cloud. Oh my God, pandemic. They need video conferencing. Hey CUBE, what do I need? Serge, what do I do? >> That's a good question. First thing is just listen. I think what we have to do is a really good job of listening to the partner. What are their needs? What is their problem statement and where do they want to go at the end of the day? And oftentimes because we've worked with so many successful startups that have come out of our program, we of either through intuition or a playbook determine what is going to be the best path forward and how do we get these partners to stop focusing on things that will eventually just be a waste of time and or not provide or bring any fruit to the table, which essentially revenue. >> Well, we love startups here in theCUBE because one, they have good stories, they're on cutting edge, always pushing the envelope, and they're kind of disrupting someone else. And so they usually have an opinion they don't mind sharing on camera. So love talking to startups. We love working with you guys on our Startup Showcase, awsstartups.com. Check out awsstartups.com and check out the showcases. Final word, I'll give you guys the last word. What's the bottom line, bumper sticker for the global APN program? Summarize the opportunity for startups, what you guys bring to the table and we'll close it out. Jeff, we'll start with you. >> Totally, yeah. I think the AWS Global Startup Program's here to help companies truly accelerate their business, full stop. And that's what we're here for. >> I love it. It's a good way to put it. >> Ditto? >> Yeah. >> All right. Serge, Jeff, thanks for coming on. >> Thanks John. >> Great to see you. Love working with you guys. Hey, startups need help and the growing and huge market opportunities, the shift cloud scale, data engineering, security, infrastructure, all the markets are exploding in growth because of the digital transformation of realities here, open source and cloud. All making it happen here in theCUBE in San Francisco, California. I'm John Furrier your host. Thanks for watching. >> Let's go, John. (soft music)
SUMMARY :
We're live on the show Thanks for coming on. going on with you guys? So the AWS Global Startup Program awsstartups.com is the URL. for the AWS Global Startup Program. There's a lot. I love the white glove That's a good question. So we really help them sort of laser focus accelerate the growth of their company. in the APN that you can point to? I can point to few, you can take them. Yeah, and part of the reason So it's kind of emotional for And our job is to try to make I observe that startups You guys are the number and also there's go to market benefits So let me ask the question Not everyone is at the APN. How do you guys focus? What's the focus? So obviously a lot of the ISVs Do you guys have a deliberate and then line of business. Line of business, like More solutions and the other for the startups that we cover oh download it on the console, SREs are evolve in that role of DevOps So the partner development manager that they are sourcing, Top ask from the partners is So the combination of in front of the right situations. is about the show here here in the United States, in the startup ecosystem a lot of startups for sure. many of our startups grow Necessity is the mother of all invention. Hey, I am on the cloud. go at the end of the day? and check out the showcases. Startup Program's here to help It's a good way to put it. All right. in growth because of the Let's go, John.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Adam Selipsky | PERSON | 0.99+ |
Serge Shevchenko | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Europe | LOCATION | 0.99+ |
Jeff | PERSON | 0.99+ |
Serge | PERSON | 0.99+ |
John | PERSON | 0.99+ |
John Furrier | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Jeff Grimes | PERSON | 0.99+ |
United States | LOCATION | 0.99+ |
Silicon Valley | LOCATION | 0.99+ |
Andy Jassy | PERSON | 0.99+ |
San Francisco | LOCATION | 0.99+ |
APN | ORGANIZATION | 0.99+ |
San Francisco, California | LOCATION | 0.99+ |
Jeff Grimes | PERSON | 0.99+ |
SF | LOCATION | 0.99+ |
Capital One | ORGANIZATION | 0.99+ |
US | LOCATION | 0.99+ |
Tel Aviv | LOCATION | 0.99+ |
New York | LOCATION | 0.99+ |
Global APN | ORGANIZATION | 0.99+ |
one partner | QUANTITY | 0.99+ |
Snowflake | ORGANIZATION | 0.99+ |
both | QUANTITY | 0.99+ |
each pillar | QUANTITY | 0.98+ |
EMEA | LOCATION | 0.98+ |
awsstartups.com | OTHER | 0.98+ |
Ditto | PERSON | 0.97+ |
AWS Summit | EVENT | 0.97+ |
zillions of startups | QUANTITY | 0.97+ |
two great guests | QUANTITY | 0.96+ |
today | DATE | 0.96+ |
pandemic | EVENT | 0.96+ |
one day | QUANTITY | 0.95+ |
hundreds of thousands of startups | QUANTITY | 0.95+ |
San Francisco bay | LOCATION | 0.95+ |
DevSecOps | TITLE | 0.94+ |
AWS Summit 2022 | EVENT | 0.94+ |
this summer | DATE | 0.94+ |
CUBE | ORGANIZATION | 0.93+ |
Tons of startups | QUANTITY | 0.92+ |
First thing | QUANTITY | 0.92+ |
each one | QUANTITY | 0.91+ |
three pillars | QUANTITY | 0.89+ |
AWS Global Startup Program | TITLE | 0.87+ |
New York city | LOCATION | 0.87+ |
first | QUANTITY | 0.86+ |
SF 2022 | LOCATION | 0.82+ |
ton of partners | QUANTITY | 0.79+ |
theCUBE | ORGANIZATION | 0.77+ |
Startup Showcase | EVENT | 0.76+ |
AWS Edge | ORGANIZATION | 0.73+ |
thousand flowers | QUANTITY | 0.73+ |
at least a year | QUANTITY | 0.72+ |
AWS Startup Showcase Introduction and Interview with Jeff Barr
>>Hello and welcome today's cube presentation of eight of us startup showcase. I'm john for your host highlighting the hottest companies and devops data analytics and cloud management lisa martin and David want are here to kick it off. We've got a great program for you again. This is our, our new community event model where we're doing every quarter, we have every new episode, this is quarter three this year or episode three, season one of the hottest cloud startups and we're gonna be featured. Then we're gonna do a keynote package and then 15 countries will present their story, Go check them out and then have a closing keynote with a practitioner and we've got some great lineups, lisa Dave, great to see you. Thanks for joining me. Hey >>guys, great to be here. >>So David got to ask you, you know, back in events last night we're at the 14 it's event where they had the golf PGA championship with the cube Now we got the hybrid model, This is the new normal. We're in, we got these great companies were showcasing them. What's your take? >>Well, you're right. I mean, I think there's a combination of things. We're seeing some live shows. We saw what we did with at mobile world Congress. We did the show with AWS storage day where it was, we were at the spheres, there was no, there was a live audience, but they weren't there physically. It was just virtual and yeah, so, and I just got pained about reinvent. Hey Dave, you gotta make your flights. So I'm making my flights >>were gonna be at the amazon web services, public sector summit next week. At least a lot, a lot of cloud convergence going on here. We got many companies being featured here that we spoke with the Ceo and their top people cloud management, devops data, nelson security. Really cutting edge companies, >>yes, cutting edge companies who are all focused on acceleration. We've talked about the acceleration of digital transformation the last 18 months and we've seen a tremendous amount of acceleration in innovation with what these startups are doing. We've talked to like you said, there's, there's C suite, we've also talked to their customers about how they are innovating so quickly with this hybrid environment, this remote work and we've talked a lot about security in the last week or so. You mentioned that we were at Fortinet cybersecurity skills gap. What some of these companies are doing with automation for example, to help shorten that gap, which is a big opportunity for the >>job market. Great stuff. Dave so the format of this event, you're going to have a fireside chat with the practitioner, we'd like to end these programs with a great experienced practitioner cutting edge in data february. The beginning lisa are gonna be kicking off with of course Jeff bar to give us the update on what's going on AWS and then a special presentation from Emily Freeman who is the author of devops for dummies, she's introducing new content. The revolution in devops devops two point oh and of course jerry Chen from Greylock cube alumni is going to come on and talk about his new thesis castles in the cloud creating moats at cloud scale. We've got a great lineup of people and so the front ends can be great. Dave give us a little preview of what people can expect at the end of the fireside chat. >>Well at the highest level john I've always said we're entering that sort of third great wave of cloud. First wave was experimentation. The second big wave was migration. The third wave of integration, Deep business integration and what you're going to hear from Hello Fresh today is how they like many companies that started early last decade. They started with an on prem Hadoop system and then of course we all know what happened is S three essentially took the knees out from, from the on prem Hadoop market lowered costs, brought things into the cloud and what Hello Fresh is doing is they're transforming from that legacy Hadoop system into its running on AWS but into a data mess, you know, it's a passionate topic of mine. Hello Fresh was scaling they realized that they couldn't keep up so they had to rethink their entire data architecture and they built it around data mesh Clements key and christoph Soewandi gonna explain how they actually did that are on a journey or decentralized data measure >>it and your posts have been awesome on data measure. We get a lot of traction. Certainly you're breaking analysis for the folks watching check out David Landes, Breaking analysis every week, highlighting the cutting edge trends in tech Dave. We're gonna see you later, lisa and I are gonna be here in the morning talking about with Emily. We got Jeff Barr teed up. Dave. Thanks for coming on. Looking forward to fireside chat lisa. We'll see you when Emily comes back on. But we're gonna go to Jeff bar right now for Dave and I are gonna interview Jeff. Mm >>Hey Jeff, >>here he is. Hey, how are you? How's it >>going really well. >>So I gotta ask you, the reinvent is on, everyone wants to know that's happening right. We're good with Reinvent. >>Reinvent is happening. I've got my hotel and actually listening today, if I just remembered, I still need to actually book my flights. I've got my to do list on my desk and I do need to get my flights. Uh, really looking forward to it. >>I can't wait to see the all the announcements and blog posts. We're gonna, we're gonna hear from jerry Chen later. I love the after on our next event. Get your reaction to this castle and castles in the cloud where competitive advantages can be built in the cloud. We're seeing examples of that. But first I gotta ask you give us an update of what's going on. The ap and ecosystem has been an incredible uh, celebration these past couple weeks, >>so, so a lot of different things happening and the interesting thing to me is that as part of my job, I often think that I'm effectively living in the future because I get to see all this really cool stuff that we're building just a little bit before our customers get to, and so I'm always thinking okay, here I am now, and what's the world going to be like in a couple of weeks to a month or two when these launches? I'm working on actually get out the door and that, that's always really, really fun, just kind of getting that, that little edge into where we're going, but this year was a little interesting because we had to really significant birthdays, we had the 15 year anniversary of both EC two and S three and we're so focused on innovating and moving forward, that it's actually pretty rare for us at Aws to look back and say, wow, we've actually done all these amazing things in in the last 15 years, >>you know, it's kind of cool Jeff, if I may is is, you know, of course in the early days everybody said, well, a place for startup is a W. S and now the great thing about the startup showcases, we're seeing the startups that are very near, or some of them have even reached escape velocity, so they're not, they're not tiny little companies anymore, they're in their transforming their respective industries, >>they really are and I think that as they start ups grow, they really start to lean into the power of the cloud. They as they start to think, okay, we've we've got our basic infrastructure in place, we've got, we were serving data, we're serving up a few customers, everything is actually working pretty well for us. We've got our fundamental model proven out now, we can invest in publicity and marketing and scaling and but they don't have to think about what's happening behind the scenes. They just if they've got their auto scaling or if they're survivalists, the infrastructure simply grows to meet their demand and it's it's just a lot less things that they have to worry about. They can focus on the fun part of their business which is actually listening to customers and building up an awesome business >>Jeff as you guys are putting together all the big pre reinvented, knows a lot of stuff that goes on prior as well and they say all the big good stuff to reinvent. But you start to see some themes emerged this year. One of them is modernization of applications, the speed of application development in the cloud with the cloud scale devops personas, whatever persona you want to talk about but basically speed the speed of of the app developers where other departments have been slowing things down, I won't say name names, but security group and I t I mean I shouldn't have said that but only kidding but no but seriously people want in minutes and seconds now not days or weeks. You know whether it's policy. What are some of the trends that you're seeing around this this year as we get into some of the new stuff coming out >>So Dave customers really do want speed and for we've actually encapsulate this for a long time in amazon in what we call the bias for action leadership principle where we just need to jump in and move forward and and make things happen. A lot of customers look at that and they say yes this is great. We need to have the same bias fraction. Some do. Some are still trying to figure out exactly how to put it into play. And they absolutely for sure need to pay attention to security. They need to respect the past and make sure that whatever they're doing is in line with I. T. But they do want to move forward. And the interesting thing that I see time and time again is it's not simply about let's adopt a new technology. It's how do we how do we keep our workforce engaged? How do we make sure that they've got the right training? How do we bring our our I. T. Team along for this. Hopefully new and fun and exciting journey where they get to learn some interesting new technologies they've got all this very much accumulated business knowledge they still want to put to use, maybe they're a little bit apprehensive about something brand new and they hear about the cloud, but there by and large, they really want to move forward. They just need a little bit of help to make it happen real >>good guys. One of the things you're gonna hear today, we're talking about speed traditionally going fast. Oftentimes you meant you have to sacrifice some things on quality and what you're going to hear from some of the startups today is how they're addressing that to automation and modern devoPS technologies and sort of rethinking that whole application development approach. That's something I'm really excited to see organization is beginning to adopt so they don't have to make that tradeoff anymore. >>Yeah, I would never want to see someone sacrifice quality, but I do think that iterating very quickly and using the best of devoPS principles to be able to iterate incredibly quickly and get that first launch out there and then listen with both ears just as much as you can, Everything. You hear iterate really quickly to meet those needs in, in hours and days, not months, quarters or years. >>Great stuff. Chef and a lot of the companies were featuring here in the startup showcase represent that new kind of thinking, um, systems thinking as well as you know, the cloud scale and again and it's finally here, the revolution of deVOps is going to the next generation and uh, we're excited to have Emily Freeman who's going to come on and give a little preview for her new talk on this revolution. So Jeff, thank you for coming on, appreciate you sharing the update here on the cube. Happy >>to be. I'm actually really looking forward to hearing from Emily. >>Yeah, it's great. Great. Looking forward to the talk.
SUMMARY :
We've got a great program for you again. So David got to ask you, you know, back in events last night we're at the 14 it's event where they had the golf PGA We did the show with AWS storage day where We got many companies being featured here that we spoke with We've talked to like you said, there's, there's C suite, and of course jerry Chen from Greylock cube alumni is going to come on and talk about his new thesis Well at the highest level john I've always said we're entering that sort of third great wave of cloud. Looking forward to fireside chat lisa. How's it We're good with Reinvent. I've got my to do list on my desk and I do need to get my I love the after on our next event. you know, it's kind of cool Jeff, if I may is is, you know, of course in the early days everybody said, the infrastructure simply grows to meet their demand and it's it's just a lot less things that they have to worry about. in the cloud with the cloud scale devops personas, whatever persona you want to talk about but They just need a little bit of help to make it happen One of the things you're gonna hear today, we're talking about speed traditionally going fast. You hear iterate really quickly to meet those needs the cloud scale and again and it's finally here, the revolution of deVOps is going to the next generation I'm actually really looking forward to hearing from Emily. Looking forward to the talk.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave | PERSON | 0.99+ |
Emily Freeman | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
David | PERSON | 0.99+ |
Emily | PERSON | 0.99+ |
lisa martin | PERSON | 0.99+ |
Jeff Barr | PERSON | 0.99+ |
lisa | PERSON | 0.99+ |
jerry Chen | PERSON | 0.99+ |
lisa Dave | PERSON | 0.99+ |
David Landes | PERSON | 0.99+ |
amazon | ORGANIZATION | 0.99+ |
today | DATE | 0.99+ |
15 countries | QUANTITY | 0.99+ |
last week | DATE | 0.99+ |
february | DATE | 0.99+ |
next week | DATE | 0.99+ |
eight | QUANTITY | 0.99+ |
15 year | QUANTITY | 0.99+ |
two | QUANTITY | 0.98+ |
AWS | ORGANIZATION | 0.98+ |
One | QUANTITY | 0.98+ |
Ceo | ORGANIZATION | 0.98+ |
both ears | QUANTITY | 0.98+ |
first | QUANTITY | 0.97+ |
a month | QUANTITY | 0.97+ |
both | QUANTITY | 0.97+ |
this year | DATE | 0.97+ |
early last decade | DATE | 0.97+ |
Hello Fresh | ORGANIZATION | 0.96+ |
third wave of | EVENT | 0.95+ |
Fortinet | ORGANIZATION | 0.95+ |
last night | DATE | 0.95+ |
S three | TITLE | 0.94+ |
nelson | ORGANIZATION | 0.94+ |
christoph Soewandi | PERSON | 0.93+ |
john | PERSON | 0.93+ |
First wave | EVENT | 0.93+ |
last 18 months | DATE | 0.91+ |
Aws | ORGANIZATION | 0.91+ |
two point | QUANTITY | 0.88+ |
Greylock cube | ORGANIZATION | 0.86+ |
second big wave | EVENT | 0.84+ |
Clements | ORGANIZATION | 0.83+ |
Hadoop | TITLE | 0.82+ |
last 15 years | DATE | 0.82+ |
Startup Showcase | EVENT | 0.8+ |
third great wave of | EVENT | 0.79+ |
EC two | COMMERCIAL_ITEM | 0.79+ |
PGA championship | EVENT | 0.79+ |
past couple weeks | DATE | 0.78+ |
Hello Fresh | TITLE | 0.78+ |
mobile world Congress | EVENT | 0.76+ |
Reinvent | EVENT | 0.74+ |
devops for dummies | TITLE | 0.7+ |
day | EVENT | 0.7+ |
sector | EVENT | 0.69+ |
reinvent | EVENT | 0.65+ |
quarter | DATE | 0.64+ |
14 | EVENT | 0.64+ |
season one | QUANTITY | 0.63+ |
episode three | OTHER | 0.63+ |
W. S | LOCATION | 0.63+ |
prem Hadoop | TITLE | 0.56+ |
S three | COMMERCIAL_ITEM | 0.55+ |
three | QUANTITY | 0.38+ |
Jeff Boudreau, Dell Technologies | Dell Technologies World 2020
>>from around the globe. It's the Cube with digital coverage of Dell Technologies. World Digital experience Brought to you by Dell Technologies. Hello, everyone. And welcome back to the cubes Coverage of Del Tech World 2020. With me is Jeff Boudreau, the president general manager of Infrastructure Solutions group Deltek. Jeff, always good to see you, my friend. How you doing? >>Good. Good to see you. >>I wish we were hanging out a Sox game or a pat's game, but, uh, I guess this will dio But, you know, it was about a year ago when you took over leadership of I s G. I actually had way had that sort of brief conversation. You were in the room with Jeff Clark. I thought it was a great, great choice. How you doing? How you feeling Any sort of key moments the past 12 months that you you feel like sharing? >>Sure. So I first I want to say, I do remember that about a year ago. So thank you for reminding me. Yeah, it's, uh it's been a very interesting year, right? It's been it's been one year. It was in September was one year since I took over I s G. But I'm feeling great. So thank you for asking. I hope you're doing the same. And I'm really optimistic about where we are and where we're heading. Aziz, you know, it's been an extremely challenging year in a very unpredictable year, as we've all experienced. And I'd say for the, you know, the first part of the year, especially starting in March on I've been really focused on the health and safety of our, you know, the families, our customers and our team members of the team on a lot of it's been shifting, you know, in regards to helping our customers around, you know, work from home or education and learn from home. And, you know, during all this time, though, I'll tell you, as a team, we've accomplished a lot. There's a handful of things that I'm very proud of, you know, first and foremost, that states around the customer experience we have delivered on our best quality in our product. NPS scores in our entire history. So something I'm extremely proud of during this time around our innovation and innovation engine, we part of the entire portfolio which you're well aware of. We had nine launches in nine weeks back in that May in June. Timeframe. So something I'm really proud of the team on, uh, on. Then last, I'd say it's around the team and right, we shifted about 90% of our workforce from the office tow home, you know, from an engineering team. That could be, you know, 85% of my team is engineers and writing code. And so, you know, people were concerned about that. But we didn't skip a beat, so, you know, pretty impressed by the team and what they've done there. So, you know, the strategy remains unchanged. Uh, you know, we're focused on our customers integrating across the entire portfolio and the businesses like VM ware and really focused on getting share. So despite all the uncertainty in the market, I'm pretty pleased with the team and everything that's been going on. So uh, yeah, it's it's been it's been an interesting year, but it's really great. I'm really optimistic about what we have in front of us. >>Yeah, I mean, there's not much you could do a control about the macro condition on it, you know it. Z dealt to us and we have to deal with it. I mean, in your space. It's the sort of countervailing things here one is. Look, you're not selling laptops and endpoint security. That's not your business right in the data center. Eso. But the flip side of that is you mentioned your portfolio refresh. You know, things like Power Store. You got product cycles now kicking in. So that could be, you know, a buffer. What are you seeing with Power Store and what's the uptake look like? They're >>sure. Well, specifically, let me take a step back and the regards the portfolio. So first, you know, the portfolio itself is a direct reflection in the feedback from all our partners and our customers over the last couple of years on Day two, ramp up that innovation. I spent a lot of time in the last few years simplifying under the power brands, which you're well aware of, right? So we had a lot of for a legacy EMC and Legacy dollars. Really? How do we simplify under a set of brands really over delivering innovation on a fewer set of products that really accelerating in exceeding customer needs? And we did that across the board. So from power edge servers, you know, power Max, the high end storage, the Powerball, all that we didn't hear one. And just most recently. And, you know, it's part of the big launches. We had power scale. We have power flex for software to find. And, of course, the new flagship offer for the mid range, which is power store. Um, Specifically, the policy of the momentum has been building since our launch back in May. And the feedback from our partners and our customers has been fantastic. And we've had a lot of big wins against, you know, a lot of a lot of our core competitors. A couple examples one is Arrow Electronics SAA, Fortune 500 Global Elektronik supplier. They leverage power Store to provide, you know, basically both, you know, enterprise computing and storage needs for their for their broader bases around the world on there, really taking advantage of the 41 data reduction, really helping them simplify their capacity planning and really improve operational efficiencies specifically without impacting performance. So it's it's one. We're given the data reductions, but there's no impact on performance, which is a huge value proffer for arrow another big customers tickets and write a global law firm on their reporting to us that over 90 they've had a 90% reduction in their rack space, and they've had over five times two performance over a core competitors storage systems azi. They've deployed power store around the world, really, and it's really been helping them. Thio easily migrate workloads across, so the feedback from the customers and partners has been extremely positive. Um, there really citing benefits around the architecture, the flexibility architecture around the micro services, the containers they're loving, the D M or integration. They're loving the height of the predictable data reduction capabilities in line with in line performance or no performance penalties with data efficiencies, the workload support, I'd say the other big things around the anytime upgrades is another big thing that customers we're really talking about so very excited and optimistic in regards as we continue to re empower store the second half of the year into next year really is the full full year for power store. >>So can I ask you about that? That in line data reduction with no performance hit is that new ipe? I mean, you're not doing some kind of batch data reduction, right? >>No, it's It's new, I p. It's all patented. We've actually done a lot of work in regards to our technologies. There's some of the things we talk about GPS and deep use and smart Knicks and things like that. We've used some offload engines to help with that. So between the software and the hardware, we've had leverage new I. P. So we can actually provide that predictable data reduction. But right with the performance customers need, So we're not gonna have a trade off in regards. You get more efficiencies and less performance or more performance and less efficiency. >>That's interesting. Yeah, when I talked to the chip guys, they talk about this sort of the storage offloads and other offloads we're seeing. These alternative processors really start to hit the market videos. The obvious one. But you're seeing others. Aziz. Well, you're really it sounds like you're taking advantage of that. >>Yeah, it's a huge benefit. I mean, we should, you know, with our partners, if it's Intel's and in videos and folks like that broad comes, it's really leveraging the great innovation that they do, plus our innovation. So if you know the sum of the parts, can you know equal Mauritz a benefit to our customers in the other day? That's what it's all about. >>So it sounds like Cove. It hasn't changed your strategy. I was talking toe Dennis Hoffman and he was saying, Look, you know, fundamentally, we're executing on the same strategy. You know, tactically, there's things that we do differently. But what's your summarize your strategy coming in tow 2021. You know, we're still early in this decade. What are you seeing is the trends that you're trying to take advantage of? What do you excited about? Maybe some things that keep you up at night? >>Yeah, so I'd say, you know, I'll stay with what Dennis said. You know, it's our strategy is not changing its a company. You probably got that from Michael and from job, obviously, Dennis just recently. But for me, it's a two pronged approach. One's all about winning the consolidation in the core infrastructure markets that we could just paid in today. So I think Service Storage Network, we're already clear leader across all those segments that we serve in our you know, we'll continue to innovate within our existing product categories. And you saw that with the nine launches in the nine weeks in my point on that one is we're gonna always make sure that we have best debris offers. If it's a three tier, two tier or converge or hyper converged offer, we wanna make sure that we serve that and have the best innovation possible. In addition to that, though, the secondary piece of the strategy really is around. How do we differentiate value across or innovating across I S G? You know, Dell Technologies and even the broader ecosystems and some of the examples I'll give you right now that we're doing is if you think about innovating across icy, that's all about providing improved customer experience, a set of solutions and offers that really helped simplify customer operations, right? And really give them better T CEOs or better. S L. A. An example of something like that's cloud like it's a SAS based off of that we have. That really helps provide great insights and telemetry to our customers. That helps them simplify their I T operations, and it's a major step forward towards, you know, autonomous infrastructure which is really what they're asking for. Customers of a very happy with the work we've done around Day one, you know, faster, time to value. But now it's like Day two and beyond. How do you really helped me Kinda accelerate the operations and really take that away from a three other big pieces innovating across all technologies. And you know, we do this with VM Ware now live today, and that's just writing. So things like VX rail is an example where we work together and where the clear leader in H C I. Things like Delta Cloud Uh, when we built in V M V C F A, B, M or cloud foundation in Tan Xue delivering an industry leading hybrid cloud platform just recently a VM world. I'm sure you heard about it, but Project Monterey was just announced, and that's an effort we're doing with VM Ware and some other partners. They're really about the next generation of infrastructure. Um, you know, I guess taking it up a notch out of the infrastructure and I've g phase, you know, some of the areas that we're gonna be looking at the end to end solutions to help our customers around six key areas. I'm sure John Rose talking about the past, but things like cloud Edge five g A i m l data management security. So those will be the big things. You'll see us lean into a Z strategies consistent. Some big themes that you'll see us lean into going into next year. >>Yeah, I mean, it is consistent, right? You guys have always tried to ride the waves, vector your portfolio into those waves and add value. I'm particularly impressed with your focus on customer experience, and I think that's a huge deal. You know, in the past, a lot of companies yours included your predecessor. You see, Hey, throwing so many products at me, I can't I don't understand the portfolio. So I mean, focusing on that I think is huge right now because people want that experience, you know, to be mawr cloudlike. And that's that's what you got to deliver. What about any news from from Dell Tech world? Any any announcements that you you wanna highlight that we could talk about? >>Sure. And actually, just touching back on the point you had no about the simplification that is a major 10 of my in regards the organization. So there's three key components that I drive once around customer focus, and that's keeping customers first and foremost. And everything we do to is around axillary that innovation. Engine three is really bringing everything together as one team. So we provide a better outcome to our customers. You know, in that simplification after that you talk about is court toe what we're driving. So I want to do less things, I guess better in the notion of how we do that. What that means to me is, as I make decisions that want to move away from other technologies and really leverage our best of breed type shared type, that's technology. I p people I p I can, you know, e can exceed customer needs in those markets that were serving. So it's actually allows me to x Sorry, my innovation engine, because I shift more and more resource is onto the newer stock now for Del Tech world. Yes, We got some cool stuff coming. You probably heard about a few of them. Uh, we're gonna be announcing a project project Apex. Hopefully you've been briefed on that already. This isn't new news or I'll be in trouble. But that's really around. Our strategy about delivering, simple, consistent as a service experiences for our customers bringing together are dealt technology as a service offering and our cloud strategy together. Onda also our technology offerings in our go to market all under a single unified effort, which Ellison do would be leading. Um, you know, on behalf of our executive leadership team s, that's one big area. And there is also another big one that I'll talk about a sui expand our as a service offers. And we think there's a big power to that in regards to our Dell Technologies. Cloud console solving will be launching a new cloud console that will provide uniformed experience across all the resources and give users and ability toe instantly managed every aspect of their cloud journey with just a few clicks. So going back to your broader point, it's all about simplicity. >>Yeah, we definitely all over Apex. That's something I wanted to ask you about this notion of as a service, really requiring it could have a new mindset, certainly from a pricing and how you talk about the customer experience that it's a whole new customer experience. Your you're basically giving them access. Thio What I would consider more of a platform on giving them some greater flexibility. Yeah, there's some constraints in there, but of course, you know the physical only put so much capacity and before him. But the idea of being ableto dial up, dial down within certain commitments is, I think, a powerful one. How does it change the way in which you you think about how you go about developing products just in terms of you know, this AP economy Infrastructure is code. How how you converse about those products internally and externally. How would you see that shaking >>out Dave? That's an awesome question. And it's actually for its front center. For everything we do, obviously, customers one choice and flexibility what they do. And to your point as we evolved warm or as a service, no specific product and product brands and logos on probably the way of the future. It's the services. It's the experience that you provide in regards to how we do that. So if you think about me, you know, in in infrastructure making infrastructure as a service, you really want to define what that customer experiences. That s L. A. That they're trying toe realize. And then how do we make sure that we build the right solutions? Products feature functions to enable that a law that goes back to the core engineering stuff that we need to dio right now, a lot of that stuff is about making sure that we have the right things around. If it's around developer community. If it's around AP rich, it's around. SdK is it's all about how do we leverage if it's internal source or external open source, if you will. It's regards to How do we do that? No. A thing that I think we all you know what you're well aware but we ought to keep in mind is that the cloud native applications are really relevant. Toe both the on premises, wealthy off premise. So think about things around portability reusability. You know, those are some great examples of just kind of how we think about this as we go forward. But those modern applications were required modern infrastructure, and regardless of how that infrastructure is abstracted now, just think about things like this. Aggregation or compose ability or Internet based computing. It's just it's a huge trend that we have to make sure we're thinking of. So is we. We just aggregate between the physical layers to the software layers and how we provide that to a service that could be think of a modern container based asset that could be repurposed. Either could be on a purpose built thing. It could be deployed in a converge or hyper converged. Or it could be two points a software feature in a cloud. Now, that's really how we're thinking about that, regards that we go forward. So we're talking about building modern assets or components That could be you right once we used many type model, and we can deploy that wherever you want because of some of the abstraction of desegregation that we're gonna do. >>E could see customers in the in the near term saying, I don't care so much about the product. I want the fast one all right with the cheaper one e. >>It's kind of what you talking about, that I talked about the ways. If you think about that regards, you know, maybe it's on a specific brand or portfolio. You look into and you say, Hey, what's the service level that I'd wanted to your point like Hey, for compute or for storage, it's really gonna end up being the specific S l A. And that's around performance or Leighton see, or cost or resiliency they want. They want that experience in that that you know, And that's why they're gonna be looking for the end of the end state. That's what we have to deliver is an engineering. >>So there's an opportunity here for you guys that I wonder if you could comment on. And that's the storage admin E. M. C essentially created. You know, you get this army of people that you know pretty good of provisioning lungs, although that's not really that's a great career path for folks. But program ability is, and this notion of infrastructure is code as you as you make your systems more programmable. Is there a skill set opportunity to take that army of constituents that you guys helped train and grow and over their careers and bring them along into sort of the next decade? This new era? >>I think the the easy answer is yes, I obviously that's a hard thing to do and you go forward. But I think embracing the change in the evolution of change, I think is a great opportunity. And I think there is e mean if you look step back and you think about data management, right? And you think about all the you know all data is not created equal and you know, and it has a life cycle, if you will. And so if it's on edge to Korda, Cloward, depending think about data vaults and data mobility and all that stuff. There's gonna be a bunch of different personas and people touching data along the way. I think the I T advance and the storage admin. They're just one of those personas that we have to help serve and way talk about How do we make them heroes, if you will, in regards to their broader environment. So if they're providing, if they evolve and really helped provide a modern infrastructure that really enables, you know infrastructure is a code or infrastructure as a service, they become a nightie hero, if you will for the rest of team. So I think there's a huge opportunity for them to evolve as the technology evolves. >>Yeah, you talked about you know, your families, your employees, your team s o. You obviously focused on them. You got your products going hitting all the marks. How are you spending your time these days? >>Thes days right now? Well, we're in. We're in our cycle for fiscal 22 planning. Right? And right now, a lot of that's above the specific markets were serving. It's gonna be about the strategy and making sure that we have people focused on those things. So it really comes back to some of the strategy tents were driving for next year. Now, as I said, our focus big time. Well, I guess for the for this year is one is consolidation of the core markets. Major focus for May 2 is going to be around winning in storage, and I want to be very specific. It's winning midrange storage. And that was one of the big reasons why Power Store came. That's gonna be a big focus on Bennett's really making sure that we're delivering on the as a service stuff that we just talked about in regards to all the technology innovation that's required to really provide the customer experience. And then, lastly, it's making sure that we take advantage of some of these growth factors. So you're going to see a dentist. Probably talked a lot about Telco, but telco on edge and as a service and cloud those things, they're just gonna be key to everything I do. So if you think about from poor infrastructure to some of these emerging opportunities Z, I'm spending all my time. >>Well, it's a It's a big business and a really important one for Fidel. Jeff Boudreau. Thanks so much for coming back in the Cube. Really a pleasure seeing you. I hope we can see each other face to face soon. >>You too. Thank you for having me. >>You're very welcome. And thank you for watching everybody keep it right there. This is Dave Volonte for the Cube. Our continuing coverage of Del Tech World 2020. We'll be right back right after this short break
SUMMARY :
World Digital experience Brought to you by Dell Technologies. the past 12 months that you you feel like sharing? especially starting in March on I've been really focused on the health and safety of our, you know, the families, But the flip side of that is you mentioned your portfolio refresh. So from power edge servers, you know, power Max, the high end storage, There's some of the things we talk about GPS and deep use and smart Knicks and things like that. These alternative processors really start to hit the market videos. I mean, we should, you know, with our partners, if it's Intel's and in videos and folks like and he was saying, Look, you know, fundamentally, we're executing on the same strategy. and some of the examples I'll give you right now that we're doing is if you think about innovating across icy, And that's that's what you got to deliver. You know, in that simplification after that you talk about is court toe what we're driving. How does it change the way in which you you think about how It's the experience that you provide in regards to how we do that. I don't care so much about the product. They want that experience in that that you know, So there's an opportunity here for you guys that I wonder if you could comment on. And you think about all the you know all data is not Yeah, you talked about you know, your families, your employees, So if you think about from poor infrastructure I hope we can see each other face to face soon. Thank you for having me. And thank you for watching everybody keep it right there.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Telco | ORGANIZATION | 0.99+ |
Jeff Boudreau | PERSON | 0.99+ |
Michael | PERSON | 0.99+ |
Jeff Clark | PERSON | 0.99+ |
Dennis | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
telco | ORGANIZATION | 0.99+ |
Dave Volonte | PERSON | 0.99+ |
90% | QUANTITY | 0.99+ |
May 2 | DATE | 0.99+ |
May | DATE | 0.99+ |
Deltek | ORGANIZATION | 0.99+ |
Dennis Hoffman | PERSON | 0.99+ |
85% | QUANTITY | 0.99+ |
John Rose | PERSON | 0.99+ |
March | DATE | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
Dave | PERSON | 0.99+ |
Arrow Electronics SAA | ORGANIZATION | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
September | DATE | 0.99+ |
one team | QUANTITY | 0.99+ |
Power Store | ORGANIZATION | 0.99+ |
10 | QUANTITY | 0.99+ |
next year | DATE | 0.99+ |
nine weeks | QUANTITY | 0.99+ |
Aziz | PERSON | 0.99+ |
Intel | ORGANIZATION | 0.99+ |
2021 | DATE | 0.99+ |
one | QUANTITY | 0.99+ |
fiscal 22 | DATE | 0.99+ |
41 data | QUANTITY | 0.99+ |
both | QUANTITY | 0.98+ |
Del Tech | ORGANIZATION | 0.98+ |
three key components | QUANTITY | 0.98+ |
Onda | ORGANIZATION | 0.98+ |
today | DATE | 0.98+ |
next decade | DATE | 0.98+ |
two tier | QUANTITY | 0.97+ |
Day two | QUANTITY | 0.97+ |
two points | QUANTITY | 0.97+ |
June | DATE | 0.97+ |
about 90% | QUANTITY | 0.97+ |
three tier | QUANTITY | 0.97+ |
first | QUANTITY | 0.96+ |
Apex | ORGANIZATION | 0.96+ |
this year | DATE | 0.96+ |
one year | QUANTITY | 0.96+ |
Fidel | PERSON | 0.96+ |
single | QUANTITY | 0.96+ |
Day one | QUANTITY | 0.96+ |
Fortune 500 Global Elektronik | ORGANIZATION | 0.95+ |
nine launches | QUANTITY | 0.95+ |
Dell Tech | ORGANIZATION | 0.94+ |
Project Monterey | ORGANIZATION | 0.94+ |
Service Storage Network | ORGANIZATION | 0.94+ |
One | QUANTITY | 0.93+ |
Mauritz | PERSON | 0.93+ |
over five times | QUANTITY | 0.93+ |
EMC | ORGANIZATION | 0.91+ |
couple | QUANTITY | 0.9+ |
Cloward | PERSON | 0.88+ |
Bennett | PERSON | 0.88+ |
Leighton | ORGANIZATION | 0.88+ |
six key areas | QUANTITY | 0.87+ |
over 90 | QUANTITY | 0.86+ |
past 12 months | DATE | 0.86+ |
Del Tech World 2020 | EVENT | 0.86+ |
Delta | ORGANIZATION | 0.85+ |
second half | QUANTITY | 0.83+ |
about | DATE | 0.82+ |
two | QUANTITY | 0.81+ |
Jeff Clarke, Dell Technologies | Dell Technologies World 2020
>>from around the globe. It's the Cube with digital coverage of Dell Technologies. World Digital Experience Brought to you by Dell Technologies. Welcome back to the cubes. Continuing coverage of Dell Technology World del Tech, World 2020. Jeff Clark is here. He is the chief operating officer and vice chairman of Dell Technologies. Jeff, awesome to see you. Thanks for coming on. >>Thanks for having me today. Appreciate it. >>Yeah, you're very welcome. When my first question is, when do you have time to be vice chairman? Well, >>you know, in today's world, it's pretty hectic. We're all working around the clock. If there's anything about the new norm, there are no boundaries. And unless you establish some boundaries so I've been able to find a rhythm that works for me personally, but also allows me to look after the company and, uh, kind of keep things moving and making progress of Dell. So pretty exciting times. It's certainly been a challenge finding new ways to break through new ways to get things done. But our team has done a great job rising to the occasion. >>Well, you know, a Z. You know, I didn't know you that well prior to you taking over the whole enchilada and do it going back into the enterprise. I mean, I knew you were obviously, but you have been able to see you know, how you operate in the decision making on how you rally the troops. Your several years now into the new Dell, you had to do a lot of tactical things, you know, including product portfolio rationalizations. But I wanted to start with the macro picture in a particular Can you share some of the acceleration points and the levers that you're really pulling in the operation? >>Well, clearly, if you look back at the company's strategy and I'll start there and then kind of build on from that platform if you think about the first tenet of our strategy is to win in the consolidation in our court marketplaces. So the core commercial PC market, the course server market in the course storage market, and clearly what we've been able to do and certainly been at this now for Gosh, I think it's three years now that we've been turning over the portfolio and modernizing the portfolio on the I s g side and to the point you referenced earlier. We've now modernized that portfolio. It is now under all the power brand and now represents new, fresh modern architecture er modern products that allows us to be competitive going forward across the entire eyes. T portfolio. We've had continued success on the commercial PC side. Then if you think about the next tenant of our strategy, which is to really build deeply integrated solutions across the Dell Technologies portfolio, we've made a lot of progress in the last handful of years, particularly integrating this new competitiveness of our I S G portfolio with the M R. And we're now beginning to see the fruits of that labor PC side will quickly. You've seen that with unified workspace work workspace one are leading services and are leading PC products to be able to bring a different change experience for end users on the PC side on the side. This all started with getting again this competitive portfolio. It started with Dell Technology Cloud a little over a year ago. It now is in joint collaboration around the edge. You've heard from my comments during the keynote around five g going forward. So as we think about this new modern world playing out. We now have the infrastructure competitive. We have a great asset and capability with VM, are now have figured out how to tightly integrate those and innovate on top of those platforms. And we think that's sort of the success for the future as we move forward. >>So it sounds like I mean, covitz change so many things, but it doesn't sound like it's materially changed your thinking on these leverage points or your strategy is gonna pre cove in Post Cove. It you kind of sort of approaching the same playbook, if you will. >>Well, a covert in many levels. While it's had a huge impact on many lives around the world, which we shouldn't, that should not be lost on any of us and the impact that it's had across many businesses and many parts of the world. If you step back and what I try to mention the keynote, what cove it has done is really accelerate digital transformation. I've heard many characterizations, but the way I tend to look at it is if you think of what's happened around us and the forcing of working remote learning remote the world as we look at it going forward, data driven. It's accelerated 10 years of what I thought would take us to get done into the first half of this decade. In many cases the first three years, Uh, this nomenclature that I've talk about is the future is now, and what it's really done is actually reinforced. The points that we thought were going toe happen brought them sooner and has made us believe mawr double down, if you will, that the path we're on is the right path, and we see our customers migrating that way rapidly. In fact, what's interesting? If you look at customers who embrace digital transformation earlier, we call them digital leaders. They're actually breaking away from the pack, sort of speak from their peer set and driving differentiated performance in their sector. We think that's a great, obviously proof point of digital transformation. But what all companies will have to go through to compete >>Well, it's interesting we saw early on in the US locked down worldwide, locked down you have you have such a broad portfolio that yeah, maybe some parts of the portfolio or, you know, directly negatively affected. Certainly. For instance, your you know your airline customers or your hospitality customers, etcetera. But the work from home was was a tailwind for you guys. So the fact that you have that broad portfolio somewhat, you know, one part of the business that cushioned you, maybe the other part of the business, You felt that. But on balance, you're able to get through that, and part of that was your supply chain. And some of your competitors struggled, you know, for instance, with laptop supplies. But you guys really have done a good job, sort of navigating through that, almost like you've been through it before. But nobody's been through this before. >>No, you know, David, thanks for recognizing it. One of the benefits of the Indian portfolio we have, which no one else has. The Indian portfolio that we do. We're able to weather the storm of different impacts to whether it's sectors, whether it's different parts of the business. And we've been able to do that on our our supply chain has performed well. It's been unbelievably resilient. We think it's appointed differentiation over us against anyone else in the marketplace. You couple that with our global service footprint, the two of them working together we designated those capabilities is essential. Very early in the pandemic, we protected our team members and we were able to serve our customers and a pretty non disruptive way. Now, behind the scenes are teams were doing all sorts of things to bring, uh, that continuity supply and those expectations we sent to our customers to the forefront. But I couldn't be more pleased at how we responded, and it set us up to where things were going to go. When we think about the future and migrating tomb or integrated solutions, I suspect we may talk about as a service and the capabilities needed with that services in the supply chain play a key role. >>I guess so much to talk to you about. What? I wanna come back to digital transformation For a minute. I was talking to the C i o the other day and I asked him what was the digital transformation mean to you? He said, David, I got a 15 year old s a P system. Digital transformation means to me I My business has changed in the last 15 years, but my s a P system Hasn't I gotta bring it up to speed. I have to modernize. So there's a spectrum. On the other hand, if if you're not digital today and you're, say, a restaurant, you can't do business. So what does that spectrum look like of digital transformation to you and your customers? >>Well, I think your examples were very good. I mean, our industries as a long reputation of overhyping, different constructs. The fact is, the world is rapidly digitizing. It's undeniable. If you look at the cost of a sensor and how those sensors air now being placed in everything, all of the data that's being collected as a result, That's certainly the forefront of what's happening. And every business has to deal with that. You mean you can't We talked about hospitality. You got hotel rooms that have sensors in them for lights, for water, for a temperature. You think about what's happening in the finance sector in the amount of data that's being created on the edge of that has to be processed on the edge. You think about smart factory smart hospitals in the amount of technology that's going in to bring those new areas to the forefront. So in my mind. Digital transformation is catching up with where the world's going. We know the world is going from an analog world to a digital world, and as that acceleration, mhm goes faster and faster and faster, which I absolutely we absolutely believe this happening. Companies have to change the business. They have to change their models. They have to figure out how to take all of this data and turn data into information to drive better business outcomes. We tend to get into this digital transformation and everyone to talk about this piece of gear, this piece of gear, this piece of gear. I actually don't spend any time on that. It's where customers are going. What are they doing to really instrument, if you will, the digital world they're going to participate in and have to figure out how to overcome the obstacles and barriers with that to compete in their particular sectors. That's where we come in. We help them help them with certainly the gear part of it, but more importantly, the solution orientation to bring better business outcomes to them, to help them get to where they want to go. Does that help? >>Yes, and it does, and it sort of leads me to the hybrid cloud multi cloud. To me, it's edges all part of that and it's critical for your customers. Digital transformations. I mean, what I mean by that is creating a trusted operating environment across whatever platform you're on, whether you're on Prem when you're in a public cloud, whether you're at the edge, so multi cloud is part of that. You know, I used to think a lot of this stuff was aspirational. It seems to becoming more and more really. Where do you see your customers in that maturity cycle? >>Well, I love the way you described it. What we see is the notion of Cloud is much broader than perhaps we would have talked about earlier on when I got this job was the public cloud. No, there's Public Cloud. There's private clouds, and clearly the edge is going to be a cloud operating a model. In fact, we see the world of five G edge and cloud, those three circles intersecting toe high degree. So we're gonna bring a cloud operating model to the edge. We're gonna bring new advanced connectivity data driven connective ity to this edge where all of this instrumentation and all of this data is going to be created that will have toe have real time analytics done, uh, at the edge we think, is this opportunity to really step back and go well. Those cloud things can't be separate. They have to be a set of systems. In fact, it has to become an integrated system. And we think that integrated system has to be able to move data, be able to consistently manage, consistently orchestrate and consistently Dr Operations across those three cloud environments, I think we have gone. Probably the best characterization is early innings. We're certainly not in the first inning. We're not in the ninth inning, but we're certainly into the ballgame here of helping customers orchestrate a multi cloud hybrid cloud environment. If you think about what we've done with VM wars enablement or interaction with the public domains, the work that we've done from our private area, we have accomplished a lot in a short period of time, I'd also tell you there's a fair amount of work in front of us as this spends very quickly and the edge of balls we have to connect those worlds and not leave the edge out on an island by itself. We have to bring it together. We're bringing into the public and private cloud domains that we have today, >>and I definitely wanna hit on as a service. But since we're on this topic, I wanna I wanna talk about five G and Telco a little bit. Let me just spiel for a bit and then you can respond. So I mean, this seems to be a lot of confusion around five G. There's very high expectations. There's there's a there's a lot of talk, but if it's hard toe sort of identify the true impact, that's that's tangible today, anyway. And then you got the telecom telco transformation going on. We've been We've been hearing this for a long, long time. Meanwhile, you got the over over the top providers. They're living off the infrastructure. The telcos price per bit is declining, but the usage is exploding. And so what do you make of all this? You know, the telcos air reinventing themselves. Five g is a part of that consumers Airway waiting for that. There's a lot of, you know, mixed marketing messages going on. What's your take on this and what's tells role? >>Well, look, I I tend to try to break it down into things. At least I can understand. If I look at five G is the next generation Cellular, which I believe it's far more than that. I mean, I think it's the next data fabric for the data era. I think it's going to be this intersection, as I mentioned moments ago of five g Cloud and Edge, all coming together. But I think about it from the infrastructure side that you describe. What we have is the first opportunity to bring a cloud environment to the telco space that hasn't happened before. And I think a cloud environment needs to be implemented because I think there are cost pressures in that sector, and this is going to be a way to become more competitive and to bring out new technologies and services much faster. So now if you bring a cloud operating model to this which I believe five g enables, there is now the opportunity to bring, I think, um, or standard based infrastructure rather than the proprietary ones. In the past, we now can bring a industry standard set of architectures was softer to find layers in the stack. And for the first time in the telcos space, you have the ran going through significant transformation. And on my mind, Iran is one of the significant control points in the telco or five g stack, and that is going to be more open. And then we have to think of five. G is just more than a cellular network. I mean, we're gonna have private private five G. So to the degree that it displaces why, if I will be interesting to see and unfold. But there's a huge opportunity now. Is those sensors that I talked about in the digitization of hospitals and factories and cities, all interconnected by a bunch of private five G networks, all working in an interactive combined system way. I think it just lends itself to a solutions orientation, a standardization orientation, a cloud model, and that's sort of what we do. So I get excited. All of what I just said or alluded to is not solved to your point. You've been hearing this discussion for some time, but the opportunity is large for us. It's one of the single biggest largest opportune, single biggest opportunity that we see for Delon View more and we're going to pursue it together. And we think we can take our at scale technologies that we brought to the Enterprise Data Center and bring those to the telco providers in the private five g build out. >>It's amazing, Jeff, when you think about the when you and I started in this business and how far we've come, it's It's just just mind boggling, isn't it? It >>really is. We've been at this a while and things have changed. But again, it's been on this consistent technology curve, this consistent standardization curve, and it's now applying to new sectors >>I want to end with as a service. You mentioned that before and and so you've got actually really growing business in subscriptions? Uh, you got a lot of options for customers, which is good, but sometimes it's confusing. What's the strategy around as a service? What can we expect there? >>Well, one of the things that we've done and you're right, we've made a lot of progress. We launched L Technology on demand last year. We have 2000 plus customers of $1.3 billion revenue run rate, it's growing at 30% so we're pleased. But at the same time, all the data suggest customers we're gonna want to deploy even at a greater rate. So I think I made reference during our keynote. Today, about 75% of the world's data is gonna be created outside of the data center, 75% off the edge. Build out is going to be done as a service, as is half of the infrastructure. So we think we need to take this to the proverbial next level. We announced Project Apex, Project Apex for us to take all of the properties that we have across the company, all of the different activities and to unify them a single effort for as a service model for the Dell company going forward for our entire portfolio. We think the timing is right. We think we have to be able to, if you will project APEC should be translated as the easy button for our customers. It's a way to make things simpler. It's a way to give them the choice they need to drive consistency in the operating model, and that's the path Ron, we're pretty excited about this unification, if you will. Galvanizing across the entire organization with Project Apex. >>Awesome. Listen, I know you're super busy. Appreciate all the time you've given us your You're a fun executive toe. Hang around with a mission, man. I wish we were together, but hopefully, hopefully sometime soon we can We could see each other face to face. >>I would like that very much. I missed the interactions themselves. I appreciate the time today. Thank you, Dave. >>All right, We'll see you, Jeff. Thanks again. All right. Thank you for watching everybody. Keep it right there. We're back with our next guest. It del Technology World 2020. You're watching the Cube.
SUMMARY :
World Digital Experience Brought to you by Dell Technologies. Thanks for having me today. When my first question is, when do you have time to be vice chairman? But our team has done a great job rising to the occasion. I mean, I knew you were obviously, the I s g side and to the point you referenced earlier. It you kind of sort of approaching the same playbook, but the way I tend to look at it is if you think of what's happened around us and the forcing But the work from home was was a tailwind for you guys. Very early in the pandemic, we protected our team members and we were able to serve our customers I guess so much to talk to you about. sector in the amount of data that's being created on the edge of that has to be processed on the edge. Yes, and it does, and it sort of leads me to the hybrid cloud multi cloud. the edge is going to be a cloud operating a model. this seems to be a lot of confusion around five G. There's very high expectations. in the telcos space, you have the ran going through significant transformation. technology curve, this consistent standardization curve, and it's now applying to new sectors What's the strategy around as a service? all of the different activities and to unify them a single effort Appreciate all the time you've given us your You're a fun executive I appreciate the time today. Thank you for watching everybody.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
David | PERSON | 0.99+ |
Telco | ORGANIZATION | 0.99+ |
Jeff Clark | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
Jeff Clarke | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
10 years | QUANTITY | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
$1.3 billion | QUANTITY | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
two | QUANTITY | 0.99+ |
Dell Technologies | ORGANIZATION | 0.99+ |
75% | QUANTITY | 0.99+ |
30% | QUANTITY | 0.99+ |
ninth inning | QUANTITY | 0.99+ |
telco | ORGANIZATION | 0.99+ |
first question | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
first inning | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
Today | DATE | 0.99+ |
five G | ORGANIZATION | 0.99+ |
last year | DATE | 0.99+ |
first three years | QUANTITY | 0.98+ |
first time | QUANTITY | 0.98+ |
Ron | PERSON | 0.98+ |
single | QUANTITY | 0.98+ |
US | LOCATION | 0.98+ |
five G. | ORGANIZATION | 0.98+ |
three years | QUANTITY | 0.98+ |
Airway | ORGANIZATION | 0.97+ |
One | QUANTITY | 0.96+ |
Five g | ORGANIZATION | 0.96+ |
Project Apex | ORGANIZATION | 0.96+ |
first opportunity | QUANTITY | 0.96+ |
one part | QUANTITY | 0.95+ |
about 75% | QUANTITY | 0.94+ |
three circles | QUANTITY | 0.92+ |
each | QUANTITY | 0.91+ |
Gosh | ORGANIZATION | 0.91+ |
Dell Technology World | ORGANIZATION | 0.89+ |
five g | ORGANIZATION | 0.88+ |
telcos | ORGANIZATION | 0.87+ |
pandemic | EVENT | 0.86+ |
first tenet | QUANTITY | 0.85+ |
first half of this decade | DATE | 0.85+ |
last 15 years | DATE | 0.84+ |
telcos air | ORGANIZATION | 0.84+ |
del Technology World 2020 | EVENT | 0.83+ |
15 year old | QUANTITY | 0.82+ |
a year ago | DATE | 0.81+ |
single effort | QUANTITY | 0.81+ |
over | DATE | 0.8+ |
2000 | QUANTITY | 0.79+ |
five G | ORGANIZATION | 0.79+ |
Technologies World 2020 | EVENT | 0.77+ |
APEC | ORGANIZATION | 0.74+ |
five | QUANTITY | 0.71+ |
del Tech | ORGANIZATION | 0.69+ |
Indian | OTHER | 0.69+ |
three cloud | QUANTITY | 0.68+ |
Edge | TITLE | 0.62+ |
Post Cove | ORGANIZATION | 0.58+ |
Iran | ORGANIZATION | 0.56+ |
Dell Technology Cloud | ORGANIZATION | 0.56+ |
Delon | ORGANIZATION | 0.54+ |
Cloud | TITLE | 0.4+ |
2020 | DATE | 0.35+ |
Jeff Clarke V1
>> Narrator: From around the globe, it's The Cube, with digital coverage of Dell technologies world digital experience brought to you by Dell technologies. >> Welcome back to The Cube's continuing coverage of Dell technology world. Dell tech world 2020, Jeff Clark is here. He's the chief operating officer and vice chairman of Dell technologies. Jeff, awesome to see you. Thanks for coming on. >> Thanks for having me today, I appreciate it. >> Yeah, you're very welcome. Well, my first question is when do you have time to be vice chairman? >> Well, you know, in today's world, it's pretty hectic. We're all working around the clock. If there's anything about the new norm, there are no boundaries unless you establish some boundaries. So I've been able to find a rhythm that works for me personally but also allows me to look after the company and kind of keep things moving and making progress at Dell. So pretty exciting times, it's certainly been a challenge, finding new ways to break through, new ways to get things done, but our team has done a great job rising to the occasion. >> Well, you know as you know, I didn't know you that well prior to you taking over the whole enchilada and going back into the enterprise. I mean, I knew who you were obviously but you know, been able to see how you operate and the decision making and how you rally the troops. You're several years now, into the new deal. You had to do a lot of tactical things you know, including product portfolio rationalizations but I wanted to start with the macro picture. And in particular, can you share some of the acceleration points and the leavers that you're really pulling in the operation? >> Well, clearly if you look back at the company strategy and I'll start there and then kind of build on from that platform, if you think about the first tenant of our strategy is to win in the consolidation in our core marketplaces. So the core commercial PC market, the core server market and the core storage market, and clearly what we've been able to do, and certainly been at this now for, gosh, I think it's three years now that we've been turning over the portfolio and modernizing the portfolio on the ISG side. And to the point you referenced earlier we've now modernized that portfolio. It is now under all of the power brand it now represents new fresh, modern architecture, modern products that allows us to be competitive going forward across the entire ISG portfolio. We've had continued success on the commercial PC side. Then if you think about the next tenant of our strategy which is to really build deeply integrated solutions across the Dell technologies portfolio we've made a lot of progress in the last handful of years particularly integrating this new competitiveness of our ISG portfolio with VMware. And we're now beginning to see the fruits of that labor PC side real quickly. You've seen that with unified workspace, workspace one are leading services and are leading PC products to be able to bring a differentiated experience for end users on the PC side. On the ISG side, this all started with getting again, this competitive portfolio, it started with Dell technology cloud a little over a year ago, it now is in joint collaboration around the Edge. You've heard from my comments during the keynote around 5G going forward. So as we think about this new modern world playing out, we now have the infrastructure competitive. We have a great asset and capability with VMware or it now have figured out how to tightly integrate those and innovate on top of those platforms. And we think that's sort of the success for the future as we move forward. >> So it sounds like, I mean, COVID changed so many things, but it doesn't sound like it's materially changed your thinking on these leverage points or your strategy is going to pre COVID, post COVID. You kind of sort of approaching the same playbook if you will. >> Well, COVID many levels, well, it's had a huge impact on many lives around the world which that should not be lost on any of us and the impact that it's had across many businesses and in many parts of the world if you step back and what I try to mention the keynote, what COVID has done is really accelerate digital transformation. I've heard many characterizations but the way I tend to look at it is if you think of what's happened around us and the forcing of working remote, learning remote, the world, as we look at it, going forward, data driven, it's accelerated 10 years of what I thought would take us to get done into the first half of this decade in many cases, the first three years. This nomenclature that I talk about is the future is now. And what it's really done is actually reinforced the points that we thought were going to happen, brought them sooner, and has made us believe more doubled down if you will, that the path we were on is the right path. And we see our customers migrating that way rapidly. In fact, what's interesting, if you look at customers who embraced digital transformation earlier, we call them digital leaders. They are actually breaking away from the pack, so to speak from their peer set and driving differentiated performance in their sector, we think that's a great obviously proof point of digital transformation, but what all companies will have to go through to compete. >> Well, it's interesting. We saw early on in the US lockdown, worldwide lockdown, you have such a broad portfolio that yeah maybe some parts of the portfolio were, you know, directly negatively affected, certainly for instance, you know, your airline customers or your hospitality customers, et cetera. But the work from home was a tailwind for you guys. So the fact that you have that broad portfolio, somewhat, you know, one part of the business that cushioned you maybe the other part of the business, you felt it but on balance, you're able to get through that. And part of that was your supply chain. And some of your competitors struggled you know, for instance, with laptop supplies but you guys really have done a good job sort of navigating through that. Almost like you'd been through it before, but nobody's been through this before. >> No, you know, Dave, thanks for recognizing that one of the benefits of the end to end portfolio we have which no one else has the Indian portfolio that we do, we're able to weather the storm of different impacts to whether it's sectors, whether it's different parts of the business and we've been able to do that. And our supply chain has performed well. It's been unbelievably resilient. We think it's a pointed differentiation over us against anyone else in the marketplace. You couple that with our global service footprint, the two of them working together, we designated those capabilities as essential, very early in the pandemic, we protected our team members and we were able to serve our customers in a pretty non-disruptive way. Now behind the scenes, our teams were doing all sorts of things to bring that continuity of supply and those expectations we set to our customers to the forefront but I couldn't be more pleased at how we responded and it set us up to where things are going to go. When we think about the future and migrating to more integrated solutions, I suspect we may talk about as a service and the capabilities needed but that services in the supply chain play a key role. >> Yeah, I got so much to talk to you about, but I want to come back to digital transformation for a minute. I was talking to the CIO the other day and I asked them what was digital transformation mean to you? He said, "Dave, I got a 15 year old SAP system, Digital transformation means to me, my business has changed in the last 15 years but my SAP system hasn't, I got to bring it up to speed. I have to modernize." So there's a spectrum, on the other hand, if you're not digital today and you're say a restaurant, you can't do business. So what does that spectrum look like of digital transformation to you and your customers? >> Well, I think your examples were very good. I mean, our industries, has a long reputation of over hyping different constructs, the fact is the world is rapidly digitizing. It's undeniable. If you look at the cost of a sensor and how those sensors are now being placed in everything, in all of the data that's being collected as a result, that's certainly the forefront of what's happening and every business has to deal with it. You can't, I mean, we talked about hospitality, you got hotel rooms that have sensors in them, for lights, for water, for temperature. You think about what's happening in the finance sector and the amount of data that's being created on the edge that has to be processed on the edge. You think about smart factory, smart hospitals, and the amount of technology that's going in to bring those new areas to the forefront. So in my mind, digital transformation is catching up with where the world's going. We know the world is going from an analog world to a digital world. And as that acceleration goes faster and faster and faster which I absolutely, we absolutely believe is happening, companies have to change the business, they have to change their models, they have to figure out, how to take all of this data and turn data into information to drive better business outcomes. We tend to get into this digital transformation and every wants to talk about this piece of gear, or this piece of gear or this piece of gear. I actually don't spend any time on that. It's where customers are going, what are they doing to really instrument if you will, the digital world they're going to participate in and have to figure out how to overcome the obstacles and barriers with that to compete in their particular sectors. That's where we come in, we help them, help them with certainly the gear part of it, but more importantly the solution orientation to bring better business outcomes to them, to help them get to where they want to go. Does that help? >> Yes and it does. And it sort of leads me to the hybrid cloud, multi-cloud, to me, it's the edge is all part of that. And it's critical for your customers, digital transformation. What I mean by that is creating a trusted operating environment across whatever platform you're on, whether you're on prem, whether you're in a public cloud, whether you're at the edge. So multicloud is part of that. You know, I used to think a lot of this stuff was aspirational. It seems to becoming more and more real. Where do you see your customers in that maturity cycle? >> Well, I love the way you described it. What we see is the notion of cloud is much broader than perhaps we would have talked about early on, when I got this job was the public cloud. Now there's public cloud, there's private clouds and clearly The Edge is going to be a cloud operating model. In fact, we see the world of 5G, edge and cloud, those three circles intersecting to a high degree. So we're going to bring a cloud operating model to The Edge. We're going to bring new advanced connectivity, data-driven connectivity, to this edge where all of this instrumentation and all of this data is going to be created. That we'll have to have real time analytics done at the edge. We think is this opportunity to really step back and go, well, those cloud things can't be separate. They have to be a set of systems. In fact, it has to be done in an integrated system. And we think that integrated system has to be able to move data, be able to consistently manage, consistently orchestrated and consistently drive operations across those three cloud environments. I think we have gone probably the best characterization is early innings. We're certainly not in the first ending. We're not in the ninth inning but we're certainly into the ballgame here of helping customers orchestrate a multicloud hybrid cloud environment. If you think about what we've done with VMware's enablement or interaction with the public domain, the work that we've done from our private area, we have accomplished a lot in a short period of time. I'd also tell you there's a fair amount of work in front of us, as this spins very quickly and the edge of evolves, we have to connect those worlds and not leave the edge out on an island by itself. We have to bring it together or bringing into the public and private cloud domains that we have today. >> And I definitely want to hit on, as a service, but since we're on this topic, I want to, talk about 5G and telco a little bit. Let me just spiel for a bit, and then you can respond. So, I mean, there seems to be a lot of confusion around 5G, there's very high expectations. There's a lot of talk, but if it's hard to sort of identify the true impact that's tangible today anyway and then you got the telco transformation going on, and we've been hearing this for a long, long time. Meanwhile, you've got over the top providers they're living off the infrastructure of the telcos, price per bid is declining, but the usage is exploding. And so what do you make of all this? You know, that the telcos are reinventing themselves. 5G is a part of that. Consumers are waiting for that. There's a lot of, you know, mixed marketing messages going on. What's your take on this and what's Dell's role? >> Well, look, I tend to try to break it down into things at least I can understand. If I look at 5G as the next generation cellular which I believe it's far more than that. I mean, I think it's the next data fabric for the data era. I think it's going to be this intersection as I mentioned moments ago of 5G cloud and edge all coming together. But you think about it from the infrastructure side that you described. What we have is the first opportunity to bring a cloud environment to the telco space that hasn't happened before. And I think a cloud environment needs to be implemented because I think there are cost pressures in that sector. And this is going to be a way to become more competitive and to bring out new technologies and services much faster. So now if you bring a cloud operating model to this, which I believe 5G enables, there's now the opportunity to bring I think, a more standard based infrastructure rather than proprietary ones of the past. We now can bring a industry standard set of architectures with software defined layers in the stack. And for the first time in the telco space you have the RAN going through significant transformation. And on my mind the RAN is one of the significant control points in the telco or 5G stack. And that is going to be more opened. And then we have to think of 5G is just more than a cellular network. I mean, we're going to have private 5G. So to the degree that it displaces wifi will be interesting to see an unfold but there's a huge opportunity. Now, as those sensors that I talked about in the digitization of hospitals, in factories, in cities, all interconnected by a bunch of private 5G networks all working in an interactive and combined system way, I think it just lends itself to a solutions orientation, a standardizations orientation, a cloud model, and that's sort of what we do. So I get excited all in what I just said or alluded to is not solved to your point. You've been hearing this discussion for some time, but the opportunity is large for us. It's one of the single biggest opportunity that we see for Dell and VMware, and we're going to pursue it together. And we think we can take our at scale technologies that we brought to the enterprise data center and bring those to the telco providers and the private 5G build out. >> Yeah, it's amazing Jeff, when you think about the, when you and I started in this business and how far we've come, but it's just it's mind boggling, isn't it? (laughing) >> It really is. We've been at this a while and things have changed but again, it's been on this consistent technology curve, this consistent standardization curve and it's now applying to new sectors. >> I want to end with, as a service. You mentioned that before. And so you've got actually a really growing business in subscriptions. You got a lot of options for customers which is good, but sometimes it's confusing. What's the strategy around as a service? What can we expect there? >> Well, one of the things that we've done and you're right we've made a lot of progress. We launched Dell technology on demand last year, we have 2000 plus customers at $1.3 billion revenue run rate. It's growing at 30%. So we're pleased but at the same time, all the data suggests customers are going to want to deploy even at a greater rate. So I think I made reference during our keynote today about 75% of the world's data is going to be created outside of the data center, 75% of the edge build out is going to be done as a service as this half of the infrastructure. So we think we need to take this to the proverbial next level. We announced project APEC, project APEC for us to take all of the properties that we have across the company, all of the different activities and to unified them, a single effort for as a service model for the Dell company going forward, for our entire portfolio, we think the timing's right. We think we have to be able to if you will, project APEC should be translated as the easy button for our customers. It's a way to make things simpler. It's a way to give them the choice they need to drive consistency in the operating model. And that's the path we're on. We're pretty excited about this unification, if you will galvanizing across the entire organization with project APEC. >> Awesome, listen, I know you're super busy. I appreciate all the time you've given us, you're a fun executive to hang around with a mission man. I wish we were together, but hopefully sometime soon we can see each other face to face. >> I would like that very much. I miss the interactions themselves. I appreciate the time of day. Thank you Dave. >> All right we'll see you Jeff, thanks again. All right, Thank you for watching everybody. Keep it right there, will be back with our next guest at Dell technology world 2020. You're watching The Cube. (lighthearted music)
SUMMARY :
to you by Dell technologies. He's the chief operating officer Thanks for having me when do you have time to be vice chairman? So I've been able to and the leavers that you're And to the point you referenced earlier approaching the same playbook and the forcing of working So the fact that you have of the end to end portfolio to you and your customers? and the amount of data that's And it sort of leads me to Well, I love the way you described it. You know, that the telcos and bring those to the telco providers and it's now applying to new sectors. What's the strategy around as a service? able to if you will, I appreciate all the time you've given us, I appreciate the time of day. All right, Thank you
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jeff | PERSON | 0.99+ |
Jeff Clark | PERSON | 0.99+ |
Jeff Clarke | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
$1.3 billion | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
30% | QUANTITY | 0.99+ |
75% | QUANTITY | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
first question | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
telco | ORGANIZATION | 0.99+ |
ninth inning | QUANTITY | 0.99+ |
first three years | QUANTITY | 0.99+ |
three years | QUANTITY | 0.99+ |
first time | QUANTITY | 0.98+ |
COVID | TITLE | 0.98+ |
today | DATE | 0.98+ |
first ending | QUANTITY | 0.98+ |
first opportunity | QUANTITY | 0.98+ |
single | QUANTITY | 0.98+ |
US | LOCATION | 0.98+ |
one | QUANTITY | 0.96+ |
5G | ORGANIZATION | 0.94+ |
2020 | DATE | 0.94+ |
APEC | ORGANIZATION | 0.93+ |
The Edge | ORGANIZATION | 0.93+ |
about 75% | QUANTITY | 0.92+ |
one part | QUANTITY | 0.9+ |
half of this decade | DATE | 0.88+ |
a year ago | DATE | 0.88+ |
pandemic | EVENT | 0.86+ |
first tenant | QUANTITY | 0.86+ |
15 year old | QUANTITY | 0.83+ |
SAP | TITLE | 0.81+ |
2000 plus | QUANTITY | 0.77+ |
telcos | ORGANIZATION | 0.76+ |
three cloud environments | QUANTITY | 0.75+ |
over | DATE | 0.74+ |
first | QUANTITY | 0.73+ |
last 15 years | DATE | 0.73+ |
The Cube | TITLE | 0.71+ |
three circles | QUANTITY | 0.69+ |
10 | QUANTITY | 0.64+ |
5G | EVENT | 0.6+ |
Indian | LOCATION | 0.57+ |
Dell technology world 2020 | EVENT | 0.56+ |
Cube | COMMERCIAL_ITEM | 0.47+ |
Cube | ORGANIZATION | 0.29+ |
Jeff Klink, Sera4 | KubeCon + CloudNativeCon Europe 2020 – Virtual
>> From around the globe, it's theCUBE with coverage of KubeCon and CloudNativeCon Europe 2020, Virtual. Brought to you by Red Hat, The Cloud Native Computing Foundation and Ecosystem partners. >> Welcome back, I'm Stu Miniman and this is CUBEs coverage of KubeCon CloudNativeCon 2020 in Europe, the virtual edition and of course one of the things we love when we come to these conferences is to get to the actual practitioners, understanding how they're using the various technologies especially here at the CNCF show, so many projects, lots of things changing and really excited. We're going to talk about security in a slightly different way than we often do on theCUBE so happy to welcome to the program from Sera4 I have Jeff Klink who's the Vice President of Engineering and Cloud. Jeff, thanks so much for joining us. >> Thanks too, thanks for having me. >> All right so I teed you up there, give us if you could just a quick thumbnail on Sera4, what your company does and then your role there. >> Absolutely so we're a physical hardware product addressing the telco markets, utility space, all of those so we kind of differentiate herself as a Bluetooth lock for that higher end space, the highest security market where digital encryption is really an absolute must. So we have a few products including our physical lock here, this is a physical padlock, it is where door locks and controllers that all operate over the Bluetooth protocol and that people can just use simply through their mobile phones and operate at the enterprise level. >> Yeah, I'm guessing it's a little bit more expensive than the the padlock I have on my shed which is getting a little rusty and needs a little work but it probably not quite what I'm looking for but you have Cloud, you know, in your title so give us if you could a little bit you know, what the underlying technology that you're responsible for and you know, I understand you've rolled out Kubernetes over the last couple of years, kind of set us up with what were the challenges you were facing before you started using that? >> Absolutely so Stu We've grown over the last five years really as a company like in leaps and bounds and part of that has been the scalability concern and where we go with that, you know, originally starting in the virtual machine space and, you know, original some small customers in telco as we build up the locks and eventually we knew that scalability was really a concern for us, we needed to address that pretty quickly. So as we started to build out our data center space and in this market it's a bit different than your shed locks. Bluetooth locks are kind of everywhere now, they're in logistics, they're on your home and you actually see a lot of compromises these days actually happening on those kind of locks, the home security locks, they're not built for rattling and banging and all that kind of pieces that you would expect in a telco or utility market and in the nuclear space or so you really don't want to lock that, you know, when it's dropped or bang the boat immediately begins to kind of fall apart in your hands and two you're going to expect a different type of security much like you'd see in your SSH certificates, you know, a digital key certificate that arrives there. So in our as we grew up through that piece Kubernetes became a pretty big player for us to try to deal with some of the scale and also to try to deal with some of the sovereignty pieces you don't see in your shed locks. The data sovereignty meeting in your country or as close to you as possible to try to keep that data with the telco, with the utility and kind of in country or in continent with you as well. That was a big challenge for us right off the bat. >> Yeah, you know Jeff absolutely, I have some background from the telco space obviously, there's very rigorous certifications, there's lots of environments that I need to fit into. I want to poke at a word that you mentioned, scale. So scale means lots of things to lots of different people, this year at the KubeCon CloudNativeCon show, one of the scale pieces we're talking about is edge just getting to lots of different locations as opposed to when people first thought about, you know, scale of containers and the like, it was like, do I need to be like Google? Do I have to have that much a scale? Of course, there is only one Google and there's only a handful of companies that need that kind of scale, what was it from your standpoint, is it you know, the latency of all of these devices, is it you know, just the pure number of devices, the number of locations, what was what was the scale limiting factor that you were seeing? >> It's a bit of both in two things, one it was a scale as we brought new customers on, there were extra databases, there was extra identity services, you know, the more locks we sold and the more telcos we sold too suddenly what we started finding is that we needed all these virtual machines and sources in some way to tie them together and the natural piece to those is start to build shared services like SSO and single sign on was a huge driver for us of how do we unite these spaces where they may have maintenance technicians in that space that work for two different telcos. Hey, tower one is down could you please use this padlock on this gate and then this padlock on this cabinet in order to fix it. So that kind of scale immediately showed us, we started to see email addresses or other on two different places and say, well, it might need access into this carrier site because some other carrier has a equipment on that site as well. So the scale started to pick up pretty quickly as well as the space where they started to unite together in a way that we said, well, we kind of have to scale to parts, not only the individuals databases and servers and identity and the storage of their web service data but also we had to unite them in a way that was GDPR compliant and compliant with a bunch of other regulations to say, how do we get these pieces together. So that's where we kind of started to tick the boxes to say in North America, in Latin America, South America we need centralized services but we need some central tie back mechanism as well to start to deal with scale. And the scale came when it went from Let's sell 1000 locks to, by the way, the carrier wants 8000 locks in the next coming months. That's a real scalability concern right off the bat, especially when you start to think of all the people going along with those locks in space as well. So that's the that's the kind of first piece we had to address and single sign on was the head of that for us. >> Excellent, well you know, today when we talk about how do i do container orchestration Kubernetes of course, is the first word that comes to mind, can you bring us back though, how did you end up with Kubernetes, were there other solutions you you looked at when you made your decision? What were your kind of key criteria? How did you choose what partners and vendors you ended up working with? >> So the first piece was is that we all had a lot of VM backgrounds, we had some good DevOps backgrounds as well but nobody was yet into the the container space heavily and so what we looked at originally was Docker swarm, it became our desktop, our daily, our working environment so we knew we were working towards microservices but then immediately this problem emerged that reminded me of say 10, 15 years ago, HD DVD versus Blu-ray and I thought about it as simply as that, these two are fantastic technologies, they're kind of competing in this space, Docker Compose was huge, Docker Hub was growing and growing and we kind of said you got to kind of pick a bucket and go with it and figure out who has the best backing between them, you know from a security policy, from a usage and size and scalability perspective, we knew we would scale this pretty quickly so we started to look at the DevOps and the tooling set to say, scale up by one or scale up by 10, is it doable? Infrastructure as code as well, what could I codify against the best? And as we started looking at those Kubernetes took a pretty quick change for us and actually the first piece of tooling that we looked at was Rancher, we said well there's a lot to learn the Kubernetes space and the Rancher team, they were growing like crazy and they were actually really, really good inside some of their slack channels and some of their groups but they said, reach out, we'll help you even as a free tier, you know and kind of grow our trust in you and you know, vice versa and develop that relationship and so that was our first major relationship was with Rancher and that grew our love for Kubernetes because it took away that first edge of what am i staring at here, it looks like Docker swarm, they put a UI on it, they put some lipstick on it and really helped us get through that first hurdle a couple years ago. >> Well, it's a common pattern that we see in this ecosystem that you know, open source, you try it, you get comfortable with it, you get engaged and then when it makes sense to roll it into production and really start scaling out, that's when you can really formalize those relationships so bring us through the project if you will. You know, how many applications were you starting with? What was the timeline? How many people were involved? Were there, you know, the training or organizational changes, you know, bring us through under the first bits of the project. >> Sure, absolutely. So, like anything it was a series of VMs, we had some VM that were load balanced for databases in the back and protected, we had some manual firewalls through our cloud provider as well but that was kind of the edge of it. You had your web services, your database services and another tier segregated by firewalls, we were operating at a single DCs. As we started to expand into Europe from the North America, Latin America base and as well as Africa, we said this has got to kind of stop. We have a lot of Vms, a lot of machines and so a parallel effort went underway to actually develop some of the new microservices and at first glance was our proxies, our ingresses, our gateways and then our identity service and SSL would be that unifying factor. We honestly knew that moving to Kubernetes in small steps probably wasn't going to be an easy task for us but moving the majority of services over to Kubernetes and then leaving some legacy ones in VM was definitely the right approach for us because now we're dealing with ingressing around the world. Now we're dealing with security of the main core stacks, that was kind of our hardcore focus is to say, secure the stacks up front, ingress from everywhere in the world through like an Anycast Technology and then the gateways will handle that and proxy across the globe and we'll build up from there exactly as we did today. So that was kind of the key for us is that we did develop our micro services, our identity services for SSO, our gateways and then our web services were all developed in containers to start and then we started looking at complimentary pieces like email notification mechanisms, text notification, any of those that could be containerized later, which is dealt with a single one off restful services were moved at a later date. All right. >> So Jeff, yeah absolutely. What to understand, okay, we went through all this technology, we did all these various pieces, what does this mean to your your business projects? So you talked about I need to roll out 8000 devices, is that happening faster? Is it you know, what's the actual business impact of this technology that you've rolled out? >> So here's the key part and here's a differentiator for us is we have two major areas we differentiate in and the first one is asymmetric cryptography. We do own the patents for that one so we know our communication is secure, even when we're lying over Bluetooth. So that's kind of the biggest and foremost one is that how do we communicate with the locks on how do we ensure we can all the time. Two is offline access, some of the major players don't have offline access, which means you can download your keys and assign your keys, go off site do a site to a nuclear bunker wherever it may be and we communicate directly with the lock itself. Our core technology is in the embedded controllers in the lock so that's kind of our key piece and then the lock is a housing around it, it's the mechanical mechanism to it all. So knowing that we had offline technology really nailed down allowed us to do what many called the blue-green approach, which is we're going down for four hours, heads up everybody globally we really need to make this transition but the transition was easy to make with our players, you know, these enterprise spaces and we say we're moving to Kubernetes. It's something where it's kind of a badge of honor to them and they're saying these guys, you know, they really know what they're doing. They've got Kubernetes on the back end, some we needed to explain it to but as soon as they started to hear the words Docker and Kubernetes they just said, wow, this guys are serious about enterprise, we're serious about addressing it and not only that they're forefront of other technologies. I think that's part of our security plan, we use asymmetric encryption, we don't use the Bluetooth security protocol so every time that's compromised, we're not compromised and it's a badge of honor we were much alongside the Kubernetes. >> Alright, Jeff the thing that we're hearing from a lot of companies out there is that that transition that you're going through from VMs to containerization I heard you say that you've got a DevOps practice in there, there's some skill set challenges, there's some training pieces, there's often, you know, maybe a bump or two in the road, I'm sure your project went completely smoothly but what can you share about, you know, the personnel skill sets, any lessons learned along the way that might help others? >> There was a ton. Rancher took that first edge off of us, you know, cube-cuddle, get things up, get things going, RKE in the Rancher space so the Rancher Kubernetes engine, they were kind of that first piece to say how do I get this engine up and going and then I'll work back and take away some of the UI elements and do it myself, from scheduling and making sure that nodes came up to understanding a deployment versus a DaemonSet, that first UI as we moved from like a Docker swarm environment to the the Rancher environment was really kind of key for us to say, I know what these volumes are, I know the networking and I all know these pieces but I don't know how to put core DNS in and start to get them to connect and all of those aspects and so that's where the UI part really took over. We had guys that were good on DevOps, we had guys are like, hey how do I hook it up to a back end and when you have those UI, those clicks like your pod security policy on or off, it's incredible. You turn it on fine, turn on the pod security policy and then from there, we'll either use the UI or we'll go deeper as we get the skill sets to do that so it gave us some really good assurances right off the bat. There were some technologies we really had to learn fast, we had to learn the cube-cuddle command line, we had to learn Helm, new infrastructure pieces with Terraform as well, those are kind of like our back end now. Those are our repeatability aspects that we can kind of get going with. So those are kind of our cores now is it's a Rancher every day, it's cube-cuddle from our command lines to kind of do those, Terraform to make sure we're doing the same thing but those are all practices we, you know, we cut our teeth with Rancher, we looked at the configs that are generated and said, alright, that's actually pretty good configure, you know, maybe there's a team to tolerance or a tweak we could make there but we kind of work backwards that way to have them give us some best practices and then verify those. >> So the space you're in, you have companies that rely on what you do. Security is so important, if you talk about telecommunications, you know, many of the other environments they have, you know, rigid requirements. I want to get to your understanding from you, you're using some open source tools, you've been working with startups, one of your suppliers Rancher was just acquired by SUSE, how's that relationship between you know, this ecosystem? Is that something that is there any concerns from your end user clients and what are your own comfort level with the moves and changes that are happening? >> Having gone through acquisitions myself and knowing the SUSE team pretty well, I'd say actually it's a great thing to know that the startups are funded in a great source. It's great to hear internally, externally their marketing departments are growing but you never know if a startup is growing or not. Knowing this acquisitions taking place actually gives me a lot of security. The team there was healthy, they were growing all the time but sometimes that can just be a face on a company and just talking to the internals candidly as they've always done with us, it's been amazing. So I think that's a great part knowing that there's some great open source texts, Helm Kubernetes as well that have great backers towards them, it's nice to see part of the ecosystem getting back as well in a healthy way rather than a, you know, here's $10,000 Platinum sponsorship. To see them getting the backing from an open source company, I can't say enough for. >> All right, Jeff how about what's going forward from you, what projects you're looking at or what what additions to what you've already done are you looking at doing down the road? >> Absolutely. So the big thing for us is that we've expanded pretty dramatically across the world now. As we started to expand into South Africa, we've expanded into Asia as well so managing these things remotely has been great but we've also started to begin to see some latencies where we're, you know, heading back to our etcd clusters or we're starting to see little cracks and pieces here in some of our QA environment. So part of this is actually the introduction and we started looking into the fog and the edge compute. Security is one of these games where we try to hold the security as core and as tight as you can but trying to get them the best user experience especially in South Africa and serving them from either Europe or Asia, we're trying to move into those data centers and region as well, to provide the sovereignty, to provide the security but it's about latency as well. When I opened my phone to download my digital keys I want that to be quick, I want the administrators to assign quickly but also still giving them that aspect to say I could store this in the edge, I could keep it secure and I could make sure that you still have it, that's where it's a bit different than the standard web experience to say no problem let's put a PNG as close as possible to you to give you that experience, we're putting digital certificates and keys as close as possible to people as well so that's kind of our next generation of the devices as we upgrade these pieces. >> Yeah, there was a line that stuck with me a few years ago, if you look at edge computing, if you look at IoT, the security just surface area is just expanding by orders or magnitude so that just leaves, you know, big challenges that everyone needs to deal with. >> Exactly, yep. >> All right, give us the final word if you would, you know, final lessons learned, you know, you're talking to your peers here in the hallways, virtually of the show. Now that you've gone through all of this, is there anything that you say, boy I wish I had known this it would have been this good or I might have accelerated things or which things, hey I wish I pulled these people or done something a little bit differently. >> Yep, there's a couple actually a big parts right off the bat and one, we started with databases and containers, followed the advice of everyone out there either do managed services or on standalone boxes themselves. That was something we cut our teeth on over a period of time and we really struggled with it, those databases and containers they really perform as poorly as you think they might, you can't get the constraints on those guys, that's one of them. Two we are a global company so we operate in a lot of major geographies now and ETC has been a big deal for us. We tried to pull our ETC clusters farther apart for better resiliency, no matter how much we tweak and play with that thing, keep those things in a region, keep them in separate, I guess the right word would be availability zones, keep them make redundant as possible and protect those at all costs. As we expanded we thought our best strategy would do some geographical distribution, the layout that you have in your Kubernetes cluster as you go global for hub-and-spoke versus kind of centralized clusters and pods and pieces like that, look it over with a with an expert in Kubernetes, talk to them talk about latencies and measure that stuff regularly. That is stuff that kind of tore us apart early in proof of concept and something we had to learn from very quickly, whether it'll be hub-and-spoke and centralize ETC and control planes and then workers abroad or we could spread the ETC and control planes a little more, that's a strategy that needs to be played with if you're not just in North America, South America, Europe, Asia, those are my two biggest pieces because those are our big performance killers as well as discovering PSP, Pod Security Policies early. Get those in, lock it down, get your environments out of route out of, you know, Port 80 things like that on the security space, those are just your basic housecleaning items to make sure that your latency is low, your performances are high and your security's as tight as you can make it. >> Wonderful, well, Jeff thank you so much for sharing Sera4 for story, congratulations to you and your team and wish you the best luck going forward with your initiatives. >> Absolutely, thanks so much Stu. >> All right, thank you for watching. I'm Stu Miniman and thank you for watching theCUBE. (soft music)
SUMMARY :
Brought to you by Red Hat, course one of the things we love All right so I teed you up there, all of those so we kind to lock that, you know, when it's dropped that you were seeing? and the natural piece to those is start and we kind of said you got that you know, open source, you try it, to start and then we started looking Is it you know, what's and it's a badge of honor we to a back end and when you that rely on what you do. that the startups are to you to give you that experience, that just leaves, you know, you know, you're talking the layout that you have congratulations to you All right, thank you for watching.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jeff Klink | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
South Africa | LOCATION | 0.99+ |
Europe | LOCATION | 0.99+ |
$10,000 | QUANTITY | 0.99+ |
Asia | LOCATION | 0.99+ |
North America | LOCATION | 0.99+ |
South Africa | LOCATION | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
1000 locks | QUANTITY | 0.99+ |
Rancher | ORGANIZATION | 0.99+ |
Latin America | LOCATION | 0.99+ |
Africa | LOCATION | 0.99+ |
8000 locks | QUANTITY | 0.99+ |
8000 devices | QUANTITY | 0.99+ |
first word | QUANTITY | 0.99+ |
South America | LOCATION | 0.99+ |
first piece | QUANTITY | 0.99+ |
telco | ORGANIZATION | 0.99+ |
Two | QUANTITY | 0.99+ |
KubeCon | EVENT | 0.99+ |
GDPR | TITLE | 0.99+ |
ORGANIZATION | 0.99+ | |
two things | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
Terraform | ORGANIZATION | 0.98+ |
Sera4 | ORGANIZATION | 0.98+ |
first piece | QUANTITY | 0.98+ |
four hours | QUANTITY | 0.98+ |
both | QUANTITY | 0.98+ |
two | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
two biggest pieces | QUANTITY | 0.97+ |
Anycast | ORGANIZATION | 0.97+ |
two different telcos | QUANTITY | 0.97+ |
first edge | QUANTITY | 0.97+ |
first | QUANTITY | 0.95+ |
single | QUANTITY | 0.95+ |
CloudNativeCon Europe 2020 | EVENT | 0.95+ |
two major areas | QUANTITY | 0.94+ |
first bits | QUANTITY | 0.94+ |
SUSE | ORGANIZATION | 0.93+ |
KubeCon CloudNativeCon 2020 | EVENT | 0.92+ |
10 | QUANTITY | 0.92+ |
CNCF | EVENT | 0.92+ |
first hurdle | QUANTITY | 0.91+ |
CloudNativeCon Europe 2020 | EVENT | 0.91+ |
Kubernetes | TITLE | 0.91+ |
this year | DATE | 0.91+ |
few years ago | DATE | 0.89+ |
two different places | QUANTITY | 0.89+ |
Docker | ORGANIZATION | 0.88+ |
first one | QUANTITY | 0.86+ |
Kubernetes | ORGANIZATION | 0.86+ |
Jeff Abbott & Nayaki Nayyar, Ivanti | CUBE Conversation, July 2020
>> Announcer: From theCUBE studios in Palo Alto in Boston, connecting with thought leaders all around the world, this is theCUBE Conversation. >> Welcome to this cube conversation. I'm Lisa Martin, and I'm joined by two guests from Ivanti, today. Please welcome its President, Jeff Abbot and its Chief Product Officer, Nayaki Nayyar. Jeff and Nayaki, it's so great to talk to you today. >> Pleasure to speak to you, Lisa. >> Pleasure to be here, Lisa, look forward to this. >> Me too. So Jeff, let's start with you, transformation, you got some big news that you're going to be sharing and breaking through theCUBE Conversation today which we're going to dig into but there's been a lot of transformation at the top at Ivanti, you're new, tell me about that and what's the shake up that's been going on there to really drive this company forward? >> Yeah. We have got a lot of transformation going on, Lisa. And it's been an exciting ride for the first six months of my tenure at Ivanti. I came in January as president along with our new CEO, who has been Chairman, Jim Schaper. And when Jim and I started talking about Ivanti last fall, the challenges were pretty clear. It's a company that's had outstanding employees, fantastic customers, and a real heritage of innovation. But they had leveled off a little bit. And the idea behind the new executive team was to bring in a team of veterans to take it to the next level, really to grow to a billion dollars and beyond, both organically and through acquisitions. So you're right, we brought in a fantastic team of veterans people that Jim and I have both worked with: Angie Gunter, new Chief Marketing Officer, Mary Trick, new Chief Customer Officer, we recently hired Nayaki Nayyar, who's with us today, our Chief Product Officer, John Flavin, the Head of our Industry Business Unit, and a host of others that have all come in with a single mission to take Ivanti to the next level. >> So Nayaki, let's dig into Ivanti's vision, lot of change, lot of momentum, I imagine with that change, but what's your vision? >> So let's take a step back, Lisa and you look at, what I call Ivanti's position of strength. And when you look at the entire portfolio Ivanti has, one of the key strengths Ivanti has is its ability to discover, secure, manage and service the endpoints. And if you look at the entire marketplace, there is no vendor in the market today, most of them UEM vendors don't have service management, service management don't have UEM, our ability, Ivanti's ability to do this end to end management of endpoints all the way from discovery to security to service management is what our key strength is. That's our competitive advantage, bringing these three pillars together under one umbrella and having a holistic story. Especially in this day and age of COVID and post COVID, where everyone is trying to manage those endpoints, secure those endpoints, and have almost a seamless experience as remote becomes the next normal going forward for every enterprise, Lisa. >> Yeah, the next normal. Well, there's data scatter, there's device scatter and it's now almost like so many people working from home overnight a few months ago that now will have almost a relationship with our devices because they're our lifeline. So for an organization to be able to understand where all those devices are, people are now working from home, but as you shared, Nayaki, with me the other day, there's some gartner data that demonstrates that 3.6% of the workforce before COVID was working from home. It might be 10X that post COVID So the amount of device scatter and data scatter and need to secure, that challenge is even going up. So how does Ivanti help? How do you solve that challenge? >> So Lisa, if you put yourself in any large enterprise and organization that is dealing with this post COVID or addressing the needs of a remote worker, the remote workers are going through, I would say, explosive growth where they used to be single digits 3% 4% before COVID, and now, during COVID, and after COVID, it's probably going to be I would say, 30, 40% of remote workers that every enterprise has to now provide that service, that seamless service experience as they're working from home, they could be on the move. So providing that seamless experience is, I would say, number one priority and a key challenge for every enterprise. So what we are going to be releasing and launching and announcing to the market given our position of strength in managing endpoints is how we help that seamless experience and what I call the ambient experience for an end user independent of where they are working from, they could be working from home, they could be on the move, or office. >> Which is critical these days. But before we dig into the announcement, Jeff, I wanted to ask you, some of the stats that I've been seeing in terms of the C suite and the amount of decisions that the C suite has had to make in the last four months has been more than over the last five or so years. Talk to us a little bit about how Ivanti got together this new C suite to make the decision to announce what you're going to talk about today so quickly. >> Now, that's a great point. And it's one that we had to, quite frankly, Lisa. The market is demanding a hyper-automation, it's demanding more agnostic deployment, it needs more flexibility in terms of the ability to be self driven and sense and service without a whole lot of intervention. So we knew that when we came in as a new leadership team, the first thing we had to do was get the go-to-market strategy in order, which we did. We balanced our direct sales strategy with our partner strategy. We made some changes in the marketing organization to a more contemporary content-focused demand generation style, and we reset the company's focus on customer outcomes. And in so doing, we changed the mentality to success as measured by are we meeting our customers intended business goals? And that led us very quickly to say, "Listen, the unified IT message we've been using for the last few years has been great, and our customers have responded well to it, and we've acquired a lot of new customers with that message, but the game has changed." And as Nayaki was leading up to, the expectation has changed. And the entire IT space is relatively mature but the expectations and the pressure on that space has grown tremendously, as you pointed out, in the last few years. Just think of the number of devices we all now have to manage as a company, and it's growing. And as Nayaki pointed out as she discusses our launch, it's growing almost exponentially. So we knew that we had to have a new product strategy, we had to take the unified IT message and start to think differently about how the IT leaders in the field and our various customers around the world, how their game has changed and lean in to what they need in terms of automation, AI, bot technology, and so on. And that's what we're announcing with this latest release. >> All right, Nayaki, take it away. What are you announcing? >> Yeah, so what we're super-excited about, Lisa, is to Jeff's point, to handle this explosive growth, growth of devices, growth of data that is being generated from those devices, and also this explosive growth of remote workers. Meaning the only way to handle this growth is through what we call automation and we are taking that next, advanced automation, that leap frog strategy of what we call hyper-automation, embedding that into our entire stack, into our UEM endpoint management stack, into our security stack and also service management to help customers, what we call, self-heal, discover all the devices continuously, optimize the performance, optimize any configuration drifts, and proactively predictively remediate any issues, any issues that you see on those devices, and get into a world of what we call self-healing autonomous edge. Where it's continuously detecting every issue and being able to predictively and cognitively self-heal that edge. And this is what we are launching, is what we branded as Ivanti Neurons, is the brand that we are launching for these automation, this hyper-automation bots, that every company can deploy these hyper-automation bots into their network that will constantly discover every device you have across your entire network, discover any performance issues, configuration drift issues, security issues, vulnerabilities, anomalies, and really get into what we call self-healing, self-securing and providing a service experience that we are used to in our day to day life or in our consumer world. So that's what we are announcing, super-excited about the overall launch. The fact that every enterprise, every company, and it's not tied to any single vertical, Lisa, any vertical organization can leverage these neurons and get that closer to self-healing of those devices that they have to now manage every organization that has to now manage. >> I know Ivanti has a lot of strengths and several verticals, one of them being healthcare. And I can imagine right now, the last five months, the hyper status that every hospital and clinic is in, I'm curious, though, about the name. Jeff, talk to me about in this new, the next normal that we're living in, Neurons, what does that mean and what does it mean to your customers? >> Yeah, great question. And I know this will resonate with you, Lisa, as an accomplished biologist. With the idea is with what we're providing and what we're launching with Neurons, there's a sense of hyper-scale, hyper-automation, like the synapses in your brain, handles so much information at once. So we wanted to personalize the launch of these solutions. When you see the announcement next week, you'll see a series of products across the spectrum Ivanti solutions; the ITSM, endpoint management, security and so on. And we address in each of those areas, the self-sensing, self-healing, self-servicing, each of those business processes. But like your synapses or your neurons in your brain, there'll be a lot of super-fast automation, super-fast sensing of challenges and addressing those challenges. And that's why we went with Neurons. It was actually a pretty fun contest in the company and we really believe Neurons will connect with our target market. >> I love it. And the biologist part of me is gone, "That makes sense." So Nayaki, over to you. And in terms of that connectivity perspective, there's so many disparate data sources out there, it's only growing. And Jeff, you mentioned this, how can one of your existing 25,000 customers, use, deploy, this on top of their existing infrastructure to start connecting data sources that they may not even know they can connect or that they may not know does it make even sense to connect them? >> Yeah, so the beauty of the entire Neuron network is it uses MQTT protocol, Lisa, which is the protocol that immediately detects every device, be it endpoint desktops, laptops, mobile devices, or even, I was suggesting IoT devices, that it automatically detects. And senses if there is anything happening on those devices, predicts if there is any issue that may happen, like I said, performance issues, configuration drift issues, security issues and pulls that data in real time. The beauty of this is the speed at which it pulls its data, I've seen customers who can deploy this across their entire network around the world and within seconds, it's able to pull the data into a centri console, and give ourselves a full 360 view of every device you have, every user that's using those devices all the applications that are running on those devices and the services that are being delivered to those devices. So just the power of being able to pull that much data in seconds and provide that 360 view of what we call, a Neuron Workspace, for any IT organization to have that full 360 view, and detect and predict that there's any issue and almost like get into a self-healing remediated before it interrupts your productivity or interrupts your... Any service disruption. I think you were trying to say something, go ahead. >> I was just going to add to that, Nayaki. And you asked this or made this point, Lisa, Nayaki and I are speaking to the healthcare industry almost every day. We are very in tune with the challenges they're experiencing, obviously, with what's happening right now around the world. And as Nayaki is describing, the Neurons we intend to be a very seamless improvement to their existing IT processes and so on. In fact, when I described this to some of the hospitals I've been speaking to, and certainly the IT staff and leaders within, they are fascinated and very excited about what we're describing. Because if you think about it, IT challenges down at the device level in the healthcare industry can be life critical. And they need to solve those IT challenges very fast. They need to know when their new endpoints are online, they need to know when they need servicing, and then they know when their software needs patching. We're not talking about just being at home and being frustrated if you're having an IT challenge, we're talking about life and death. So Neurons is absolutely what the healthcare industry is asking for in terms of self-healing, self-sensing, self-securing and so on, they need those attributes in their business model, now definitely more than ever. >> Absolutely, they do. So Nayaki, talking to customers in healthcare, whatnot, I can see this being a great tool for the IT analyst but also maybe even helping the IT analysts and business users have better relationships that overall help drive a business forward. >> Yeah, so you put yourself in an end user or line of business, they expect, and especially in this day and age of post COVID, Lisa, they expect a consumer grade experience to be delivered to them. They expect their service provider to know exactly where they're working from, what devices they have, how all those devices are not just secure, but understands the preferences I need as an individual and provides that service experience to me. So I mean that, I would say, a close tie in between what the business wants, the end users in those lines of business want and how IT or any service organization can provide that service to employees, customers, and consumers is what really Neurons, I would really... Helps us get closer and closer to consumer grade experience that we all are used to in our day to day life. And to Jeff's point, in addition to healthcare, which is a strong industry vertical for us, some other industries, retail is another big industry that we are very strong in, Lisa, and also supply chain rugged devices in a warehouse. So it really gives us a huge expansion opportunity beyond just managing the IT devices or endpoints to also managing the IoT devices by industry vertical, in those segments, where we already have a very, very strong foothold, because of the technology that we have that powers this whole thing in the backend. >> And we're seeing some of the numbers of 40+ Billion, connected devices in the next few years. So Jeff, let's end this with you. I know there's more coming, but you probably have a great partnership suite that you're working with to enable this, talk to us a little bit about the partners, and then what's next? >> Yeah, no, great point, Lisa. I come from a heritage of companies that have leveraged our partners. And we continue to grow our partner network. We believe strongly in the strength of the extended ecosystem, solution partners, delivery partners, global systems integrators, they all have a role in Neurons. And we're excited to continue to provide the platform for mutual growth between us and those partners. And what's really important is, these are companies that our customers really love as well. So we're going to continue to, in some cases, tie our solutions together, in some cases, extend our services organization through partners, and in some cases, we'll actually service our customers through our channel partner network. We actually went through a little bit of a rationalization to really zero in on our most strategic partners, we've done that, we've finished that in the first six months of coming on board. And now we are hitting the gas pedal and going full speed to market with a great group of partners and again, you'll see that ecosystem more and more as part of our strategy. >> Excellent. So Neurons announced, what's next? >> Well, there's quite a bit behind Neurons. So it will take us probably into at least 2021 getting all the solutions launched, and getting them ingrained with our customers out there. Well, we fully intend to continue to innovate. And if there's one thing I leave you with, Lisa, it's that that's our big announcement more than anything. I mean, Ivanti's had a history of innovation, it's a company that practically invented patching, and keeping all of the devices up to speed on the latest virus protection software and so on, there's a lot of legacy companies within our footprint that are now completely tied together and under the Neuron strategy under Nayaki's leadership we intended to put innovation out in the marketplace, quarter after quarter after quarter, but Neurons for now will keep us quite busy. So we're very excited. >> Well, congratulations on that. Ivanti, innovation, hyper-automation. Jeff, Nayaki, it's been such a pleasure talking to you. Thank you for joining me on theCUBE today. Thank you, Lisa. >> Thank you for having us. >> For my guests, I am Lisa Martin, you're watching theCUBE Conversation. (upbeat music)
SUMMARY :
leaders all around the world, great to talk to you today. Pleasure to be here, at the top at Ivanti, you're new, and a host of others that have all come in and service the endpoints. and need to secure, that and announcing to the market that the C suite has had to make in terms of the ability to What are you announcing? and get that closer to self-healing of those devices and what does it mean to your customers? and what we're launching with Neurons, And in terms of that and the services that are being and certainly the IT So Nayaki, talking to customers because of the technology that we have connected devices in the next few years. and going full speed to market with a great group of partners and keeping all of the devices up to speed a pleasure talking to you. you're watching theCUBE Conversation.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jim | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
Mary Trick | PERSON | 0.99+ |
Angie Gunter | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Nayaki | PERSON | 0.99+ |
Jeff Abbot | PERSON | 0.99+ |
Lisa | PERSON | 0.99+ |
Jim Schaper | PERSON | 0.99+ |
Jeff Abbott | PERSON | 0.99+ |
January | DATE | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
Nayaki Nayyar | PERSON | 0.99+ |
3.6% | QUANTITY | 0.99+ |
Neurons | ORGANIZATION | 0.99+ |
John Flavin | PERSON | 0.99+ |
July 2020 | DATE | 0.99+ |
two guests | QUANTITY | 0.99+ |
10X | QUANTITY | 0.99+ |
40+ Billion | QUANTITY | 0.99+ |
25,000 customers | QUANTITY | 0.99+ |
Ivanti | PERSON | 0.99+ |
last fall | DATE | 0.99+ |
Nayaki Nayyar | PERSON | 0.99+ |
next week | DATE | 0.99+ |
360 view | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
both | QUANTITY | 0.98+ |
3% | QUANTITY | 0.98+ |
Ivanti Neurons | ORGANIZATION | 0.98+ |
first six months | QUANTITY | 0.98+ |
Boston | LOCATION | 0.98+ |
Ivanti | ORGANIZATION | 0.98+ |
single | QUANTITY | 0.96+ |
Neuron | ORGANIZATION | 0.96+ |
first thing | QUANTITY | 0.95+ |
4% | QUANTITY | 0.95+ |
one thing | QUANTITY | 0.94+ |
each | QUANTITY | 0.94+ |
one | QUANTITY | 0.93+ |
COVID | TITLE | 0.9+ |
last five months | DATE | 0.9+ |
5 The Power of Partnership ELEVATE by Oracle Consulting and Deloitte Aaron Millstone & Jeff Davis
>> Narrator: From the Cube Studios in Palo Alto and Boston, it's the Cube, covering empowering the autonomous enterprise, brought to you by Oracle Consulting. >> Hi everybody, welcome back to this special digital presentation where we are tracking the transformation of Oracle Consulting. Aaron Millstone is back, he's the Senior Vice President of Oracle Consulting and he's joined by Jeff Davis whose Principal at Deloitte, he's the Chief Commercial Officer for Oracle at Deloitte. Gentlemen, good to see you, welcome. We see a lot of these deals, sometimes we call them Barney deals, you know, I love you, you love me, there's a press release and that's it. But, so one of the things we look for, okay, is there teeth behind this? Now, you guys have come up with what you call Elevate. What is Elevate, how did it get started? Then I have some follow up questions. >> Well, Elevate really got started when Aaron and I started to look at the assets that each of the firms possessed. On the Deloitte side as Aaron suggested, we have deep capabilities and a broad range of technologies. Some of them could be technologies with Oracle. At the same time, we didn't have a great deal of depth in Oracle's technical products, Oracle Cloud infrastructure and Oracle Autonomous. Our bench was not as big as Aaron's. And Aaron also had access to Oracle development at a level that we didn't have access to. So we really found ourselves in a situation where we could put those two capabilities together and we could offer something to our clients. And the broad rage of Oracle customers in the field, they had access to all of Deloitte's capabilities, which include great project management, great change management, real skill around the strategic aspects of cloud migration and Aaron had tools and had resources trained and developed around the latest Oracle technology. They'd always be a step ahead of any SI. So together we felt this was really a differentiation for the market place. >> One of the things we look for, is there any other integration? Are you doing co-engineering? In this case maybe not co-engineering, but are there tools that you're developing that you're taking to market that you're actually leveraging? Aaron, can you talk about that a little bit and convince us it's not just a sales play? >> Yeah, sure, and Jeff eluded to some of this earlier too, right. So, we definitely each had our respective tool line, right? Deloitte's investments and tools, one of them's called ATADATA, that we've seen used quite a few times now. We've invested in something we called Oracle Soar. You know, our tools are, as you'd imagine, heavily Oracle focused. It's about moving Oracle technology to Oracle cloud. ATADATA and some of the tools that Deloitte's invested in are focused more comprehensively on wholistically at looking at everything in a data center and everything that's across data centers and start to develop a set of facts around this stuff. But in both cases we actually looked at these things and we said, you know what if you combine these together, we get a very comprehensive view of what exactly it is that we're looking at with a customer. So we can tell everything from the types of traffic we see on the network, to the specific versions of stuff. We can start to identify whether there's risk associated with having things not patched or out of support, but again a very comprehensive view that's based on facts. And so, you know, we took those tools and we combined them together so that we can go in to a customer and give a complete end to end view from both an Oracle and Deloitte perspective. And quite frankly it doesn't matter whether Deloitte leads or whether Oracle leads, we've developed these tools together, we're going to market together, and we've even got, you know, the templates you'd expect consultancies to have right? So when you look at business cases, we've got joint business case templates that we've created together and that we're using actively with customers and then we're refining them and improving them each time we do it. But, you know, we're at a point now where our tools are combined, our templates are combined and we even at this, you know, we were even- Jeff and I were on a call earlier, yesterday actually, we even got a joint war room that's constantly engaging with different account teams and making sure that we structurally approach things in a consistent way so that we're driving business value and using the tools appropriately. >> Aaron you and I have talked about, you know, data centers and building data centers and investing; it's just not a good use of capital today. There are so many other things that organizations can do. You guys have identified data center consolidation as, I'll call it a you know, an initiative that you're seeing customers. I wondered if you could talk about that a little bit, is that kind of a starting point for conversations? >> Yeah, well it's definitely a starting point. So we call it and refer to it as infrastructure lead transformation and the appetite for that is certainly high. We're seeing an increased focus on you know, what do customers need to do to take not just a workload here and there, but how to they get out of the data center business hole? So it's sort of, it's a forgone conclusion. Like you just said, it's not really a question of should we invest in another data center, or should we invest in up-tooling our data centers? The question has changed to, let's move to cloud, how do we get there? And let's move in a big way. And that's, we're seeing that dialogue across all of our customers. And quite frankly, even for Oracle, it's been a learning curve for us, right? We started with an Oracle workload conversation, which is: do you want to move this Oracle workload to Oracle's cloud? Do you want to move that Oracle workload to Oracle's cloud? And really what we're finding is it's a wholesale transformation of everything in a data center to one or more clouds right? Again, often it's a multicloud strategy and that's okay. And we, you know, we're having more-bigger conversations. The thing that has been really interesting is these conversations have evolved and especially as we work with our partners at Deloitte, has been that, you know, we think that the combination of our cloud technology, the consulting services that Oracle consulting and Deloitte can bring to bear and then Oracle's ability to finance the whole deal, makes some very compelling conversations for customers cause you can walk in to a CIO, to a CFO and say look on day one, you can actually have a lower spend than what you have today in your data center, and get a cloud transformation on Deloitte at the same time. >> Let's talk a little bit more about that business case. Is that generally what you're seeing where it starts as let's take some costs right out? And then, Aaron, you and I talked about maybe investing that in the future, but is that really the starting point for the vast majority of customers? Let's cut some costs right away and get a payback immediately? >> So I'd like to share our perspective which is, you know, nobody spends money for the sake of spending money on technology. It's got to have meaningful business value. So the conversation starts with really renewal and a path to the cloud, but there's a natural opportunity for savings and consolidation that we take advantage. We're not simply shifting from your hardware to the cloud. We're actually modernizing, which will result in significant savings. But it also gives the business something that they don't have today at a level of security and scalability. An ability to run modern technology much faster, much better, and much more scalable. >> Jeff could you give us a sense as to how far you're into this elevate journey maybe thinking about a couple of customers either specifically or generically, you know, where you're at with them, how far along, maybe even some examples that you feel are representative. >> Sure, you know, the, the relationship has been probably about six, close to seven months of maturity. In that time we've had an opportunity to work on several key clients at scale. We've worked together in collaboration on one of the nation's largest retailers in the grocery business. We've worked collaboratively in aerospace and defense, And also in the hospitality industry. In these cases, what we're finding, and one is, each one is in a various stage of maturity. One is done, one is in midstream, and one is at the early stages. And current economic conditions are driving a huge pipeline right now. I think our challenge right now is making sure that we identify those clients that can best take advantage of our services and our joint offering to deal with that pipeline right now. What we're finding is that the savings are at least as we've projected, in some cases we're finding even more. What people say they have and what people say they do isn't necessarily what you find when you get in there. But almost every case, we're finding that there's unused equipment, unused capacity that they currently have, redundancy, low utilization of their current assets. We can go a long way in streamlining that, plus, I can't emphasize enough that, these days, security is a major concern. And we're adding a layer of security that they could never achieve themselves. I'll start off by saying each deal is really custom built around what a customer really needs, what they're trying to get out of it. Right now, as an example, OPEX is very important. So we're engineering deals in a way that helps customers deal with their financial challenges, especially around OPEX. There are other structures that we can put in place. We have the backing of Oracle finance, so we can be very innovative on deals. They can be when value is attained, they can be milestone based. There's just, I think, a wide variety, I don't want to say unlimited, but a wide variety of different options that we can offer our clients in order to be able to deal with whatever financial challenge or opportunity they may be looking at. >> What does success look like, you know, when you were, you know, just less than a year in. When you're two, three, four, let's say five years in and you look back, what does success look like, Aaron? >> So to me success will, success is going to look like we've gotten a number of these big transformation deals in play, it's in motion naturally between our organizations, not necessarily driven entirely by Jeff and I going out and driving the organizations to behave the right way, it's more in our DNA. But more importantly, I think we've gone into, we've gone beyond the conversation of let's move workloads and we've gone into conversations of let's really talk about how to reimagine your business on top of Oracle's cloud and have an ongoing dialogue that looks at that transformation. Once we hit that point, three, four, five years from now, that'll be a wild success in my book. >> Jeff? Final thoughts. >> Deloitte's been around for 175 years, this is our birthday, this year. And in that time what we've learned is there's no substitute for impact and value added to our clients. In our perspective, what success looks like is client's success, client's success means improved scalability of their operations, securing their technology and their data at a substantially lower cost, so that they can focus on what their core business is and focus less on technology. That's success to Deloitte. >> Great Guys thanks so much, great session. We're not only witnessing the rebirth of Oracle consulting, but there's clearly a transformation going on and it's cultural. Gentlemen, congratulations on your partnership and thanks so much for coming in theCUBE. >> Thank you so much. >> Thanks for having us.
SUMMARY :
brought to you by Oracle Consulting. But, so one of the things we look for, and I started to look at the assets and we said, you know what if about, you know, data centers and say look on day one, you can actually but is that really the starting point and consolidation that we take advantage. that you feel are representative. and one is at the early stages. and you look back, what does and driving the organizations And in that time what we've learned and it's cultural.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jeff Davis | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
Deloitte | ORGANIZATION | 0.99+ |
Aaron | PERSON | 0.99+ |
Aaron Millstone | PERSON | 0.99+ |
Oracle Consulting | ORGANIZATION | 0.99+ |
Boston | LOCATION | 0.99+ |
yesterday | DATE | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
two | QUANTITY | 0.99+ |
three | QUANTITY | 0.99+ |
five years | QUANTITY | 0.99+ |
OPEX | ORGANIZATION | 0.99+ |
Elevate | ORGANIZATION | 0.99+ |
seven months | QUANTITY | 0.99+ |
four | QUANTITY | 0.99+ |
both cases | QUANTITY | 0.99+ |
each | QUANTITY | 0.99+ |
each deal | QUANTITY | 0.99+ |
less than a year | QUANTITY | 0.99+ |
one | QUANTITY | 0.98+ |
this year | DATE | 0.98+ |
175 years | QUANTITY | 0.98+ |
One | QUANTITY | 0.98+ |
ATADATA | ORGANIZATION | 0.97+ |
today | DATE | 0.97+ |
both | QUANTITY | 0.96+ |
Oracle Autonomous | ORGANIZATION | 0.96+ |
Cube Studios | ORGANIZATION | 0.96+ |
two capabilities | QUANTITY | 0.95+ |
each time | QUANTITY | 0.86+ |
Aaron Millstone, Oracle & Jeff Davis, Deloitte | Empowering the Autonomous Enterprise of the Future
>>Yeah, yeah, yeah! >>Everybody, welcome back to the special digital presentation where we are tracking the transformation of Oracle consulting. And really, it's rebirth. Aaron Millstone is back. He's the senior vice president of consulting, joined by Jeff Davis. Who's ah, principal at Deloitte. He's the chief commercial officer for Oracle at Deloitte. Gentlemen, good to see you. Welcome. >>Thank you very much. >>Thanks for having me back. >>You're welcome, guys. Jeff, let me start with you. I've got the obvious question is why would Deloitte World Class? Yes, I well known why you partnering with Oracle Consultant? >>We're really It was a perfect match. The fact that we were looking to grow our oracle practice and really new and innovative ways around Oracle's cloud technology. Uh, in discussions with the oil, coal and specifically with Aaron Millstone, we discovered that we really had complementary capabilities and very little overlapping capabilities. So it was natural for us to find a way to work together. And specifically we found that there were strategic assets we had and there were tactical assets that Oracle had the mixture of two made a really unique and compelling value proposition for the customer base >>and Aaron. I mean, we've talked about the shift from from staff augmentation to much more strategic partnering with your customers. But you're not trying to compete with the big size of there's, there's it sounds like there's not a lot of overlap there. Where do you pick up and leave off for Deloitte? You describe that? >>Sure. I mean, we're You're right, right? We're not. We're not ever going to try to compete with the Deloitte. It's not our that's not in our DNA. It's not our intention. We exist to drive Oracle's to drive success for our customers on Oracle's cloud. That's that's our mantra. That's what we focus in on. So for us, right, we're deep technologists. We're We understand our cloud. We understand how cloud works within our various product suites that we migrate to the cloud. We understand how to manage it. We understand how to build paths extensions to it, but we don't have big program management. We don't understand non oracle components that well, you know, we've got some expertise here and there. But if we need to expand, you know, on Oracle solution to coexist with a Microsoft azure solution, we can't do that without going to a partner and as we bigger and the transformation that they're gonna have to change management and big, big transformation journey capabilities. Like again, That's not That's not expertise. >>Yeah, so Jeff will come back to you. So we see a lot of these deals. Sometimes we call them Barney deals. I love you. You love me. There's a press release, and that's it. But so one of the things we look for okay is their teeth behind this. You guys have come out with what you call elevate. What is elevate? How did it get started? And I have some follow up questions. >>Yeah, well, elevate really got started when Aaron and I started to look at the assets that each of the firms possessed on the Deloitte side, as Aaron suggested, We have deep capabilities and a broad range of technologies, some of them competing technologies with Oracle at the same time. Uh, we didn't have a great deal of depth in Oracle's technical products, Oracle Cloud Infrastructure and Oracle Autonomous. Our bench was not as big as Aaron's, and Aaron also had access to your local development at a level that we didn't have access to. So we really found ourselves in a situation where we could put those two capabilities together and we could offer something to our clients and a broad range of customers. Oracle customers in the field. They had access to all of the Lloyds capabilities, which includes great project management, great change management, real skill around the strategic aspects of cloud migration. And Aaron had tools on had resource is trained and developed around the late historical technology. They'd always be a step ahead of any s I So together we felt this was really a differentiation for marketplace, right, Erin? >>Yeah, absolutely right. And if I don't think I would add to it is that if you if you look at Deloitte approaches client conversation from, ah, business value perspective, you know, the work consulting teams tends to focus conversation. It tends to approach conversations with a focus on How do you want to do the technology? Um, both are helpful. But, you know, quite frankly, as we get into the bigger information in place, we need to lead with the Lloyd model of how do we How do we drive your business value and then begin from a technologist perspective, that's when we show up. So it really has been a very logical, very complimentary match. >>So you and I have talked about, you know, data centers and building data centers and investing. It's not just it's just not a good use of capital today. There's so many other things that organizations can do. You guys have identified data center. Consolidation is, is I'll call it Ah, you know, an initiative that you're seeing customers. I wonder if you could talk about that a little bit. Is that kind of a starting point for conversations? >>Yeah, well, it's definitely starting point, right? So we call it a referred to his infrastructure led transformation, Um, and appetite. The appetite for that is certainly high. We were seeing an increased focus on um, you know what customers need to do to take not just a workload here and there. But how do they get out of the data center business full? So it's a foregone conclusion, right? Like you just said, it's not. It's not really a question of should we invest in another data center? Where should we invest in up to in their data centers? The question has changed to Let's move the cloud. How do we get there and let's move in a big way? And that's why we're seeing that dialogue across all of our customers. And we find even for Oracle, it's been a learning for us, right? We started with on Oracle workload conversation, which is, Do you want to move this work? Work loads of oracle? But you want to move that Oracle workload works. And really, what we're finding is it's a wholesale transformation of everything in the data center, too. One or more clouds, right again, often often it's a multi cloud strategy, and that's okay. And we, you know, we were having more bigger conversations. The thing that has been really interesting is these conversations have evolved, and especially as we work with our partners at Deloitte, has been that, you know, we think that the combination of our our cloud technology, the consulting services that Oracle Consulting and Deloitte can bring to bear and then Oracle's ability to finance the whole deal makes the very compelling conversations for customers because you can walk in to a CEO to a CFO and say, Look on day one, you can actually have a lower spend that what you have today in your data center and get a cop transformation underway at the same time. >>So I want to come back to that business case and member Jeff, before we do, I want to ask you. So we heard Erin, you know, talking about the catalyst. You know, that sort of infrastructure transformation. But you're in the outcomes business, right in both. The bush has been deployed especially so So what is that North Star that you're seeing with customers? You know, it's not about the tech. They're not starting there. Um, that will often tell you that's kind of the easy part. But then we see tech coming and going, and it's the It's the business process. That's the people issues lining everybody. So what are you seeing is so the outcomes. What's that conversation like with your customers? >>Yeah, well, really, this conversation starts with business leadership. Um, if you think about it, there's a strong value proposition in infrastructure renewal. It's not at the top of mind, but once you start to understand the value that's created, it does raise two ah, high priority. Now, our experiences that virtually every board is looking for the C suite toe have a cloud strategy of some kind. People recognize the value of cloud in, uh in many of our clients and many of Oracle's customers, so the boards are pressing the C suite for a cloud strategy. Among those things are the value that cloud brings, including virtually unlimited scalability. Is is being tested real time now with a lot of current events. So when you see the scalability when you know you need a cloud strategy of some kind, your business advisors impressing you, the value proposition starts well, how do we get there? And what does it take to be successful? Our perspective is that it's it's fair to believe that the cloud will reduce infrastructure. Spend significantly. It's a great opportunity for consolidation. It also adds a layer of security, resiliency and scalability that you simply couldn't do on your own. So it addresses a lot of business needs Aziz well as a number of technical needs that need to be addressed. >>So let's talk a little bit more about that business cases that generally what you're seeing, where it starts is let's take some costs right out, and then Aaron, you and I talked about maybe investing that in the future of it. But is that really the starting point for the vast majority of customers? Let's let's let's cut some costs right away and get a payback immediately. >>So I'd like to share our perspective, which is, you know, nobody spends money for the sake of spending money on technology. It's got to have meaningful business value. So the conversation starts with really renewal and a path to the cloud. But there's a natural opportunity for savings in consolidation that we take advantage. We're not simply shifting from your hardware to the cloud we're actually modernizing, which will result in significant savings. But it also gives the business something that they don't have today at a level of security and scalability and ability to run a modern technology much faster, much better. Ah, and much more scalable. >>So a lot of people might again I go back to these deals. I think of this as a sales play. One of the things we look for is there. Is there any other integration? Are you doing co engineering in this case, maybe not, co engineering But are there tools that you're developing that you're taking to market, that you're actually leveraging? Eric, can you talk about that a little bit? Convinces. That's not just the sales play. >>Yeah, sure. And Jeff alluded to some of this earlier, too, right? So we definitely each had our respective tool. Angry Deloitte's investments in tools, what was built out of data that we have seen used quite a few times now we've been investing in something we call the Oracle soar. You know, our tools are, as you'd imagine, heavily Oracle focus. It's about moving Oracle technology to Oracle Cloud out of data and some of the tools that Deloitte's invested in our focus more comprehensively on holistically, looking at everything in a data center and everything that's across data centers and start to develop a set of facts around this stuff. But in both cases, we actually looked at these things and we said, You know what? If you combine these together, we get a very comprehensive view of what exactly it is, but we're looking at with a customer so we can tell everything from the types of traffic we see in the network to the specific versions of stuff you start to identify whether there's risk associated with having things, not aster on a supporter and get a very conference of you that's based on facts. And so, you know, we took those tools. We combined them together so that we can go into a customer and give a complete end and view from both on Oracle and Delight Perspective. And quite frankly, it doesn't matter whether the Lloyd leads or whether Oracle leads. We've developed these tools together. We're going to market together. And we've even got you know, the templates you'd expect consultancies tohave, right? So when you look at business cases, we've got joint business case templates that we've created together and that we're using actively with customers and therefore then we're refining them, improving them each time we do it. But, you know, we're at a point now where our tools are combined, templates are combined, and we even at this, you know, we're even Jeff in our poll earlier yesterday actually even got a joint Ah, war room that's constantly engaging with different account teams and making sure that we structurally approach things in a consistent way so that we're driving business value and using the tools appropriately. >>You know, I think, um, migration risk is probably one of the most significant factors in a business case. I mean, many don't understand it, but those in I t. And certainly hopefully in the executive office do you understand it? It sounds like that's a part of your tooling, anyway is designed to mitigate that's significant migration risk. When you talk about that a little bit, >>yeah, so we, you know, we approach migration from, you know, we start with the conversation. I'm almost always some type of log of what? The list of applications, what versions of things running they've been maintained by some might department somewhere, right? Or the collective? It's in varying degrees of accuracy is what we find. We don't rely on that. We go in and our our tools, our combined tooling across oracle, Deloitte interrogate the systems. We come back with actual information from the actual systems themselves. And then we started the plan. And so the funny thing is, with the migration, you know, probably 80% of the effort. 90% of the effort is in the planning stages and making sure that we understand exactly what we're moving exactly. When again, we're not. We're not dealing with the edge applications. Typically, we're dealing with the mission critical applications that are supporting the heart of a supply chain or a finance operation. And you can't. You just can't afford the down time that maybe you could afford on something that might be a consumer facing or a little less mission. Critical. So, yeah, we start finding very early and interrogate aggressively with actual data. >>Jeff, can you give us a sense as to how far you're into this elevate journey? May be thinking about a couple of customers either specifically or generically gonna where you're at with them. How far along? Maybe even some examples that you feel are representative. >>Sure. Um, you know, the the relationship has been probably about six Ah, close to seven months of maturity. In that time, we've had an opportunity to work on several key clients at scale. Uh, we've worked together in collaboration with one of the nation's largest retailers in the grocery business. We've worked collaboratively in aerospace and defense and also in the hospitality industry. In these cases, what we're finding and one is each one is in the various stage of maturity. One is done, one is in midstream on one is at the early stages and current economic conditions or driving a huge pipeline. Right now, I think our challenge right now is making sure that we identify those clients that can best take a value, take advantage of our services and our joint offering to deal with that pipeline. Right now, what we're finding is that the savings are at least as we projected. In some cases, we're finding even more. What people say they have and what people say they do isn't necessarily what you find when you get in there. But almost every case we're finding that there's unused equipment, unused capacity that they currently have redundancy, low utilization of their current assets. We can go a long way and streamlining that. Plus, I can't emphasize enough that ah, these days security is a major concern and we're adding a layer of security that they could never achieve themselves with soft. >>How do you guys on how the customers wanna approach the transaction? Is it a Bixby is a T and M. Is it a situation where you participate in some of the some of the savings of the game. How does the pricing work? >>So we have Go >>ahead. Um, I'll start off by saying each deal is really custom built around what a customer really needs, what they're trying to get out of it right now. As an example, Op X is very important. So we're engineering deals in a way that helps customers deal with their financial challenges, especially around op Ex. There are other structures that we can put in place. We have the backing of Oracle Finance, so we can be very innovative on deals they could be. When value was attained. They could be milestone based. There's just, uh, I think, a wide variety I don't want to say unlimited, but a wide variety of different options that we can offer our clients in order to be able to deal with whatever financial challenge or opportunity that may be looking at >>perfect, perfect. And you want >>to add to that >>and everything looking at other than you know, the there are. There are always things that are discovered during a personal project, and so, you know, we we also we do factor and things that allow some flexibility. Right? So even if we have a fixed price deal will include a bucket of ours to deal with, you know, unanticipated changes or even innovation. It doesn't have to be, You know, contingency could be Hey, we want to go out and spend and invest some money on artificial intelligence machine learning analytics over in this space since we've already moved these applications. All right, so we're approaching it again from a very flexible standpoint, and we're just point right. We can we can custom craft. Ah, deal to match what? The clients. Best business outcome. Okay. >>Yeah, that makes sense. That client might see some adjacent opportunity that they want to pursue, and they want that to be covered in the agreement I'm gonna end. Um, if you start with you, Aaron and then Jeff go to you. How? What do you guys see? A success? What does success look like? You know, when you were, you know, just less than a year in when you're 234 let's say five years and you look back, What does success look like? >>So, to me, successful success is gonna look like we've gotten a number of these big transformation deals in play. It's in motion, naturally between our organizations, not necessarily driven entirely by Jeff and I going out and driving the organization behave the right way. It's more in our DNA. But more importantly, I think we've gone into We've gone beyond the conversation of Let's Move workloads. We've gone into conversations off. Let's really talk about how to reimagine your business on top of Oracle's cloud and have an ongoing dialogue that looks at that transformation. Once we hit that 0.345 years from now, right, that will be a wild success, Jeff. >>But really, it's been around for 135 years. This is our birthday, uh, this year and in that time, what we've learned is there's no substitute for impact and value added to our clients. In our perspective, what this would success looks like his client success find success means improved scalability of their operations, uh, securing their technology and their data at a substantially lower cost, so that they can focus on what their core businesses and focus less on technology. That success to deploy >>right guys, thanks so much. Great session We're not only witnessing the rebirth of Oracle Consulting, but there's clearly a transformation going on. And it's cultural. Gentlemen, congratulations on your partnership. And thanks so much for coming on the Cube. >>Thank you so much >>for having us. >>You're welcome. Alright, Keep right there, everybody. We're back with our next guest covering Oracle Consulting North America. This is Dave Vellante with the Cube. Thanks for watching. >>Yeah, Yeah, yeah, yeah, yeah, >>yeah.
SUMMARY :
He's the senior vice president of consulting, joined by Jeff Davis. Yes, I well known why you partnering with The fact that we were Where do you pick But if we need to expand, you know, on Oracle solution to You guys have come out with what you call elevate. that we didn't have access to. And if I don't think I would add to it is that if you if you look at So you and I have talked about, you know, data centers and building data centers and investing. and especially as we work with our partners at Deloitte, has been that, you know, we think that the combination So what are you seeing is so the outcomes. It's not at the top of mind, but once you start to understand But is that really the starting point for the vast majority of customers? you know, nobody spends money for the sake of spending money on technology. One of the things we look for is there. and we even at this, you know, we're even Jeff in our poll earlier yesterday actually even When you talk about that a little bit, with the migration, you know, probably 80% of the effort. Maybe even some examples that you feel the savings are at least as we projected. Is it a Bixby is a T and M. Is it a situation where you participate in some of the some We have the backing of Oracle Finance, so we can be very innovative on deals they And you want bucket of ours to deal with, you know, unanticipated changes or even innovation. You know, when you were, you know, just less than a year in when you're 234 let's say not necessarily driven entirely by Jeff and I going out and driving the organization so that they can focus on what their core businesses and focus less on technology. And thanks so much for coming on the Cube. This is Dave Vellante with the Cube.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Aaron | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
Jeff Davis | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Deloitte | ORGANIZATION | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
Eric | PERSON | 0.99+ |
80% | QUANTITY | 0.99+ |
Oracle Consulting | ORGANIZATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
90% | QUANTITY | 0.99+ |
five years | QUANTITY | 0.99+ |
Erin | PERSON | 0.99+ |
Aaron Millstone | PERSON | 0.99+ |
Oracle Consulting North America | ORGANIZATION | 0.99+ |
two | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
seven months | QUANTITY | 0.99+ |
less than a year | QUANTITY | 0.99+ |
each deal | QUANTITY | 0.99+ |
one | QUANTITY | 0.98+ |
both cases | QUANTITY | 0.98+ |
each | QUANTITY | 0.98+ |
One | QUANTITY | 0.98+ |
Oracle Autonomous | ORGANIZATION | 0.98+ |
Oracle Finance | ORGANIZATION | 0.98+ |
234 | QUANTITY | 0.97+ |
today | DATE | 0.97+ |
Op X | TITLE | 0.96+ |
two capabilities | QUANTITY | 0.96+ |
North Star | ORGANIZATION | 0.96+ |
Oracle Consulting | ORGANIZATION | 0.94+ |
0.345 years | QUANTITY | 0.93+ |
this year | DATE | 0.93+ |
Lloyds | ORGANIZATION | 0.92+ |
Oracle Cloud Infrastructure | ORGANIZATION | 0.91+ |
135 years | QUANTITY | 0.9+ |
Jeff Healey, Vertica at Micro Focus | CUBEConversations, March 2020
>> Narrator: From theCUBE studios in Palo Alto in Boston, connecting with top leaders all around the world, this is theCUBE Conversation. >> Hi everybody, I'm Dave Vellante, and welcome to the Vertica Big Data Conference virtual. This is our digital presentation, wall to wall coverage actually, of the Vertica Big Data Conference. And with me is Jeff Healy, who directs product marketing at Vertica. Jeff, good to see you. >> Good to see you, Dave. Thanks for the opportunity to chat. >> You're very welcome Now I'm excited about the products that you guys announced and you're hardcore into product marketing, but we're going to talk about the Vertica Big Data Conference. It's been a while since you guys had this. Obviously, new owner, new company, some changes, but that new company Microfocus has announced that it's investing, I think the number was $70 million into two areas. One was security and the other, of course, was Vertica. So we're really excited to be back at the virtual Big Data Conference. And let's hear it from you, what are your thoughts? >> Yeah, Dave, thanks. And we love having theCUBE at all of these events. We're thrilled to have the next Vertica Big Data Conference. Actually it was a physical event, we're moving it online. We know it's going to be a big hit because we've been doing this for some time particularly with two of the webcast series we have every month. One is under the Hood Webcast Series, which is led by our engineers and the other is what we call a Data Disruptors Webcast Series, which is led by all customers. So we're really confident this is going to be a big hit we've seen the registration spike. We just hit 1,000 and we're planning on having about 1,000 at the physical event. It's growing and growing. We're going to see those big numbers and it's not going to be a one time thing. We're going to keep the conversation going, make sure there's plenty of best practices learning throughout the year. >> We've been at all the big BDCs and the first one's were really in the heart of the Big Data Movement, really exciting time and the interesting thing about this event is it was always sort of customers talking to customers. There wasn't a lot of commercials, an intimate event. Of course I loved it because it was in our hometown. But I think you're trying to carry that theme obviously into the digital sphere. Maybe you can talk about that a little bit. >> Yeah, Dave, absolutely right. Of course, nothing replaces face to face, but everything that you just mentioned that makes it special about the Big Data Conference, and you know, you guys have been there throughout and shown great support in talking to so many customers and leaders and what have you. We're doing the same thing all right. So we had about 40 plus sessions planned for the physical event. We're going to run half of those and we're not going to lose anything though, that's the key point. So what makes the Vertica Big Data Conference really special is that the only presenters that are allowed to present are either engineers, Vertica engineers, or best practices engineers and then customers. Customers that actually use the product. There's no sales or marketing pitches or anything like that. And I'll tell you as far as the customer line up that we have, we've got five or six already lined up as part of those 20 sessions, customers like Uber, customers like the Trade Desk, customers like Phillips talking about predictive maintenance, so list goes on and on. You won't want to miss it if you're on the fence or if you're trying to figure out if you want to register for this event. Best part about it, it's all free, and if you can't attend it live, it will be live Q&A chat on every single one of those sessions, we promise we'll answer every question if we don't get it live, as we always do. They'll all be available on demand. So no reason not to register and attend or watch later. >> Thinking about the content over the years, in the early days of the Big Data Conference, of course Vertica started before the whole Big Data Conference meme really took off and then as it took off, plugged right into it, but back then the discussion was a lot of what do I do with big data, Gartner's three Vs and how do I wrangle it all, and what's the best approach and this stuff is, Hadoop is really complicated. Of course Vertica was an alternative to RDBMS that really couldn't scale or give that type of performance for analytical databases so you had your foot in that door. But now the conversation that's interesting your theme, it's win big with data. Of course, the physical event was at the Encore, which is the new Casino in Boston. But my point is, the conversation is no longer about, how to wrangle all this data, you know how to lower the cost of storing this data, how to make it go faster, and actually make it work. It's really about how to turn data into insights and transform your organizations and quote and quote, win with big data. >> That's right. Yeah, that's great point, Dave. And that's why I mean, we chose the title really, because it's about our customers and what they're able to do with our platform. And it's we know, it's not just one platform, all of the ecosystem, all of our incredible partners. Yeah it's funny when I started with the organization about seven years ago, we were closing lots of deals, and I was following up on case studies and it was like, Okay, why did you choose Vertica? Well, the queries went fast. Okay, so what does that mean for your business? We knew we're kind of in the early adopter stage. And we were disrupting the data warehouse market. Now we're talking to our customers that their volumes are growing, growing and growing. And they really have these analytical use cases again, talk to the value at the entire organization is gaining from it. Like that's the difference between now and a few years ago, just like you were saying, when Vertica disrupted the database market, but also the data warehouse market, you can speak to our customers and they can tell you exactly what's happening, how it's moving the needle or really advancing the entire organization, regardless of the analytical use case, whether it's an internet of things around predictive maintenance, or customer behavior analytics, they can speak confidently of it more than just, hey, our queries went faster. >> You know, I've mentioned before the Micro Focus investment, I want to drill into that a bit because the Vertica brand stands alone. It's a Micro Focus company, but Vertica has its own sort of brand awareness. The reason I've mentioned that is because if you go back to the early days of MPP Database, there was a spate of companies, startups that formed. And many if not all of those got acquired, some lived on with the Codebase, going into the cloud, but generally speaking, many of those brands have gone away Vertica stays. And so my point is that we've seen Vertica have staying power throughout, I think it's a function of the architecture that Stonebraker originally envisioned, you guys were early on the market had a lot of good customer traction, and you've been very responsive to a lot of the trends. Colin Mahony will talk about how you adopted and really embrace cloud, for example, and different data formats. And so you've really been able to participate in a lot of the new emerging waves that have come out to the market. And I would imagine some of that's cultural. I wonder if you could just address that in the context of BDC. >> Oh, yeah, absolutely. You hit on all the key points here, Dave. So a lot of changes in the industry. We're in the hottest industry, the tech industry right now. There's lots of competition. But one of the things we'll say in terms of, Hey, who do you compete with? You compete with these players in the cloud, open source alternatives, traditional enterprise data warehouses. That's true, right. And one of the things we've stayed true within calling is really kind of led the charge for the organization is that we know who we are right. So we're an analytical database platform. And we're constantly just working on that one sole Source Code base, to make sure that we don't provide a bunch of different technologies and databases, and different types of technologies need to stitch together. This platform just has unbelievable universal capabilities from everything from running analytics at scale, to in Database Machine Learning with the different approach to all different types of deployment models that are supported, right. We don't go to our companies and we say, yeah, we take care of all your problems but you have to stitch together all these different types of technologies. It's all based on that core Vertica engine, and we've expanded it to meet all these market needs. So Colin knows and what he believes and what he tells the team what we lead with, is that it lead with that one core platform that can address all these analytical initiatives. So we know who we are, we continue to improve on it, regardless of the pivots and the drastic measures that some of the other competitors have taken. >> You know, I got to ask you, so we're in the middle of this global pandemic with Coronavirus and COVID-19, and things change daily by the hour sometimes by the minute. I mean, every day you get up to something new. So you see a lot of forecasts, you see a lot of probability models, best case worst case likely case even though nobody really knows what that likely case looks like, So there's a lot of analytics going on and a lot of data that people are crunching new data sources come in every day. Are you guys participating directly in that, specifically your customers? Are they using your technology? You can't use a traditional data warehouse for this. It's just you know, too slow to asynchronous, the process is cumbersome. What are you seeing in the customer base as it relates to this crisis? >> Sure, well, I mean naturally, we have a lot of customers that are healthcare technology companies, companies, like Cerner companies like Philips, right, that are kind of leading the charge here. And of course, our whole motto has always been, don't throw away any the data, there's value in that data, you don't have to with Vertica right. So you got petabyte scale types of analytics across many of our customers. Again, just a few years ago, we called the customers a petabyte club. Now a majority of our large enterprise software companies are approaching those petabyte volumes. So it's important to be able to run those analytics at that scale and that volume. The other thing we've been seeing from some of our partners is really putting that analytics to use with visualizations. So one of the customers that's going to be presenting as part of the Vertica Big Data conferences is Domo. Domo has a really nice stout demo around be able to track the Coronavirus the outbreak and how we're getting care and things like that in a visual manner you're seeing more of those. Well, Domo embeds Vertica, right. So that's another customer of ours. So think of Vertica is that embedded analytical engine to support those visualizations so that just anyone in the world can track this. And hopefully as we see over time, cases go down we overcome this. >> Talk a little bit more about that. Because again, the BDC has always been engineers presenting to audiences, you guys have a lot of you just mentioned the demo by Domo, you have a lot of brand names that we've interviewed on theCUBE before, but maybe you could talk a little bit more about some of the customers that are going to be speaking at the virtual event, and what people can expect. >> Sure, yeah, absolutely. So we've got Uber that's presenting just a quick fact around Uber. Really, the analytical data warehouse is all Vertica, right. And it works very closely with Open Source or what have you. Just to quick stat on on Uber, 14 million rides per day, what Uber is able to do is connect the riders with the drivers so that they can determine the appropriate pricing. So Uber is going to be a great session that everyone will want to tune in on that. Others like the Trade Desk, right massive Ad Tech company 10 billion ad auctions daily, it may even be per second or per minute, the amount of scale and analytical volume that they have, that they are running the queries across, it can really only be accomplished with a few platforms in the world and that's Vertica that's another a hot one is with the Trade Desk. Philips is going to be presenting IoT analytical workloads we're seeing more and more of those across not only telematics, which you would expect within automotive, but predictive maintenance that cuts across all the original manufacturers and Philips has got a long history of being able to handle sensor data to be able to apply to those business cases where you can improve customer satisfaction and lower costs related to services. So around their MRI machines and predictive maintenance initiative, again, Vertica is kind of that heartbeat, that analytical platform that's driving those initiatives So list goes on and on. Again, the conversation is going to continue with the Data Disruptors in the Under Hood webcast series. Any customers that weren't able to present and we had a few that just weren't able to do it, they've already signed up for future months. So we're already booked out six months out more and more customer stories you're going to hear from Vertica.com. >> Awesome, and we're going to be sharing some of those on theCUBE as well, the BDC it's always been intimate event, one of my favorites, a lot of substance and I'm sure the online version, the virtual digital version is going to be the same. Jeff Healey, thanks so much for coming on theCUBE and give us a little preview of what we can expect at the Vertica BDC 2020. >> You bet. >> Thank you. >> Yeah, Dave, thanks to you and the whole CUBE team. Appreciate it >> Alright, and thank you for watching everybody. Keep it right here for all the coverage of the virtual Big Data conference 2020. You're watching theCUBE. I'm Dave Vellante, we'll see you soon
SUMMARY :
connecting with top leaders all around the world, actually, of the Vertica Big Data Conference. Thanks for the opportunity to chat. Now I'm excited about the products that you guys announced and it's not going to be a one time thing. and the interesting thing about this event is that the only presenters that are allowed to present how to wrangle all this data, you know how to lower the cost all of the ecosystem, all of our incredible partners. in a lot of the new emerging waves So a lot of changes in the industry. and a lot of data that people are crunching So one of the customers that's going to be presenting that are going to be speaking at the virtual event, Again, the conversation is going to continue and I'm sure the online version, the virtual digital version Yeah, Dave, thanks to you and the whole CUBE team. of the virtual Big Data conference 2020.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jeff Healy | PERSON | 0.99+ |
Philips | ORGANIZATION | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Jeff Healey | PERSON | 0.99+ |
Colin Mahony | PERSON | 0.99+ |
Vertica | ORGANIZATION | 0.99+ |
five | QUANTITY | 0.99+ |
Dave | PERSON | 0.99+ |
Microfocus | ORGANIZATION | 0.99+ |
Jeff | PERSON | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
Uber | ORGANIZATION | 0.99+ |
$70 million | QUANTITY | 0.99+ |
Colin | PERSON | 0.99+ |
20 sessions | QUANTITY | 0.99+ |
six | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
Boston | LOCATION | 0.99+ |
March 2020 | DATE | 0.99+ |
Gartner | ORGANIZATION | 0.99+ |
One | QUANTITY | 0.99+ |
six months | QUANTITY | 0.99+ |
Domo | ORGANIZATION | 0.98+ |
one platform | QUANTITY | 0.98+ |
Big Data Conference | EVENT | 0.98+ |
two areas | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
CUBE | ORGANIZATION | 0.98+ |
Vertica Big Data Conference | EVENT | 0.98+ |
Coronavirus | OTHER | 0.98+ |
Stonebraker | ORGANIZATION | 0.98+ |
about 40 plus sessions | QUANTITY | 0.97+ |
COVID-19 | OTHER | 0.96+ |
BDC | ORGANIZATION | 0.96+ |
one core platform | QUANTITY | 0.95+ |
Vertica BDC 2020 | EVENT | 0.95+ |
1,000 | QUANTITY | 0.95+ |
Vertica Big Data | EVENT | 0.95+ |
one time | QUANTITY | 0.95+ |
Micro Focus | ORGANIZATION | 0.94+ |
few years ago | DATE | 0.93+ |
about 1,000 | QUANTITY | 0.93+ |
Codebase | ORGANIZATION | 0.93+ |
Phillips | ORGANIZATION | 0.93+ |
Cerner | ORGANIZATION | 0.92+ |
10 billion ad auctions | QUANTITY | 0.91+ |
14 million rides per day | QUANTITY | 0.9+ |
Coronavirus | EVENT | 0.89+ |
first one | QUANTITY | 0.89+ |
Under Hood | TITLE | 0.86+ |
Hadoop | TITLE | 0.85+ |
BDC | EVENT | 0.83+ |
seven years ago | DATE | 0.8+ |
outbreak | EVENT | 0.79+ |
Dr. Jeff Crandall, NFL | AWS re:Invent 2019
>> Announcer: Live from Las Vegas, it's theCUBE covering AWS re:Invent 2019. Brought to you by Amazon Web Services and Intel along with its ecosystem partners. >> Okay, welcome back to theCUBE, everyone. We're live in Las Vegas for AWS exclusive coverage of Amazon Web Services re:Invent 2019. I'm John Furrier with Stuart Miniman. Want to thank Intel for sponsoring our two sets. Shout-out to them for the sponsorship bringing great content to you from SiliconANGLE. Our next guest is with the NFL, and Andy Jassy just consummated a deal here in Las Vegas with Roger Goodell, the commissioner of the National Football League, on a new strategic initiative to use next gen stats, Amazon cloud, that whole data infrastructure with the NFL to change the profile and posture for safety and for all the athletes. And the guest here, we have Dr. Jeff Crandall, who's the chairman of the NFL Engineering Committee. Thanks for coming on. >> Thanks for having me. >> So I saw your guys' speech up there as part of the announcement with Dr. Matt Wood and a fellow NFL executive. This is a really cool initiative, because the NFL, you guys have a lot of data geeks there. You have an enormous amount of data. We see stat tasks and next gen stats from Amazon on TV. There's been a lot of advertising dollars doing that. Pretty cool. You're taking it to a next level. Explain the program you're doing. It's got $300 million in funding behind it. You started three years ago. Take a minute to explain. >> Sure, I think one of the things, it's $100 million, but-- >> Okay. >> Not quite $300 million yet. But if you look at it, it was part of an initiative the league developed to say what could they do about safety. I think part of the thing that not everyone recognizes is what the NFL does for safety and innovation, how much effort they put into that. So I'm part of an engineering effort called the engineering road map, and really what we want to do there is we thought there was an opportunity to transform the space for head protection by us putting our understanding in, creating tools, we could help those in the market develop better equipment and better protect our players. >> And so one of the things I'm learning is that you guys have tons of data, and I learned a fun stat that the fastest runner this year was running at, what, 22 miles an hour. >> Jeff: Yeah. >> But you guys are collecting a lot of data from the equipment, surface, everything. Can you explain some of the insight into the data collection, specifically the amount and diverse types. >> Yeah, that's one of the things that we've learned is in order to make effective interventions, you really have to have a handle on the breadth of what's going on on field, and in order to do that, it's a very fast, dynamic game, so you'd have to have a number of data sources coming in. You need to know about the game itself, the plays, the position, the particular play types. You need to know about the players. What speed, what's their position, what orientations, what routes. And then their environment, the surfaces, the equipment. What helmets are they wearing, what shoes. So we're trying to say what we have for extrinsic factors, what's in the environment, and then the intrinsic factors, what do the players themselves experience for factors. >> We know that data can be a differentiator, but it sounds like data like this will help the entire ecosystem. Can you speak a little bit to the medical community, the equipment manufacturers, the teams that have to build new stadiums. We've interviewed some of the architects that put a lot of technology into the stadiums themselves. So how does that data flow happen? >> Yeah, that's one of the things. We have so much data that we're able to create sort of an evaluation of what's happening to the players and what they're experiencing. And I think very few other sports, even, or very few other applications have that level of quantification. And so what we're looking at is how do each of those factors contribute to how players train, how players perform, how players are injured. And so by having that, we can come up with something we've called the digital athlete, which is essentially a virtual representation. And through that virtual representation, we start to understand how any of these factors influence the dimensions of performance and injury. It scales broadly to anything where the body would be stressed or loaded or trained. Any of those applications could benefit from what we're doing. >> So your simulation, that's a digital twin in parlance of IT nerds here. >> Sure. >> But this is a really killer idea because you can do many simulations that the cloud will provide, right? >> Jeff: Sure. >> I mean, and you got video to match it. So talk about that dynamic. 'Cause you got video and you got data points. >> Jeff: Yeah. >> They're kind of working together. >> Exactly. And so I think if you want to take the digital twin analog, I mean, one of the unique things about that is that you can have this virtual representation and you get this continuous input of feeds from sensors, from video, and you start to refine what that digital twin looks like, whether it's a player or whether it's a mechanical device. And the more feeds and the more data you have and the more time goes on, the better represented that is. And so that's really what we're gearing towards. >> Yeah, one of the things I abstracted out of the presentation was honestly, the head injuries, helmet, that's clear. That's got to get done. You're working hard around that. But there was a mention of lower body injuries, as well. So it's not just head. There's other things you guys are thinking about. Can you expand on what that might look like and how you guys are thinking about it? >> Sure, I mean, obviously we want to make sure whole body, head to toe, we're protecting the players the best we can. I think if you look from an injury frequency or an injury burden standpoint, time lost for players, lower limb is one of the major injuries in that calculation. And so what we're doing is we've been working on concussions and helmets for the last three or four years. We've been working on cleats and turf for a long time. We're starting to curate that data, and that will go into our digital twin, digital athlete platform. >> It's like they're having LIDAR. It's like when my car backs up and stops, maybe when there's a rollover coming over, an alert kicks the leg around the right spot. But this is what, the kind of thing you guys are thinking about, the rule changes and the innovation and safety is, you can actually make direct impact. So there was a rule change on kickoffs. >> Jeff: Sure. >> Talk about that dynamic, 'cause this is kind of a teaser of where things might go, right? >> Yeah, exactly. I think if you look at injury prevention, they obviously talk about where can you change? You can do it with engineering, you can do it with education, or you can do it with enforcement or rules. And what we've learned is that we can take the data we're gathering and do data-driven initiatives on any of those. We've done a kickoff rule that was informed by data. We've done a use of helmet, leading with the helmet rule. So I think the same underlying data leads to any of these application areas. >> And the results just on the numbers. You guys quoted some stats. What was the reduction in concussions last year? >> Last year there was a reduction in games of 29% for concussions. >> Awesome. >> That's great. I've been watching a lot of the 100-year football anniversary here, and it's evident how much technology has been having an impact. Gives us a little bit of how the AWS and NFL, where we'll see that going in the coming decades and beyond. >> So I think historically, we've had very strong medical, we've had very strong engineering. What we've been seeing, though, is we've been doing a lot of stuff manually. It's been very labor-intensive. We've had some wins and successes, as you just heard from last year, but now we're looking to scale and accelerate that. So building on what AWS brings to the table in terms of their data analytics, their cloud computing. We believe we can do a better job understanding what's happening on field and lead to interventions and innovations much more quickly, much more broadly than currently exist. >> For the folks watching, we're here at an IT show or cloud show. You guys are immersed in data, so you're leaning on AWS for a lot of the expertise on scale, machine learning. They got a lot of goodness in their portfolio, but you guys have the data. So for other companies that are looking at this transformation with the top-down leadership model that you guys have, what have you learned? What is some of the scar tissue you might have from the process you've been through? Any observations or learnings you could share around the order of magnitude, approaches. Is there some paths that you'd recommend? >> Well, I think one of the things we've learned is there's a hard way and there's a more efficient way. We've had as many as 17 people looking at videos, and it led us to believe, we've looked at more than 100,000 helmet impacts manually. There's got to be a better way. And so we actually spent two years talking with tech companies, exploring what was out there, before we came to this AWS partnership. So I think when we look at the future and look at the opportunities, I would say where we were bounded previously and we were looking at maybe an immediate horizon, now what we've said is let's wipe the slate clean. Let's see where we want to end up far into the future. Let's look at what we would build, something to be scalable that we could leverage. >> And this is a pretty significant announcement, 'cause Roger Goodell was here with Andy Jassy. So it's not just a tech deal. This is a bigger play here. >> Jeff: Yeah. >> Can you give some insight into the strategic impact of the AWS-NFL piece? >> So AWS has had a relationship with the league, and one of the primary things they've done is the next gen sport, the next gen stats, rather, tracking player motion on field. You know, you've seen a lot of the stats that come up in games. And so there was an idea how we could take data, leverage it. That was more for fan engagement. But that very same information, we've looked at collisions. We take next gen stats data with two players coming together. What's the closing velocity? What are the closing angles? And so I think what you've seen is how you can take this wealth of data in the NFL and by taking those that are sort of best in class and innovators with the data analytics and machine learning, what else can you extract from the data that may not have been evident without sort of a broader computing platform. >> You know, a lot of people look at the NFL. They see the big networks who cover the sport for the fan experience. There's kind of a nerd culture going on with NFL and the fan base. We've been hearing feedback all the time about theCUBE becoming a broadcaster for NFL. Has that been kicked around at Roger's level yet? (Jeff laughs) Has it gotten there? >> Well, I was thinking of doing digital twins of you guys. (John laughs) I was just sizing it up. But I'm not sure we're quite there yet. >> Dr. Crandall, thank you so much for coming on. Congratulations. What a great initiative. You guys are being transparent, forthright with your research. It's open. Congratulations. It's a good step. >> Great. My pleasure. Appreciate it. >> Thanks for coming on. I'm John Furrier, Stuart Miniman, with the NFL here as part of the big announcement on Thursday with Andy Jassy and the commissioner of the NFL, Roger Goodell, it's theCUBE getting you all the action here at re:Invent. We'll be right back with more after this short break. (techno music)
SUMMARY :
Brought to you by Amazon Web Services and Intel and for all the athletes. because the NFL, you guys have a lot of data geeks there. called the engineering road map, and I learned a fun stat that the fastest runner this year But you guys are collecting a lot of data Yeah, that's one of the things that we've learned is the teams that have to build new stadiums. Yeah, that's one of the things. So your simulation, I mean, and you got video to match it. And the more feeds and the more data you have and how you guys are thinking about it? and helmets for the last three or four years. the kind of thing you guys are thinking about, I think if you look at injury prevention, And the results just on the numbers. of 29% for concussions. and it's evident how much technology and lead to interventions and innovations much more quickly, What is some of the scar tissue you might have and look at the opportunities, 'cause Roger Goodell was here with Andy Jassy. and one of the primary things they've done You know, a lot of people look at the NFL. Well, I was thinking of doing digital twins of you guys. Dr. Crandall, thank you so much for coming on. and the commissioner of the NFL, Roger Goodell,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Roger Goodell | PERSON | 0.99+ |
Andy Jassy | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
Amazon Web Services | ORGANIZATION | 0.99+ |
Stuart Miniman | PERSON | 0.99+ |
John Furrier | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Matt Wood | PERSON | 0.99+ |
Roger | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
$100 million | QUANTITY | 0.99+ |
Last year | DATE | 0.99+ |
Jeff Crandall | PERSON | 0.99+ |
two years | QUANTITY | 0.99+ |
Thursday | DATE | 0.99+ |
$300 million | QUANTITY | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
two players | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
NFL | ORGANIZATION | 0.99+ |
Crandall | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
100-year | QUANTITY | 0.99+ |
29% | QUANTITY | 0.99+ |
two sets | QUANTITY | 0.99+ |
Intel | ORGANIZATION | 0.99+ |
17 people | QUANTITY | 0.99+ |
each | QUANTITY | 0.98+ |
22 miles an hour | QUANTITY | 0.98+ |
one | QUANTITY | 0.98+ |
NFL Engineering Committee | ORGANIZATION | 0.98+ |
this year | DATE | 0.98+ |
three years ago | DATE | 0.97+ |
four years | QUANTITY | 0.92+ |
more than 100,000 helmet impacts | QUANTITY | 0.91+ |
Dr. | PERSON | 0.84+ |
National Football League | ORGANIZATION | 0.82+ |
tons of data | QUANTITY | 0.79+ |
NFL | EVENT | 0.78+ |
theCUBE | ORGANIZATION | 0.76+ |
Invent 2019 | EVENT | 0.75+ |
twins | QUANTITY | 0.73+ |
three | QUANTITY | 0.62+ |
SiliconANGLE | LOCATION | 0.62+ |
re: | EVENT | 0.61+ |
re:Invent 2019 | EVENT | 0.57+ |
Invent | EVENT | 0.57+ |
twin | QUANTITY | 0.51+ |
re | EVENT | 0.49+ |
Jeff Bader, Micron | Micron Insight 2019
>>live from San Francisco. It's the Q covering Micron Insight 2019 to You by Micron. >>Welcome back, everybody. We hear a Pier 27 in San Francisco. Beautiful day. David Floor is my co host on Day Volante, and this is Micron Inside. 2019. Jeff Baylor is here. He's the corporate vice president of the embedded business unit at Micron. Jeff, great to see you again. >>Thank you. Nice to be here >>so love to talk about autos. I o. T Edge. Use cases to talk about the focus of your team. Let's start there. Yeah, >>sure. So the embedded business to point. It's absolutely focused on the automotive industry's way. Call industrial markets. So factory automation, surveillance and stolen a swell as a consumer electronics businesses on we're really in across all those sort of focused on how connectivity and compute is changing inside of those. And, of course, how that drives memory. >>I mean, yeah, memory and storage. They hide in places that we use every day. You don't see them, but if they weren't there, you wouldn't be able to use all these devices. They wouldn't be as life changing as they are. So you know you mentioned some of the consumer stuff. You know what the big trends that are driving your business? Well, I do >>think it is absolutely. That's sort of the ubiquity of connectivity. First of all, and then, sort of the ubiquity of compute has enabled all of these what used to be sort of isolated applications to now be connected and doing a whole lot more analytics inside that machine. Do you think about intelligence in your thermostat on the wall? You think about intelligence, obviously, in the automotive business, where safety features and so on are using so much more electron ICs and a I machine learning. And that's happening really in every application, whether it's the smart speakers at home, voice control on your TV and so on and so forth. All of those drive more intelligence, more connectivity and then more memory and storage behind that. >>When people talk about automotive, of course, everybody wants to talk about autonomous vehicles. I love to talk about autonomous vehicles, but there's so much action going on in today's vehicles dozens and dozens of microprocessors throwing off all kinds of data. So give us the update on the automotive industry. >>Yeah, you're exactly right. I mean, autonomous gets the headlines and it will for several more years just be headlines more or less right? And the real story is what we call eight ass or advanced driver assistant system. So things like lane departure warning, lane departure, keeping things like auto emergency braking those those sort of much simpler, easier problems to solve are still very compute intensive on. So are driving a huge growth and electronics on memory of storage inside the car. The other major part of the car market in the automotive market is what we call infotainment, sort of the center console. More and more large screens going into that more high function capabilities being integrated in that whether it's navigation or streaming media service is and all of those air driving again a much richer mix that's required >>for those applications. I was at the arm conference and they were talking about automotive and some of the challenges, one of the most fascinating areas they were talking about. How do you make something that will last for 20 years in the car on make it such that if it does go wrong that it that it could recover seamless less. Can you talk about some of the technologies that >>are sort of two parts to that? Unpack a little bit? First through? What does it take to succeed in automotive? First of all, it's all about quality. Yeah, right. It is quality, quality, quality location, location, location. It's quality. It's it's reducing and eliminating defense fundamentally at the end of the day and so inside of our process. Design inside of our technology designed our product designs. Our product manufacturing flows are all designed to sort of fundamentally improve and continue to improve the quality level because at the end of the day, that is what what makes or breaks you in the car. As soon as you solve that, you know, small problem. Next problem is longevity and stability of that solution, because the design cycle itself is shortening and automotive. But it's a very long design cycle, and then the life cycle in automotive is still very, very long. I mean, the average car on the road in the U. S. Is 12 or 15 years old, right, and that needs to both continue to be viable but also often need toe continue shipping that product. It's gonna shipment volumes or have spares and replace. So So we have a strategy that sort of focused on both bringing those leading edge technologies that Micron has into automotive as soon as possible and that timeline is shrinking. But then also having a very long life manufacturing strategy to continue to provide those for so long. >>So you're certainly a leader in automotive. You might even be the leader. I'm not sure I have the data, but what is it you mentioned? You know, quality and those other factors. What is it that's allowing you to do so well in automotive? >>So So we are the beater for sure. We're about 40% market share, which is a little more than three times as big as the nearest competitors, right, So leader by far, really an automotive. And it's been a very long time that we're in this industry and very focused on. So it is. It is about the product mix and bringing in particular lately leading edge technology into that story. You know, we are at the very beginnings of LP five, the low power GDR five generation, where the very beginnings of that rolling out into mobile applications, its primary markets at the same time, almost literally the same time. Way air sampling and providing that into our automotive customers and our automotive partners to start beginning building their systems around L P. Five. So that time to adopt leading edge technology is rowing is shrinking very rapidly. And so we're able to provide that leading edge Tech started, coupled with that long life solution and then one of the areas, when you think about being in a 40% market share position, way air investing tremendously in sort of partnering with the customers around, essentially defining and driving the innovation that they need to deliver So way have a number of labs that we've established customer facing labs that were able to bring customers and even our customers customers. So the Auto am is directly into those labs to start looking at usage models and architectural sort of feasibility and optimization kinds of things that we could then plan into our road map to follow two or three years later. After that, >>a lot of domain expertise there, so tremendous I said the Derrick Dicker that Micron has a very large observation space. You sell to a lot of different channels and I want to ask you about industrial I ot David night. We spent a lot of time in the Enterprise and we see a lot of I t company saying, Hey, here's a box. We're gonna throw it over. We're gonna go dominate the edge anywhere you talkto operations, technology, professions there like No, we're talking about machines and equipment and it's like this whole different parlance and language. So what are you seeing? Just in terms of the ecosystem, how it's developing the sort of analog going to digital And that whole explosion? Yeah, >>again, Industrial is extremely broad market, and it means a 1,000,000,000 things toe people. Right? So So, one of the first things we have to do is sort of narrow the field a little bit, at least into specific verticals and specific areas. Way have the right product mix and opportunity, right? So, for example, in the in the space of factory automation, it's a little bit what you're just saying the operational technology guys are trying to figure out how they're gonna drive efficiency, drive productivity inside a factory on, and that is often a question of instrument ing, and putting in my crown is doing a lot of this sort of smart manufacturing deployment. Putting this sensor network multiple cameras, multiple high resolution cameras, audio sensors, accelerometers, sort of sensors and capturing all of that sensor data to Dr Things like better predictive maintenance, better sort of yield detection or excursion detection kind of capability. So you could tell this machine, you know, seven days, five days out of the week Sounds like this. But last night at 10 o'clock, it started sounding different way. Don't know what it means necessarily, but we can detect that. And that's where all of the A I and Machine Learning is now being applied to say. And that means it's due for a P M. About this particular portion of >>what about security at the edge, obviously a hot topic in the Enterprise on every C. I ose mind what's happening with security in Io ti industrial out in the edge. Yeah, I think >>to some extent, security in the I. O. T. I think is, is why I ot is where it is in the hype cycles. Maybe it's sort of still at the bottom of one of these types cycles, meaning solving that increasing security problem, that cyber security problem that the edge is really a big problem. You saw you know the hacks a few years back of the Jeep charity. You saw the hack two years back on surveillance cameras. All these cameras moving toe i p surveillance cameras means they're now connected and open to the world. Dispersed. He just announced last week in a report that basically showed I ot specific hacks up seven fold or seven fold this year after being up tenfold last year. So it's absolutely a growing problem for people thinking about deploying again. Connectivity is a great tool in a great weapon, Depending. And I was so so. One of my crown is doing is is way. >>Have a >>solution called authentic, which is essentially a cybersecurity, is a secure element built into the non volatile memory that goes in each one of these systems. So today, security is not a one chip problem. It is a full and and system problem. And so what we're tryingto build with that is the capability at a very sort of lowest level in the system right where the code is right where the four part of the system is to protect that in the memory itself and sort of a test that that is safe and secure. And then the system can build out about around that. And that sort of simple boot device, in the case of a nor device or Anand device is in every embedded application >>right in the world, >>right? I mean, you think about you go back a long way, Stuxnet. You know, 10 plus years ago with a seaman's controller, which was the and now you think about fast forward, how much Maur infrastructure is out there? How much more complicated it is, It's ah, it's a scary situation is Oh, it is so that we think that's a >>big opportunity. And we're making the announcement later, uh, later in the show today, on an extension of what we're doing already in that space. >>I know you're working with other vendors. People like >>me are worry with Yes, >>it is really >>an end to end. >>This is really an end to an an ecosystem >>activity, for sure, because again, arm is a great example. You know, all of the S o. C. Vendors. You know, everybody in this industry has some slice of the of the rules. Let's say to figure out how they're going to secure this system and we're tryingto build a basic building block that they can then build on >>that when we started this morning was really quiet. But the crowd is rolling in. Now there's a buzz that you can hear, hear. The key was excited to be here, Jeff. Thanks very much for coming on. The king here to see you again. >>Very much nicer here. >>All right. Keep it right to everybody. We're gonna be taking a short break. We'll be back. Day long coverage wall to Wall of Micron inside. 2019. You're watching the cube.
SUMMARY :
It's the Q covering Jeff, great to see you again. Nice to be here Use cases to talk about the focus of your team. So the embedded business to point. So you know you mentioned some of the consumer stuff. That's sort of the ubiquity of connectivity. I love to talk about autonomous And the real story is what we call eight ass or advanced driver of the challenges, one of the most fascinating areas they were of that solution, because the design cycle itself is shortening and automotive. I'm not sure I have the data, but what is it you mentioned? So the Auto am is directly into those labs to start looking at usage models how it's developing the sort of analog going to digital And that whole explosion? So So, one of the first things we have to do is sort of narrow the field a little bit, what about security at the edge, obviously a hot topic in the Enterprise on every C. I ose mind what's that cyber security problem that the edge is really a big problem. is a secure element built into the non volatile memory that goes in each one of It's ah, it's a scary situation is Oh, it is so that we think that's a And we're making the announcement later, uh, later in the show today, I know you're working with other vendors. all of the S o. C. Vendors. The king here to see you again. Keep it right to everybody.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jeff Baylor | PERSON | 0.99+ |
Jeff | PERSON | 0.99+ |
Micron | ORGANIZATION | 0.99+ |
David Floor | PERSON | 0.99+ |
40% | QUANTITY | 0.99+ |
12 | QUANTITY | 0.99+ |
San Francisco | LOCATION | 0.99+ |
Jeff Bader | PERSON | 0.99+ |
five days | QUANTITY | 0.99+ |
dozens | QUANTITY | 0.99+ |
Jeep | ORGANIZATION | 0.99+ |
U. S. | LOCATION | 0.99+ |
last year | DATE | 0.99+ |
last week | DATE | 0.99+ |
20 years | QUANTITY | 0.99+ |
seven days | QUANTITY | 0.99+ |
Derrick Dicker | PERSON | 0.99+ |
First | QUANTITY | 0.99+ |
2019 | DATE | 0.99+ |
today | DATE | 0.99+ |
two parts | QUANTITY | 0.99+ |
this year | DATE | 0.98+ |
both | QUANTITY | 0.98+ |
10 plus years ago | DATE | 0.98+ |
about 40% | QUANTITY | 0.97+ |
one chip | QUANTITY | 0.97+ |
David | PERSON | 0.97+ |
two | DATE | 0.97+ |
one | QUANTITY | 0.97+ |
Pier 27 | LOCATION | 0.96+ |
15 years old | QUANTITY | 0.95+ |
One | QUANTITY | 0.95+ |
three years later | DATE | 0.95+ |
GDR five generation | COMMERCIAL_ITEM | 0.94+ |
more than three times | QUANTITY | 0.94+ |
1,000,000,000 things | QUANTITY | 0.94+ |
this morning | DATE | 0.93+ |
seven fold | QUANTITY | 0.91+ |
last night at 10 o'clock | DATE | 0.91+ |
each one | QUANTITY | 0.9+ |
four part | QUANTITY | 0.88+ |
LP | COMMERCIAL_ITEM | 0.86+ |
two years back | DATE | 0.85+ |
first things | QUANTITY | 0.84+ |
Day Volante | EVENT | 0.78+ |
Stuxnet | ORGANIZATION | 0.77+ |
tenfold | QUANTITY | 0.76+ |
microprocessors | QUANTITY | 0.74+ |
five | ORGANIZATION | 0.73+ |
few years back | DATE | 0.72+ |
Wall of | LOCATION | 0.7+ |
Auto am | ORGANIZATION | 0.68+ |
years | QUANTITY | 0.68+ |
Maur | ORGANIZATION | 0.55+ |
o. | ORGANIZATION | 0.54+ |
2019 | TITLE | 0.52+ |
Micron | LOCATION | 0.47+ |
arm | EVENT | 0.47+ |
Insight | TITLE | 0.4+ |
P. Five | ORGANIZATION | 0.4+ |
Insight | COMMERCIAL_ITEM | 0.31+ |
Steve Wood, Boomi & Jeff Emerson, Accenture | Boomi World 2019
>>live from Washington, D. C. It's the Cube covering Bumi World 19 Do you buy movie? >>Welcome back to the Cubes. Coverage of Bumi World 19 I'm Lisa Martin with John Ferrier. John and I have a couple of gents joining us. To my right is Jeff Emerson, the global managing director for Custom Application Engineering Ethics Center. Hey, just hey, welcome. Thank you were glad to tell you, and we've got Steve would back with us. The CPO up. Hey, Steve, >>Hayley says. Ages >>minutes. You sticking into some research about that? The history of Bumi and Ipads and just looking at how the consumer ization effect has infected by a bad word has really infiltrated has that every industry organizations went from having enterprise applications. Legacy applications, cloud applications, custom applications. Let's talk about custom applications. What are you seeing in the customer marketplace for the demand for having this level of customization, whether it's a retail or or, you know, utilities company, >>it really doesn't matter what industry it is these days. Custom applications were going through a renaissance. It is. It is truly the renaissance of custom, where there was once a swing towards enterprise applications and the packages and so on. And now it's realized that oh gosh t separate ourselves from our competition. We have two great something that doesn't exist well, that is, by its nature, a custom application. And so these air coming up, Maura and Maur across the industry, and it's really starting to dominate the value chain for software. >>You were here in D. C. And public sector is going through a modernization as well. He looked at government procurement. I mean, essentially with data, everything's instrumental. You have unlimited resource with cloud computing. So essentially personalization. Hot trend. So applications air being personalized. They're customized. So every app should be not general purpose unless it's either under the covers. So this is the country's We've been having you guys. Bumi has a platform. You enable APS? You guys are deploying it. How are customers responded to this? Because to me they might go Will custom haps me, feels expensive. It feels one off the old adage. It's a one off, but it seems to be coming back. >>It does end. Fact is, you're able to do things so much more quickly today than you ever have been able to in the fast in the past and three ability to create new experiences quickly and react in an agile fashion to how those applications are being received in the marketplace. React to the data that is generated both as the primary data and the data exhaust from those systems to determine what your customers need, what they want, how they're going to act, what they're going to buy. All of those things are things that we can pull together so much more quickly today than we could ever in the past. And so it's great. >>Steve, We were talking earlier about how the data's real big part of the equation. Now everything about the application world it used to be the infrastructure would dictate what you could build. Yeah, now you have application developers saying, This is what I want now the infrastructures so programmable it's kind of flipped around that they're dictating kind of terms. >>Well, there's suddenly being this sort of emergence of these low code platforms to kind of help manage that. I mean, and they're kind of taking care of a lot of the infrastructure so you can kind of skill them is needed, but yeah, I mean, there's been a him. It's been a huge birthday. I couldn't agree more. There's like the demand for applications. We're seeing a lot. Sure there's the mega applications. We tend to leave those to our sister company Pivotal toe code those with this whole other ecosystem of applications everywhere. The personalization sze of the line of business needs to improve. Their business processes were going after that layer. We have to do it in the right way to make it super easy to do on the infrastructure that people expected to be with the architecture they expect to see. So they're highly customizable, so get exactly what they want. >>Jeff, you know, we always talk on the industry joke on the Cube, and the game is changed, but it's still the same. And every time a new trend comes, you know it's the death of something. A meteorite media to say something's dying when something new starts right. But nothing really changes everything about applications. It's the same gain just with a different twist. Do it with cloud. How are customers were spouting this? Because obviously his benefits business benefits cost benefits lot of mount up line with how they're attacking the application development. Then they got a data tsunami happening. But they gotta build APS, right, Not anything, right? >>It was once said that absolute in the world, and now it's really that data is feeding the world right? And so the amount of data that's out there and accessible and usable within applications is absolutely incredible. And so, with the emergence of the cloud in order, Thio support those massive amounts of data and Dr Rapid Development and then lo code to make that development much easier. These things all time come together, and you talked about the death of X, y or Z. We talk now about living systems, right on living systems are things that are easy to modify, their absolutely attainable and usable and expandable for for any kind of use and ultimately adaptable. >>So John mentioned the word one off a minute ago, and it reminded me of something where, you know, whatever industry that you're in, Not too long ago it was customers got some one off. Whether it's an application or part of the infrastructure, that's expensive, and it's not something that can be monetized but down to your point it's it's really custom. Applications are a big part of a business. Is competitive advantage. So what is it about the customized app? Is it Is it the fact that it's driven by an A P I? That's programmable that allows it to be customized at scale toe, where it's not a one off from a support perspective, it's something that really a company can use as that competitive leg up. >>Right in the this livings living systems world. We really have agile engineering, agile methods and so that we're doing development quickly. And we're doing this in an engineering fashion that has micro service's and small pieces of functionality that could be grabbed and plugged and played together. Thio great, different experiences. And so that granular ization of software is something that drives his flexibility and enables us to make modifications and updates quickly. >>Actually, ive your customer example that it was something we'd done, which is absence of term it like how the oil and gas industry saved nurses in Africa are saved people in Africa, which is we built, a solution that allowed them nurses in sub Saharan Africa to visit patients out in the field. They built it on a loco pa from witches. Flow part of me connected through a P eyes connected to all the infrastructure. But a lot of the work was on, uh, android tablets offline. So with the loco PA from that could deliver this solution with all offline capabilities, all the connectivity, all the integration, all built in without writing. Really any code? The only code there rose to customize the look and feel so looked exactly what they want. They delivered that on early version of our offline framework and then latterly the oil and gas industry origin energy deployed a similar solution to their rigs. The lot of you seem really complicated things of form, validation and better validation rules and better data synchronization that really forced us to improve our offline framework to something which is a Steve a big jump ahead of where it was before. And then lo and behold, the nurses nafta came back to us and said, Well, actually went up, Did or are we gonna run on desktops as well as ipads? Funnily enough, and we're like, Well, good news. We've actually already added that support. And so literally from three days of that phone call to them going live within our laptops and ipads. That was all it took. They didn't have to write any CO. They literally We just give them access to the new you. I will find framework. They installed it, turn off the wet. And that's kind of the power of this kind of next gen of up building that for this kind of line of business applications where you just need to innovate, how you work, you don't have to spend three years rebuilding those for iPad and >>Jeff houses. That dynamic, which is pretty much, I think, consisted a lot of these new APS. How's it changed your business? Because you know the theme that we've been identifying the mega trend is that there's more project work going on fast time to value, agile. You guys been doing exceptional work there and following Madu Center's been doing talking to Paul Doherty amongst others. Get a huge data science team you guys are on. I know you guys have transformed but big project and now a bunch of little projects going on, so it's kind of have to make you guys more agile as a practice because you've got to go out and solve the business problems with the customers. How is this dynamic changed? >>You're right. We absolutely do. And we have to assume muchas anything. It's helping our customers get into that mode of thinking as well. What was once a six months of gathering and documenting requirements is now done in a handful of ours. At first to get the first small bit of what's gonna be valuable functionality to put out there. And you keep doing that irritably. Overtime is instead of in a six month period, but then gets thrown over the wall. Thio have other people do this for another build stuff for six or nine >>months. I mean, the federation and getting those winds early gets proof points, gets mo mentum validation. You're not waiting for a gestation period. >>You make good decisions about what to do next on DDE. What to not do that you were planning on doing but turns out, doesn't mean >>I want to get your thoughts on something important you mentioned humanization. We see that big trend because Avery people centric and you're thinking at Bumi and we've had this debate in the queue we? We didn't come in on either side yet, but you know it orations great, great, fast. But the old days of software was a lot of craftsmanship involved, you know, crafting the product, getting it right now it's ship be embarrassed, ship it fast and then injury, which is great for efficiency. But there's a trend coming back to crafting product. They're absolutely. What is your thoughts on this? Because craft Manship is now design thinking. Would it be calling in different names? But this is a new thing. It's happening all the time. >>That software software craftsmanship is something that is more important today than it ever has been. Because you're going fast. And because you're putting things out into the market very quickly, you can't afford to make big mistakes, right? You could make functional decision mistakes, right? Oh, that wasn't the right thing for the customer, but having it not work or creating it bad experiences, right? Very bad, right? And so that craftsmanship building in all the Dev Ops pipelines and the error check in the testing and gateways and security checking all that happens automatically every time you check in code that is critical and it drives that craftsmanship back to the developer, right? Pushing left so that you make a mistake. You fix it within minutes, as opposed to >>you. Run private engineering, Smile on your face. Come on, What's your angle on this >>time? And craftsmanship is obviously huge mean? When we thought about like Bumi, we kind of wanted to make sure that yeah, that way we used to talk a little bit. No code platforms. And I think that what they did was they left out the craftsmanship that developers could do. And I've kind of thought it was like, Hey, if you can put like the business or the person who really understands the process of the application into the beating heart of the creation process so they could be on the right side of the soft waiting the world like they could be a creator and producer as much as they could be a consumer of applications, you allow them to do that and then let developers have radiate that that out with new engage with models, coding out new experiences that really hyper specific to the EU's case of the user. That's kind of the ultimate you get the core business value, and then you get the craftsmanship of the engineers together, I think, >>and I'm glad you said that because there's so many cases where here, we want to push it so that we don't even need software engineers for our software. And that's an interesting idea. Yeah, but it's actually not a good idea. Ll know or idea, Yes, simply because you there's an important aspect of software and and how I t runs that even if you have low coach, uh, components in order to drive the functionality right, these things that have to be done. But frankly, professional software engineers know how to do. >>It's better and faster and easier to do it that way. >>I think the federation certainly makes the problem that you're trying to solve. Solvable, right? Don't take your eye off the main ball, which is saw the problem, but get it elegantly designed all right, but I think that's a good This is a big discussion. You're seeing a lot with loco. So again, this is back. The custom maps custom APS just means a targeted app that solves a specific problem because it is a unique problem and it's different than the other one, right? That's the speed game. It's a speed game to nose in it that fast, fast, fast. >>And the engineering methods have changed really over the last couple of decades. While I've been doing this. Where way talked a moment about ago about the waterfall ways and then the agile ways. And the simple fact of the matter is that you're developing small pieces of software to get out into the market quickly, and you can do this in a matter of days and weeks. A supposed to months and quarters >>right, which many businesses don't have that time for company competitors gonna get in there. I'm curious as the development methods have changed so dramatically have the customer conversations like Are you guys talking more with business leaders vs You know the Guys and Girls and Dev Ops is that is this movie business little conversation that a CEO CFO, a CEO is involved in? >>So from our perspective at Accenture that the technology is always there to drive a business need, and so that conversation is first with the business owners, and that was true 20 years ago as well. The a CZ much as we do. I t transformation. It's a business lead. I transformation and, more often, technology supported business transformation. >>Excellent. Well, guys, thank you for joining John and me on the program today. Talking about all the things that you guys are seeing out in the field. Exciting stuff. >>Thanks for having us. >>We appreciate your time. Thank you for John Ferrier. I'm Lisa Martin. You're watching the Cube from Bhumi World 19. Thanks for watching.
SUMMARY :
Bumi World 19 Do you buy movie? Welcome back to the Cubes. The history of Bumi and Ipads and just looking at how the Maura and Maur across the industry, and it's really starting to dominate the value chain So this is the country's We've been having you guys. and the data exhaust from those systems to determine what your customers need, Now everything about the application world it used to be the infrastructure would dictate what you could build. The personalization sze of the line of business needs to improve. And every time a new trend comes, you know it's the death of something. And so the amount of data that's out there and accessible and usable and it's not something that can be monetized but down to your point it's it's really And so that granular days of that phone call to them going live within our laptops and ipads. so it's kind of have to make you guys more agile as a practice because you've got to go out and solve the business problems with the customers. And you keep doing that irritably. I mean, the federation and getting those winds early gets proof points, gets mo mentum What to not do that you were planning on doing but turns out, But the old days of software was a lot of craftsmanship involved, you know, crafting the product, and gateways and security checking all that happens automatically every time you check in code Run private engineering, Smile on your face. That's kind of the ultimate you get the core business value, how I t runs that even if you have low coach, uh, components in order It's a speed game to nose in it that fast, fast, fast. out into the market quickly, and you can do this in a matter of days and weeks. and Girls and Dev Ops is that is this movie business little conversation that a CEO So from our perspective at Accenture that the technology is always there to that you guys are seeing out in the field. Thank you for John Ferrier.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
John | PERSON | 0.99+ |
Steve | PERSON | 0.99+ |
Jeff Emerson | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Hayley | PERSON | 0.99+ |
Paul Doherty | PERSON | 0.99+ |
John Ferrier | PERSON | 0.99+ |
six | QUANTITY | 0.99+ |
Washington, D. C. | LOCATION | 0.99+ |
Steve Wood | PERSON | 0.99+ |
iPad | COMMERCIAL_ITEM | 0.99+ |
Jeff | PERSON | 0.99+ |
nine | QUANTITY | 0.99+ |
Accenture | ORGANIZATION | 0.99+ |
six month | QUANTITY | 0.99+ |
Africa | LOCATION | 0.99+ |
Custom Application Engineering Ethics Center | ORGANIZATION | 0.99+ |
three days | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
Maura | PERSON | 0.98+ |
D. C. | LOCATION | 0.98+ |
three years | QUANTITY | 0.98+ |
both | QUANTITY | 0.98+ |
first | QUANTITY | 0.98+ |
Maur | PERSON | 0.98+ |
today | DATE | 0.98+ |
android | TITLE | 0.98+ |
Madu Center | ORGANIZATION | 0.97+ |
sub Saharan Africa | LOCATION | 0.97+ |
ipads | COMMERCIAL_ITEM | 0.97+ |
Bumi World | TITLE | 0.97+ |
2019 | DATE | 0.97+ |
20 years ago | DATE | 0.97+ |
six months | QUANTITY | 0.95+ |
last couple of decades | DATE | 0.94+ |
Boomi | PERSON | 0.94+ |
EU | ORGANIZATION | 0.92+ |
Cube | TITLE | 0.9+ |
Cube | COMMERCIAL_ITEM | 0.9+ |
nafta | ORGANIZATION | 0.89+ |
Boomi World | TITLE | 0.89+ |
Bhumi World 19 | TITLE | 0.86+ |
You know the Guys and Girls and Dev Ops | TITLE | 0.83+ |
a minute ago | DATE | 0.81+ |
Pivotal | ORGANIZATION | 0.8+ |
couple | QUANTITY | 0.77+ |
Ages | QUANTITY | 0.75+ |
Jeff houses | PERSON | 0.72+ |
first small | QUANTITY | 0.71+ |
Ipads | COMMERCIAL_ITEM | 0.69+ |
Bumi | ORGANIZATION | 0.68+ |
three ability | QUANTITY | 0.62+ |
DDE | ORGANIZATION | 0.57+ |
agile | TITLE | 0.54+ |
one | QUANTITY | 0.51+ |
Thio | ORGANIZATION | 0.43+ |
months | QUANTITY | 0.4+ |
Jeff Brown, Open Systems | CUBEConversation, September 2019
(bouncy jazz music) >> Announcer: From our studios in the heart of Silicon Valley Palo Alto, California, this is a CUBE Conversation. >> Hello, and welcome to theCUBE Studios in Palo Alto, California for another CUBE conversation where we go in-depth with thought leaders driving innovation across the tech industry. I'm your host, Peter Burris. We all know it's going to be a Multicloud world. How we get to that world is anybody's guess. Every enterprise is going to find themselves going on a distinct and original journey based on where they are and based on where they think they want to go. But one of the common elements that every enterprise is going to face is how to deal with the network that's going to make it easier or more difficult for them to utilize new services, place data in different places, and assure security wherever the business needs to operate. SD-WAN is a technology that's been talked about for quite some time as a technology that could make that process easier, more certain, but there are a lot of options that are relatively new that don't feature a lot of customers and a lot of experience having been built into them. So that's one of the challenges that every enterprise faces, how to utilize SD-WAN to make their journey more simple, more economical, and more complete, and to have that conversation, we're joined by a CEO today, Jeff Brown, who's a CEO of Open Systems. Jeff, welcome to theCUBE. >> Thank you very much, Peter. >> Pete: So, Jeff, tell us a little bit about Open Systems. I know you've only been there for three weeks, but (Jeff laughs) what's the starting point for you? >> Well I think why do you come to a company like Open Systems? For me, there was a part of it that's about the people and liking the people that are there. I haven't met anyone I didn't like so far, which is always a great sign, but, more importantly, I think it's how they treat their customers and how you see the benefits of what they're doing for their customer set out there. Companies have been in business, as you know, a long time over in Europe, and we have a very, very large customer base over there, and we're fairly well-known over there with a lot of very happy customers. And that was a big draw for me, which is, now, it's time to take the next step over in the US and other places and get the name known for that what it really is, which is a very good solution. >> Well, SD-WAN has been a concept that's growing in appeal for quite some time, but Open Systems, as you said, has a base of customers in Europe that are actually doing it. So that gives you and Open Systems kind of an interesting visibility into the real nature of the problems of this. Tell us a little bit about what your customers are telling Open Systems about the need for SD-WAN and the evolution here. >> Sure, I think about SD-WAN as sort of the on-ramp to the highway of the Cloud and all the Cloud can bring to that. One of the benefits I inherit here is 15 years or better of building a platform that's designed for this. Before, there was SD-Wan, and before there was probably a lot of the Cloud service and service as a service concept, these guys were really starting to build the underpinnings of that already, and it gives us a huge advantage because a lot of the things, the depth and the breadth that platform is already built there that other people really still have to build. So I really like the position of the company from that standpoint. We've been able to take that to a lot of customers in the financial sector and manufacturing and a whole variety of others over in Europe and have these incredibly high NPS scores that people really resonate, the service resonates with them. So I like to say, when you think about this, most people don't operate an exchange server in their office anymore. It's all moving to the Cloud. Well, your network has to move that direction as well. And SD-WAN is one of the key components of that. >> So you've seen the the nature of the problem, which is that, increasingly, resources in the tech industry are being positioned as services. Your data is not necessarily going to move. The real goal is to try to bring those services to the data. That places a special and intense demand on the nature of networks. The data is going to not always be in the same place. The service may not always come from the same source. The network has to be able to respond to that. Tell us a little bit about how this class of solution is going to make it easier for businesses to sustain and maintain operations around this increasingly flexible, changing world of Cloud services. >> Sure, and you mentioned in the intro about Multicloud and some of those things. That's clearly a direction that a lot of this is going. We have customers today that are working cross-Clouds. That's one of the things our platform can enable is Multicloud solutions. And the way we think of this is you have pillars underneath your platform, but, as I mentioned, sort of the on-ramp to all this is SD-WAN. Then, you've got security and various versions of security as to how far you want to go. Other services like a SOC as a service concept-- >> Security Operations Center. >> Yeah, as a service concept across these different things. So there's lots of things that this begins to enable when you have that really strong base that's out there, and customers are more and more demanding those kind of services. You do have to think differently now. I mean, that's essentially it. The landscape is changing just like dial-up modems wouldn't work in today's digital environment. You have to think about what's that next generation look like? >> So 15 years of workin' over in Europe, fair number of customers that you're workin' with, gettin' a fair amount of feedback from them. You've mentioned it's a platform. You mentioned it's got SAS elements to it. You're introducing new classes of services, but where in particular is Open Systems today that others are still tryin' to figure out how to get there? >> Well, you have, I think, as a core here, the concept of as-a-service. So we've been doing this, as I said, for 15 years, where we come in and said, "You don't have to do it the old way. "You don't have to buy equipment, get your own connectivity, "do all that kind of thing, "and put it together into a..." We've been doing that, and we have all the underpinnings of that. And that's the difference right there. If you're a CIO, you want to be strategic. You need to be strategic, but you're dragged into the operational on a regular basis. And is that a waste of intellectual capital? Probably, at a minimum, it's that. And so there's lot of things that we help with, and we've heard from our customers that there's a real financial benefit to being able to essentially move your network into the Cloud along with your other services. So that's the concept. >> So the vision that you have is that the CIO and the business would think about the characteristics, the capabilities that are required of the network, and then it would use Open Systems to implement that so that it becomes a working, operational platform over which data can move. Have I got that right? >> Absolutely. Absolutely, you're spot-on. This is, again, a solution, end-to-end solution that we can put in place that takes all the guesswork out of it for 'em. They don't have to worry about technology decisions that may or may not be right or staying state-of-the-art along the way and handling all those other services. And we see this really as a solution for the next generation network. Are we going to do everything? No. We'll have partners. We do have partners today. We're goin' be acquiring people along the way to bring pieces of this into the puzzle as well. So there's lots of things that are goin' into that, but we know that that next generation looks a lot different than what's been there before. >> Let's build on that. So given that every CIO knows that we're in the midst of a transformative period. They're very concerned about making technology bets that might run out of runway sooner rather than later. They want to be open. They want to make it possible. They want those options. Given that Open Systems has had 15 years thinking about this, what are some of the areas that you think are particularly important for CIOs to worry about to ensure they have that kind of open headroom? >> Well, one of the things is: As a service company, we get to have the luxury of controlling the entire environment. When you're building from a hardware and connectivity standpoint, you don't as a matter of fact. And a lot of places, they have mixed environments, so nothing quite works the way it should together. And I think our benefit over 15 years, as you and I both talked about, is the fact that we've prodded through a lot of this already. So the upgrades that have to happen, the changes in technology, we handle that for you, and we can implement that without a massive Box upgrade path out there in the field. So a lot of that is just, as I said, a service that we offer then to take the guesswork out of that so that the CIO can spend his time trying to figure out what the strategic direction should be for his information or the company in general rather than getting bogged down in operational details. >> So you've been strong in Europe. You're trying to expand your presence in Europe. Here in the US, European companies have brought you to the US. They brought you to Asia. That's got to be an exciting proposition for Open Systems, is thinking about expanding with your customers. Tell us a little bit about some of the priorities that you have for the company. >> Well, it's a very interesting time for us. I like to say we're the best-kept secret in the US. We have a huge number of very happy customers-- As I said, that's one of the things that attracted me to the business-- Over in Europe, and we have a number that are starting here in the US. But then, whereas we're well-known for this over in Europe, we haven't gotten the message here yet, which is part of the next stage of the company. We're doin' business in 184 countries across the world with our customer base today. And now, it's just to get the message out about what we can do, which I think is radically different than a lot of people. We're seeing some of the other people in the market try to go this direction, but as you know, it takes an awfully long time to build that platform that's strong enough to hold up to the rigors that a big company puts a network through. >> And it's very difficult. I mean, there's so many SD-WAN options out there today, (Jeff laughs) but one of the things that distinguishes you guys is you actually have a customer base, and having a customer base for a technology that is as complex, ubiquitous, platform-like as WD-WAN provides an enormous advantage because you already got people using it, telling you it works, telling you it could be better, giving you visibility in where it should go for their business. That puts you guys in a special position. So if I think in, say, 2025, 2028, where do you think this SD-WAN thing goes? Is it just still SD-WAN? Are we thinking differently about how these services are being brought to customers? >> I sort of view SD-WAN as it's the on-ramp to the freeway, right? You get into the platform or the freeway or however you want to describe it with that tool, but there's awful lot of other things you have to have to make it really go. Security obviously a big piece of that. But then, things like analytics. How do I optimize my network? A lot of our customers are huge multi-nationals that have everything from very small branch offices to big ones. How do you optimize your buy around that so that you're taking risk out as well as performing at the best, obviously dollar-wise, the best performance for you. And we can help with that. So analytics, statistics, all those kind of things are packages that go on top of that, that, much like you'd get in your Cloud services today are going to be the next generation, right? That's where you got to go, and our customers are driving us that direction, saying, "These are the kind of decisions we need to make. "Help us make them." >> Again, three weeks, you probably met with maybe half dozen, a dozen customers. Give us some of the kind of the excitement that some of your customers are talking about where they want to go. >> Well, one of them is, nothing ever works if there's not some sort of financial benefit to that, and one of the nice things that we've seen from our customer set is a very typically 25 to 30% almost immediate impact on the bottom line. They're saving money by doing this and bringing that to us. That and the fact that they no longer have to make technology or hardware bets anymore. That's gone from their thing. So they can actually focus on what the services should do and the best-in-class and those kind of things. So what I've heard from our customer set is they value the fact that we're taking away sort of the operational-- What's not fun. The operational link, making it work everyday and the applications that have to go in that, and they can then get more strategic on, "How do we make the next move with our data?" >> Spending less for more, better options. If you could do that in Wall Street, you'd be a trillionaire? (Jeff laughs) Right? (Jeff laughs) >> Jeff: Yeah, yeah. (laughs) Jeff Brown, CEO of Open Systems. Thanks very much for being on theCUBE. >> Jeff: Thanks, Peter. >> Thanks for joining us for another CUBE Conversation. I'm Peter Burris. See you next time. (funky horn music)
SUMMARY :
in the heart of Silicon Valley So that's one of the challenges that every enterprise faces, Pete: So, Jeff, tell us a little bit about Open Systems. and get the name known for that what it really is, and the evolution here. and all the Cloud can bring to that. The data is going to not always be in the same place. And the way we think of this is So there's lots of things that this begins to enable fair number of customers that you're workin' with, So that's the concept. So the vision that you have is that takes all the guesswork out of it for 'em. are particularly important for CIOs to worry about so that the CIO can spend his time trying to figure out that you have for the company. that attracted me to the business-- but one of the things that distinguishes you guys it's the on-ramp to the freeway, right? that some of your customers That and the fact that they no longer have to make If you could do that in Wall Street, Jeff Brown, CEO of Open Systems. See you next time.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jeff Brown | PERSON | 0.99+ |
Peter Burris | PERSON | 0.99+ |
Europe | LOCATION | 0.99+ |
Asia | LOCATION | 0.99+ |
Jeff | PERSON | 0.99+ |
Peter | PERSON | 0.99+ |
US | LOCATION | 0.99+ |
Pete | PERSON | 0.99+ |
25 | QUANTITY | 0.99+ |
three weeks | QUANTITY | 0.99+ |
September 2019 | DATE | 0.99+ |
15 years | QUANTITY | 0.99+ |
Palo Alto, California | LOCATION | 0.99+ |
184 countries | QUANTITY | 0.99+ |
Open Syste | ORGANIZATION | 0.99+ |
one | QUANTITY | 0.99+ |
2028 | DATE | 0.99+ |
Wall Street | LOCATION | 0.99+ |
over 15 years | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
One | QUANTITY | 0.98+ |
Open Systems | ORGANIZATION | 0.98+ |
30% | QUANTITY | 0.97+ |
both | QUANTITY | 0.97+ |
2025 | DATE | 0.96+ |
half dozen, a dozen customers | QUANTITY | 0.95+ |
Silicon Valley Palo Alto, California | LOCATION | 0.91+ |
European | OTHER | 0.9+ |
Multicloud | ORGANIZATION | 0.88+ |
WD-WAN | TITLE | 0.87+ |
theCUBE Studios | ORGANIZATION | 0.84+ |
CUBEConversation | EVENT | 0.8+ |
CUBE | ORGANIZATION | 0.76+ |
things | QUANTITY | 0.76+ |
one of the common elements | QUANTITY | 0.75+ |
one of them | QUANTITY | 0.73+ |
CUBE Conversation | EVENT | 0.73+ |
-WAN | OTHER | 0.72+ |
CEO | PERSON | 0.68+ |
-Wan | OTHER | 0.68+ |
enterprise | QUANTITY | 0.65+ |
SD | TITLE | 0.5+ |
Jeff Dickey & Jonsi Stefansson, NetApp | AWS Summit New York 2019
>> Announcer: Live from New York, it's theCube! Covering AWS Global Summit 2019. Brought to you by Amazon Web Services. >> Welcome back, here in New York City for the AWS Summit. I'm Stu Miniman and my cohost is Corey Quinn. And I'm happy to welcome two guests from NetApp. First to my right, welcome back to the program from another cloud show earlier this year. Jonsi Stefansson, who's the CCO and Vice President for Cloud Services. And to his right, well it's a first time on the program. I actually was on one of his earlier podcasts, Jeff Dickey, who's joining NetApp as the chief technologist inside that same cloud and data services group. Jeff, welcome and Jonsi welcome back. >> Thank you, Stuart. >> Thank you. >> Okay so Jonsi, let's start with you. So we've watched the cloud and data services. From my words it's like almost, I want a new brand. It's like this is not the ONTAP, everywhere, you know, best NFS, you know the number one thing there, it's about multi cloud, it's about getting the value out of my data that transformation we've seen overall in what was known as the storage industry. There are a lot of new people, a lot of new products, and it's the you know the and is I think there was one NetApp term is all of the history and the things you could trust, but a lot of new things. So give us the updates on what's exciting in your world. >> Yeah absolutely, I mean of course we are still relying on that old trusted ONTAP and WAFL storage operating system in the back end, but we have extracted a lot of that into a more automation or you're consuming it in a more autonomous way. We are actually taking all the the storage norms that the traditional storage admin is really used to, you know tweaking and all of that. That's all done and managed by us. It's fully as a service and we are more focused on the data management capabilities of ONTAP than the actual storage system or the performance of that storage operating system. I mean we are in a very unique position as NetApp. I mean we have a very strong foothold in the enterprise. And now we have integrated services with all the public clouds. I mean fully native integrated services either going through their own console or at their own APIs or with our own UI. So the data management capabilities that we are actually bringing to the table is you can seamlessly migrate from the core to the edge and to the cloud, depending on where you want your data to reside. So our goal is actually to do something very similar as Kubernetes has done to the application layer. They have made it completely mobile, there is no longer that VM format issues that you had in the old days. It's basically just a kernel module, I can move it wherever on top of a hypervisor of choice or a public cloud of choice. But that has always been sort of left behind on some propriety box sitting there. But NetApp like I said, NetApp is in this very unique position of being able to move, migrate, replicate and split the data according to your strategy whether it's on-premise or the public cloud. >> All right, Jeff, would love to hear your viewpoint as what you're hearing from customers. I've known you for many years. Talk about that journey towards cloud and what is cloud and how does it fit into their customer environment. Give us what brought you into NetApp and some of the conversations you're having if you've been digging in with the NetApp team. >> Well the coming to NetApp is actually a long story. I've known the Green Cloud folks for a long time. I think was the first kind of US partner of theirs and had been a big fan of first their cloud and then their software so I was really excited when the data acquisition happened and you know for about a year I was learning like the stuff they're working on and that was blowing my mind and again, I've worked with almost every storage company out there so it was exciting to, like the future of what was happening and then after the acquisition of Stackpoint which I was currently working with, so it's like NetApp kind of took my two favorite companies in a short time so I said, hey, I want to be working on, you guys are doing the coolest stuff that I've seen right now and the roadmap is blowing my mind, I want to join. So it's been a great time here. I think what's most unique, what I've found is that the typical, when you're doing cloud consulting, you go after the low-hanging fruit. It's very simple strategy. You know, if you were to go to a customer and say, "Let's take your highest demanding, "most revenue generating systems "and we're going to migrate those to AWS first." Well they're going to look at the $10 billion contract and you know the two year engagement and say no, we're not going to do that. You go for the low-hanging fruit. But because of the products that have come out and what we're doing in the public clouds, we're for the first time we have NFS, you know like basically SLA performant file system in the cloud that can handle the biggest, baddest on-prem apps. So now that we're able to do that, what customers are doing, they are now we're taking those big ones and it's accelerating the whole journey of the cloud because instead of creating more of a chasm between your public cloud infrastructure and your on-prem, there's a lot of people, you know face it, if you've got a $50 million budget, you're putting it mostly into cloud and some of your on-prem, which again is still generating a lot of revenue, is not getting the love it needs and it's not becoming cloud either and you have this kind of chasm. So it think it's great that with the customers we're working with, they're very excited to be moving what they thought they were never going to be able to move because it just wasn't there. And now they have native connections to all the services they love, like you know, here at AWS. So it's just great 'cause you know, yes they're consolidating their data and you're having less silos, that's exciting. But what excites me most is what are they going to do next and after that what're they going to do next with that? Like as they learn how to use their data and connect more to cloud services and our cloud services and the public cloud services, they're going to be able to do way more than they ever thought they would. >> Something that I think would resonate with a number of folks has been that, I go a little bit back, I'm a little older than I look, although I wear it super well. And I cut my teeth on WAFL and working with SnapMirror and doing all kinds of interesting things with that, it's easy to glance, walk around the expo hall and glance at it and figure huh, I see there's a NetApp booth. You must still be trying to convince AWS to let you shove a filer into us-east-1. That's not really what your company does anymore in the traditional sense but I think a lot of people may have lost that message. From a cloud perspective, what is NetApp doing in 2019? >> So I mean we are really, really software focused. So I mean we are doing a lot of work. We are containerizing that WAFL operating system, we are really excited about launching that as alpha today. That basically means launching as an alpha in October. That basically means that you could get all the ONTAP data management goodies on top of any storage operating system on top of any physical or persistent discs in any of these different public clouds. EPS, Volumes, Google PDs or Azure, we wanted to make it so anybody can actually deploy ONTAP. We've always have that story with ONTAP Select but being able to containerize it, I don't know if we can actually. So we can actually reap the benefits of Kubernetes when it comes to high availability, rapication, auto-scaling and self-healing capabilities to make it a much more robust scale out as well as scale up solution. So that's truly our focus. And our focus for 2019 is of course, we've been really, really busy with our heads down coding for a long, long time or for a long time. Very short time in NetApp terms, but in cloud terms, very, very long. Like for the last 18 months. But now we're really sort of integrating our entire portfolio where we have monitoring, deep analytics, compliancy, Kubernetes, storage providers, schedulers. So everything is sort of gelling together now. >> So I think back a couple of years ago, if you talked to Amazon, the answer to everything was move everything to the public cloud. Today, Amazon at least admitted that hybrid cloud is a thing. They won't say hybrid necessarily but you know with the outposts and what they're doing with their partnership with VMware and the like, they're doing that. When I look at customers, most of them have multi cloud. Now when we say multi cloud it means they have lots of clouds and whether or not they're tied together, they're not doing that and while Amazon won't admit to it and isn't looking to manage in that environment, they're playing in that because if I have lots of clouds, one of them is likely AWS. NetApp sits at the intersection of a lot of this. You have your huge install base inside the data center, you're working very much with Amazon, and the other cloud providers. What I'm hoping to get from you is your insight on customers, you know, where are they today, what are they struggling with in that hybrid or multi cloud world and where do you see things maturing as we go the next couple of years? >> Well I mean, the fact of the matter is, 83% of all workloads still recite on-premise. Whether it stays like that or doesn't, I mean AWS is doing Outpost, Google is doing Anthos, Azure is doing Azure Stack. And the good thing is we are actually playing with all of them we are collaborating on all these different projects, both on the storage layer as well as on the application life cycle management. From our point of view, it is really important that we start tying all the infrastructure related stuff into the application layer so you're actually managing everything from that layer and down. So for a developer like me, it's actually really simple to actually do all the tasks and completely manage my own solution. Of course I need operations to be managing the infrastructure but I should be oblivious to it as a developer and what we are actually seeing customers doing now more and more and it's actually really impressing coming here to New York and meeting all these financial companies, they have always been like probably the slowest movers to the public cloud because of compliancy reasons and other stuff, but they are actually really adopting it. They have segmented out their workloads and really know what teams are allowed to provision and are supposed to be running in the public cloud in order to tap into the innovation that's happening there and what teams are only allowed to work on on-premise environments. So it sort of relates into the true cloud concept. The true cloud concept being everything is a cloud and there is no lock in, have the freedom of choice where to provision, where to spin up your workloads. So we're seeing that more and more from our customers. Wouldn't you agree? >> Yeah, totally agree. >> Yeah, Jeff I wonder if you could give a little bit more as you said, NetApp's done quite a few acquisitions in the last couple of years. What sort of things should people be thinking about NetApp that they might not have a couple years ago? >> Well I know, I'll tell a quick story. My first day as a NetApp employee was at KubeCon in Seattle and I remember I was wearing the Net badge and I had a friend that I was partnered with and he looked at my badge and says, "NetApp? "Like the box in the closet people?" And I just like well I mean not anymore. You know and I think that's the biggest thing. You mean Network Appliance? >> Those of us that have know NetApp long enough. >> Now it's internet application, right? Now it's a little bit different. I think the big thing is you know, it's not just a storage. I mean storage is a key component, and it's very important, but that's not the only thing and I think that on the cloud side it's very important because we're still maintaining this relationship with our storage appliances and everything but we have more buyers now so we can go across the company and say, "What are you doing? "Are you an SRE? "Are you a developer lead? "Are you a VP of operations?" We have all these products that work for them yet in the end, it's a single vision to the deep insights of everything they're doing with us. >> Just quick followup on that, I think when NetApp bought a Kubernetes company, it was like okay, I'm trying to understand how that fits when I look at NetApp's biggest partners, I think VMware, Cisco, Red Hat, all going heavily after software solutions including the kubernetes piece so how does NetApp do differently because you still have strong partnerships there. >> I think we're in a strong place because now we're doing two things, we're bringing the apps to the data and the data to the apps. So it's, where do you want to be? There's the right place for your app. There's a lot of choice now and now we have, you know, now you can choose. Where is this going to live best? Where is this going to operate? Where is this going to serve our customers best? What's going to be the most cost effective? You know, being able to deploy and manage. You know, type in a couple characters and your entire production of Kubernetes deployment is backed up into where you want. Like there's just you know, the apps are nothing without data, the data is nothing without the app right? So it's bringing those two together. I think it's very important to kind of get out there. My job is getting that out that it's not storage silos, this is about your apps. What are you doing with it? Where do you want your apps, and what is that data, how is the data helping your apps grow? You know, we're helping people move forward and innovate faster with these products. >> I mean both companies, my company Green Cloud and the Stackpoint company, we were really, really early adopters of Kubernetes and we've always taken both companies very application-centric point of view on Kubernetes while most everybody else have taken a very infrastructure-centric approach. We were two staffed of companies just developers and we always sort of felt like, because it's a very common misunderstanding that Kubernetes was actually built for developers. It wasn't. It is an infrastructure play, built and developed by the Google SREs to run code. So everything that we are adding on top of it and beneath it, it ties it all together. So I mean for a developer working on our Kubernetes offerings, he's basically working in his own element, he's just doing commands and magic happens in the packet. We tie the development branch to a specific Node Pole. We apply the staging branch to another one and the production environment, once you commit that, then it actually goes through like an SRE process where they are basically the gate keepers, where they actually either allow or say hey we found the bug or we are not able to deploy this according to our standards. So tying it all together, all the way from the storage layer all the way up to the application layer is what we are all about. And I got the same question when we were acquired. When we were Green Cloud, we were in a really, really, good situation where we had term sheets from three different companies. I'm not allowed to say which ones, but everybody, once I sold it to NetApp they were like, "Why NetApp?" But if you go to KubeCon, and you are always there, there is a very live matrix on what the biggest problems are with Kubernetes and persistent volume clearance and storage and data management hasn't been sold yet. And that's where we believe that we have a unique way of offering those data management capabilities all the way up the stack. >> All right well Jonsi and Jeff, thank you for giving us the update there, absolutely. Corey Quinn, I'm Stu Miniman. We'll be at KubeCon later this year in San Diego we're at Amazon re:Invent. Always go to theCUBE.net to see all the shows that we're at as well as hit the search and you can see the thousand of videos. Always no registration to be able to check that out so check all out all the interviews. And as always, thanks for watching theCUBE. (light techno music)
SUMMARY :
Brought to you by Amazon Web Services. on the program. is all of the history and the things you could trust, and split the data according to your strategy whether and some of the conversations you're having and our cloud services and the public cloud services, to let you shove a filer into us-east-1. That basically means that you could get What I'm hoping to get from you is your insight and are supposed to be running in the public cloud a few acquisitions in the last couple of years. "Like the box in the closet people?" I think the big thing is you know, the kubernetes piece so how does NetApp do differently and the data to the apps. and the production environment, once you commit that, and you can see the thousand of videos.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jonsi | PERSON | 0.99+ |
Corey Quinn | PERSON | 0.99+ |
Jeff Dickey | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Jeff | PERSON | 0.99+ |
Cisco | ORGANIZATION | 0.99+ |
Stu Miniman | PERSON | 0.99+ |
Stuart | PERSON | 0.99+ |
$10 billion | QUANTITY | 0.99+ |
Amazon Web Services | ORGANIZATION | 0.99+ |
Jonsi Stefansson | PERSON | 0.99+ |
October | DATE | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
New York | LOCATION | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Green Cloud | ORGANIZATION | 0.99+ |
2019 | DATE | 0.99+ |
$50 million | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
two year | QUANTITY | 0.99+ |
San Diego | LOCATION | 0.99+ |
VMware | ORGANIZATION | 0.99+ |
Stackpoint | ORGANIZATION | 0.99+ |
NetApp | ORGANIZATION | 0.99+ |
83% | QUANTITY | 0.99+ |
New York City | LOCATION | 0.99+ |
Seattle | LOCATION | 0.99+ |
two guests | QUANTITY | 0.99+ |
both companies | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
First | QUANTITY | 0.99+ |
two things | QUANTITY | 0.99+ |
Today | DATE | 0.99+ |
ONTAP | TITLE | 0.99+ |
first day | QUANTITY | 0.99+ |
Azure Stack | TITLE | 0.99+ |
one | QUANTITY | 0.99+ |
first time | QUANTITY | 0.98+ |
NetApp | TITLE | 0.98+ |
AWS Summit | EVENT | 0.98+ |
thousand of videos | QUANTITY | 0.98+ |
Anthos | TITLE | 0.97+ |
Kubernetes | ORGANIZATION | 0.97+ |
US | LOCATION | 0.97+ |
today | DATE | 0.97+ |
later this year | DATE | 0.96+ |
both | QUANTITY | 0.95+ |
Kubernetes | TITLE | 0.95+ |
AWS Global Summit 2019 | EVENT | 0.94+ |
Invent | EVENT | 0.94+ |
theCUBE.net | OTHER | 0.93+ |
earlier this year | DATE | 0.93+ |
two favorite companies | QUANTITY | 0.93+ |
Azure | TITLE | 0.92+ |
couple years ago | DATE | 0.91+ |